diff --git a/app-admin/glance/Manifest b/app-admin/glance/Manifest index 70ee9e4ddf91..6cdbdaed3b37 100644 --- a/app-admin/glance/Manifest +++ b/app-admin/glance/Manifest @@ -1,3 +1,2 @@ DIST glance-2013.1.4.tar.gz 724110 SHA256 dfb8070a12bbf5761db1c55d21db4772fe81ed903d57cf991618e5224cbdcd67 SHA512 31c6c4ba0e777fcd345fe24d32eab548f8e9756764051d8b3c50d4d54404c902473760a0dc1158e8b6b42a0b81e14ae6a31d03bb07d4254fcb4960b05dd747a9 WHIRLPOOL 770f782f539b0ac465c00e726552f4b7fc8824c4a9da1a94ef4103ef56ce17ff1c2ccc75140b71c9f4d3d875885f169d3c1c6d761fed7ff691c83484b86de74f -DIST glance-2013.2.1.tar.gz 1616541 SHA256 f04eb070a862c0d14bdd94204a6f17f4a813dbeacc1978dffb53752c360731aa SHA512 42a30004d7677c946216bd934712094f585d1a98c8e4d7a4b51a14af93eac3e251bd7ef16fa9d9915f3c2f75974969306439742aaeaa64bf3d983ab458531ee5 WHIRLPOOL b76513207e56f3ceb18976b901a79fd5fbff2a9779df1179e79dc5d10049d3b100124e61b55e26ef47f5df54f03a1122752939e4b028d7873b0b0b771aabe9ac DIST glance-2013.2.2.tar.gz 1333129 SHA256 311805e1df5005ee554871f0096845c966af3cec41cbcf00f1a7e906582b05e1 SHA512 4516b0ce08be63aa22ffaeb7b0f2bf7ef5e6637d9058461337bdaffb18c5876637cef5240068954f40c72a8021969d755a678c4d7172606592acce1e731594ae WHIRLPOOL a8c6ad325f3e78786762b5717dcee5878540cc0a06f4428cd47657ee85d93db5c2a3d7b47dc758e88e174c9ea141aba48bef902b52671b4d415c5f2d9463da2a diff --git a/app-admin/glance/files/havana-1-CVE-2014-1948.patch b/app-admin/glance/files/havana-1-CVE-2014-1948.patch deleted file mode 100644 index 78f19a01cce2..000000000000 --- a/app-admin/glance/files/havana-1-CVE-2014-1948.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 108f0e04ad2ed3dc287f1b71b987a7e9d66072ba Mon Sep 17 00:00:00 2001 -From: Nikhil Komawar -Date: Wed, 05 Feb 2014 23:39:53 +0000 -Subject: Removes logging of location uri - -This patch removes logging of sensitive store location uri, which -is logged when an exception occurs while trying to get the object -from the store or due to a failure in getting the store api due to -unauthorized context. - -fixes bug 1275062 - -Change-Id: I679baa0897f242f4b8372c9c1c7ab28ae811f5e5 ---- -diff --git a/glance/store/__init__.py b/glance/store/__init__.py -index b16fc5b..fa80b15 100644 ---- a/glance/store/__init__.py -+++ b/glance/store/__init__.py -@@ -658,9 +658,9 @@ class ImageProxy(glance.domain.proxy.Image): - - return data - except Exception as e: -- LOG.warn(_('Get image %(id)s data from %(loc)s ' -- 'failed: %(err)s.') % {'id': self.image.image_id, -- 'loc': loc, 'err': e}) -+ LOG.warn(_('Get image %(id)s data failed: ' -+ '%(err)s.') % {'id': self.image.image_id, -+ 'err': e}) - err = e - # tried all locations - LOG.error(_('Glance tried all locations to get data for image %s ' --- -cgit v0.9.2 diff --git a/app-admin/glance/glance-2013.2.1-r1.ebuild b/app-admin/glance/glance-2013.2.1-r1.ebuild deleted file mode 100644 index ad530e30be6f..000000000000 --- a/app-admin/glance/glance-2013.2.1-r1.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2013.2.1-r1.ebuild,v 1.1 2014/02/13 04:36:33 prometheanfire Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 user - -DESCRIPTION="Provides services for discovering, registering, and retrieving -virtual machine images with Openstack" -HOMEPAGE="https://launchpad.net/glance" -SRC_URI="http://launchpad.net/${PN}/havana/${PV}/+download/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc mysql postgres +sqlite +swift test" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pbr[${PYTHON_USEDEP}] - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/nose-exclude[${PYTHON_USEDEP}] - >=dev-python/openstack-nose-plugin-0.7[${PYTHON_USEDEP}] - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - >=dev-python/nosehtmloutput-0.0.3[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - >=dev-python/requests-1.1[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] - >=dev-python/psutil-0.6.1[${PYTHON_USEDEP}] - dev-python/mysql-python[${PYTHON_USEDEP}] - dev-python/psycopg[${PYTHON_USEDEP}] - >=dev-python/pyxattr-0.5.0[${PYTHON_USEDEP}] - ~dev-python/pep8-1.4.5[${PYTHON_USEDEP}] - >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}] - =dev-python/hacking-0.5.6[${PYTHON_USEDEP}] - =dev-python/Babel-1.3[${PYTHON_USEDEP}] - =dev-python/pysendfile-2.0.0[${PYTHON_USEDEP}] - dev-python/qpid-python[${PYTHON_USEDEP}] - dev-python/oslo-sphinx - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - =dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}] - -RDEPEND=">=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}] - sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] - =dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}] - >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] - >=dev-python/webob-1.2.3[${PYTHON_USEDEP}] - =dev-python/boto-2.4.0[${PYTHON_USEDEP}] - !~dev-python/boto-2.13.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}] - dev-python/httplib2[${PYTHON_USEDEP}] - >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}] - >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] - >=dev-python/iso8601-0.1.8[${PYTHON_USEDEP}] - >=dev-python/oslo-config-1.2.1[${PYTHON_USEDEP}] - swift? ( - >=dev-python/python-swiftclient-1.5[${PYTHON_USEDEP}] - =dev-python/lxml-2.3[${PYTHON_USEDEP}] - dev-python/paste[${PYTHON_USEDEP}] - dev-python/passlib[${PYTHON_USEDEP}] - >=dev-python/jsonschema-1.3.0[${PYTHON_USEDEP}] - !~dev-python/jsonschema-1.4.0[${PYTHON_USEDEP}] - >=dev-python/python-cinderclient-1.0.6[${PYTHON_USEDEP}] - >=dev-python/python-keystoneclient-0.3.2[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/${PN}-2013.2-sphinx_mapping.patch" - "${FILESDIR}/havana-1-CVE-2014-1948.patch" ) - -pkg_setup() { - enewgroup glance - enewuser glance -1 -1 /var/lib/glance glance -} - -python_compile_all() { - use doc && "${PYTHON}" setup.py build_sphinx -} - -python_test() { - # https://bugs.launchpad.net/glance/+bug/1251105 - # https://bugs.launchpad.net/glance/+bug/1242501 - # 2013.2 requires =dev-python/iso8601-0.1.4 - nosetests glance/ || die "tests failed under python2.7" -} - -python_install() { - distutils-r1_python_install - newconfd "${FILESDIR}/glance.confd" glance - newinitd "${FILESDIR}/glance.initd" glance - - for function in api registry scrubber; do - dosym /etc/init.d/glance /etc/init.d/glance-${function} - done - - diropts -m 0750 - dodir /var/run/glance /var/log/glance /var/lib/glance/images /var/lib/glance/scrubber - keepdir /etc/glance - keepdir /var/log/glance - keepdir /var/lib/glance/images - keepdir /var/lib/glance/scrubber - insinto /etc/glance - - doins "etc/glance-api-paste.ini" - doins "etc/glance-api.conf" - doins "etc/glance-cache.conf" - doins "etc/glance-registry-paste.ini" - doins "etc/glance-registry.conf" - doins "etc/glance-scrubber.conf" - doins "etc/logging.cnf.sample" - doins "etc/policy.json" - doins "etc/schema-image.json" - - fowners glance:glance /var/run/glance /var/log/glance /var/lib/glance/images /var/lib/glance/scrubber /etc/glance -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/build/html/. ) - distutils-r1_python_install_all -} diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest index e35c04a30db8..4b56ce8aadea 100644 --- a/app-admin/monit/Manifest +++ b/app-admin/monit/Manifest @@ -3,3 +3,4 @@ DIST monit-5.4.tar.gz 1197209 SHA256 805c6545de2dd7f3d9e6e0c68018b2aadd5fc98b243 DIST monit-5.5.1.tar.gz 1260093 SHA256 dbe4b4744a7100e2d5f4eac353dfb2df0549848e2c7661d9c19acc31cdef2c78 SHA512 ca22c7ca15945234470d601f7690dab3d141ecc22362369ec439a74c4cf4d20047bd241dd15466af29ef968ae986b0a4b7f849e0d88657c16dbf9baad4f51db6 WHIRLPOOL 7e79382368d9b90a64485b5092646f273609a2417a6c61667cff2afebb338023ae1e78d0de74f160d90d4aedeedcab902d7d6825b48e05a998bbe3f9a804e806 DIST monit-5.5.tar.gz 1197459 SHA256 8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53 SHA512 ae5391428417d450d061f4c80f4995f1ea4b83238cd4c1d9813b55cae9e7d6a7b5df22fd97cd73d8a501b3e2e5df7f21caee27aeaf15cadee7bb579c036754b3 WHIRLPOOL 7c7e10b1b9899c8241e0d931cedede2fa302216e691d9523b12bd196f9e1c23d8fd5ad6ec318df9ab75d62c049dc9a078454d7ad40c487b371f69c31c1507d3f DIST monit-5.6.tar.gz 1263370 SHA256 38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d SHA512 36933b6560860eac39421a56726c8748e2ce0f16ee51149828e6ffcb77edf3ce73394c2b58e208f6614712e7c6e0e114bc92e911794503b89793b225199193b8 WHIRLPOOL 9aba45ad39d9e47c964250ad6ef56ff81b1015c2c7878fa16d7e0484592a799e3574b8cbf1d137d02b09f02ecee8b2f3df81633ce1630f1e8add665bbdbe2a1b +DIST monit-5.7.tar.gz 1266763 SHA256 bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2 SHA512 e76ee9d32b661f603fd24071f00d1ac26e64eed61a2246dcf4b1c6dc6654ab1304b1e6e4d18a100ad3802a1bb1adb2f4d8105e952ef1ae1049d5e6b0b0965368 WHIRLPOOL 2bc4acf1af1d51604cfa07f1b70424c2be22112ba49006b163ec9c8fdf16303465b3ba7e12e973b1940d3374e1e750f7523421cc0d48bcb8e12f31de1fbc066b diff --git a/app-admin/monit/monit-5.7.ebuild b/app-admin/monit/monit-5.7.ebuild new file mode 100644 index 000000000000..76a13d296d4c --- /dev/null +++ b/app-admin/monit/monit-5.7.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.7.ebuild,v 1.1 2014/02/25 06:56:45 patrick Exp $ + +EAPI="2" + +DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system." +HOMEPAGE="http://mmonit.com/monit/" +SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" +IUSE="pam ssl" + +RDEPEND="ssl? ( dev-libs/openssl )" +DEPEND="${RDEPEND} + sys-devel/flex + sys-devel/bison + pam? ( virtual/pam )" + +src_prepare() { + sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in" +} + +src_configure() { + econf $(use_with ssl) $(use_with pam) || die "econf failed" +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + + dodoc README* + dohtml -r doc/* + + insinto /etc; insopts -m600; doins monitrc || die "doins monitrc failed" + newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit || die "newinitd failed" +} + +pkg_postinst() { + elog "Sample configurations are available at:" + elog "http://mmonit.com/monit/documentation/" +} diff --git a/app-arch/lzip/lzip-1.15.ebuild b/app-arch/lzip/lzip-1.15.ebuild index 2c9be92d7715..c27f48eafa80 100644 --- a/app-arch/lzip/lzip-1.15.ebuild +++ b/app-arch/lzip/lzip-1.15.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-arch/lzip/lzip-1.15.ebuild,v 1.11 2014/02/22 14:19:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzip/lzip-1.15.ebuild,v 1.12 2014/02/25 00:07:16 bicatali Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" src_configure() { # not autotools-based diff --git a/app-arch/pdlzip/Manifest b/app-arch/pdlzip/Manifest new file mode 100644 index 000000000000..4c4215a68a8e --- /dev/null +++ b/app-arch/pdlzip/Manifest @@ -0,0 +1 @@ +DIST pdlzip-1.5.tar.gz 64443 SHA256 0c2e354cfe62f34ab2e12ac69f45242d8befcfdbdca645a62f039a66d3e63367 SHA512 2e900b591c13c1be50f3dcd76d9a46495f90c1335787fedb09e7c7694371d9cd117bc9158748ff8d12a09369ad4d56e2a33026779bae45f7e7d4adbaceb12585 WHIRLPOOL a86aa8d285f6b8d5efc26051c82ee2033c2a49ba296aacd6404914fc2b149a00ad65b3b49609b8bc3d137e2ca14096c390453d1ad5e37e0ccc56531b79a51071 diff --git a/app-arch/pdlzip/metadata.xml b/app-arch/pdlzip/metadata.xml new file mode 100644 index 000000000000..5cb9324943ab --- /dev/null +++ b/app-arch/pdlzip/metadata.xml @@ -0,0 +1,8 @@ + + + + + mgorny@gentoo.org + Michał Górny + + diff --git a/app-arch/pdlzip/pdlzip-1.5.ebuild b/app-arch/pdlzip/pdlzip-1.5.ebuild new file mode 100644 index 000000000000..3ef8de5ad381 --- /dev/null +++ b/app-arch/pdlzip/pdlzip-1.5.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/pdlzip/pdlzip-1.5.ebuild,v 1.1 2014/02/25 08:45:22 mgorny Exp $ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="Public-domain version of lzip compressor" +HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html" +SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_configure() { + # not autotools-based + ./configure \ + --prefix="${EPREFIX}"/usr \ + CC="$(tc-getCC)" \ + CPPFLAGS="${CPPFLAGS}" \ + CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" || die +} diff --git a/app-arch/snappy/snappy-1.1.1.ebuild b/app-arch/snappy/snappy-1.1.1.ebuild index d05f52431d52..97b8d3d7b437 100644 --- a/app-arch/snappy/snappy-1.1.1.ebuild +++ b/app-arch/snappy/snappy-1.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/app-arch/snappy/snappy-1.1.1.ebuild,v 1.3 2014/02/24 01:01:33 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/snappy-1.1.1.ebuild,v 1.4 2014/02/24 09:32:37 nimiux Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DOCS="AUTHORS ChangeLog README NEWS format_description.txt" diff --git a/app-cdr/k3b/Manifest b/app-cdr/k3b/Manifest index cc5580a1a880..51c49fac64cf 100644 --- a/app-cdr/k3b/Manifest +++ b/app-cdr/k3b/Manifest @@ -1 +1,2 @@ DIST k3b-2.0.2.tar.bz2 12833321 SHA256 af176f29c1d2339c4648d461476227cb07bcd0c75056f2a4006f253e3ef5b7cd SHA512 e0a3d357decf7120a67d391d2311aaa5992f42cddbd20c5dc67f3d0e2ce15d6c53c0978cf2de6c09b96d57d273bca915fbbc0ca28547d708e2db20c795b86aa9 WHIRLPOOL 0dc975344962c98c20f9a03e3fb9225499668bed206ed61ea58b17ebe4594c2f71e237cdfc94e84a85e08b585cad6d1eee1415b129e998da3664d0544218a171 +DIST k3b-2.0.2_p20140225.tar.xz 6297620 SHA256 562ea4335babd018e46d1d2bcc7567320ca8a888fb03562d4c14222dc2b68c33 SHA512 8d3450b4df42df9eef619b8ba05258e9e98d1197be4472f6b19d467c8c1d91436aacbf59d36c773d6576f3b179601dccff4cae695a73fada3504410c7f26af35 WHIRLPOOL e5d5bd692423027f40c7e6ff0ef7d27a518e95402f09988e7b8417bcb2dda9b9cdb187c033c006f27c3dac9fe34e3ba0e5d85e26c4ddd2fcb82a1065f4b58ad7 diff --git a/app-cdr/k3b/k3b-2.0.2_p20140225.ebuild b/app-cdr/k3b/k3b-2.0.2_p20140225.ebuild new file mode 100644 index 000000000000..c16835df981b --- /dev/null +++ b/app-cdr/k3b/k3b-2.0.2_p20140225.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.2_p20140225.ebuild,v 1.1 2014/02/25 16:53:57 creffett Exp $ + +EAPI=5 + +MULTIMEDIA_REQUIRED="always" +WEBKIT_REQUIRED="always" +KDE_HANDBOOK="optional" +KDE_SCM="git" + +# Translations are not available, since this is a snapshot +#KDE_LINGUAS="ast be bg ca ca@valencia cs csb da de el en_GB eo es et eu fi fr ga +#gl he hi hne hr hu is it ja km ko ku lt mai nb nds nl nn oc pa pl pt pt_BR ro ru +#se sk sl sv th tr uk zh_CN zh_TW" + +SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz" +DOCS=( FAQ.txt PERMISSIONS.txt README.txt ) + +inherit kde4-base + +DESCRIPTION="The CD/DVD Kreator for KDE" +HOMEPAGE="http://www.k3b.org/" + +LICENSE="GPL-2 FDL-1.2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug dvd emovix encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis" + +DEPEND=" + $(add_kdebase_dep libkcddb) + media-libs/libsamplerate + dvd? ( media-libs/libdvdread ) + ffmpeg? ( virtual/ffmpeg ) + flac? ( >=media-libs/flac-1.2[cxx] ) + mp3? ( media-sound/lame ) + mad? ( media-libs/libmad ) + musepack? ( >=media-sound/musepack-tools-444 ) + sndfile? ( media-libs/libsndfile ) + taglib? ( >=media-libs/taglib-1.5 ) + vorbis? ( media-libs/libvorbis ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdelibs 'udev,udisks(+)') + app-cdr/cdrdao + media-sound/cdparanoia + virtual/cdrtools + dvd? ( + >=app-cdr/dvd+rw-tools-7 + encode? ( media-video/transcode[dvd] ) + ) + emovix? ( media-video/emovix ) + sox? ( media-sound/sox ) + vcd? ( media-video/vcdimager ) +" + +DOCS+=( ChangeLog ) + +PATCHES=( + "${FILESDIR}/${PN}-2.0.2-ffmpeg2.patch" +) + +REQUIRED_USE=" + mp3? ( encode ) + sox? ( encode ) +" + +src_configure() { + mycmakeargs=( + -DK3B_BUILD_API_DOCS=OFF + -DK3B_BUILD_K3BSETUP=OFF + -DK3B_BUILD_WAVE_DECODER_PLUGIN=ON + -DK3B_ENABLE_HAL_SUPPORT=OFF + -DK3B_ENABLE_MUSICBRAINZ=OFF + $(cmake-utils_use debug K3B_DEBUG) + $(cmake-utils_use dvd K3B_ENABLE_DVD_RIPPING) + $(cmake-utils_use encode K3B_BUILD_EXTERNAL_ENCODER_PLUGIN) + $(cmake-utils_use ffmpeg K3B_BUILD_FFMPEG_DECODER_PLUGIN) + $(cmake-utils_use flac K3B_BUILD_FLAC_DECODER_PLUGIN) + $(cmake-utils_use mp3 K3B_BUILD_LAME_ENCODER_PLUGIN) + $(cmake-utils_use mad K3B_BUILD_MAD_DECODER_PLUGIN) + $(cmake-utils_use musepack K3B_BUILD_MUSE_DECODER_PLUGIN) + $(cmake-utils_use sndfile K3B_BUILD_SNDFILE_DECODER_PLUGIN) + $(cmake-utils_use sox K3B_BUILD_SOX_ENCODER_PLUGIN) + $(cmake-utils_use taglib K3B_ENABLE_TAGLIB) + $(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_DECODER_PLUGIN) + $(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_ENCODER_PLUGIN) + ) + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + + echo + elog "We don't install k3bsetup anymore because Gentoo doesn't need it." + elog "If you get warnings on start-up, uncheck the \"Check system" + elog "configuration\" option in the \"Misc\" settings window." + echo + + local group=cdrom + use kernel_linux || group=operator + elog "Make sure you have proper read/write permissions on the cdrom device(s)." + elog "Usually, it is sufficient to be in the ${group} group." + echo +} diff --git a/app-crypt/md5deep/md5deep-4.3.ebuild b/app-crypt/md5deep/md5deep-4.3.ebuild index bf79dae32a48..f8a254e8c9bf 100644 --- a/app-crypt/md5deep/md5deep-4.3.ebuild +++ b/app-crypt/md5deep/md5deep-4.3.ebuild @@ -1,6 +1,6 @@ -# 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/app-crypt/md5deep/md5deep-4.3.ebuild,v 1.4 2013/12/21 16:24:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-4.3.ebuild,v 1.6 2014/02/25 15:15:00 blueness Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="public-domain GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RESTRICT="test" diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest index 7f1b0966a72f..99faa1e96711 100644 --- a/app-crypt/ophcrack/Manifest +++ b/app-crypt/ophcrack/Manifest @@ -2,3 +2,4 @@ DIST ophcrack-3.1.0.tar.bz2 238869 SHA256 706bee5d11d246ae16cbca87436a70f0e6f6db DIST ophcrack-3.3.0.tar.bz2 255049 SHA256 4c46f839cc752e6e9c69196574fa1fd17ff4e1bc4c1d1c0faa4b9228a3509a92 SHA512 91bcaf73d1dd22f6a0895c54dcaab48fe2157a9ef44110401bf507cca7bf599506e263a01f4539a81b3f4484af8a1c465d8eb90ea13c35383166b2e1822a1231 WHIRLPOOL 81597fa07b02d88159bd3c6e98d4d4f264066f24eae1e4b908006d544c605e32c02de8738535ff0e61d3b64a759d6d2a27981cf76fb095a6979e77d4ecd9184f DIST ophcrack-3.3.1.tar.bz2 255238 SHA256 4e23bfccde7962a873cd0c44f4da626795aec17fcfb078f4329ec7145b218d18 SHA512 e5e889cbf6493d56afe0c76e0bccd5c544665057ed7cfc46a9f636b1660351fedb704e5b76f8a3ed76c70be4ab0d8c855b0d7b58aa949b12e513e3ad08db8ad0 WHIRLPOOL 8b14e4e04199b3a258f7914bafea3a13a1061ebb20614ead0dbb02a14f2dc2ba6d59affacc91e5f6ff837cb5e65bf16ac94d483d083445d8a2d45200843a1f04 DIST ophcrack-3.4.0.tar.bz2 279806 SHA256 06cb22d95a8ded79eebb99ac19bd21b27321e85fe0f22f32407d0b925b66d3e3 SHA512 38c3b41e76be1b2990cbf6a8ddbe776df3d7821696e42939c759d554a7a52d40555f7e1c8f11e3ab7dc20b553f43d814e271d7519a3b4bb4f84b70468c123df0 WHIRLPOOL 887d9f397c061b06072cd48e15b89596c81c893d0cc1fb8eb960f0561249b0085025cfd88482aba8549414d3d634685503be14b9f97b16edc248859095a3a1dc +DIST ophcrack-3.6.0.tar.bz2 288830 SHA256 79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893 SHA512 caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9 WHIRLPOOL 5e492257aa504883892cc5bf19e123330963257874f2b1ad3ed53895161987012c6bd23f449c72de81e68ac0ebcb7adbff77883f1a0d976c0aa99654c87d342e diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild new file mode 100644 index 000000000000..4b90372db9e0 --- /dev/null +++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.6.0.ebuild,v 1.1 2014/02/24 05:47:36 patrick Exp $ + +EAPI="3" +inherit eutils + +DESCRIPTION="A time-memory-trade-off-cracker" +HOMEPAGE="http://ophcrack.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="qt4 debug +tables" + +CDEPEND="dev-libs/openssl + net-libs/netwib + qt4? ( dev-qt/qtgui:4 )" +DEPEND="app-arch/unzip + virtual/pkgconfig + ${CDEPEND}" +RDEPEND="tables? ( app-crypt/ophcrack-tables ) + ${CDEPEND}" + +src_configure() { + + local myconf + + myconf="$(use_enable qt4 gui)" + myconf="${myconf} $(use_enable debug)" + + econf ${myconf} || die "Failed to compile" +} + +src_install() { + emake install DESTDIR="${D}" || die "Installation failed." + + cd "${S}" + newicon src/gui/pixmaps/os.xpm ophcrack.xpm + make_desktop_entry "${PN}" OphCrack ophcrack +} diff --git a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild b/app-crypt/p11-kit/p11-kit-0.20.2.ebuild index 9494f4f6545c..b1daabb72a14 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.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-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.6 2014/02/23 08:50:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.7 2014/02/25 20:49:43 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ 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" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asn1 debug +trust" REQUIRED_USE="trust? ( asn1 )" diff --git a/app-emacs/cldoc/cldoc-1.16.ebuild b/app-emacs/cldoc/cldoc-1.16.ebuild index bcabb732b470..9dfd5528f847 100644 --- a/app-emacs/cldoc/cldoc-1.16.ebuild +++ b/app-emacs/cldoc/cldoc-1.16.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/cldoc-1.16.ebuild,v 1.3 2008/06/14 23:22:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/cldoc-1.16.ebuild,v 1.4 2014/02/24 20:44:02 ulm Exp $ + +EAPI=5 inherit elisp DESCRIPTION="Show Common Lisp operators and variables information in echo area" HOMEPAGE="http://homepage1.nifty.com/bmonkey/lisp/index-en.html" # taken from http://homepage1.nifty.com/bmonkey/emacs/elisp/cldoc.el -SRC_URI="mirror://gentoo/${P}.el.bz2" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND="app-emacs/slime" -SITEFILE=50${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/cldoc/files/50cldoc-gentoo.el b/app-emacs/cldoc/files/50cldoc-gentoo.el index 763817818c09..79e11ea0e710 100644 --- a/app-emacs/cldoc/files/50cldoc-gentoo.el +++ b/app-emacs/cldoc/files/50cldoc-gentoo.el @@ -1,6 +1,3 @@ - -;;; cldoc site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'cldoc-mode "cldoc" nil t) diff --git a/app-emacs/distel/Manifest b/app-emacs/distel/Manifest index b6f57536ca71..82b5aa91f5e4 100644 --- a/app-emacs/distel/Manifest +++ b/app-emacs/distel/Manifest @@ -1 +1 @@ -DIST distel-4.03.tgz 210737 SHA256 0fbf14beacfa6019fbe4f453d9b0748e160a82995798b23f37ff4d02dea16551 SHA512 68bf73c873fe3cf70e1ee29ab27ca71a8a51dcfab8cf3466ccc76ce80f77a12bda15006014648c8ed2e407d278feb15d28d0465fc678aac9b8da37faaadc3e8e WHIRLPOOL f58015272174199eb6dc0ebf79cfd4d09fe2451f5710af2b83c147cbf4d18606c5a799835f580cae2904a365ced9b80cc469d28e7e6b2b5fda1e3af3162c9d45 +DIST distel-4.0.6.tar.gz 210257 SHA256 a80538fab51008f4821f687e7bcda98b7ab9e6e3ef7d695087505a2e40caa1e1 SHA512 510f82b6794379d89020d234462e09251e0db285ebc111eaf096e32a4e3619384650cb2b47ed68d38762a496504b58981c73ca5b930bd0eb1407aee9599c149f WHIRLPOOL e8fef7f804f98fdf7a1bb97cda97f7d4e471ec5ca01d112d80c1ebd2cede5c0bb8f5ac023407820843a61dec959f31755aa50a2faf34021c9b8aa48d4fe0bf45 diff --git a/app-emacs/distel/distel-4.0.6.ebuild b/app-emacs/distel/distel-4.0.6.ebuild new file mode 100644 index 000000000000..5093b1f45db8 --- /dev/null +++ b/app-emacs/distel/distel-4.0.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/distel-4.0.6.ebuild,v 1.1 2014/02/25 23:25:00 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Distributed Emacs Lisp for Erlang" +HOMEPAGE="http://code.google.com/p/distel/ + http://www.emacswiki.org/emacs/DistributedEmacsLisp" +SRC_URI="https://github.com/massemanet/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +# "New BSD License" according to http://code.google.com/p/distel/ +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND=">=dev-lang/erlang-11.2.5[emacs]" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + emake base info + cd elisp || die + elisp-compile *.el +} + +src_install() { + emake prefix="${ED}"/usr \ + ELISP_DIR="${ED}${SITELISP}/${PN}" install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + doinfo doc/distel.info + dohtml doc/distel/*.html + dodoc AUTHORS ChangeLog NEWS README* + use doc && dodoc doc/gorrie02distel.pdf +} diff --git a/app-emacs/distel/distel-4.03.ebuild b/app-emacs/distel/distel-4.03.ebuild deleted file mode 100644 index 97c1791c75c4..000000000000 --- a/app-emacs/distel/distel-4.03.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/distel-4.03.ebuild,v 1.2 2009/02/20 18:22:43 ulm Exp $ - -EAPI=2 - -inherit elisp eutils - -DESCRIPTION="Distributed Emacs Lisp for Erlang" -HOMEPAGE="http://fresh.homeunix.net/~luke/distel/" -SRC_URI="http://distel.googlecode.com/files/${P}.tgz" - -# "New BSD License" according to http://code.google.com/p/distel/ -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=dev-lang/erlang-11.2.5[emacs]" -RDEPEND="${DEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - epatch "${FILESDIR}/${P}-fix-ebin-path.patch" -} - -src_compile() { - emake base info || die "emake failed" - cd elisp - elisp-compile *.el || die -} - -src_install() { - emake prefix="${D}"/usr \ - ELISP_DIR="${D}${SITELISP}/${PN}" install \ - || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - doinfo doc/distel.info || die "doinfo failed" - dohtml doc/distel/*.html || die "dohtml failed" - dodoc AUTHORS ChangeLog NEWS README* || die "dodoc failed" - if use doc; then - dodoc doc/gorrie02distel.pdf || die "dodoc failed" - fi -} diff --git a/app-emacs/distel/files/50distel-gentoo.el b/app-emacs/distel/files/50distel-gentoo.el index 14c8beeee70c..485b2dc27746 100644 --- a/app-emacs/distel/files/50distel-gentoo.el +++ b/app-emacs/distel/files/50distel-gentoo.el @@ -1,6 +1,3 @@ - -;;; distel site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'distel-erlang-mode-hook "distel" nil t) (add-hook 'erlang-mode-hook 'distel-erlang-mode-hook) diff --git a/app-emacs/distel/files/distel-4.03-fix-ebin-path.patch b/app-emacs/distel/files/distel-4.03-fix-ebin-path.patch deleted file mode 100644 index 21f6b7caefa8..000000000000 --- a/app-emacs/distel/files/distel-4.03-fix-ebin-path.patch +++ /dev/null @@ -1,29 +0,0 @@ -http://bugs.gentoo.org/259695 - ---- distel-4.03-orig/elisp/erl-service.el 2008-06-25 19:05:09.000000000 +0200 -+++ distel-4.03/elisp/erl-service.el 2009-02-20 19:01:31.000000000 +0100 -@@ -172,15 +172,18 @@ - (&erl-load-backend node)) - (_ t)))))) - -+(defvar distel-ebin-directory -+ (let ((elisp-directory -+ (file-name-directory (or (locate-library "distel") load-file-name)))) -+ (concat elisp-directory "../ebin")) -+ "Directory where beam files are located.") -+ - (defun &erl-load-backend (node) -- (let* ((elisp-directory -- (file-name-directory (or (locate-library "distel") load-file-name))) -- (ebin-directory (concat elisp-directory "../ebin")) -- (modules '())) -- (dolist (file (directory-files ebin-directory)) -+ (let ((modules '())) -+ (dolist (file (directory-files distel-ebin-directory)) - (when (string-match "^\\(.*\\)\\.beam$" file) - (let ((module (intern (match-string 1 file))) -- (filename (concat ebin-directory "/" file))) -+ (filename (concat distel-ebin-directory "/" file))) - (push (list module filename) modules)))) - (if (null modules) - (erl-warn-backend-problem "don't have beam files") diff --git a/app-emacs/edb/edb-1.31.ebuild b/app-emacs/edb/edb-1.31.ebuild index 4852848e4674..5a0bc1e51dfb 100644 --- a/app-emacs/edb/edb-1.31.ebuild +++ b/app-emacs/edb/edb-1.31.ebuild @@ -1,31 +1,34 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.31.ebuild,v 1.2 2010/09/09 11:44:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.31.ebuild,v 1.3 2014/02/24 08:08:38 ulm Exp $ -inherit elisp eutils +EAPI=5 + +inherit elisp DESCRIPTION="EDB, The Emacs Database" -HOMEPAGE="http://www.gnuvola.org/software/edb/" +HOMEPAGE="http://www.gnuvola.org/software/edb/ + http://www.emacswiki.org/emacs/EmacsDataBase" SRC_URI="http://www.gnuvola.org/software/edb/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+ Texinfo-manual" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" -IUSE="" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" ELISP_PATCHES="${P}-skram-path.patch" -SITEFILE="52${PN}-gentoo.el" +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + default +} src_compile() { - econf - emake -j1 || die + emake -j1 } src_install() { - einstall sitelisp="${D}${SITELISP}" || die "einstall failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - dodoc AUTHORS BUGS ChangeLog HACKING NEWS README THANKS TODO \ - doc/refcard.ps || die "dodoc failed" + einstall sitelisp="${D}${SITELISP}" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc AUTHORS BUGS ChangeLog HACKING NEWS README THANKS TODO doc/refcard.ps insinto /usr/share/doc/${PF}; doins -r examples } diff --git a/app-emacs/edb/files/52edb-gentoo.el b/app-emacs/edb/files/50edb-gentoo.el similarity index 86% rename from app-emacs/edb/files/52edb-gentoo.el rename to app-emacs/edb/files/50edb-gentoo.el index 4bcf00f5d6f6..a2670b65ba31 100644 --- a/app-emacs/edb/files/52edb-gentoo.el +++ b/app-emacs/edb/files/50edb-gentoo.el @@ -1,6 +1,3 @@ - -;;; edb site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'db-find-file "database" "EDB database package" t) (autoload 'edb-interact "database" "EDB database package" t) diff --git a/app-emacs/emacs-w3m/Manifest b/app-emacs/emacs-w3m/Manifest index 9ba6d0af00e6..ac397554868b 100644 --- a/app-emacs/emacs-w3m/Manifest +++ b/app-emacs/emacs-w3m/Manifest @@ -1,2 +1,2 @@ -DIST emacs-w3m-1.4.437_pre20110310.tar.bz2 793222 SHA256 f5d5618f71baac14f3e4f8be6f85d3205594cd3a9c35548ecf54fb1d37eaa6ac SHA512 52fc42911114827c7fc156935e40190c992c50a04a9f2328b9be311e7f3b0810f8c2905d2bf1339da70561a4af1e896c127e5e184552f1bcc29325eea9b185c0 WHIRLPOOL 4b75239afa87926f12336849f696292cd48f8e740c488d4b1898aaf372facd470a6fff83b0e583a537038798dda231926969dcef07f195d4bbfb7dfe3a615650 DIST emacs-w3m-1.4.513_pre20130204.tar.xz 724892 SHA256 fc71922e8a5249584075a86bb274f08f193d82ed2e29786dcdfac4049b6b8873 SHA512 86d5aadd4a3e667a5f940ac47bd7c828546260dc6026bd3a906c5439ed07c702019e7dc7c4eac1bc2f4d3a9a6e03e28b59f3c48ce649c644d6608a120a67dfc0 WHIRLPOOL b4e7bd2809f6518f5b96fdc11c491ebe25169aef07613e443b6d293cedc3195f4789d31c2bea3e5648073087ecad66dd25175858f78e7307dcc37fb7fc5f526a +DIST emacs-w3m-1.4.528_pre20140213.tar.xz 751532 SHA256 0be76617be14532493f95c1bb01b4c7337aa0407c5effe58d32feb9bd2b30f7f SHA512 f4ccb41f2011354c091c9b07b2ab596f030a6b2e8ef2ef674db75c93e5bfe7347b8b3602283e169e7fd591c44b222482d1a399880c60176fc55a5e77ed728483 WHIRLPOOL e3c838c1d65735899f74e09ed5362bc93e79564cb8c5076cf2dcd77880dd9d72afb7c3ddc2f9d60a49f1bda1766a6235ae702c368878e654d890127f6d0e445c diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild similarity index 53% rename from app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild rename to app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild index 1c673eed3e90..7409f3f8417f 100644 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild +++ b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild @@ -1,14 +1,14 @@ -# 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/app-emacs/emacs-w3m/emacs-w3m-1.4.437_pre20110310.ebuild,v 1.3 2013/02/26 07:15:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild,v 1.1 2014/02/25 18:06:57 ulm Exp $ -EAPI=3 +EAPI=5 -inherit elisp autotools +inherit readme.gentoo elisp autotools DESCRIPTION="emacs-w3m is an interface program of w3m on Emacs" -HOMEPAGE="http://emacs-w3m.namazu.org" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +HOMEPAGE="http://emacs-w3m.namazu.org/" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" @@ -25,31 +25,25 @@ src_prepare() { eautoreconf } -# This is NOT redundant, elisp.eclass redefines src_configure src_configure() { - econf + default } src_compile() { - emake all-en $(use linguas_ja && echo all-ja) || die "emake failed" + emake all-en $(use linguas_ja && echo all-ja) } src_install() { emake lispdir="${ED}${SITELISP}/${PN}" \ infodir="${ED}/usr/share/info" \ ICONDIR="${ED}${SITEETC}/${PN}" \ - install-en $(use linguas_ja && echo install-ja) install-icons \ - || die "emake install failed" + install-en $(use linguas_ja && echo install-ja) install-icons elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die dodoc ChangeLog* NEWS README use linguas_ja && dodoc BUGS.ja NEWS.ja README.ja -} -pkg_postinst() { - elisp-site-regen - einfo "Please see ${EPREFIX}/usr/share/doc/${PF}/README*" - einfo - elog "If you want to use the shimbun library, please emerge app-emacs/apel" - elog "and app-emacs/flim." + DOC_CONTENTS="If you want to use the shimbun library, please emerge + app-emacs/apel and app-emacs/flim." + readme.gentoo_create_doc } diff --git a/app-emacs/highline/highline-7.2.2.ebuild b/app-emacs/highline/highline-7.2.2.ebuild index bf302b587c27..6da9661edc14 100644 --- a/app-emacs/highline/highline-7.2.2.ebuild +++ b/app-emacs/highline/highline-7.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-emacs/highline/highline-7.2.2.ebuild,v 1.2 2014/02/24 01:09:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-7.2.2.ebuild,v 1.3 2014/02/24 11:04:52 nimiux Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~s390 x86" +KEYWORDS="amd64 ~ppc ~s390 x86" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/jasmin/jasmin-1.2-r2.ebuild b/app-emacs/jasmin/jasmin-1.2-r2.ebuild index e021a6604a73..23667a84174d 100644 --- a/app-emacs/jasmin/jasmin-1.2-r2.ebuild +++ b/app-emacs/jasmin/jasmin-1.2-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-emacs/jasmin/jasmin-1.2-r2.ebuild,v 1.2 2014/02/24 01:09:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r2.ebuild,v 1.3 2014/02/24 10:58:56 nimiux Exp $ EAPI=5 @@ -12,6 +12,6 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~s390 x86" +KEYWORDS="~alpha amd64 ~s390 x86" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild b/app-emacs/quilt-el/quilt-el-0.48.0.ebuild index c8b77bceb592..665a0e2d219c 100644 --- a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.48.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-emacs/quilt-el/quilt-el-0.48.0.ebuild,v 1.1 2014/01/01 18:11:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild,v 1.2 2014/02/25 20:50:54 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://satoru-takeuchi.org/dev/${PN}/download/${P}.tar.gz" LICENSE="GPL-1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 arm ~ppc ~ppc64 ~sparc ~x86" RDEPEND="dev-util/quilt" diff --git a/app-emacs/typing/typing-1.1.4.ebuild b/app-emacs/typing/typing-1.1.4.ebuild index 95918b017bb3..6ba7e70903ab 100644 --- a/app-emacs/typing/typing-1.1.4.ebuild +++ b/app-emacs/typing/typing-1.1.4.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-emacs/typing/typing-1.1.4.ebuild,v 1.2 2014/02/24 00:35:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/typing-1.1.4.ebuild,v 1.3 2014/02/24 10:50:46 nimiux Exp $ EAPI=5 @@ -12,6 +12,6 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/w3mnav/files/75w3mnav-gentoo.el b/app-emacs/w3mnav/files/75w3mnav-gentoo.el index 32d6f544bee2..873b58e0d3dd 100644 --- a/app-emacs/w3mnav/files/75w3mnav-gentoo.el +++ b/app-emacs/w3mnav/files/75w3mnav-gentoo.el @@ -1,6 +1,3 @@ - -;;; w3mnav site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'w3m-nav-go-top "w3mnav" nil t) diff --git a/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild b/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild index 93468d2a2fb6..3ca0897e01c0 100644 --- a/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild +++ b/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild,v 1.2 2009/05/05 08:11:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild,v 1.3 2014/02/24 16:50:31 ulm Exp $ + +EAPI=5 inherit elisp @@ -8,17 +10,16 @@ DESCRIPTION="Add Info-like navigation keys to the emacs-w3m web browser" HOMEPAGE="http://www.neilvandyke.org/w3mnav/" SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" DEPEND="app-emacs/emacs-w3m" RDEPEND="${DEPEND}" -SITEFILE=75${PN}-gentoo.el +SITEFILE="75${PN}-gentoo.el" src_compile() { - emacs -batch -q --no-site-file -L "${SITELISP}/emacs-w3m" \ + ${EMACS} ${EMACSFLAGS} -L "${SITELISP}/emacs-w3m" \ -f batch-byte-compile w3mnav.el || die "byte-compile failed" } diff --git a/app-forensics/lynis/Manifest b/app-forensics/lynis/Manifest index 11b211f9a850..f2322bf2f8ab 100644 --- a/app-forensics/lynis/Manifest +++ b/app-forensics/lynis/Manifest @@ -1,2 +1,2 @@ DIST lynis-1.3.0.tar.gz 119797 SHA256 fe265965eb1ce8fac352e0bddea1d5ec6508c319bf88a5f63c2edecf2af6de54 SHA512 a2cf40fbc245e9ed89740026374f3b61110cc1e0282899284699a2271cb4996f30d0a91562d3e2eaf5eb165ab89d0860127ceeb5767aec1d5538b879657a76a8 WHIRLPOOL c19aaaf2f9ccd8141a86b1eeecf129ab83006b50ed428eb1801b58811b441f3c5cfea37d1333cf58fd372b3f40026735bdc2e44ace3de399a27e2e0dd8300fa3 -DIST lynis-1.4.2.tar.gz 139684 SHA256 77e9015adf20f1a1397e9fa7fc2ac4b73f43c75a47f67bb7b020872373a6ac27 SHA512 27e339706f89f8e0e0f377abc9871ccc1a980f015cca37369b93d02fc0448ba6665f463451ae340419936256684941bd998a3a01727c2c7580efee33af0f2269 WHIRLPOOL 407888e2714fc3450155727fd33489c68d461ee712444c608527c6d2f67b16aa91e6c82da339893ef42f5dd2e2dce7f0ad3779f40a598bf4bbfefd84cd110356 +DIST lynis-1.4.3.tar.gz 141594 SHA256 2c23bb33ec405502f1cf2302380570aa95d9dac1c3250e2d5c6f07200862307d SHA512 0bd91d3fd88386ed54cd9d63b7a898a2060028f1dc1e093155187ba5a2c0680f90886e1964de187a1c156dab28e23dc51b1f3e9a0c118ad9d21922afc753bc0a WHIRLPOOL 8106cca2ce44640c35234dbac351e0163d976142be7b41afd84caf6565237db537fbb5f9235931b33c10441ef25b3857994b2cf80e3b7e1bc60dbfa611c2fd5a diff --git a/app-forensics/lynis/lynis-1.4.2.ebuild b/app-forensics/lynis/lynis-1.4.3.ebuild similarity index 95% rename from app-forensics/lynis/lynis-1.4.2.ebuild rename to app-forensics/lynis/lynis-1.4.3.ebuild index e7b95f237999..f5a0adc96d46 100644 --- a/app-forensics/lynis/lynis-1.4.2.ebuild +++ b/app-forensics/lynis/lynis-1.4.3.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-forensics/lynis/lynis-1.4.2.ebuild,v 1.1 2014/02/21 19:03:22 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.4.3.ebuild,v 1.1 2014/02/25 18:53:10 idl0r Exp $ EAPI="5" diff --git a/app-misc/devtodo/devtodo-0.1.20-r1.ebuild b/app-misc/devtodo/devtodo-0.1.20-r1.ebuild index 5da88f8d619c..eb11079cfe1a 100644 --- a/app-misc/devtodo/devtodo-0.1.20-r1.ebuild +++ b/app-misc/devtodo/devtodo-0.1.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/app-misc/devtodo/devtodo-0.1.20-r1.ebuild,v 1.5 2014/02/24 00:42:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r1.ebuild,v 1.7 2014/02/25 20:50:21 maekke Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=" diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest index ca605c1ede9e..dc71cdbab976 100644 --- a/app-misc/tmux/Manifest +++ b/app-misc/tmux/Manifest @@ -1 +1,2 @@ DIST tmux-1.8.tar.gz 417537 SHA256 f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44 SHA512 555c7cdc51bfbaa1c90fa0dc820e7ad89d8a4eb818e62d8ccf4637cc96e985ffd9c242b9ba092820c3fb96d09d65c46064ce361062e59ef2586b122e624bbbbb WHIRLPOOL 1513e1ba45d25625e2bf28c384efc91207e866a979ff33921877eae407b845286c385eaf4103a6409c92b4f1db5a43d1155c42fef5a6084861519db74cf23ad2 +DIST tmux-1.9a.tar.gz 447938 SHA256 c5e3b22b901cf109b20dab54a4a651f0471abd1f79f6039d79b250d21c2733f5 SHA512 842984638dc1f7364c03393187379598f35679d535d911d5df4016944d6032e61a1bf840d7d339c6e99b30c55581d470acca85ab6ee5799b8927d18c0e9a91df WHIRLPOOL eca5cd48a263e25d24b7e2865f76bb30267e20590e9b2a905637498d7992389b9c7e0253c992780b1a6458869204cffcf93f4dba09efdfeb2f803a0f95f6553e diff --git a/app-misc/tmux/files/tmux-1.9a-flags.patch b/app-misc/tmux/files/tmux-1.9a-flags.patch new file mode 100644 index 000000000000..8bf21d86ed6c --- /dev/null +++ b/app-misc/tmux/files/tmux-1.9a-flags.patch @@ -0,0 +1,28 @@ +--- tmux-1.9a/Makefile.am ++++ tmux-1.9a/Makefile.am +@@ -27,23 +27,20 @@ + if IS_GCC + CFLAGS += -std=gnu99 + if IS_DEBUG +-CFLAGS += -O0 -g + CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 + CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations + CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare + CFLAGS += -Wundef -Wbad-function-cast -Winline -Wcast-align + CFLAGS += -Wdeclaration-after-statement + CPPFLAGS += -DDEBUG +-else +-CFLAGS += -O2 + endif + if IS_GCC4 +-CPPFLAGS += -iquote. -I/usr/local/include ++CPPFLAGS += -iquote. + if IS_DEBUG + CFLAGS += -Wno-pointer-sign + endif + else +-CPPFLAGS += -I. -I- -I/usr/local/include ++CPPFLAGS += -I. -I- + endif + endif + diff --git a/app-misc/tmux/tmux-1.9a.ebuild b/app-misc/tmux/tmux-1.9a.ebuild new file mode 100644 index 000000000000..40c0adb5f3eb --- /dev/null +++ b/app-misc/tmux/tmux-1.9a.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.1 2014/02/25 07:00:37 radhermit Exp $ + +EAPI=5 +AUTOTOOLS_AUTORECONF=true + +inherit autotools-utils bash-completion-r1 flag-o-matic + +DESCRIPTION="Terminal multiplexer" +HOMEPAGE="http://tmux.sourceforge.net" +SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="debug vim-syntax" + +COMMON_DEPEND=" + >=dev-libs/libevent-2.0.10 + sys-libs/ncurses" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" +RDEPEND="${COMMON_DEPEND} + vim-syntax? ( || ( + app-editors/vim + app-editors/gvim ) )" + +DOCS=( CHANGES FAQ README TODO ) + +PATCHES=( "${FILESDIR}"/${P}-flags.patch ) + +pkg_setup() { + if has_version " wtf? +# hunart: only on ooo extensions -> fubared download path somewhere on sf +# numbertext, typo, validator, watch-window: ^^ +# oooblogger: no homepage or anything +# Extensions that need extra work: +for lo_xt in ${LO_EXTS}; do + IUSE+=" libreoffice_extensions_${lo_xt}" +done +unset lo_xt + +LICENSE="|| ( LGPL-3 MPL-1.1 )" +SLOT="0" +[[ ${PV} == *9999* ]] || \ +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" + +COMMON_DEPEND=" + ${PYTHON_DEPS} + app-arch/zip + app-arch/unzip + >=app-text/hunspell-1.3.2-r3 + app-text/mythes + >=app-text/libexttextcat-3.2 + app-text/liblangtag + app-text/libmspub + =app-text/libwps-0.2.2 + >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] + >=dev-cpp/clucene-2.3.3.4-r2 + >=dev-cpp/libcmis-0.3.1:0.3 + dev-db/unixODBC + >=dev-libs/boost-1.46:= + dev-libs/expat + >=dev-libs/hyphen-2.7.1 + >=dev-libs/icu-4.8.1.1:= + >=dev-libs/liborcus-0.5.1:= + >=dev-libs/nspr-4.8.8 + >=dev-libs/nss-3.12.9 + >=dev-lang/perl-5.0 + >=dev-libs/openssl-1.0.0d + >=dev-libs/redland-1.0.16[ssl] + media-gfx/graphite2 + >=media-libs/fontconfig-2.8.0 + media-libs/freetype:2 + >=media-libs/harfbuzz-0.9.10:=[icu(+)] + media-libs/lcms:2 + >=media-libs/libpng-1.4 + >=media-libs/libcdr-0.0.5 + media-libs/libvisio + >=net-misc/curl-7.21.4 + net-nds/openldap + sci-mathematics/lpsolve + virtual/jpeg:0 + >=x11-libs/cairo-1.10.0[X] + x11-libs/libXinerama + x11-libs/libXrandr + x11-libs/libXrender + bluetooth? ( net-wireless/bluez ) + cups? ( net-print/cups ) + dbus? ( >=dev-libs/dbus-glib-0.92 ) + eds? ( gnome-extra/evolution-data-server ) + gnome? ( gnome-base/gconf:2 ) + gtk? ( + x11-libs/gdk-pixbuf[X] + >=x11-libs/gtk+-2.24:2 + ) + gtk3? ( >=x11-libs/gtk+-3.2:3 ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) + jemalloc? ( dev-libs/jemalloc ) + libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) + libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) + libreoffice_extensions_wiki-publisher? ( + dev-java/commons-codec:0 + dev-java/commons-httpclient:3 + dev-java/commons-lang:2.1 + dev-java/commons-logging:0 + dev-java/tomcat-servlet-api:3.0 + ) + mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) + opengl? ( + virtual/glu + virtual/opengl + ) + postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) + telepathy? ( + dev-libs/glib:2 + >=net-libs/telepathy-glib-0.18.0 + >=x11-libs/gtk+-2.24:2 + ) + webdav? ( net-libs/neon ) +" + +RDEPEND="${COMMON_DEPEND} + !app-office/libreoffice-bin + !app-office/libreoffice-bin-debug + !=virtual/jre-1.6 ) +" + +if [[ ${PV} != *9999* ]]; then + PDEPEND="~app-office/libreoffice-l10n-${PV}" +else + # Translations are not reliable on live ebuilds + # rather force people to use english only. + PDEPEND="!app-office/libreoffice-l10n" +fi + +# FIXME: cppunit should be moved to test conditional +# after everything upstream is under gbuild +# as dmake execute tests right away +DEPEND="${COMMON_DEPEND} + >=dev-libs/libxml2-2.7.8 + dev-libs/libxslt + dev-perl/Archive-Zip + dev-util/cppunit + >=dev-util/gperf-3 + dev-util/intltool + =dev-util/mdds-0.8*:= + virtual/pkgconfig + net-misc/npapi-sdk + >=sys-apps/findutils-4.4.2 + sys-devel/bison + sys-apps/coreutils + sys-devel/flex + sys-devel/gettext + >=sys-devel/make-3.82 + sys-devel/ucpp + sys-libs/zlib + x11-libs/libXt + x11-libs/libXtst + x11-proto/randrproto + x11-proto/xextproto + x11-proto/xineramaproto + x11-proto/xproto + java? ( + >=virtual/jdk-1.6 + >=dev-java/ant-core-1.7 + ) + odk? ( app-doc/doxygen ) + test? ( dev-util/cppunit ) +" + +PATCHES=( + # not upstreamable stuff + "${FILESDIR}/${PN}-3.7-system-pyuno.patch" + + # picked from git master + "${FILESDIR}/${PN}-4.1.3.2-kde-recursiverepaint.patch" + "${FILESDIR}/${PN}-4.1.3.2-kde-calchang.patch" + + # staged for git master + "${FILESDIR}/${PN}-4.1.4.2-curl-config.patch" +) + +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + bluetooth? ( dbus ) + gnome? ( gtk ) + eds? ( gnome ) + telepathy? ( gtk ) + libreoffice_extensions_nlpsolver? ( java ) + libreoffice_extensions_scripting-beanshell? ( java ) + libreoffice_extensions_scripting-javascript? ( java ) + libreoffice_extensions_wiki-publisher? ( java ) +" + +CHECKREQS_MEMORY="512M" +CHECKREQS_DISK_BUILD="6G" + +pkg_pretend() { + local pgslot + + if [[ ${MERGE_TYPE} != binary ]]; then + check-reqs_pkg_pretend + + if [[ $(gcc-major-version) -lt 4 ]] || \ + ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]] ) \ + ; then + eerror "Compilation with gcc older than 4.6 is not supported" + die "Too old gcc found." + fi + fi + + # ensure pg version + if use postgres && has_version dev-db/postgresql-base; then + pgslot=$(postgresql-config show) + if [[ ${pgslot//.} < 90 ]] ; then + eerror "PostgreSQL slot must be set to 9.0 or higher." + eerror " postgresql-config set 9.0" + die "PostgreSQL slot is not set to 9.0 or higher." + fi + fi +} + +pkg_setup() { + java-pkg-opt-2_pkg_setup + kde4-base_pkg_setup + python-single-r1_pkg_setup + + [[ ${MERGE_TYPE} != binary ]] && check-reqs_pkg_setup +} + +src_unpack() { + local mod mod2 dest tmplfile tmplname mypv + + [[ -n ${PATCHSET} ]] && unpack ${PATCHSET} + use branding && unpack "${BRANDING}" + + if [[ ${PV} != *9999* ]]; then + unpack "${P}.tar.xz" + for mod in ${MODULES}; do + [[ ${mod} == core ]] && continue + unpack "${PN}-${mod}-${PV}.tar.xz" + done + else + for mod in ${MODULES}; do + mypv=${PV/.9999} + [[ ${mypv} != ${PV} ]] && EGIT_BRANCH="${PN}-${mypv/./-}" + EGIT_PROJECT="${PN}/${mod}" + EGIT_SOURCEDIR="${WORKDIR}/${P}" + [[ ${mod} != core ]] && EGIT_SOURCEDIR="${WORKDIR}/${PN}-${mod}-${PV}" + EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${mod}" + EGIT_NOUNPACK="true" + git-2_src_unpack + if [[ ${mod} != core ]]; then + mod2=${mod} + # mapping does not match on help + [[ ${mod} == help ]] && mod2="helpcontent2" + mkdir -p "${S}/${mod2}/" || die + mv -n "${WORKDIR}/${PN}-${mod}-${PV}"/* "${S}/${mod2}" || die + rm -rf "${WORKDIR}/${PN}-${mod}-${PV}" + fi + done + unset EGIT_PROJECT EGIT_SOURCEDIR EGIT_REPO_URI EGIT_BRANCH + fi +} + +src_prepare() { + # optimization flags + export GMAKE_OPTIONS="${MAKEOPTS}" + # System python 2.7 enablement: + export PYTHON_CFLAGS=$(python_get_CFLAGS) + export PYTHON_LIBS=$(python_get_LIBS) + + # patchset + if [[ -n ${PATCHSET} ]]; then + EPATCH_FORCE="yes" \ + EPATCH_SOURCE="${WORKDIR}/${PATCHSET/.tar.xz/}" \ + EPATCH_SUFFIX="patch" \ + epatch + fi + + base_src_prepare + + AT_M4DIR="m4" eautoreconf + # hack in the autogen.sh + touch autogen.lastrun + + # system pyuno mess + sed \ + -e "s:%eprefix%:${EPREFIX}:g" \ + -e "s:%libdir%:$(get_libdir):g" \ + -i pyuno/source/module/uno.py \ + -i scripting/source/pyprov/officehelper.py || die + # sed in the tests + sed -i \ + -e 's#all : build unitcheck#all : build#g' \ + solenv/gbuild/Module.mk || die + sed -i \ + -e 's#check: dev-install subsequentcheck#check: unitcheck slowcheck dev-install subsequentcheck#g' \ + -e 's#Makefile.gbuild all slowcheck#Makefile.gbuild all#g' \ + Makefile.in || die + + if use branding; then + # hack... + mv -v "${WORKDIR}/branding-intro.png" "${S}/icon-themes/galaxy/brand/intro.png" || die + fi +} + +src_configure() { + local java_opts + local internal_libs + local lo_ext + local ext_opts + local jbs=$(sed -ne 's/.*\(-j[[:space:]]*\|--jobs=\)\([[:digit:]]\+\).*/\2/;T;p' <<< "${MAKEOPTS}") + + # recheck that there is some value in jobs + [[ -z ${jbs} ]] && jbs="1" + + # sane: just sane.h header that is used for scan in writer, not + # linked or anything else, worthless to depend on + # vigra: just uses templates from there + # it is serious pain in the ass for packaging + # should be replaced by boost::gil if someone interested + internal_libs+=" + --without-system-sane + --without-system-vigra + " + + # libreoffice extensions handling + for lo_xt in ${LO_EXTS}; do + if [[ "${lo_xt}" == "scripting-beanshell" || "${lo_xt}" == "scripting-javascript" ]]; then + ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ${lo_xt})" + else + ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ext-${lo_xt})" + fi + done + + if use java; then + # hsqldb: system one is too new + java_opts=" + --without-junit + --without-system-hsqldb + --with-ant-home="${ANT_HOME}" + --with-jdk-home=$(java-config --jdk-home 2>/dev/null) + --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/" + " + + use libreoffice_extensions_scripting-beanshell && \ + java_opts+=" --with-beanshell-jar=$(java-pkg_getjar bsh bsh.jar)" + + use libreoffice_extensions_scripting-javascript && \ + java_opts+=" --with-rhino-jar=$(java-pkg_getjar rhino-1.6 js.jar)" + + if use libreoffice_extensions_wiki-publisher; then + java_opts+=" + --with-commons-codec-jar=$(java-pkg_getjar commons-codec commons-codec.jar) + --with-commons-httpclient-jar=$(java-pkg_getjar commons-httpclient-3 commons-httpclient.jar) + --with-commons-lang-jar=$(java-pkg_getjar commons-lang-2.1 commons-lang.jar) + --with-commons-logging-jar=$(java-pkg_getjar commons-logging commons-logging.jar) + --with-servlet-api-jar=$(java-pkg_getjar tomcat-servlet-api-3.0 servlet-api.jar) + " + fi + fi + + # system headers/libs/...: enforce using system packages + # --enable-cairo: ensure that cairo is always required + # --enable-graphite: disabling causes build breakages + # --enable-*-link: link to the library rather than just dlopen on runtime + # --enable-release-build: build the libreoffice as release + # --disable-fetch-external: prevent dowloading during compile phase + # --disable-gnome-vfs: old gnome virtual fs support + # --disable-kdeab: kde3 adressbook + # --disable-kde: kde3 support + # --disable-rpath: relative runtime path is not desired + # --disable-systray: quickstarter does not actually work at all so do not + # promote it + # --enable-extension-integration: enable any extension integration support + # --without-{afms,fonts,myspell-dicts,ppsd}: prevent install of sys pkgs + # --disable-report-builder: too much java packages pulled in without pkgs + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ + --with-system-headers \ + --with-system-libs \ + --with-system-jars \ + --with-system-dicts \ + --enable-cairo-canvas \ + --enable-graphite \ + --enable-largefile \ + --enable-mergelibs \ + --enable-python=system \ + --enable-randr \ + --enable-randr-link \ + --enable-release-build \ + --disable-hardlink-deliver \ + --disable-ccache \ + --disable-crashdump \ + --disable-dependency-tracking \ + --disable-epm \ + --disable-fetch-external \ + --disable-gnome-vfs \ + --disable-gstreamer-0-10 \ + --disable-report-builder \ + --disable-kdeab \ + --disable-kde \ + --disable-online-update \ + --disable-rpath \ + --disable-systray \ + --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ + --with-build-version="Gentoo official package" \ + --enable-extension-integration \ + --with-external-dict-dir="${EPREFIX}/usr/share/myspell" \ + --with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \ + --with-external-thes-dir="${EPREFIX}/usr/share/myspell" \ + --with-external-tar="${DISTDIR}" \ + --with-lang="" \ + --with-parallelism=${jbs} \ + --with-system-ucpp \ + --with-vendor="Gentoo Foundation" \ + --with-x \ + --without-afms \ + --without-fonts \ + --without-myspell-dicts \ + --without-help \ + --with-helppack-integration \ + --without-sun-templates \ + $(use_enable bluetooth sdremote-bluetooth) \ + $(use_enable cups) \ + $(use_enable debug) \ + $(use_enable dbus) \ + $(use_enable eds evolution2) \ + $(use_enable gnome gconf) \ + $(use_enable gnome gio) \ + $(use_enable gnome lockdown) \ + $(use_enable gstreamer) \ + $(use_enable gtk) \ + $(use_enable gtk3) \ + $(use_enable kde kde4) \ + $(use_enable mysql ext-mariadb-connector) \ + $(use_enable odk) \ + $(use_enable opengl) \ + $(use_enable postgres postgresql-sdbc) \ + $(use_enable telepathy) \ + $(use_enable test linkoo) \ + $(use_enable vba) \ + $(use_enable webdav neon) \ + $(use_with java) \ + $(use_with mysql system-mysql-cppconn) \ + $(use_with odk doxygen) \ + ${internal_libs} \ + ${java_opts} \ + ${ext_opts} +} + +src_compile() { + # hack for offlinehelp, this needs fixing upstream at some point + # it is broken because we send --without-help + # https://bugs.freedesktop.org/show_bug.cgi?id=46506 + ( + grep "^export" "${S}/config_host.mk" > "${T}/config_host.mk" + source "${T}/config_host.mk" 2&> /dev/null + + local path="${SOLARVER}/${INPATH}/res/img" + mkdir -p "${path}" || die + + echo "perl \"${S}/helpcontent2/helpers/create_ilst.pl\" -dir=icon-themes/galaxy/res/helpimg > \"${path}/helpimg.ilst\"" + perl "${S}/helpcontent2/helpers/create_ilst.pl" \ + -dir=icon-themes/galaxy/res/helpimg \ + > "${path}/helpimg.ilst" + [[ -s "${path}/helpimg.ilst" ]] || ewarn "The help images list is empty, something is fishy, report a bug." + ) + + local target + use test && target="build" || target="build-nocheck" + + # this is not a proper make script + make ${target} || die +} + +src_test() { + make unitcheck || die + make slowcheck || die +} + +src_install() { + # This is not Makefile so no buildserver + make DESTDIR="${D}" distro-pack-install -o build -o check || die + + # Fix bash completion placement + newbashcomp "${ED}"/etc/bash_completion.d/libreoffice.sh ${PN} + rm -rf "${ED}"/etc/ + + if use branding; then + insinto /usr/$(get_libdir)/${PN}/program + newins "${WORKDIR}/branding-sofficerc" sofficerc + echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"/etc/env.d/99${PN} + fi + + # symlink the nsplugin to proper location + # use gtk && inst_plugin /usr/$(get_libdir)/libreoffice/program/libnpsoplugin.so + + # Hack for offlinehelp, this needs fixing upstream at some point. + # It is broken because we send --without-help + # https://bugs.freedesktop.org/show_bug.cgi?id=46506 + insinto /usr/$(get_libdir)/libreoffice/help + doins xmlhelp/util/*.xsl + + # Remove desktop files for support to old installs that can't parse mime + rm -rf "${ED}"/usr/share/mimelnk/ + + pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/soffice.bin + pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin +} + +pkg_preinst() { + # Cache updates - all handled by kde eclass for all environments + kde4-base_pkg_preinst +} + +pkg_postinst() { + kde4-base_pkg_postinst + + use java || \ + ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.' +} + +pkg_postrm() { + kde4-base_pkg_postrm +} diff --git a/app-office/libreoffice/libreoffice-4.2.0.4.ebuild b/app-office/libreoffice/libreoffice-4.2.1.1.ebuild similarity index 99% rename from app-office/libreoffice/libreoffice-4.2.0.4.ebuild rename to app-office/libreoffice/libreoffice-4.2.1.1.ebuild index 9b22504810f4..f27f3d6cb209 100644 --- a/app-office/libreoffice/libreoffice-4.2.0.4.ebuild +++ b/app-office/libreoffice/libreoffice-4.2.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/app-office/libreoffice/libreoffice-4.2.0.4.ebuild,v 1.1 2014/02/08 12:14:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2.1.1.ebuild,v 1.2 2014/02/25 21:03:29 scarabeus Exp $ EAPI=5 @@ -209,7 +209,7 @@ DEPEND="${COMMON_DEPEND} dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool - >=dev-util/mdds-0.10.1:= + >=dev-util/mdds-0.10.2:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 diff --git a/app-office/libreoffice/libreoffice-4.2.9999.ebuild b/app-office/libreoffice/libreoffice-4.2.9999.ebuild index b4f38e9f93e9..fab255c15f68 100644 --- a/app-office/libreoffice/libreoffice-4.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-4.2.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/app-office/libreoffice/libreoffice-4.2.9999.ebuild,v 1.7 2014/02/08 12:14:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2.9999.ebuild,v 1.8 2014/02/25 21:03:29 scarabeus Exp $ EAPI=5 @@ -209,7 +209,7 @@ DEPEND="${COMMON_DEPEND} dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool - >=dev-util/mdds-0.10.1:= + >=dev-util/mdds-0.10.2:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index 37f0ef8564e0..173393335934 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-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-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.209 2014/01/27 15:35:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.210 2014/02/25 21:03:29 scarabeus Exp $ EAPI=5 @@ -209,7 +209,7 @@ DEPEND="${COMMON_DEPEND} dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool - >=dev-util/mdds-0.10.1:= + >=dev-util/mdds-0.10.2:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 diff --git a/app-officeext/ooofbtools/ooofbtools-2.25.ebuild b/app-officeext/ooofbtools/ooofbtools-2.25.ebuild index 78d7bb49fdb7..0ec2834dda5f 100644 --- a/app-officeext/ooofbtools/ooofbtools-2.25.ebuild +++ b/app-officeext/ooofbtools/ooofbtools-2.25.ebuild @@ -1,6 +1,6 @@ -# 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/app-officeext/ooofbtools/ooofbtools-2.25.ebuild,v 1.1 2013/12/29 10:06:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.25.ebuild,v 1.2 2014/02/25 21:04:58 scarabeus Exp $ EAPI=5 @@ -26,3 +26,9 @@ S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( ChangeLog* ) OFFICE_EXTENSIONS_LOCATION="${S}" + +src_install() { + default + + einstalldocs +} diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest index 703cb6151532..def9961e1769 100644 --- a/app-text/libabw/Manifest +++ b/app-text/libabw/Manifest @@ -1 +1 @@ -DIST libabw-0.0.1.tar.xz 307964 SHA256 5a2f3197350a96bd4e8f37f2d060fca2a7af830aa0804ce07ba32b7725d73503 SHA512 2be660d20adbc4bb81550116b482a2d2462a1110c4bbaea4e1318010a46f1080bcecc6d4623ec034e01a2b9d08eb3d13022ce1608b311705e351f75a99acc0dd WHIRLPOOL d02064fbc8aede71117e568fecc8233c39a98ac63e7f28dc634e0ccedbb240ecb0472ad0cd660792253e7f13a13fe9839bdca8a0f1c0339bbdff44d3e6099e34 +DIST libabw-0.0.2.tar.xz 307432 SHA256 d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594 SHA512 3c656fb7d3e2b4388ea33fbc380ffd01d03abefffa6089f21708b78da75cce71f95a067f05b389823ca3857b2ec14aae9371978062571aa74bf854c6948fcd82 WHIRLPOOL fb112e1a94b8983518ac3911215ea6f31091d922dfe4c3b80efbba747a71b100aa37aeb75753085d5cab15bb6b15541d401c0b55d29c85f716c972b1f3ff49fd diff --git a/app-text/libabw/libabw-0.0.1.ebuild b/app-text/libabw/libabw-0.0.2.ebuild similarity index 84% rename from app-text/libabw/libabw-0.0.1.ebuild rename to app-text/libabw/libabw-0.0.2.ebuild index 84c2992d07f0..de97e3843a96 100644 --- a/app-text/libabw/libabw-0.0.1.ebuild +++ b/app-text/libabw/libabw-0.0.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-text/libabw/libabw-0.0.1.ebuild,v 1.1 2014/01/27 15:32:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/libabw-0.0.2.ebuild,v 1.1 2014/02/25 19:47:04 scarabeus Exp $ EAPI=5 @@ -17,7 +17,6 @@ IUSE="doc static-libs" RDEPEND=" app-text/libwpd:0.9 - >=app-text/libwpg-0.2.2:0.2 dev-libs/libxml2 sys-libs/zlib " diff --git a/dev-cpp/gflags/gflags-2.0-r1.ebuild b/dev-cpp/gflags/gflags-2.0-r1.ebuild new file mode 100644 index 000000000000..7bdcbfb1e119 --- /dev/null +++ b/dev-cpp/gflags/gflags-2.0-r1.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-cpp/gflags/gflags-2.0-r1.ebuild,v 1.1 2014/02/25 00:44:57 vapier Exp $ + +EAPI="5" + +inherit multilib-minimal + +DESCRIPTION="Google's C++ argument parsing library" +HOMEPAGE="http://code.google.com/p/gflags/" +SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" + +multilib_src_configure() { + ECONF_SOURCE=${S} econf $(use_enable static-libs static) +} + +multilib_src_install_all() { + rm -rf "${ED}"/usr/share/doc + dodoc AUTHORS ChangeLog NEWS README + dohtml doc/* +} diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r1.ebuild b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r1.ebuild deleted file mode 100644 index 4f102f5e0c64..000000000000 --- a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r1.ebuild,v 1.2 2013/02/23 15:51:43 ago Exp $ - -EAPI="4" - -inherit eutils toolchain-funcs versionator - -DESCRIPTION="A compiler frontend for the W3C XML Schema definition language." -HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/xerces-c-3 - >=dev-libs/boost-1.52.0-r1[threads] - >=dev-cpp/libcult-1.4.6-r1 - >=dev-cpp/libfrontend-elements-1.1.4" -DEPEND="${RDEPEND} - dev-util/build:0.3" - -src_prepare() { - epatch "${FILESDIR}/1.17.0-boost-filesystem-v2-deprecation.patch" -} - -src_configure() { - mkdir -p \ - build/{ld,cxx/gnu} \ - build/import/lib{boost,cult,frontend-elements,xerces-c} - - cat >> build/cxx/configuration-dynamic.make <<- EOF -cxx_id := gnu -cxx_optimize := n -cxx_debug := n -cxx_rpath := n -cxx_pp_extra_options := -cxx_extra_options := ${CXXFLAGS} -cxx_ld_extra_options := ${LDFLAGS} -cxx_extra_libs := -cxx_extra_lib_paths := - EOF - - cat >> build/cxx/gnu/configuration-dynamic.make <<- EOF -cxx_gnu := $(tc-getCXX) -cxx_gnu_libraries := -cxx_gnu_optimization_options := - EOF - - cat >> build/import/libboost/configuration-dynamic.make <<- EOF -libboost_installed := y - EOF - cat >> build/import/libcult/configuration-dynamic.make <<- EOF -libcult_installed := y - EOF - - cat >> build/ld/configuration-lib-dynamic.make <<- EOF -ld_lib_type := shared - EOF - - cat >> build/import/libfrontend-elements/configuration-dynamic.make <<- EOF -libfrontend_elements_installed := y - EOF - - cat >> build/import/libxerces-c/configuration-dynamic.make <<- EOF -libxerces_c_installed := y - EOF - - MAKEOPTS+=" verbose=1" -} - -src_install() { - dolib.so xsd-frontend/libxsd-frontend.so - - find xsd-frontend -iname "*.cxx" \ - -o -iname "makefile" \ - -o -iname "*.o" -o -iname "*.d" \ - -o -iname "*.m4" -o -iname "*.l" \ - -o -iname "*.cpp-options" -o -iname "*.so" | xargs rm -f - rm -rf xsd-frontend/arch - - insinto /usr/include - doins -r xsd-frontend - - dodoc NEWS README -} - -src_test() { - export LD_LIBRARY_PATH="${S}/xsd-frontend:${LD_LIBRARY_PATH}" - default -} diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r2.ebuild b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild similarity index 93% rename from dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r2.ebuild rename to dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild index 186486f9f28a..7a7ecf74717a 100644 --- a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r2.ebuild +++ b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-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/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r2.ebuild,v 1.1 2014/01/20 12:04:05 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild,v 1.3 2014/02/24 19:31:42 zlogene Exp $ EAPI="5" @@ -11,10 +11,10 @@ HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/" SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" RDEPEND=">=dev-libs/xerces-c-3 - >=dev-libs/boost-1.52.0-r1[threads] + >=dev-libs/boost-1.52.0-r1:=[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4" DEPEND="${RDEPEND} diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild deleted file mode 100644 index 06597e710d44..000000000000 --- a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild,v 1.9 2013/04/02 20:56:00 ago Exp $ - -EAPI="4" - -inherit eutils toolchain-funcs versionator - -DESCRIPTION="A compiler frontend for the W3C XML Schema definition language." -HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="" - -RDEPEND=">=dev-libs/xerces-c-3 - ~dev-libs/boost-1.49.0 - >=dev-cpp/libcult-1.4.6-r1 - >=dev-cpp/libfrontend-elements-1.1.4" -DEPEND="${RDEPEND} - dev-util/build:0.3" - -src_prepare() { - epatch "${FILESDIR}/1.17.0-boost-filesystem-v2-deprecation.patch" -} - -src_configure() { - BOOST_PKG="$(best_version ">=dev-libs/boost-1.35.0-r5")" - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - BOOST_INC="/usr/include/boost-${BOOST_VER}" - - mkdir -p \ - build/{ld,cxx/gnu} \ - build/import/lib{boost,cult,frontend-elements,xerces-c} - - cat >> build/cxx/configuration-dynamic.make <<- EOF -cxx_id := gnu -cxx_optimize := n -cxx_debug := n -cxx_rpath := n -cxx_pp_extra_options := -cxx_extra_options := ${CXXFLAGS} -I${BOOST_INC} -cxx_ld_extra_options := ${LDFLAGS} -cxx_extra_libs := -cxx_extra_lib_paths := - EOF - - cat >> build/cxx/gnu/configuration-dynamic.make <<- EOF -cxx_gnu := $(tc-getCXX) -cxx_gnu_libraries := -cxx_gnu_optimization_options := - EOF - - cat >> build/import/libboost/configuration-dynamic.make <<- EOF -libboost_installed := y -libboost_suffix := -mt-${BOOST_VER} - EOF - cat >> build/import/libcult/configuration-dynamic.make <<- EOF -libcult_installed := y - EOF - - cat >> build/ld/configuration-lib-dynamic.make <<- EOF -ld_lib_type := shared - EOF - - cat >> build/import/libfrontend-elements/configuration-dynamic.make <<- EOF -libfrontend_elements_installed := y - EOF - - cat >> build/import/libxerces-c/configuration-dynamic.make <<- EOF -libxerces_c_installed := y - EOF - - MAKEOPTS+=" verbose=1" -} - -src_install() { - dolib.so xsd-frontend/libxsd-frontend.so - - find xsd-frontend -iname "*.cxx" \ - -o -iname "makefile" \ - -o -iname "*.o" -o -iname "*.d" \ - -o -iname "*.m4" -o -iname "*.l" \ - -o -iname "*.cpp-options" -o -iname "*.so" | xargs rm -f - rm -rf xsd-frontend/arch - - insinto /usr/include - doins -r xsd-frontend - - dodoc NEWS README -} - -src_test() { - export LD_LIBRARY_PATH="${S}/xsd-frontend:${LD_LIBRARY_PATH}" - default -} diff --git a/dev-cpp/xsd/xsd-3.3.0-r1.ebuild b/dev-cpp/xsd/xsd-3.3.0-r1.ebuild deleted file mode 100644 index fee5928a08b0..000000000000 --- a/dev-cpp/xsd/xsd-3.3.0-r1.ebuild +++ /dev/null @@ -1,142 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r1.ebuild,v 1.2 2013/02/23 15:51:59 ago Exp $ - -EAPI=4 - -inherit toolchain-funcs eutils versionator - -DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler." -HOMEPAGE="http://www.codesynthesis.com/products/xsd/" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="ace doc examples zlib" - -RDEPEND=">=dev-libs/xerces-c-3 - >=dev-libs/boost-1.52.0-r1[threads] - >=dev-cpp/libcult-1.4.6-r1 - >=dev-cpp/libxsd-frontend-1.18.0-r1 - >=dev-cpp/libbackend-elements-1.7.2 - ace? ( dev-libs/ace ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - dev-util/build - doc? ( app-doc/doxygen )" - -src_prepare() { - epatch \ - "${FILESDIR}/${PV}-disable_examples_and_tests.patch" \ - "${FILESDIR}/${PV}-xsdcxx-rename.patch" \ - "${FILESDIR}/${PV}-fix_include.patch" \ - "${FILESDIR}/${PV}-fix_tests.patch" \ - "${FILESDIR}/${PV}-boost-filesystem-v2-deprecation.patch" -} - -src_configure() { - # Maintainer notes: - # * xqilla is not required, this is only whether or not to include the xpath - # examples which require xqilla - mkdir -p \ - build/cxx/gnu \ - build/import/lib{ace,boost,cult,backend-elements,xerces-c,xqilla,xsd-frontend,z} - - cat >> build/configuration-dynamic.make <<- EOF -xsd_with_zlib := $(usex zlib y n) -xsd_with_ace := $(usex ace y n) -xsd_with_xdr := y -xsd_with_dbxml := n -xsd_with_xqilla := y -xsd_with_boost_date_time := y -xsd_with_boost_serialization := y - EOF - - cat >> build/cxx/configuration-dynamic.make <<- EOF -cxx_id := gnu -cxx_optimize := n -cxx_debug := n -cxx_rpath := n -cxx_pp_extra_options := -cxx_extra_options := ${CXXFLAGS} -cxx_ld_extra_options := ${LDFLAGS} -cxx_extra_libs := -cxx_extra_lib_paths := - EOF - - cat >> build/cxx/gnu/configuration-dynamic.make <<- EOF -cxx_gnu := $(tc-getCXX) -cxx_gnu_libraries := -cxx_gnu_optimization_options := - EOF - - cat >> build/import/libace/configuration-dynamic.make <<- EOF -libace_installed := y - EOF - - cat >> build/import/libbackend-elements/configuration-dynamic.make <<- EOF -libbackend_elements_installed := y - EOF - - cat >> build/import/libboost/configuration-dynamic.make <<- EOF -libboost_installed := y -libboost_system := n - EOF - - cat >> build/import/libcult/configuration-dynamic.make <<- EOF -libcult_installed := y - EOF - - cat >> build/import/libxerces-c/configuration-dynamic.make <<- EOF -libxerces_c_installed := y - EOF - - cat >> build/import/libxqilla/configuration-dynamic.make <<- EOF -libxqilla_installed := y - EOF - - cat >> build/import/libxsd-frontend/configuration-dynamic.make <<- EOF -libxsd_frontend_installed := y - EOF - - cat >> build/import/libz/configuration-dynamic.make <<- EOF -libz_installed := y - EOF - - MAKEOPTS+=" verbose=1" -} - -src_compile() { - default - if use doc ; then - emake -C "${S}/documentation/cxx/tree/reference" || die "generating reference docs failed" - fi - if use test ; then - XERCESC_NLS_HOME="${ROOT}usr/share/xerces-c/msg" emake -C "${S}/tests" || die "building tests failed" - fi -} - -src_install() { - emake install_prefix="${D}/usr" install || die "emake install failed" - - # Renaming binary/manpage to avoid collision with mono-2.0's xsd/xsd2 - mv "${D}"/usr/bin/xsd{,cxx} - mv "${D}"/usr/share/man/man1/xsd{,cxx}.1 - - rm -rf "${D}/usr/share/doc" - - dohtml -r -A xhtml -A pdf documentation/* - - dodoc NEWS README FLOSSE documentation/custom-literals.xsd - newdoc libxsd/README README.libxsd - newdoc libxsd/FLOSSE FLOSSE.libxsd - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} - -src_test() { - XERCESC_NLS_HOME="${ROOT}usr/share/xerces-c/msg" emake -C "${S}/tests" test || die "tests failed" -} diff --git a/dev-cpp/xsd/xsd-3.3.0-r2.ebuild b/dev-cpp/xsd/xsd-3.3.0-r3.ebuild similarity index 95% rename from dev-cpp/xsd/xsd-3.3.0-r2.ebuild rename to dev-cpp/xsd/xsd-3.3.0-r3.ebuild index badbe2a8c87c..fa9fef306cf3 100644 --- a/dev-cpp/xsd/xsd-3.3.0-r2.ebuild +++ b/dev-cpp/xsd/xsd-3.3.0-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/dev-cpp/xsd/xsd-3.3.0-r2.ebuild,v 1.1 2014/01/20 13:05:41 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0-r3.ebuild,v 1.2 2014/02/24 19:41:57 zlogene Exp $ EAPI=5 @@ -11,11 +11,11 @@ HOMEPAGE="http://www.codesynthesis.com/products/xsd/" SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="ace doc examples test zlib" RDEPEND=">=dev-libs/xerces-c-3 - >=dev-libs/boost-1.52.0-r1[threads] + >=dev-libs/boost-1.52.0-r1:=[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 diff --git a/dev-cpp/xsd/xsd-3.3.0.ebuild b/dev-cpp/xsd/xsd-3.3.0.ebuild deleted file mode 100644 index 2819f2ed7fd3..000000000000 --- a/dev-cpp/xsd/xsd-3.3.0.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.9 2013/04/02 20:56:02 ago Exp $ - -EAPI="2" - -inherit toolchain-funcs eutils versionator - -DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler." -HOMEPAGE="http://www.codesynthesis.com/products/xsd/" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="ace doc examples zlib" - -RDEPEND=">=dev-libs/xerces-c-3 - >=dev-libs/boost-1.40.0 - >=dev-cpp/libcult-1.4.6-r1 - >=dev-cpp/libxsd-frontend-1.17.0 - >=dev-cpp/libbackend-elements-1.7.2 - ace? ( dev-libs/ace ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - dev-util/build - doc? ( app-doc/doxygen )" - -src_prepare() { - epatch \ - "${FILESDIR}/${PV}-disable_examples_and_tests.patch" \ - "${FILESDIR}/${PV}-xsdcxx-rename.patch" \ - "${FILESDIR}/${PV}-fix_include.patch" \ - "${FILESDIR}/${PV}-fix_tests.patch" \ - "${FILESDIR}/${PV}-boost-filesystem-v2-deprecation.patch" -} - -use_yesno() { - use $1 && echo "y" || echo "n" -} - -src_configure() { - BOOST_PKG="$(best_version ">=dev-libs/boost-1.40.0")" - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - BOOST_INC="/usr/include/boost-${BOOST_VER}" - - # Maintainer notes: - # * xqilla is not required, this is only whether or not to include the xpath - # examples which require xqilla - mkdir -p \ - build/cxx/gnu \ - build/import/lib{ace,boost,cult,backend-elements,xerces-c,xqilla,xsd-frontend,z} - - cat >> build/configuration-dynamic.make <<- EOF -xsd_with_zlib := $(use_yesno zlib) -xsd_with_ace := $(use_yesno ace) -xsd_with_xdr := y -xsd_with_dbxml := n -xsd_with_xqilla := y -xsd_with_boost_date_time := y -xsd_with_boost_serialization := y - EOF - - cat >> build/cxx/configuration-dynamic.make <<- EOF -cxx_id := gnu -cxx_optimize := n -cxx_debug := n -cxx_rpath := n -cxx_pp_extra_options := -cxx_extra_options := ${CXXFLAGS} -I${BOOST_INC} -cxx_ld_extra_options := ${LDFLAGS} -cxx_extra_libs := -cxx_extra_lib_paths := - EOF - - cat >> build/cxx/gnu/configuration-dynamic.make <<- EOF -cxx_gnu := $(tc-getCXX) -cxx_gnu_libraries := -cxx_gnu_optimization_options := - EOF - - cat >> build/import/libace/configuration-dynamic.make <<- EOF -libace_installed := y - EOF - - cat >> build/import/libbackend-elements/configuration-dynamic.make <<- EOF -libbackend_elements_installed := y - EOF - - cat >> build/import/libboost/configuration-dynamic.make <<- EOF -libboost_installed := y -libboost_suffix := -mt-${BOOST_VER} -libboost_system := n - EOF - - cat >> build/import/libcult/configuration-dynamic.make <<- EOF -libcult_installed := y - EOF - - cat >> build/import/libxerces-c/configuration-dynamic.make <<- EOF -libxerces_c_installed := y - EOF - - cat >> build/import/libxqilla/configuration-dynamic.make <<- EOF -libxqilla_installed := y - EOF - - cat >> build/import/libxsd-frontend/configuration-dynamic.make <<- EOF -libxsd_frontend_installed := y - EOF - - cat >> build/import/libz/configuration-dynamic.make <<- EOF -libz_installed := y - EOF - - MAKEOPTS+=" verbose=1" -} - -src_compile() { - default - if use doc ; then - emake -C "${S}/documentation/cxx/tree/reference" || die "generating reference docs failed" - fi - if use test ; then - XERCESC_NLS_HOME="${ROOT}usr/share/xerces-c/msg" emake -C "${S}/tests" || die "building tests failed" - fi -} - -src_install() { - emake install_prefix="${D}/usr" install || die "emake install failed" - - # Renaming binary/manpage to avoid collision with mono-2.0's xsd/xsd2 - mv "${D}"/usr/bin/xsd{,cxx} - mv "${D}"/usr/share/man/man1/xsd{,cxx}.1 - - rm -rf "${D}/usr/share/doc" - - dohtml -r -A xhtml -A pdf documentation/* - - dodoc NEWS README FLOSSE documentation/custom-literals.xsd - newdoc libxsd/README README.libxsd - newdoc libxsd/FLOSSE FLOSSE.libxsd - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} - -src_test() { - XERCESC_NLS_HOME="${ROOT}usr/share/xerces-c/msg" emake -C "${S}/tests" test || die "tests failed" -} diff --git a/dev-db/pgmemcache/Manifest b/dev-db/pgmemcache/Manifest index 4fb55f0b740f..8434370fc46d 100644 --- a/dev-db/pgmemcache/Manifest +++ b/dev-db/pgmemcache/Manifest @@ -1,3 +1,4 @@ +DIST pgmemcache-2.1.2.tar.gz 16685 SHA256 015bf72efd6e7bc392814e9ae49bc9c486e699e9dc80f0c437b42408b7155d67 SHA512 2be9aeef214f569473efcb849611e10c4fdb179e5cb8b1105f63fe0ab7bd829648a7891fd4e21109afc1b6375aeae0c2449a977a67631ee4d505e3faf83bc3f3 WHIRLPOOL 7f7c62400316da6c8ed2da0e1909ab8034e8f845d4b3d439fbdf54b310d8fe1100e7c487a3d7485a3e86358fe493bf1bb5107b4d0f4ab1091bf6467a04fe6eac DIST pgmemcache_2.0.4.tar.bz2 14359 SHA256 4f203116101f1836c238506e8b8f40be506f1737577630f4d10d8b9b43fc00ac SHA512 c3bc609cdd38eb0df88d7fe293258a6aede96d296e6dce63e99a5d3c78fece534a389afdcc99510e83a7572669421c8d61d2588949e4df9cbaf6d93fcd45f0c5 WHIRLPOOL 2f34e096dd4dd80c0ddd9166b724d3ed884d86ecd0117417098a4a9173c657c0eb3b0df1c68323dffd4222b12ab9cb9adebf14ee9c2a1ff563a0fbb81cd7b3b2 DIST pgmemcache_2.0.6.tar.bz2 18630 SHA256 eb64059bbb2b7659768f2c654580a972b39e4bc8842dc8fc960e7d97c582a78c SHA512 35661ab90bc866820be370c7a65d951b7ea0fc63e9872b38fdfa0dc82d368974de9f044b74399747e2f11a2d26dd0309c0814d2f38636681d18abe67885134ff WHIRLPOOL e86618906807d770fa4c63b705f88c9e249bce428df3d8e8892113cbfb31a57c9c8a4f442aa54e3304dfa5dae07cfc236d50c077b16ce1e64a4c3b1f81d13513 DIST pgmemcache_2.1.1.tar.bz2 18630 SHA256 eb64059bbb2b7659768f2c654580a972b39e4bc8842dc8fc960e7d97c582a78c SHA512 35661ab90bc866820be370c7a65d951b7ea0fc63e9872b38fdfa0dc82d368974de9f044b74399747e2f11a2d26dd0309c0814d2f38636681d18abe67885134ff WHIRLPOOL e86618906807d770fa4c63b705f88c9e249bce428df3d8e8892113cbfb31a57c9c8a4f442aa54e3304dfa5dae07cfc236d50c077b16ce1e64a4c3b1f81d13513 diff --git a/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild b/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild new file mode 100644 index 000000000000..cc4b48daffa1 --- /dev/null +++ b/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild,v 1.1 2014/02/26 05:39:46 patrick Exp $ + +EAPI=5 + +DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached" +HOMEPAGE="http://pgfoundry.org/projects/pgmemcache https://github.com/ohmu/pgmemcache" +SRC_URI="https://github.com/ohmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-db/postgresql-base + dev-libs/cyrus-sasl + >=dev-libs/libmemcached-1.0.18[sasl]" +RDEPEND="${DEPEND}" + +DOCS=( NEWS README TODO ) diff --git a/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild index f4a8b868aa05..814409b4d5bb 100644 --- a/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild +++ b/dev-db/phpmyadmin/phpmyadmin-4.1.7.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-db/phpmyadmin/phpmyadmin-4.1.7.ebuild,v 1.1 2014/02/09 22:49:59 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild,v 1.2 2014/02/24 13:47:52 jer Exp $ EAPI="4" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.phpmyadmin.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" diff --git a/dev-haskell/cgi/Manifest b/dev-haskell/cgi/Manifest index 2d1fb5af5dd3..43d76d55edff 100644 --- a/dev-haskell/cgi/Manifest +++ b/dev-haskell/cgi/Manifest @@ -1,3 +1,3 @@ -DIST cgi-3001.1.8.2.tar.gz 21380 SHA256 ff554133be634cd61ca53929182e919d9c8784e1e5461eb01ca64c56ec3a9e26 SHA512 0b26c1f80898162a4d80d492c67c29f821e0a9232187d82eb3d17178155a0528100ca69f3415dda0401f90d12b2dd15f66efaac7e083eac761d4c2a8e7cf8da4 WHIRLPOOL 605851e9a8cb3c94d31757e8523bbde84b92b8514e51cdd219e289a73483b3d157f2124c0147f3e87b5ae2745635f5095a3ddb3c43162b0e07305ebb859758c7 DIST cgi-3001.1.8.3.tar.gz 21319 SHA256 c4e92212f55c89d59e3319d5bc7011e715aef1695525b77b38f468d731d84cdd SHA512 421ed1a7c7548f1785a693074807fab91cdf4c86b9085a0520b0ffc6127cf53b095dfc07e6f9ed65d475445a28e485ec219d742de369e6271c0c6fe5e7599957 WHIRLPOOL 0634c08ae1fa409cde4c7e95a62d9fefe531e56061101e8ec256bc5a4d7d227a2fb1a14e3b234f97d8448b130674d66b29d48242533441e190b7c87cdbecfae8 DIST cgi-3001.1.8.4.tar.gz 21421 SHA256 f6d11fc59d1d3651d628bdf2b36c1a735c08334956701dec2d0f05d572b61ec0 SHA512 0ccbad2b1393cf4149c84eaf9d5601ce976998554cf9240a61a72348eee917869c7b1e00286b22dcac3280c79c551e2947c1040ddeac3c1ec91483dbe2c18ed0 WHIRLPOOL bb51330b2d30ddf2c82d4dc87a568234e23abe785f9a33513cd359a6e28cdedc374fb33da131458ecd53d515833f2fd160a62de0afb1f2068692e8e634764826 +DIST cgi-3001.1.8.5.tar.gz 21423 SHA256 46cfb262f95348e88629fe30a9a8319aec510601be3a550cfb02fb1267b2db39 SHA512 e8409f6fe09d789538a025cff1aa594b5206c75cd16a7e399914d83e42a2d1c09d5c18083d037c7c3e061518f49447aa8eb41ae7adabbd0663d00af420b677a2 WHIRLPOOL a637446f02b032f2b98c06f1f3f813e2222e7db82fc3790bb542f9fdfd445ac1b8755128e426061c95c6b00749a68642850d9c7ca84fb2617550202c209b8a07 diff --git a/dev-haskell/cgi/cgi-3001.1.8.2.ebuild b/dev-haskell/cgi/cgi-3001.1.8.2.ebuild deleted file mode 100644 index 76408266f7dd..000000000000 --- a/dev-haskell/cgi/cgi-3001.1.8.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.2.ebuild,v 1.3 2012/12/28 22:24:15 slyfox Exp $ - -# ebuild generated by hackport 0.2.9 - -CABAL_FEATURES="lib profile haddock hscolour hoogle" -inherit haskell-cabal - -DESCRIPTION="A library for writing CGI programs" -HOMEPAGE="http://andersk.mit.edu/haskell/cgi/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-haskell/monadcatchio-mtl - >=dev-haskell/mtl-1.0 - >=dev-haskell/network-2.0 - >=dev-haskell/parsec-2.0 - >=dev-haskell/xhtml-3000.0.0 - >=dev-lang/ghc-6.10.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/cgi/cgi-3001.1.8.5.ebuild b/dev-haskell/cgi/cgi-3001.1.8.5.ebuild new file mode 100644 index 000000000000..c68c6f45d446 --- /dev/null +++ b/dev-haskell/cgi/cgi-3001.1.8.5.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-haskell/cgi/cgi-3001.1.8.5.ebuild,v 1.1 2014/02/24 07:03:35 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A library for writing CGI programs" +HOMEPAGE="http://andersk.mit.edu/haskell/cgi/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-haskell/monadcatchio-mtl:=[profile?] + >=dev-haskell/mtl-1.0:=[profile?] + >=dev-haskell/network-2.0:=[profile?] + >=dev-haskell/parsec-2.0:=[profile?] + >=dev-haskell/xhtml-3000.0.0:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" +src_prepare() { + epatch "${FILESDIR}"/${P}-ghc78.patch +} diff --git a/dev-haskell/cgi/files/cgi-3001.1.8.5-ghc78.patch b/dev-haskell/cgi/files/cgi-3001.1.8.5-ghc78.patch new file mode 100644 index 000000000000..86766314132b --- /dev/null +++ b/dev-haskell/cgi/files/cgi-3001.1.8.5-ghc78.patch @@ -0,0 +1,90 @@ +diff --git a/Network/CGI/Protocol.hs b/Network/CGI/Protocol.hs +index 6b9d2ec..e9a14ff 100644 +--- a/Network/CGI/Protocol.hs ++++ b/Network/CGI/Protocol.hs +@@ -11,7 +11,7 @@ + -- An implementation of the program side of the CGI protocol. + -- + ----------------------------------------------------------------------------- +- ++{-# LANGUAGE CPP, DeriveDataTypeable #-} + module Network.CGI.Protocol ( + -- * CGI request + CGIRequest(..), Input(..), +@@ -44,7 +44,12 @@ import System.IO (Handle, hPutStrLn, stderr, hFlush, hSetBinaryMode) + import qualified Data.ByteString.Lazy.Char8 as BS + import Data.ByteString.Lazy.Char8 (ByteString) + ++#if MIN_VERSION_base(4,7,0) ++import Data.Typeable ++#else + import Data.Typeable (Typeable(..), mkTyConApp, mkTyCon) ++#endif ++ + + import Network.CGI.Header + import Network.CGI.Multipart +@@ -72,8 +77,10 @@ data CGIRequest = + } + deriving (Show) + ++#if ! MIN_VERSION_base(4,7,0) + instance Typeable CGIResult where + typeOf _ = mkTyConApp (mkTyCon "Network.CGI.Protocol.CGIResult") [] ++#endif + + -- | The value of an input parameter, and some metadata. + data Input = Input { +@@ -90,7 +97,11 @@ data Input = Input { + -- | The result of a CGI program. + data CGIResult = CGIOutput ByteString + | CGINothing ++#if MIN_VERSION_base(4,7,0) ++ deriving (Show, Read, Eq, Ord, Typeable) ++#else + deriving (Show, Read, Eq, Ord) ++#endif + + -- + -- * Running CGI actions + + +diff --git a/Network/CGI/Monad.hs b/Network/CGI/Monad.hs +index 2294f8c..7ed116c 100644 +--- a/Network/CGI/Monad.hs ++++ b/Network/CGI/Monad.hs +@@ -1,4 +1,5 @@ + {-# OPTIONS_GHC -fglasgow-exts #-} ++{-# LANGUAGE CPP, DeriveDataTypeable #-} + ----------------------------------------------------------------------------- + -- | + -- Module : Network.CGI.Monad +@@ -40,8 +41,12 @@ import Control.Monad.Error (MonadError(..)) + import Control.Monad.Reader (ReaderT(..), asks) + import Control.Monad.Writer (WriterT(..), tell) + import Control.Monad.Trans (MonadTrans, MonadIO, liftIO, lift) ++#if MIN_VERSION_base(4,7,0) ++import Data.Typeable ++#else + import Data.Typeable (Typeable(..), Typeable1(..), +- mkTyConApp, mkTyCon) ++ mkTyConApp, mkTyCon) ++#endif + + import Network.CGI.Protocol + +@@ -55,10 +60,14 @@ type CGI a = CGIT IO a + + -- | The CGIT monad transformer. + newtype CGIT m a = CGIT { unCGIT :: ReaderT CGIRequest (WriterT Headers m) a } ++#if MIN_VERSION_base(4,7,0) ++ deriving (Typeable) + ++#else + instance (Typeable1 m, Typeable a) => Typeable (CGIT m a) where + typeOf _ = mkTyConApp (mkTyCon "Network.CGI.Monad.CGIT") + [typeOf1 (undefined :: m a), typeOf (undefined :: a)] ++#endif + + instance (Functor m, Monad m) => Functor (CGIT m) where + fmap f c = CGIT (fmap f (unCGIT c)) diff --git a/dev-lang/julia/julia-0.2.0.ebuild b/dev-lang/julia/julia-0.2.0.ebuild index 50e964bd69a9..5ad41664b2d2 100644 --- a/dev-lang/julia/julia-0.2.0.ebuild +++ b/dev-lang/julia/julia-0.2.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/dev-lang/julia/julia-0.2.0.ebuild,v 1.2 2014/01/09 08:02:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/julia/julia-0.2.0.ebuild,v 1.4 2014/02/26 03:37:12 patrick Exp $ EAPI=5 inherit eutils diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r1.ebuild deleted file mode 100644 index d9bd7a779c13..000000000000 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r1.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-17.0.0-r1.ebuild,v 1.5 2014/02/22 16:17:42 jer Exp $ - -EAPI="5" -WANT_AUTOCONF="2.1" -PYTHON_COMPAT=( python2_{6,7} ) -PYTHON_REQ_USE="threads" -inherit eutils toolchain-funcs multilib python-any-r1 versionator pax-utils - -MY_PN="mozjs" -MY_P="${MY_PN}${PV}" -DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" -SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" - -LICENSE="NPL-1.1" -SLOT="17" -KEYWORDS="~alpha ~amd64 ~arm -hppa -ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug jit minimal static-libs test" - -REQUIRED_USE="debug? ( jit )" - -S="${WORKDIR}/${MY_P}" -BUILDDIR="${S}/js/src" - -RDEPEND=">=dev-libs/nspr-4.9.4 - virtual/libffi" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - app-arch/zip - virtual/pkgconfig" - -pkg_setup(){ - if [[ ${MERGE_TYPE} != "binary" ]]; then - python-any-r1_pkg_setup - export LC_ALL="C" - fi -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-${SLOT}-js-config-shebang.patch - epatch_user - - if [[ ${CHOST} == *-freebsd* ]]; then - # Don't try to be smart, this does not work in cross-compile anyway - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die - fi -} - -src_configure() { - cd "${BUILDDIR}" || die - - CC="$(tc-getCC)" CXX="$(tc-getCXX)" \ - AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" \ - LD="$(tc-getLD)" \ - econf \ - ${myopts} \ - --enable-jemalloc \ - --enable-readline \ - --enable-threadsafe \ - --with-system-nspr \ - --enable-system-ffi \ - --enable-jemalloc \ - $(use_enable debug) \ - $(use_enable jit tracejit) \ - $(use_enable jit methodjit) \ - $(use_enable static-libs static) \ - $(use_enable test tests) -} - -src_compile() { - cd "${BUILDDIR}" || die - if tc-is-cross-compiler; then - make CFLAGS="" CXXFLAGS="" \ - CC=$(tc-getBUILD_CC) CXX=$(tc-getBUILD_CXX) \ - AR=$(tc-getBUILD_AR) RANLIB=$(tc-getBUILD_RANLIB) \ - jscpucfg host_jsoplengen host_jskwgen || die - make CFLAGS="" CXXFLAGS="" \ - CC=$(tc-getBUILD_CC) CXX=$(tc-getBUILD_CXX) \ - AR=$(tc-getBUILD_AR) RANLIB=$(tc-getBUILD_RANLIB) \ - -C config nsinstall || die - mv {,native-}jscpucfg || die - mv {,native-}host_jskwgen || die - mv {,native-}host_jsoplengen || die - mv config/{,native-}nsinstall || die - sed -e 's@./jscpucfg@./native-jscpucfg@' \ - -e 's@./host_jskwgen@./native-host_jskwgen@' \ - -e 's@./host_jsoplengen@./native-host_jsoplengen@' \ - -i Makefile || die - sed -e 's@/nsinstall@/native-nsinstall@' -i config/config.mk || die - rm -f config/host_nsinstall.o \ - config/host_pathsub.o \ - host_jskwgen.o \ - host_jsoplengen.o || die - fi - emake -} - -src_test() { - cd "${BUILDDIR}/jsapi-tests" || die - emake check -} - -src_install() { - cd "${BUILDDIR}" || die - emake DESTDIR="${D}" install - - if ! use minimal; then - if use jit; then - pax-mark m "${ED}/usr/bin/js${SLOT}" - fi - else - rm -f "${ED}/usr/bin/js${SLOT}" - fi - - if ! use static-libs; then - # We can't actually disable building of static libraries - # They're used by the tests and in a few other places - find "${D}" -iname '*.a' -delete || die - fi -} diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r2.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r2.ebuild index 5a9e48231750..0c45b0390f43 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-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/dev-lang/spidermonkey/spidermonkey-17.0.0-r2.ebuild,v 1.4 2014/02/23 17:10:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-17.0.0-r2.ebuild,v 1.6 2014/02/25 20:52:05 maekke Exp $ EAPI="5" WANT_AUTOCONF="2.1" @@ -16,7 +16,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" LICENSE="NPL-1.1" SLOT="17" -KEYWORDS="~alpha amd64 ~arm -hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm -hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="debug jit minimal static-libs test" REQUIRED_USE="debug? ( jit )" @@ -26,7 +26,8 @@ S="${WORKDIR}/${MY_P}" BUILDDIR="${S}/js/src" RDEPEND=">=dev-libs/nspr-4.9.4 - virtual/libffi" + virtual/libffi + >=sys-libs/zlib-1.1.4" DEPEND="${RDEPEND} ${PYTHON_DEPS} app-arch/zip diff --git a/dev-lang/spidermonkey/spidermonkey-24.2.0.ebuild b/dev-lang/spidermonkey/spidermonkey-24.2.0.ebuild index 2b1939a7e8a3..f0159f07154e 100644 --- a/dev-lang/spidermonkey/spidermonkey-24.2.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-24.2.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/dev-lang/spidermonkey/spidermonkey-24.2.0.ebuild,v 1.2 2014/02/03 13:19:33 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0.ebuild,v 1.3 2014/02/24 19:34:52 axs Exp $ EAPI="5" WANT_AUTOCONF="2.1" @@ -26,6 +26,7 @@ BUILDDIR="${S}/js/src" RDEPEND=">=dev-libs/nspr-4.9.4 virtual/libffi + >=sys-libs/zlib-1.1.4 system-icu? ( >=dev-libs/icu-1.51 )" DEPEND="${RDEPEND} ${PYTHON_DEPS} diff --git a/dev-libs/crypto++/crypto++-5.6.2-r1.ebuild b/dev-libs/crypto++/crypto++-5.6.2-r1.ebuild index a53596f61ca5..4e04c6822154 100644 --- a/dev-libs/crypto++/crypto++-5.6.2-r1.ebuild +++ b/dev-libs/crypto++/crypto++-5.6.2-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-libs/crypto++/crypto++-5.6.2-r1.ebuild,v 1.6 2014/02/24 01:00:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r1.ebuild,v 1.7 2014/02/25 13:25:27 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cryptopp/cryptopp${PV//.}.zip" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x64-macos" IUSE="static-libs" DEPEND="app-arch/unzip diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r4.ebuild new file mode 100644 index 000000000000..5c0c3e2964d8 --- /dev/null +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r4.ebuild @@ -0,0 +1,232 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r4.ebuild,v 1.1 2014/02/24 05:29:54 patrick Exp $ + +EAPI=5 + +inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use systemd + +SASLAUTHD_CONF_VER="2.1.26" + +DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)." +HOMEPAGE="http://cyrusimap.web.cmu.edu/" +SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" + +LICENSE="BSD-with-attribution" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite +srp ssl static-libs urandom" + +DEPEND="net-mail/mailbase + authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) + berkdb? ( >=sys-libs/db-3.2 ) + gdbm? ( >=sys-libs/gdbm-1.8.0 ) + kerberos? ( virtual/krb5 ) + openldap? ( net-nds/openldap ) + mysql? ( virtual/mysql ) + pam? ( virtual/pam ) + postgres? ( dev-db/postgresql-base ) + sqlite? ( dev-db/sqlite:3 ) + ssl? ( dev-libs/openssl ) + java? ( >=virtual/jdk-1.4 )" +RDEPEND="${DEPEND}" + +pkg_setup() { + java-pkg-opt-2_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.1.25-sasldb_al.patch + epatch "${FILESDIR}"/${PN}-2.1.25-saslauthd_libtool.patch + epatch "${FILESDIR}"/${PN}-2.1.25-avoid_pic_overwrite.patch + epatch "${FILESDIR}"/${PN}-2.1.25-autotools_fixes.patch + epatch "${FILESDIR}"/${PN}-2.1.25-as_needed.patch + epatch "${FILESDIR}"/${PN}-2.1.25-missing_header.patch + epatch "${FILESDIR}"/${PN}-2.1.25-fix_heimdal.patch + epatch "${FILESDIR}"/${PN}-2.1.25-auxprop.patch + epatch "${FILESDIR}"/${PN}-2.1.23-gss_c_nt_hostbased_service.patch + epatch "${FILESDIR}"/${PN}-2.1.25-service_keytabs.patch + epatch "${FILESDIR}"/${PN}-2.1.26-missing-size_t.patch + epatch "${FILESDIR}"/${PN}-2.1.26-CVE-2013-4122.patch + epatch "${FILESDIR}"/${PN}-2.1.26-send-imap-logout.patch + epatch "${FILESDIR}"/${PN}-2.1.26-canonuser-ldapdb-garbage-in-out-buffer.patch + + # Get rid of the -R switch (runpath_switch for Sun) + # >=gcc-4.6 errors out with unknown option + sed -i -e '/LIB_SQLITE.*-R/s/ -R[^"]*//' \ + configure.in || die + + # Use plugindir for sasldir + sed -i '/^sasldir =/s:=.*:= $(plugindir):' \ + "${S}"/plugins/Makefile.{am,in} || die "sed failed" + + # #486740 #468556 + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \ + -e 's:AC_CONFIG_MACRO_DIR:AC_CONFIG_MACRO_DIRS:g' \ + configure.in || die + sed -i -e 's:AC_CONFIG_MACRO_DIR:AC_CONFIG_MACRO_DIRS:g' \ + saslauthd/configure.in || die + + eautoreconf +} + +src_configure() { + append-flags -fno-strict-aliasing + append-cppflags -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -DLDAP_DEPRECATED + + # Java support. + use java && export JAVAC="${JAVAC} ${JAVACFLAGS}" + + local myconf + + # Add authdaemond support (bug #56523). + if use authdaemond ; then + myconf="${myconf} --with-authdaemond=/var/lib/courier/authdaemon/socket" + fi + + # Fix for bug #59634. + if ! use ssl ; then + myconf="${myconf} --without-des" + fi + + if use mysql || use postgres || use sqlite ; then + myconf="${myconf} --enable-sql" + else + myconf="${myconf} --disable-sql" + fi + + # Default to GDBM if both 'gdbm' and 'berkdb' are present. + if use gdbm ; then + einfo "Building with GNU DB as database backend for your SASLdb" + myconf="${myconf} --with-dblib=gdbm" + elif use berkdb ; then + einfo "Building with BerkeleyDB as database backend for your SASLdb" + myconf="${myconf} --with-dblib=berkeley --with-bdb-incdir=$(db_includedir)" + else + einfo "Building without SASLdb support" + myconf="${myconf} --with-dblib=none" + fi + + # Use /dev/urandom instead of /dev/random (bug #46038). + if use urandom ; then + myconf="${myconf} --with-devrandom=/dev/urandom" + fi + + econf \ + --enable-login \ + --enable-ntlm \ + --enable-auth-sasldb \ + --disable-cmulocal \ + --disable-krb4 \ + --enable-otp \ + --without-sqlite \ + --with-saslauthd=/run/saslauthd \ + --with-pwcheck=/run/saslauthd \ + --with-configdir=/etc/sasl2 \ + --with-plugindir=/usr/$(get_libdir)/sasl2 \ + --with-dbpath=/etc/sasl2/sasldb2 \ + $(use_with ssl openssl) \ + $(use_with pam) \ + $(use_with openldap ldap) \ + $(use_enable ldapdb) \ + $(use_enable sample) \ + $(use_enable kerberos gssapi) \ + $(use_enable java) \ + $(use_with java javahome ${JAVA_HOME}) \ + $(use_with mysql) \ + $(use_with postgres pgsql) \ + $(use_with sqlite sqlite3 /usr/$(get_libdir)) \ + $(use_enable srp) \ + $(use_enable static-libs static) \ + ${myconf} +} + +src_compile() { + emake + + # Default location for java classes breaks OpenOffice (bug #60769). + # Thanks to axxo@gentoo.org for the solution. + cd "${S}" + if use java ; then + jar -cvf ${PN}.jar -C java $(find java -name "*.class") + fi +} + +src_install() { + emake DESTDIR="${D}" install + keepdir /etc/sasl2 + + if use sample ; then + docinto sample + dodoc sample/*.c + exeinto /usr/share/doc/${P}/sample + doexe sample/client sample/server + fi + + # Default location for java classes breaks OpenOffice (bug #60769). + if use java ; then + java-pkg_dojar ${PN}.jar + java-pkg_regso "${D}/usr/$(get_libdir)/libjavasasl.so" + # hackish, don't wanna dig through makefile + rm -Rf "${D}/usr/$(get_libdir)/java" + docinto "java" + dodoc "${S}/java/README" "${FILESDIR}/java.README.gentoo" "${S}"/java/doc/* + dodir "/usr/share/doc/${PF}/java/Test" + insinto "/usr/share/doc/${PF}/java/Test" + doins "${S}"/java/Test/*.java + fi + + docinto "" + dodoc AUTHORS ChangeLog NEWS README doc/TODO doc/*.txt + newdoc pwcheck/README README.pwcheck + dohtml doc/*.html + + docinto "saslauthd" + dodoc saslauthd/{AUTHORS,ChangeLog,LDAP_SASLAUTHD,NEWS,README} + + newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd + + newinitd "${FILESDIR}/pwcheck.rc6" pwcheck + systemd_dounit "${FILESDIR}/pwcheck.service" + + newinitd "${FILESDIR}/saslauthd2.rc7" saslauthd + newconfd "${FILESDIR}/saslauthd-${SASLAUTHD_CONF_VER}.conf" saslauthd + systemd_dounit "${FILESDIR}/saslauthd.service" + systemd_dotmpfilesd "${FILESDIR}/${PN}.conf" + + newsbin "${S}/saslauthd/testsaslauthd" testsaslauthd + + use static-libs || find "${D}"/usr/lib*/sasl2 -name 'lib*.la' -delete +} + +pkg_preinst() { + preserve_old_lib /usr/$(get_libdir)/libsasl2.so.2 +} + +pkg_postinst () { + # Generate an empty sasldb2 with correct permissions. + if ( use berkdb || use gdbm ) && [[ ! -f "${ROOT}/etc/sasl2/sasldb2" ]] ; then + einfo "Generating an empty sasldb2 with correct permissions ..." + echo "p" | "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -p login \ + || die "Failed to generate sasldb2" + "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -d login \ + || die "Failed to delete temp user" + chown root:mail "${ROOT}/etc/sasl2/sasldb2" \ + || die "Failed to chown ${ROOT}/etc/sasl2/sasldb2" + chmod 0640 "${ROOT}/etc/sasl2/sasldb2" \ + || die "Failed to chmod ${ROOT}/etc/sasl2/sasldb2" + fi + + if use authdaemond ; then + elog "You need to add a user running a service using Courier's" + elog "authdaemon to the 'mail' group. For example, do:" + elog " gpasswd -a postfix mail" + elog "to add the 'postfix' user to the 'mail' group." + fi + + elog "pwcheck and saslauthd home directories have moved to:" + elog " /run/saslauthd, using tmpfiles.d" + + preserve_old_lib_notify /usr/$(get_libdir)/libsasl2.so.2 +} diff --git a/dev-libs/libmemcached/Manifest b/dev-libs/libmemcached/Manifest index 65a2fe8a0f12..40b12673467a 100644 --- a/dev-libs/libmemcached/Manifest +++ b/dev-libs/libmemcached/Manifest @@ -1,3 +1,4 @@ DIST libmemcached-0.50.tar.gz 884272 SHA256 d3ed82f9c5cdfa816047ed6b7475b5708f9040b5cf3d9e2aed55de235e8b2f9a SHA512 f06a17b365779eb8fb0c94982e5141643ed17f91e5137565ff756912cf96b3f68b11a643f84d0cba1b474411f16a64086cc311ac5cea4bc3792da81b40d423b7 WHIRLPOOL fc1d3107772a45e844764c570261ccd2556ff11b770377c84788cc3d8a8ee946a8e5b3527c21e70c1c5aa1d9493270d9079f8a75cd5387835ccd7def1cab0f9e DIST libmemcached-1.0.14.tar.gz 1000929 SHA256 32eaea2c4b8965a12bd33fe1af043d7e20b7ec64977937973a3d97514f1e946b SHA512 4c0371cc4752eeee94baad6063b2413f096b5050166ce761ac26080559537dab32b69131a97703fdebf8f4886520d4bc29c7d4d8d1df6d0d681c81b88354c15b WHIRLPOOL be3760f75a6de33687272b5bf7be950edb0a3f96184c7f8f7e1cb47ff85479ea76c277f298d36f21a5f15c1ce8e04a0714f1bf73700711842bb4c0841959674a DIST libmemcached-1.0.17.tar.gz 1023177 SHA256 7bb27b2589400f918df1cf5002cb01ef7ccac6e23f818604e2386de62c80bba5 SHA512 7cc2a836524a628f4617bad12e8ea3b0192a3f8530a3588a076daac56b3e773d7d36823091a81d6447da9fe9d017849c59dbbcc65190ff9817bb985dc6c11a3b WHIRLPOOL 34b57811750667bca59efa5a4356a15dd2bd0135534c1d157df4b3d9ff3575db1848f363914ee1b6b606a45dae3145985c791f11ae5890a7493207cb2e9eb3b4 +DIST libmemcached-1.0.18.tar.gz 1039649 SHA256 e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82 SHA512 2d95fea63b8b6dc7ded42c3a88a54aad74d5a1d417af1247144dae4a88c3b639a3aabc0c2b66661ff69a7609a314efaaae236e10971af9c428a4bca0a0101585 WHIRLPOOL f7d8f405306fd7cbfee6ba8b340305bc79b1dbcd6a2a2dcb0ee74a24d8928e5a5a7f0d20afebf58cecf44e7ca3fd66abd2d30041848b89ddbb10eb1da9179b94 diff --git a/dev-libs/libmemcached/libmemcached-1.0.18.ebuild b/dev-libs/libmemcached/libmemcached-1.0.18.ebuild new file mode 100644 index 000000000000..890884859f4b --- /dev/null +++ b/dev-libs/libmemcached/libmemcached-1.0.18.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18.ebuild,v 1.1 2014/02/26 05:36:58 patrick Exp $ + +EAPI=5 + +inherit autotools eutils multilib +RESTRICT="test" # https://bugs.gentoo.org/show_bug.cgi?id=498250 https://bugs.launchpad.net/gentoo/+bug/1278023 + +DESCRIPTION="a C client library to the memcached server" +HOMEPAGE="http://libmemcached.org/libMemcached.html" +SRC_URI="http://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="debug hsieh +libevent sasl static-libs" + +DEPEND="net-misc/memcached + sasl? ( dev-libs/cyrus-sasl ) + libevent? ( dev-libs/libevent )" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i '6i CFLAGS = @CFLAGS@' Makefile.am + eautoreconf +} + +src_configure() { + econf \ + --disable-dtrace \ + $(use_enable static-libs static) \ + $(use_enable sasl sasl) \ + $(use_enable debug debug) \ + $(use_enable debug assert) \ + $(use_enable hsieh hsieh_hash) \ + --libdir=/usr/$(get_libdir) \ + ${myconf} +} + +src_install() { + emake DESTDIR="${D}" install + + use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib*.la + + dodoc AUTHORS ChangeLog README THANKS TODO + # remove manpage to avoid collision, see bug #299330 + rm -f "${D}"/usr/share/man/man1/memdump.* + newman man/memdump.1 memcached_memdump.1 +} diff --git a/dev-libs/weston/weston-1.4.0.ebuild b/dev-libs/weston/weston-1.4.0.ebuild index 6df493d485c7..37b92b49197e 100644 --- a/dev-libs/weston/weston-1.4.0.ebuild +++ b/dev-libs/weston/weston-1.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/dev-libs/weston/weston-1.4.0.ebuild,v 1.1 2014/01/30 12:24:40 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v 1.2 2014/02/24 20:30:10 chithanh Exp $ EAPI=5 @@ -40,7 +40,8 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/wayland-1.4.0 media-libs/lcms:2 - media-libs/libpng:= + media-libs/libpng:0= + media-libs/libwebp:0= virtual/jpeg >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 diff --git a/dev-lua/LuaBitOp/LuaBitOp-1.0.2.ebuild b/dev-lua/LuaBitOp/LuaBitOp-1.0.2.ebuild index 50b061fd06e6..8cdf10c90806 100644 --- a/dev-lua/LuaBitOp/LuaBitOp-1.0.2.ebuild +++ b/dev-lua/LuaBitOp/LuaBitOp-1.0.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/dev-lua/LuaBitOp/LuaBitOp-1.0.2.ebuild,v 1.3 2014/02/23 16:26:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/LuaBitOp/LuaBitOp-1.0.2.ebuild,v 1.4 2014/02/25 20:50:53 maekke Exp $ EAPI="5" inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://bitop.luajit.org/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="" RDEPEND="dev-lang/lua" diff --git a/dev-lua/lpeg/lpeg-0.12.ebuild b/dev-lua/lpeg/lpeg-0.12.ebuild index 253c9b69f550..e77586641bb0 100644 --- a/dev-lua/lpeg/lpeg-0.12.ebuild +++ b/dev-lua/lpeg/lpeg-0.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-lua/lpeg/lpeg-0.12.ebuild,v 1.3 2014/02/23 16:27:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.ebuild,v 1.4 2014/02/25 20:50:06 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.inf.puc-rio.br/~roberto/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="debug doc" RDEPEND=">=dev-lang/lua-5.1" diff --git a/dev-lua/luajson/luajson-1.3.2.ebuild b/dev-lua/luajson/luajson-1.3.2.ebuild index d38fe3a95668..0c4faf7f4310 100644 --- a/dev-lua/luajson/luajson-1.3.2.ebuild +++ b/dev-lua/luajson/luajson-1.3.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/dev-lua/luajson/luajson-1.3.2.ebuild,v 1.3 2014/02/23 16:27:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luajson/luajson-1.3.2.ebuild,v 1.4 2014/02/25 20:50:29 maekke Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/harningt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="test" RDEPEND="|| ( >=dev-lang/lua-5.1 dev-lang/luajit:2 ) diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild index 99457de451a6..35d8c7f062a9 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.240.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/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.10 2014/02/23 14:59:14 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.12 2014/02/25 20:49:20 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="test" DEPEND=" diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild index 7ff4a6c50713..d42d7f9709bd 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.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-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild,v 1.11 2014/02/21 18:40:09 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild,v 1.12 2014/02/24 21:32:22 vapier Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" src_prepare() { diff --git a/dev-perl/Test-Class/Manifest b/dev-perl/Test-Class/Manifest index 8561ff68f6a4..060560cc666e 100644 --- a/dev-perl/Test-Class/Manifest +++ b/dev-perl/Test-Class/Manifest @@ -1,3 +1,2 @@ -DIST Test-Class-0.37.tar.gz 77317 SHA256 a7f76cfdd851c893333497c2d8e5a8be4f72473dc3c46c2033e7812eee3d6b0b SHA512 981e74b74a31bfec02a0f97983cbd1820faa2a346f660d98ee54facd08081f70aa9dc240c259303322395a6e830d1dde0df1f11f67f5b9ad84c26507605bf5b7 WHIRLPOOL 368d01f54395a47ba63c57776b21eedb558ef51477ef865a8f7671cfbb913c304448a1ad00d2b4b9e61dc648f7c3f865e28017377607eff4fa654f57620cf2f2 -DIST Test-Class-0.38.tar.gz 78030 SHA256 05ab3c23095866b188805a491410949fc47fdebbe3d30bb9c8a5f8c284eb752f SHA512 dc2f0eda82eb3c04cbe2f84f7c7380f787e2ced12d6b14b6f5d6bc597f685a732c9fd8d4b2e7a679b53e9a1ebaa62d89eba0fc1f065baa281b9a17302dd5aa8e WHIRLPOOL 59036ed89206beaac67b4b8603428a6b8d0f57003f430141cb4a6e284aafa9149b1cd45dd6c13b73f70d8f2478a588de496e50202855ef161291800451258606 DIST Test-Class-0.39.tar.gz 78655 SHA256 d3a7d9b3ac24580524fc52865529457df4f43c0384f12264e884315d97f4bad5 SHA512 0fb2c2b30c17e1f3a8f787f0384eb4d1d08b4fe0a83fdb4a02aa5d030e5ecde36f8a8f9b8c641fb5bf69f015f03c86c610a2303135b98e5880db10a9908cc4fb WHIRLPOOL bb50a31ea06dd08237ecba77deb80d976b2bb32996de50ca42dbee08754c84b9c1eb1fef5a1019330fea31cf5ede043fdb3e963dd5d578f2fa84160a5727070d +DIST Test-Class-0.41.tar.gz 78297 SHA256 97edc01f236e952357e95c0f77cbbc75fa16093ed254f2cace1bde824777d6fe SHA512 c4f4efb19d65d60744eddc8b3c203473dc1b71a8f865fdf1b04a8583f782854e181d8dcece9712fe6381d208faaab6d3e1f37d4f94e0df80eb11eb2c920d738a WHIRLPOOL ad5174b494f9a42dc10fda8771c3a3c6be94754e754f3a2bfdac5337f9f705c9567642d833732ff27278dd9704becbc964b286eb021701407752b7480fa9a337 diff --git a/dev-perl/Test-Class/Test-Class-0.370.0.ebuild b/dev-perl/Test-Class/Test-Class-0.370.0.ebuild deleted file mode 100644 index 4023a8e7d80c..000000000000 --- a/dev-perl/Test-Class/Test-Class-0.370.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.370.0.ebuild,v 1.3 2012/09/12 11:09:34 johu Exp $ - -EAPI=4 - -MODULE_AUTHOR=ADIE -MODULE_VERSION=0.37 -inherit perl-module - -DESCRIPTION="Easily create test classes in an xUnit style." - -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -RDEPEND=">=virtual/perl-Storable-2 - >=virtual/perl-Test-Simple-0.78 - dev-perl/MRO-Compat" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.380.0 - test? ( >=dev-perl/Test-Exception-0.25 )" - -SRC_TEST="do" diff --git a/dev-perl/Test-Class/Test-Class-0.390.0.ebuild b/dev-perl/Test-Class/Test-Class-0.390.0.ebuild index 5d0e37d2d0cb..5307bf049530 100644 --- a/dev-perl/Test-Class/Test-Class-0.390.0.ebuild +++ b/dev-perl/Test-Class/Test-Class-0.390.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/dev-perl/Test-Class/Test-Class-0.390.0.ebuild,v 1.2 2014/02/24 02:05:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.390.0.ebuild,v 1.3 2014/02/24 17:51:45 zlogene Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Easily create test classes in an xUnit style." SLOT="0" -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/perl-Storable-2 diff --git a/dev-perl/Test-Class/Test-Class-0.380.0.ebuild b/dev-perl/Test-Class/Test-Class-0.410.0.ebuild similarity index 67% rename from dev-perl/Test-Class/Test-Class-0.380.0.ebuild rename to dev-perl/Test-Class/Test-Class-0.410.0.ebuild index 18650e2666ba..a416db2fa878 100644 --- a/dev-perl/Test-Class/Test-Class-0.380.0.ebuild +++ b/dev-perl/Test-Class/Test-Class-0.410.0.ebuild @@ -1,17 +1,17 @@ -# 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-perl/Test-Class/Test-Class-0.380.0.ebuild,v 1.2 2013/06/25 00:22:54 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v 1.1 2014/02/24 17:56:09 zlogene Exp $ -EAPI=4 +EAPI=5 -MODULE_AUTHOR=ADIE -MODULE_VERSION=0.38 +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.41 inherit perl-module DESCRIPTION="Easily create test classes in an xUnit style." SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/perl-Storable-2 diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild index b095a29fa36b..4b0774909329 100644 --- a/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild +++ b/dev-perl/Try-Tiny/Try-Tiny-0.190.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/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.2 2014/02/23 15:00:03 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.4 2014/02/25 20:49:43 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Minimal try/catch with proper localization of $@" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND=" diff --git a/dev-python/boto/boto-2.25.0.ebuild b/dev-python/boto/boto-2.25.0.ebuild index 601964c32570..b98febc042cd 100644 --- a/dev-python/boto/boto-2.25.0.ebuild +++ b/dev-python/boto/boto-2.25.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/dev-python/boto/boto-2.25.0.ebuild,v 1.1 2014/02/08 02:27:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.25.0.ebuild,v 1.2 2014/02/24 22:31:37 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/configobj/Manifest b/dev-python/configobj/Manifest index cdc4c6a817f5..3879566818c6 100644 --- a/dev-python/configobj/Manifest +++ b/dev-python/configobj/Manifest @@ -1 +1,2 @@ DIST configobj-4.7.2.zip 143618 SHA256 332a0d20d4d736d521d95cb2cf069b1ac7c858985207db4296f4050396558c49 SHA512 510b7ce461932d504808a9aeb539265b9fddb17c9451076f8b6be796f38617a5095d3c287c78c38a1825d76be462ca0224f5ae3b614f67fd69c6260b399d802f WHIRLPOOL e38ea000479792be4c9ddf17fca8d17bc486cd2ef0363a7fc29922012b485ca8c2a9ac8b7eb06676783b87ca8ec37da41a8a44e7111dcaf07244318e1599924b +DIST configobj-5.0.1.tar.gz 32840 SHA256 ae0200a5707b2a63f2ed4ffbe211d603b36bb8a0407b74cb224487456e8138c3 SHA512 97369bf8adacd1946b27cba18a5966f136375605e8b9e270dee8a224ee8e09d09c094acd540602cbb500a0034ad8561468de14ad10fdfce62ec489d8a8c5591d WHIRLPOOL ab9be8f7d89f9afb14f0dae9a3fd11d74a429a37bf0ca889f8564b20971db09bb76b8ccfaaca6f9da95f3cf811a3aa593b5722434b157d1e3d99e9aa6fa9f420 diff --git a/dev-python/configobj/configobj-5.0.1.ebuild b/dev-python/configobj/configobj-5.0.1.ebuild new file mode 100644 index 000000000000..ea8ca93eb39d --- /dev/null +++ b/dev-python/configobj/configobj-5.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.1.ebuild,v 1.1 2014/02/25 06:07:47 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Simple config file reader and writer" +HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +python_test() { + "${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/crcmod/crcmod-1.7-r1.ebuild b/dev-python/crcmod/crcmod-1.7-r1.ebuild index 44d5ccb38b0b..e53e99440309 100644 --- a/dev-python/crcmod/crcmod-1.7-r1.ebuild +++ b/dev-python/crcmod/crcmod-1.7-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/dev-python/crcmod/crcmod-1.7-r1.ebuild,v 1.2 2012/02/10 04:08:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/crcmod-1.7-r1.ebuild,v 1.3 2014/02/24 22:33:41 vapier Exp $ # For the 2.x versions of Python, these versions have been tested: 2.4 2.5 2.6 2.7 # For the 3.x versions of Python, these versions have been tested: 3.1 @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DOCS="changelog test/examples.py" diff --git a/dev-python/cython/cython-0.20.1.ebuild b/dev-python/cython/cython-0.20.1.ebuild index 2c7d0f5a0d5c..dd95ce721d39 100644 --- a/dev-python/cython/cython-0.20.1.ebuild +++ b/dev-python/cython/cython-0.20.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/dev-python/cython/cython-0.20.1.ebuild,v 1.1 2014/02/21 14:12:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild,v 1.2 2014/02/24 11:40:50 jlec Exp $ EAPI=5 @@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="doc test" RDEPEND="" -_DEPEND="${RDEPEND} +DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/numpy[$(python_gen_usedep python{2_6,2_7,3_2,3_3})] )" diff --git a/dev-python/feedparser/feedparser-5.1.3-r2.ebuild b/dev-python/feedparser/feedparser-5.1.3-r2.ebuild new file mode 100644 index 000000000000..f419db1884e7 --- /dev/null +++ b/dev-python/feedparser/feedparser-5.1.3-r2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.3-r2.ebuild,v 1.1 2014/02/24 09:05:50 jlec Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy2_0 ) + +inherit distutils-r1 eutils + +DESCRIPTION="Parse RSS and Atom feeds in Python" +HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" + +# sgmllib is licensed under PSF-2. +LICENSE="BSD-2 PSF-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" + +# Tests have issues with chardet installed, and are just kind of buggy. +RESTRICT="test" + +PATCHES=( + "${FILESDIR}"/${P}-backport_fix_for_chardet-py3.patch +) + +python_prepare_all() { + mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die + epatch "${FILESDIR}/${PN}-5.1-sgmllib.patch" + distutils-r1_python_prepare_all +} + +python_test() { + cp feedparser/feedparsertest.py "${BUILD_DIR}" || die + ln -s "${S}/feedparser/tests" "${BUILD_DIR}/tests" || die + cd "${BUILD_DIR}" || die + if [[ ${EPYTHON} == python3* ]]; then + 2to3 --no-diffs -w -n feedparsertest.py || die + fi + "${PYTHON}" feedparsertest.py || die "Testing failed with ${EPYTHON}" +} diff --git a/dev-python/feedparser/files/feedparser-5.1.3-backport_fix_for_chardet-py3.patch b/dev-python/feedparser/files/feedparser-5.1.3-backport_fix_for_chardet-py3.patch new file mode 100644 index 000000000000..6b03ddea8cbb --- /dev/null +++ b/dev-python/feedparser/files/feedparser-5.1.3-backport_fix_for_chardet-py3.patch @@ -0,0 +1,32 @@ +From 20a32910f4a521788ba93a8c809cf0db702bed5b Mon Sep 17 00:00:00 2001 +From: Kurt McKee +Date: Mon, 17 Dec 2012 10:41:13 -0600 +Subject: [PATCH] Fix chardet support in Python 3 + +Fixes issue 384. +Thanks to Google user Arfrever.TFA for reporting this! +--- + NEWS | 1 + + feedparser/feedparser.py | 6 +++++- + 2 files changed, 6 insertions(+), 1 deletion(-) + +diff --git a/feedparser/feedparser.py b/feedparser/feedparser.py +index c78e6a3..e977ae8 100644 +--- a/feedparser/feedparser.py ++++ b/feedparser/feedparser.py +@@ -3766,7 +3766,11 @@ def convert_to_utf8(http_headers, data): + chardet_encoding = None + tried_encodings = [] + if chardet: +- chardet_encoding = unicode(chardet.detect(data)['encoding'] or '', 'ascii', 'ignore') ++ chardet_encoding = chardet.detect(data)['encoding'] ++ if not chardet_encoding: ++ chardet_encoding = '' ++ if not isinstance(chardet_encoding, unicode): ++ chardet_encoding = unicode(chardet_encoding, 'ascii', 'ignore') + # try: HTTP encoding, declared XML encoding, encoding sniffed from BOM + for proposed_encoding in (rfc3023_encoding, xml_encoding, bom_encoding, + chardet_encoding, u'utf-8', u'windows-1252', u'iso-8859-2'): +-- +1.8.5.5 + diff --git a/dev-python/feedparser/metadata.xml b/dev-python/feedparser/metadata.xml index d9c28faf09de..ec031c36b1f8 100644 --- a/dev-python/feedparser/metadata.xml +++ b/dev-python/feedparser/metadata.xml @@ -1,9 +1,9 @@ - python - Parse RSS and Atom feeds in Python. 2000 unit tests. Open source. - - feedparser - + python + Parse RSS and Atom feeds in Python. 2000 unit tests. Open source. + + feedparser + diff --git a/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild index 33ee8b5dad5b..bd693ae1afc4 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild @@ -1,6 +1,6 @@ -# 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-python/google-api-python-client/google-api-python-client-1.1.ebuild,v 1.3 2013/09/10 02:57:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild,v 1.4 2014/02/24 22:33:45 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="https://google-api-python-client.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="dev-python/python-gflags diff --git a/dev-python/httpretty/httpretty-0.8.0.ebuild b/dev-python/httpretty/httpretty-0.8.0.ebuild index bb80c3493fa0..35f8bda8cfda 100644 --- a/dev-python/httpretty/httpretty-0.8.0.ebuild +++ b/dev-python/httpretty/httpretty-0.8.0.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-python/httpretty/httpretty-0.8.0.ebuild,v 1.1 2014/02/17 16:06:49 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httpretty/httpretty-0.8.0.ebuild,v 1.2 2014/02/25 12:22:02 scarabeus Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 diff --git a/dev-python/jsonpickle/files/jsonpickle-0.6.1-drop-brocken-backend.patch b/dev-python/jsonpickle/files/jsonpickle-0.6.1-drop-brocken-backend.patch new file mode 100644 index 000000000000..be8dc9c26e67 --- /dev/null +++ b/dev-python/jsonpickle/files/jsonpickle-0.6.1-drop-brocken-backend.patch @@ -0,0 +1,15 @@ + tests/thirdparty_tests.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tests/thirdparty_tests.py b/tests/thirdparty_tests.py +index 6d2d150..f085f57 100644 +--- a/tests/thirdparty_tests.py ++++ b/tests/thirdparty_tests.py +@@ -60,6 +60,7 @@ class FeedParserTest(unittest.TestCase): + def setUp(self): + try: + import feedparser ++ feedparser.PREFERRED_XML_PARSERS.remove('drv_libxml2') + except ImportError as e: + self.fail("feedparser module not available, please install") + self.doc = feedparser.parse(RSS_DOC) diff --git a/dev-python/jsonpickle/files/jsonpickle-0.6.1-test-fix-backport.patch b/dev-python/jsonpickle/files/jsonpickle-0.6.1-test-fix-backport.patch new file mode 100644 index 000000000000..e8b3f6412954 --- /dev/null +++ b/dev-python/jsonpickle/files/jsonpickle-0.6.1-test-fix-backport.patch @@ -0,0 +1,27 @@ +From 4302389b1e4e5ba753b2f76427408910c05f683c Mon Sep 17 00:00:00 2001 +From: David Aguilar +Date: Thu, 13 Feb 2014 13:44:01 -0800 +Subject: [PATCH] tests: replace our single use of assertEquals with + assertEqual + +Signed-off-by: David Aguilar +--- + tests/thirdparty_tests.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/thirdparty_tests.py b/tests/thirdparty_tests.py +index 70f7f2c..b069641 100644 +--- a/tests/thirdparty_tests.py ++++ b/tests/thirdparty_tests.py +@@ -71,7 +71,7 @@ def setUp(self): + def test(self): + pickled = jsonpickle.encode(self.doc) + unpickled = jsonpickle.decode(pickled) +- self.assertEquals(self.doc['feed']['title'], unpickled['feed']['title']) ++ self.assertEqual(self.doc['feed']['title'], unpickled['feed']['title']) + + + def suite(): +-- +1.8.5.5 + diff --git a/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild b/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild index 21d0d8d2059e..56cb05be6945 100644 --- a/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild +++ b/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild @@ -1,10 +1,10 @@ -# 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-python/jsonpickle/jsonpickle-0.6.1.ebuild,v 1.3 2013/09/15 17:23:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.6.1.ebuild,v 1.5 2014/02/24 09:12:10 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7,3_3} ) inherit distutils-r1 @@ -19,9 +19,15 @@ IUSE="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - test? ( dev-python/feedparser[${PYTHON_USEDEP}] + test? ( + dev-python/feedparser[${PYTHON_USEDEP}] dev-python/ujson[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}"/${P}-test-fix-backport.patch + "${FILESDIR}"/${P}-drop-brocken-backend.patch +) + python_test() { ${PYTHON} tests/runtests.py || die } diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest index 992819d38f0b..8865d2df5f3f 100644 --- a/dev-python/kombu/Manifest +++ b/dev-python/kombu/Manifest @@ -1,7 +1,6 @@ DIST kombu-1.0.4.tar.gz 201925 SHA256 a876b9dd923e2d719afa7491e6d7a90829ebc9d836d8c4f71332984042693140 SHA512 fd321400c8b28d445f7665322671f2311b336d8ef94ca26ebcaf2d30b02a81d312564b863a873cda2df9b5f0f62a28bfe10b52fc21ffa89b3e66a4caa9fb1df7 WHIRLPOOL 0f1d4e918d194860798292d28e6f9a21b5ee6939a5ad2bd6966aaa2d77c171d5531006ba206fcef8fdd264e53799a7aa2ff7958158b69076796f9cd4489ae5a5 DIST kombu-2.4.10.tar.gz 291204 SHA256 211cb68b133578338aac0990d31d9255ed54b5f1861fb2cd54c1bb28bdbc8a6e SHA512 e2d10d2d3c13072b079e29f12094b9a88e55f58e1368da1ebc0eedface3c1e0bdd5d3d7ac00469027051b61c3285a30f7b6d47a0fe8345d8bf04cb2a7b1f8748 WHIRLPOOL 6e4324dbabc1a61c7f4596e6bd54d750fc6f39f28e364c13213f130149a070153bd36fd76e2fef3ceaea4ded4cd79b3cc1c3708a2da20be4c5f1d06a2fa3bc6c DIST kombu-2.5.10.tar.gz 304810 SHA256 01c1e56fe88053b6e7801682277c4cc8318c485d8bd47c830c08567bfac680e2 SHA512 f42c8b1dc2e5b39c5a6bad4e69d4cd532bac978d7f9ec6e6337032228aada3c4fc2d6f434c6d2ac6b2f4e0a806223b24bb592d8ddaee20ab723bb7b6db6cfe0f WHIRLPOOL 05b0057775e1fd2b34b10e46950ba3455b5d1716a6d50f5fdff0d2b8f343e34517b65611a21eb15936deeb9d9324c878bbc2959344230e1d0111f3a5ebc5bb4f -DIST kombu-2.5.12.tar.gz 306807 SHA256 cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09 SHA512 730ab4d134995af07491ca5186c54fe2db26036ee12f881c16199f8e024e83b55284f8c3e33b194b04564c03247afee30073697c5707b01c902369717b772fa2 WHIRLPOOL 03c9e58e9498521327590e1ee5e77a8e4108dbd5fbbfb63aaa6f9b9efb24e2fcaebfb7e15408f20a8781beafb21e3ee81829b20a57d2b8a8c30c81db730a6cb5 DIST kombu-2.5.14.tar.gz 307139 SHA256 2a480d8d676f584f6b7a399514f5effa96ced2ce7b37ff975f2c8d16e154e5b4 SHA512 a9aea1902d1a83855b144db10374c7206420d3451671cd7a60f15a196266146af9f102de1e0eb8675655dc93b8113ed34b4fc1547b8e34ceae18d4d68f10ac2f WHIRLPOOL ef071b427ee48ff6e81947fbd69cf4c7bab1a1aa237f6878a2e88eafa7e4a2df803711041f3f3e2f1ae23af45c08143a0ee1ca2963d3ab76c25329953d0d6e5e DIST kombu-2.5.4.tar.gz 300506 SHA256 92cfb82af1d3e8753258d660003769461b75abe0f1a03d720709a211042f358b SHA512 5b6ba84de66f3b86b68778d1473cae4ddbab96f27aedb0906d258b496be3180fcd72c387bf76e46f98f899090cd1f9d25e38a8278b903759127a3e411c581604 WHIRLPOOL c94b54b35536a287ebd16b7f18634a918cba03702d38ccc70391671cce3e29e1a1ef7218bb853bad205eaa58740a3f990af80df8d71fed7f3e507f345dc358c7 DIST kombu-2.5.6.tar.gz 301670 SHA256 01c0ba72782535df913b519d6509835f8210b4dbfde652d3a1c6f545d737beb9 SHA512 f67354d71ce5f187aa7e914e3e1336ec7b1deb2cba376784b7c9998eb5d12daf4510d0071670f4d3039e8b0b570fed772558b28a37d1680af29721e7aafa7791 WHIRLPOOL 3057c8835cab3dc6ac3ecce8cd36279c61d1b1a40b44cf506fc61d82b41d5d0c3b57cb514d33640010ca313a8d5a4efa60f4bb4a326e0e2b2effed44738d8571 diff --git a/dev-python/kombu/kombu-2.5.12.ebuild b/dev-python/kombu/kombu-2.5.12.ebuild deleted file mode 100644 index 71adcd958b5b..000000000000 --- a/dev-python/kombu/kombu-2.5.12.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.5.12.ebuild,v 1.1 2013/08/15 11:54:14 idella4 Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="AMQP Messaging Framework for Python" -HOMEPAGE="http://pypi.python.org/pypi/kombu https://github.com/celery/kombu" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="amqplib doc examples test" - -RDEPEND=">=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] - =dev-python/py-amqp-1.0.12[${PYTHON_USEDEP}] - amqplib? ( >=dev-python/amqplib-1.0.2[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/nose-cover3[${PYTHON_USEDEP}] - >=dev-python/mock-0.7[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] - dev-python/pymongo[$(python_gen_usedep python2_7)] - dev-python/msgpack[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/beanstalkc[$(python_gen_usedep python2_7)] - dev-python/couchdb-python[$(python_gen_usedep python2_7)] - >=dev-python/sphinxcontrib-issuetracker-0.9[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" -# Req'd for tests -DISTUTILS_IN_SOURCE_BUILD=1 - -python_prepare_all() { - https://github.com/celery/kombu/issues/246 - sed -e 's:kombu.transports:kombu.transport:' -i funtests/tests/test_django.py - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - emake -C docs html || die "kombu docs failed installation" - fi -} - -python_test() { - # https://github.com/celery/kombu/issues/246; 'test_serialization.py' errors only in py3.2 - export DJANGO_SETTINGS_MODULE="django.conf" - if [[ "${EPYTHON}" == python3* ]]; then - nosetests --py3where=build/lib \ - -e test_produce_consume -e test_produce_consume_noack -e test_msgpack_decode kombu/tests \ - || die "Tests failed under ${EPYTHON}" - else - # funtests appears to be coded only for py2, a kind of 2nd tier. - nosetests "${S}"/kombu/tests -e test_msgpack_decode || die "Tests failed under ${EPYTHON}" - nosetests funtests || die "Tests failed under ${EPYTHON}" - fi -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - use doc && local HTML_DOCS=( docs/.build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/lxml/lxml-3.3.0.ebuild b/dev-python/lxml/lxml-3.3.0.ebuild index 2513317ba214..98b5458ba426 100644 --- a/dev-python/lxml/lxml-3.3.0.ebuild +++ b/dev-python/lxml/lxml-3.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/dev-python/lxml/lxml-3.3.0.ebuild,v 1.3 2014/02/20 14:45:16 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.0.ebuild,v 1.4 2014/02/25 20:47:53 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="beautifulsoup3 doc examples +threads" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. diff --git a/dev-python/numpy/files/numpy-1.6.1-atlas.patch b/dev-python/numpy/files/numpy-1.6.1-atlas.patch deleted file mode 100644 index b10f653ea33b..000000000000 --- a/dev-python/numpy/files/numpy-1.6.1-atlas.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- numpy/distutils/system_info.py 2011-10-10 20:45:44.261316565 +0300 -+++ numpy/distutils/system_info.py 2011-10-10 20:50:22.977932228 +0300 -@@ -255,13 +255,7 @@ - 1 - display warning message - 2 - raise error - """ -- cl = {'atlas':atlas_info, # use lapack_opt or blas_opt instead -- 'atlas_threads':atlas_threads_info, # ditto -- 'atlas_blas':atlas_blas_info, -- 'atlas_blas_threads':atlas_blas_threads_info, -- 'lapack_atlas':lapack_atlas_info, # use lapack_opt instead -- 'lapack_atlas_threads':lapack_atlas_threads_info, # ditto -- 'mkl':mkl_info, -+ cl = {'mkl':mkl_info, - 'lapack_mkl':lapack_mkl_info, # use lapack_opt instead - 'blas_mkl':blas_mkl_info, # use blas_opt instead - 'x11':x11_info, diff --git a/dev-python/numpy/files/numpy-1.6.2-distutils.patch b/dev-python/numpy/files/numpy-1.6.2-distutils.patch deleted file mode 100644 index 9fb4d65251ad..000000000000 --- a/dev-python/numpy/files/numpy-1.6.2-distutils.patch +++ /dev/null @@ -1,540 +0,0 @@ ---- numpy/distutils/misc_util.py.orig 2013-04-06 22:04:05.000000000 -0700 -+++ numpy/distutils/misc_util.py 2013-08-27 11:11:50.970945380 -0700 -@@ -1,3 +1,5 @@ -+from __future__ import division, absolute_import, print_function -+ - import os - import re - import sys -@@ -165,7 +167,7 @@ - fid = open(config_file) - mathlibs = [] - s = '#define MATHLIB' -- for line in fid.readlines(): -+ for line in fid: - if line.startswith(s): - value = line[len(s):].strip() - if value: -@@ -218,8 +220,8 @@ - else: - if include_non_existing: - new_paths.append(n) -- print('could not resolve pattern in %r: %r' \ -- % (local_path,n)) -+ print('could not resolve pattern in %r: %r' % -+ (local_path,n)) - else: - n2 = njoin(local_path,n) - if os.path.exists(n2): -@@ -230,8 +232,8 @@ - elif include_non_existing: - new_paths.append(n) - if not os.path.exists(n): -- print('non-existing path in %r: %r' \ -- % (local_path,n)) -+ print('non-existing path in %r: %r' % -+ (local_path,n)) - - elif is_sequence(n): - new_paths.extend(_fix_paths(n,local_path,include_non_existing)) -@@ -249,11 +251,9 @@ - - _temporary_directory = None - def clean_up_temporary_directory(): -- from numpy.distutils import log - global _temporary_directory - if not _temporary_directory: - return -- log.debug('removing %s', _temporary_directory) - try: - shutil.rmtree(_temporary_directory) - except OSError: -@@ -394,8 +394,7 @@ - return [] - modules = [] - f = open(source,'r') -- f_readlines = getattr(f,'xreadlines',f.readlines) -- for line in f_readlines(): -+ for line in f: - m = f90_module_name_match(line) - if m: - name = m.group('name') -@@ -557,7 +556,7 @@ - def get_ext_source_files(ext): - # Get sources and any include files in the same directory. - filenames = [] -- sources = filter(is_string, ext.sources) -+ sources = [_m for _m in ext.sources if is_string(_m)] - filenames.extend(sources) - filenames.extend(get_dependencies(sources)) - for d in ext.depends: -@@ -568,13 +567,13 @@ - return filenames - - def get_script_files(scripts): -- scripts = filter(is_string, scripts) -+ scripts = [_m for _m in scripts if is_string(_m)] - return scripts - - def get_lib_source_files(lib): - filenames = [] - sources = lib[1].get('sources',[]) -- sources = filter(is_string, sources) -+ sources = [_m for _m in sources if is_string(_m)] - filenames.extend(sources) - filenames.extend(get_dependencies(sources)) - depends = lib[1].get('depends',[]) -@@ -606,11 +605,29 @@ - Linux, but not on OS X. - - """ -- so_ext = distutils.sysconfig.get_config_var('SO') or '' -- # fix long extension for Python >=3.2, see PEP 3149. -- if (not is_python_ext) and 'SOABI' in distutils.sysconfig.get_config_vars(): -- # Does nothing unless SOABI config var exists -- so_ext = so_ext.replace('.' + distutils.sysconfig.get_config_var('SOABI'), '', 1) -+ confvars = distutils.sysconfig.get_config_vars() -+ # SO is deprecated in 3.3.1, use EXT_SUFFIX instead -+ so_ext = confvars.get('EXT_SUFFIX', None) -+ if so_ext is None: -+ so_ext = confvars.get('SO', '') -+ -+ if not is_python_ext: -+ # hardcode known values, config vars (including SHLIB_SUFFIX) are -+ # unreliable (see #3182) -+ # darwin, windows and debug linux are wrong in 3.3.1 and older -+ if (sys.platform.startswith('linux') or -+ sys.platform.startswith('gnukfreebsd')): -+ so_ext = '.so' -+ elif sys.platform.startswith('darwin'): -+ so_ext = '.dylib' -+ elif sys.platform.startswith('win'): -+ so_ext = '.dll' -+ else: -+ # fall back to config vars for unknown platforms -+ # fix long extension for Python >=3.2, see PEP 3149. -+ if 'SOABI' in confvars: -+ # Does nothing unless SOABI config var exists -+ so_ext = so_ext.replace('.' + confvars.get('SOABI'), '', 1) - - return so_ext - -@@ -628,7 +645,7 @@ - if os.path.isfile(s): - filenames.append(s) - else: -- print('Not existing data file:',s) -+ print('Not existing data file:', s) - else: - raise TypeError(repr(s)) - return filenames -@@ -647,56 +664,13 @@ - frame = frame.f_back - return frame - --class SconsInfo(object): -- """ -- Container object holding build info for building a package with scons. -- -- Parameters -- ---------- -- scons_path : str or None -- Path to scons script, relative to the directory of setup.py. -- If None, no scons script is specified. This can be useful to add only -- pre- and post-hooks to a configuration. -- parent_name : str or None -- Name of the parent package (for example "numpy"). -- pre_hook : sequence of callables or None -- Callables that are executed before scons is invoked. -- Each callable should be defined as ``callable(*args, **kw)``. -- post_hook : sequence of callables or None -- Callables that are executed after scons is invoked. -- Each callable should be defined as ``callable(*args, **kw)``. -- source_files : list of str or None -- List of paths to source files, relative to the directory of setup.py. -- pkg_path : str or None -- Path to the package for which the `SconsInfo` instance holds the -- build info, relative to the directory of setup.py. -- -- Notes -- ----- -- All parameters are available as attributes of a `SconsInfo` instance. -- -- """ -- def __init__(self, scons_path, parent_name, pre_hook, -- post_hook, source_files, pkg_path): -- self.scons_path = scons_path -- self.parent_name = parent_name -- self.pre_hook = pre_hook -- self.post_hook = post_hook -- self.source_files = source_files -- if pkg_path: -- self.pkg_path = pkg_path -- else: -- if scons_path: -- self.pkg_path = os.path.dirname(scons_path) -- else: -- self.pkg_path = '' - - ###################### - - class Configuration(object): - - _list_keys = ['packages', 'ext_modules', 'data_files', 'include_dirs', -- 'libraries', 'headers', 'scripts', 'py_modules', 'scons_data', -+ 'libraries', 'headers', 'scripts', 'py_modules', - 'installed_libraries'] - _dict_keys = ['package_dir', 'installed_pkg_config'] - _extra_keys = ['name', 'version'] -@@ -853,7 +827,7 @@ - caller_level = 1): - l = subpackage_name.split('.') - subpackage_path = njoin([self.local_path]+l) -- dirs = filter(os.path.isdir,glob.glob(subpackage_path)) -+ dirs = [_m for _m in glob.glob(subpackage_path) if os.path.isdir(_m)] - config_list = [] - for d in dirs: - if not os.path.isfile(njoin(d,'__init__.py')): -@@ -895,7 +869,7 @@ - pn = dot_join(*([parent_name] + subpackage_name.split('.')[:-1])) - args = (pn,) - def fix_args_py2(args): -- if setup_module.configuration.func_code.co_argcount > 1: -+ if setup_module.configuration.__code__.co_argcount > 1: - args = args + (self.top_path,) - return args - def fix_args_py3(args): -@@ -922,14 +896,14 @@ - - Parameters - ---------- -- subpackage_name: str,None -+ subpackage_name : str or None - Name of the subpackage to get the configuration. '*' in - subpackage_name is handled as a wildcard. -- subpackage_path: str -+ subpackage_path : str - If None, then the path is assumed to be the local path plus the - subpackage_name. If a setup.py file is not found in the - subpackage_path, then a default configuration is used. -- parent_name: str -+ parent_name : str - Parent name. - """ - if subpackage_name is None: -@@ -985,13 +959,13 @@ - - Parameters - ---------- -- subpackage_name: str -+ subpackage_name : str - name of the subpackage -- subpackage_path: str -+ subpackage_path : str - if given, the subpackage path such as the subpackage is in - subpackage_path / subpackage_name. If None,the subpackage is - assumed to be located in the local path / subpackage_name. -- standalone: bool -+ standalone : bool - """ - - if standalone: -@@ -1029,10 +1003,10 @@ - - Parameters - ---------- -- data_path: seq,str -+ data_path : seq or str - Argument can be either - -- * 2-sequence (,) -+ * 2-sequence (, ) - * path to data directory where python datadir suffix defaults - to package dir. - -@@ -1091,14 +1065,14 @@ - pattern_list = allpath(d).split(os.sep) - pattern_list.reverse() - # /a/*//b/ -> /a/*/b -- rl = range(len(pattern_list)-1); rl.reverse() -+ rl = list(range(len(pattern_list)-1)); rl.reverse() - for i in rl: - if not pattern_list[i]: - del pattern_list[i] - # - for path in paths: - if not os.path.isdir(path): -- print('Not a directory, skipping',path) -+ print('Not a directory, skipping', path) - continue - rpath = rel_path(path, self.local_path) - path_list = rpath.split(os.sep) -@@ -1151,7 +1125,7 @@ - - Parameters - ---------- -- files: sequence -+ files : sequence - Argument(s) can be either - - * 2-sequence (,) -@@ -1330,7 +1304,7 @@ - - Parameters - ---------- -- files: str, seq -+ files : str or seq - Argument(s) can be either: - - * 2-sequence (,) -@@ -1385,9 +1359,9 @@ - - Parameters - ---------- -- name: str -+ name : str - name of the extension -- sources: seq -+ sources : seq - list of the sources. The list of sources may contain functions - (called source generators) which must take an extension instance - and a build directory as inputs and return a source file or list of -@@ -1395,28 +1369,28 @@ - generated. If the Extension instance has no sources after - processing all source generators, then no extension module is - built. -- include_dirs: -- define_macros: -- undef_macros: -- library_dirs: -- libraries: -- runtime_library_dirs: -- extra_objects: -- extra_compile_args: -- extra_link_args: -- extra_f77_compile_args: -- extra_f90_compile_args: -- export_symbols: -- swig_opts: -- depends: -+ include_dirs : -+ define_macros : -+ undef_macros : -+ library_dirs : -+ libraries : -+ runtime_library_dirs : -+ extra_objects : -+ extra_compile_args : -+ extra_link_args : -+ extra_f77_compile_args : -+ extra_f90_compile_args : -+ export_symbols : -+ swig_opts : -+ depends : - The depends list contains paths to files or directories that the - sources of the extension module depend on. If any path in the - depends list is newer than the extension module, then the module - will be rebuilt. -- language: -- f2py_options: -- module_dirs: -- extra_info: dict,list -+ language : -+ f2py_options : -+ module_dirs : -+ extra_info : dict or list - dict or list of dict of keywords to be appended to keywords. - - Notes -@@ -1653,65 +1627,6 @@ - self.installed_pkg_config[self.name] = [(template, install_dir, - subst_dict)] - -- def add_scons_installed_library(self, name, install_dir): -- """ -- Add a scons-built installable library to distutils. -- -- Parameters -- ---------- -- name : str -- The name of the library. -- install_dir : str -- Path to install the library, relative to the current sub-package. -- -- """ -- install_dir = os.path.join(self.package_path, install_dir) -- self.installed_libraries.append(InstallableLib(name, {}, install_dir)) -- -- def add_sconscript(self, sconscript, subpackage_path=None, -- standalone = False, pre_hook = None, -- post_hook = None, source_files = None, package_path=None): -- """Add a sconscript to configuration. -- -- pre_hook and post hook should be sequences of callable, which will be -- use before and after executing scons. The callable should be defined as -- callable(*args, **kw). It is ugly, but well, hooks are ugly anyway... -- -- sconscript can be None, which can be useful to add only post/pre -- hooks.""" -- if standalone: -- parent_name = None -- else: -- parent_name = self.name -- -- dist = self.get_distribution() -- # Convert the sconscript name to a relative filename (relative from top -- # setup.py's directory) -- fullsconsname = self.paths(sconscript)[0] -- -- # XXX: Think about a way to automatically register source files from -- # scons... -- full_source_files = [] -- if source_files: -- full_source_files.extend([self.paths(i)[0] for i in source_files]) -- -- scons_info = SconsInfo(fullsconsname, parent_name, -- pre_hook, post_hook, -- full_source_files, package_path) -- if dist is not None: -- if dist.scons_data is None: -- dist.scons_data = [] -- dist.scons_data.append(scons_info) -- self.warn('distutils distribution has been initialized,'\ -- ' it may be too late to add a subpackage '+ subpackage_name) -- # XXX: we add a fake extension, to correctly initialize some -- # options in distutils command. -- dist.add_extension('', sources = []) -- else: -- self.scons_data.append(scons_info) -- # XXX: we add a fake extension, to correctly initialize some -- # options in distutils command. -- self.add_extension('', sources = []) - - def add_scripts(self,*files): - """Add scripts to configuration. -@@ -2086,11 +2001,6 @@ - """ - self.py_modules.append((self.name,name,generate_config_py)) - -- def scons_make_config_py(self, name = '__config__'): -- """Generate package __config__.py file containing system_info -- information used during building the package. -- """ -- self.py_modules.append((self.name, name, scons_generate_config_py)) - - def get_info(self,*names): - """Get resources information. -@@ -2098,7 +2008,7 @@ - Return information (from system_info.get_info) for all of the names in - the argument list in a single dictionary. - """ -- from system_info import get_info, dict_append -+ from .system_info import get_info, dict_append - info_dict = {} - for a in names: - dict_append(info_dict,**get_info(a)) -@@ -2233,57 +2143,18 @@ - return info - - def is_bootstrapping(): -- import __builtin__ -+ if sys.version_info[0] >= 3: -+ import builtins -+ else: -+ import __builtin__ as builtins -+ - try: -- __builtin__.__NUMPY_SETUP__ -+ builtins.__NUMPY_SETUP__ - return True - except AttributeError: - return False - __NUMPY_SETUP__ = False - --def scons_generate_config_py(target): -- """generate config.py file containing system_info information -- used during building the package. -- -- usage: -- config['py_modules'].append((packagename, '__config__',generate_config_py)) -- """ -- from distutils.dir_util import mkpath -- from numscons import get_scons_configres_dir, get_scons_configres_filename -- d = {} -- mkpath(os.path.dirname(target)) -- f = open(target, 'w') -- f.write('# this file is generated by %s\n' % (os.path.abspath(sys.argv[0]))) -- f.write('# it contains system_info results at the time of building this package.\n') -- f.write('__all__ = ["show"]\n\n') -- confdir = get_scons_configres_dir() -- confilename = get_scons_configres_filename() -- for root, dirs, files in os.walk(confdir): -- if files: -- file = os.path.join(root, confilename) -- assert root.startswith(confdir) -- pkg_name = '.'.join(root[len(confdir)+1:].split(os.sep)) -- fid = open(file, 'r') -- try: -- cnt = fid.read() -- d[pkg_name] = eval(cnt) -- finally: -- fid.close() -- # d is a dictionary whose keys are package names, and values the -- # corresponding configuration. Each configuration is itself a dictionary -- # (lib : libinfo) -- f.write('_config = %s\n' % d) -- f.write(r''' --def show(): -- for pkg, config in _config.items(): -- print("package %s configuration:" % pkg) -- for lib, libc in config.items(): -- print(' %s' % lib) -- for line in libc.split('\n'): -- print('\t%s' % line) -- ''') -- f.close() -- return target - - ######################### - ---- numpy/distutils/tests/test_misc_util.py.orig 2013-04-06 22:04:05.000000000 -0700 -+++ numpy/distutils/tests/test_misc_util.py 2013-08-27 11:14:23.438843136 -0700 -@@ -1,7 +1,9 @@ - #!/usr/bin/env python -+from __future__ import division, absolute_import, print_function - - from numpy.testing import * --from numpy.distutils.misc_util import appendpath, minrelpath, gpaths, rel_path -+from numpy.distutils.misc_util import appendpath, minrelpath, \ -+ gpaths, get_shared_lib_extension - from os.path import join, sep, dirname - - ajoin = lambda *paths: join(*((sep,)+paths)) -@@ -49,10 +51,25 @@ - def test_gpaths(self): - local_path = minrelpath(join(dirname(__file__),'..')) - ls = gpaths('command/*.py', local_path) -- assert join(local_path,'command','build_src.py') in ls,`ls` -+ assert join(local_path,'command','build_src.py') in ls,repr(ls) - f = gpaths('system_info.py', local_path) -- assert join(local_path,'system_info.py')==f[0],`f` -+ assert join(local_path,'system_info.py')==f[0],repr(f) - -+class TestSharedExtension(TestCase): -+ -+ def test_get_shared_lib_extension(self): -+ import sys -+ ext = get_shared_lib_extension(is_python_ext=False) -+ if sys.platform.startswith('linux'): -+ assert_equal(ext, '.so') -+ elif sys.platform.startswith('gnukfreebsd'): -+ assert_equal(ext, '.so') -+ elif sys.platform.startswith('darwin'): -+ assert_equal(ext, '.dylib') -+ elif sys.platform.startswith('win'): -+ assert_equal(ext, '.dll') -+ # just check for no crash -+ assert_(get_shared_lib_extension(is_python_ext=True)) - - if __name__ == "__main__": - run_module_suite() diff --git a/dev-python/numpy/files/numpy-1.6.2-test-pareto.patch b/dev-python/numpy/files/numpy-1.6.2-test-pareto.patch deleted file mode 100644 index 7d67b49071c6..000000000000 --- a/dev-python/numpy/files/numpy-1.6.2-test-pareto.patch +++ /dev/null @@ -1,45 +0,0 @@ -From d01354e52d5c272522c09ffd733887500e4846d7 Mon Sep 17 00:00:00 2001 -From: "Nathaniel J. Smith" -Date: Fri, 7 Sep 2012 10:49:45 +0100 -Subject: [PATCH] FIX: loosen numerical tolerance in test_pareto() - -The problem was that in 32bit Ubuntu 12.04, one gets the following: - -> -/home/njs/numpy/.tox/py27/local/lib/python2.7/site-packages/numpy/random/tests/test_random.py(363)test_pareto() --> np.testing.assert_array_almost_equal(actual, desired, decimal=15) -(Pdb) actual[1, 0] -52828779.702948704 -(Pdb) desired[1, 0] -52828779.702948518 - -and the test was comparing the numbers to 1e-14, which obviously -failed. - -Fixes #424. ---- - numpy/random/tests/test_random.py | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/numpy/random/tests/test_random.py b/numpy/random/tests/test_random.py -index 7d9163e..ee40cce 100644 ---- a/numpy/random/tests/test_random.py -+++ b/numpy/random/tests/test_random.py -@@ -310,7 +310,13 @@ def test_pareto(self): - desired = np.array([[ 2.46852460439034849e+03, 1.41286880810518346e+03], - [ 5.28287797029485181e+07, 6.57720981047328785e+07], - [ 1.40840323350391515e+02, 1.98390255135251704e+05]]) -- np.testing.assert_array_almost_equal(actual, desired, decimal=14) -+ # For some reason on 32-bit x86 Ubuntu 12.10 the [1, 0] entry in this -+ # matrix differs by 24 nulps. Discussion: -+ # http://mail.scipy.org/pipermail/numpy-discussion/2012-September/063801.html -+ # Consensus is that this is probably some gcc quirk that affects -+ # rounding but not in any important way, so we just use a looser -+ # tolerance on this test: -+ np.testing.assert_array_almost_equal_nulp(actual, desired, nulp=30) - - def test_poisson(self): - np.random.seed(self.seed) --- -1.7.10 - diff --git a/dev-python/numpy/files/numpy-1.7.0-atlas.patch b/dev-python/numpy/files/numpy-1.7.0-atlas.patch deleted file mode 100644 index b2936a9eb878..000000000000 --- a/dev-python/numpy/files/numpy-1.7.0-atlas.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- numpy/distutils/system_info.py.orig 2013-02-19 10:15:10.183780548 -0800 -+++ numpy/distutils/system_info.py 2013-02-19 10:17:03.565350549 -0800 -@@ -282,13 +282,7 @@ - 1 - display warning message - 2 - raise error - """ -- cl = {'atlas': atlas_info, # use lapack_opt or blas_opt instead -- 'atlas_threads': atlas_threads_info, # ditto -- 'atlas_blas': atlas_blas_info, -- 'atlas_blas_threads': atlas_blas_threads_info, -- 'lapack_atlas': lapack_atlas_info, # use lapack_opt instead -- 'lapack_atlas_threads': lapack_atlas_threads_info, # ditto -- 'mkl': mkl_info, -+ cl = {'mkl': mkl_info, - 'lapack_mkl': lapack_mkl_info, # use lapack_opt instead - 'blas_mkl': blas_mkl_info, # use blas_opt instead - 'x11': x11_info, diff --git a/dev-python/numpy/files/numpy-1.7.1-distutils-python33.patch b/dev-python/numpy/files/numpy-1.7.1-distutils-python33.patch deleted file mode 100644 index 879a75572e2d..000000000000 --- a/dev-python/numpy/files/numpy-1.7.1-distutils-python33.patch +++ /dev/null @@ -1,540 +0,0 @@ ---- numpy/distutils/misc_util.py.orig 2013-04-06 22:04:05.000000000 -0700 -+++ numpy/distutils/misc_util.py 2013-08-27 11:11:50.970945380 -0700 -@@ -1,3 +1,5 @@ -+from __future__ import division, absolute_import, print_function -+ - import os - import re - import sys -@@ -165,7 +167,7 @@ - fid = open(config_file) - mathlibs = [] - s = '#define MATHLIB' -- for line in fid.readlines(): -+ for line in fid: - if line.startswith(s): - value = line[len(s):].strip() - if value: -@@ -218,8 +220,8 @@ - else: - if include_non_existing: - new_paths.append(n) -- print('could not resolve pattern in %r: %r' \ -- % (local_path,n)) -+ print('could not resolve pattern in %r: %r' % -+ (local_path,n)) - else: - n2 = njoin(local_path,n) - if os.path.exists(n2): -@@ -230,8 +232,8 @@ - elif include_non_existing: - new_paths.append(n) - if not os.path.exists(n): -- print('non-existing path in %r: %r' \ -- % (local_path,n)) -+ print('non-existing path in %r: %r' % -+ (local_path,n)) - - elif is_sequence(n): - new_paths.extend(_fix_paths(n,local_path,include_non_existing)) -@@ -249,11 +251,9 @@ - - _temporary_directory = None - def clean_up_temporary_directory(): -- from numpy.distutils import log - global _temporary_directory - if not _temporary_directory: - return -- log.debug('removing %s', _temporary_directory) - try: - shutil.rmtree(_temporary_directory) - except OSError: -@@ -394,8 +394,7 @@ - return [] - modules = [] - f = open(source,'r') -- f_readlines = getattr(f,'xreadlines',f.readlines) -- for line in f_readlines(): -+ for line in f: - m = f90_module_name_match(line) - if m: - name = m.group('name') -@@ -557,7 +556,7 @@ - def get_ext_source_files(ext): - # Get sources and any include files in the same directory. - filenames = [] -- sources = filter(is_string, ext.sources) -+ sources = [_m for _m in ext.sources if is_string(_m)] - filenames.extend(sources) - filenames.extend(get_dependencies(sources)) - for d in ext.depends: -@@ -568,13 +567,13 @@ - return filenames - - def get_script_files(scripts): -- scripts = filter(is_string, scripts) -+ scripts = [_m for _m in scripts if is_string(_m)] - return scripts - - def get_lib_source_files(lib): - filenames = [] - sources = lib[1].get('sources',[]) -- sources = filter(is_string, sources) -+ sources = [_m for _m in sources if is_string(_m)] - filenames.extend(sources) - filenames.extend(get_dependencies(sources)) - depends = lib[1].get('depends',[]) -@@ -606,11 +605,29 @@ - Linux, but not on OS X. - - """ -- so_ext = distutils.sysconfig.get_config_var('SO') or '' -- # fix long extension for Python >=3.2, see PEP 3149. -- if (not is_python_ext) and 'SOABI' in distutils.sysconfig.get_config_vars(): -- # Does nothing unless SOABI config var exists -- so_ext = so_ext.replace('.' + distutils.sysconfig.get_config_var('SOABI'), '', 1) -+ confvars = distutils.sysconfig.get_config_vars() -+ # SO is deprecated in 3.3.1, use EXT_SUFFIX instead -+ so_ext = confvars.get('EXT_SUFFIX', None) -+ if so_ext is None: -+ so_ext = confvars.get('SO', '') -+ -+ if not is_python_ext: -+ # hardcode known values, config vars (including SHLIB_SUFFIX) are -+ # unreliable (see #3182) -+ # darwin, windows and debug linux are wrong in 3.3.1 and older -+ if (sys.platform.startswith('linux') or -+ sys.platform.startswith('gnukfreebsd')): -+ so_ext = '.so' -+ elif sys.platform.startswith('darwin'): -+ so_ext = '.dylib' -+ elif sys.platform.startswith('win'): -+ so_ext = '.dll' -+ else: -+ # fall back to config vars for unknown platforms -+ # fix long extension for Python >=3.2, see PEP 3149. -+ if 'SOABI' in confvars: -+ # Does nothing unless SOABI config var exists -+ so_ext = so_ext.replace('.' + confvars.get('SOABI'), '', 1) - - return so_ext - -@@ -628,7 +645,7 @@ - if os.path.isfile(s): - filenames.append(s) - else: -- print('Not existing data file:',s) -+ print('Not existing data file:', s) - else: - raise TypeError(repr(s)) - return filenames -@@ -647,56 +664,13 @@ - frame = frame.f_back - return frame - --class SconsInfo(object): -- """ -- Container object holding build info for building a package with scons. -- -- Parameters -- ---------- -- scons_path : str or None -- Path to scons script, relative to the directory of setup.py. -- If None, no scons script is specified. This can be useful to add only -- pre- and post-hooks to a configuration. -- parent_name : str or None -- Name of the parent package (for example "numpy"). -- pre_hook : sequence of callables or None -- Callables that are executed before scons is invoked. -- Each callable should be defined as ``callable(*args, **kw)``. -- post_hook : sequence of callables or None -- Callables that are executed after scons is invoked. -- Each callable should be defined as ``callable(*args, **kw)``. -- source_files : list of str or None -- List of paths to source files, relative to the directory of setup.py. -- pkg_path : str or None -- Path to the package for which the `SconsInfo` instance holds the -- build info, relative to the directory of setup.py. -- -- Notes -- ----- -- All parameters are available as attributes of a `SconsInfo` instance. -- -- """ -- def __init__(self, scons_path, parent_name, pre_hook, -- post_hook, source_files, pkg_path): -- self.scons_path = scons_path -- self.parent_name = parent_name -- self.pre_hook = pre_hook -- self.post_hook = post_hook -- self.source_files = source_files -- if pkg_path: -- self.pkg_path = pkg_path -- else: -- if scons_path: -- self.pkg_path = os.path.dirname(scons_path) -- else: -- self.pkg_path = '' - - ###################### - - class Configuration(object): - - _list_keys = ['packages', 'ext_modules', 'data_files', 'include_dirs', -- 'libraries', 'headers', 'scripts', 'py_modules', 'scons_data', -+ 'libraries', 'headers', 'scripts', 'py_modules', - 'installed_libraries'] - _dict_keys = ['package_dir', 'installed_pkg_config'] - _extra_keys = ['name', 'version'] -@@ -853,7 +827,7 @@ - caller_level = 1): - l = subpackage_name.split('.') - subpackage_path = njoin([self.local_path]+l) -- dirs = filter(os.path.isdir,glob.glob(subpackage_path)) -+ dirs = [_m for _m in glob.glob(subpackage_path) if os.path.isdir(_m)] - config_list = [] - for d in dirs: - if not os.path.isfile(njoin(d,'__init__.py')): -@@ -895,7 +869,7 @@ - pn = dot_join(*([parent_name] + subpackage_name.split('.')[:-1])) - args = (pn,) - def fix_args_py2(args): -- if setup_module.configuration.func_code.co_argcount > 1: -+ if setup_module.configuration.__code__.co_argcount > 1: - args = args + (self.top_path,) - return args - def fix_args_py3(args): -@@ -922,14 +896,14 @@ - - Parameters - ---------- -- subpackage_name: str,None -+ subpackage_name : str or None - Name of the subpackage to get the configuration. '*' in - subpackage_name is handled as a wildcard. -- subpackage_path: str -+ subpackage_path : str - If None, then the path is assumed to be the local path plus the - subpackage_name. If a setup.py file is not found in the - subpackage_path, then a default configuration is used. -- parent_name: str -+ parent_name : str - Parent name. - """ - if subpackage_name is None: -@@ -985,13 +959,13 @@ - - Parameters - ---------- -- subpackage_name: str -+ subpackage_name : str - name of the subpackage -- subpackage_path: str -+ subpackage_path : str - if given, the subpackage path such as the subpackage is in - subpackage_path / subpackage_name. If None,the subpackage is - assumed to be located in the local path / subpackage_name. -- standalone: bool -+ standalone : bool - """ - - if standalone: -@@ -1029,10 +1003,10 @@ - - Parameters - ---------- -- data_path: seq,str -+ data_path : seq or str - Argument can be either - -- * 2-sequence (,) -+ * 2-sequence (, ) - * path to data directory where python datadir suffix defaults - to package dir. - -@@ -1091,14 +1065,14 @@ - pattern_list = allpath(d).split(os.sep) - pattern_list.reverse() - # /a/*//b/ -> /a/*/b -- rl = range(len(pattern_list)-1); rl.reverse() -+ rl = list(range(len(pattern_list)-1)); rl.reverse() - for i in rl: - if not pattern_list[i]: - del pattern_list[i] - # - for path in paths: - if not os.path.isdir(path): -- print('Not a directory, skipping',path) -+ print('Not a directory, skipping', path) - continue - rpath = rel_path(path, self.local_path) - path_list = rpath.split(os.sep) -@@ -1151,7 +1125,7 @@ - - Parameters - ---------- -- files: sequence -+ files : sequence - Argument(s) can be either - - * 2-sequence (,) -@@ -1330,7 +1304,7 @@ - - Parameters - ---------- -- files: str, seq -+ files : str or seq - Argument(s) can be either: - - * 2-sequence (,) -@@ -1385,9 +1359,9 @@ - - Parameters - ---------- -- name: str -+ name : str - name of the extension -- sources: seq -+ sources : seq - list of the sources. The list of sources may contain functions - (called source generators) which must take an extension instance - and a build directory as inputs and return a source file or list of -@@ -1395,28 +1369,28 @@ - generated. If the Extension instance has no sources after - processing all source generators, then no extension module is - built. -- include_dirs: -- define_macros: -- undef_macros: -- library_dirs: -- libraries: -- runtime_library_dirs: -- extra_objects: -- extra_compile_args: -- extra_link_args: -- extra_f77_compile_args: -- extra_f90_compile_args: -- export_symbols: -- swig_opts: -- depends: -+ include_dirs : -+ define_macros : -+ undef_macros : -+ library_dirs : -+ libraries : -+ runtime_library_dirs : -+ extra_objects : -+ extra_compile_args : -+ extra_link_args : -+ extra_f77_compile_args : -+ extra_f90_compile_args : -+ export_symbols : -+ swig_opts : -+ depends : - The depends list contains paths to files or directories that the - sources of the extension module depend on. If any path in the - depends list is newer than the extension module, then the module - will be rebuilt. -- language: -- f2py_options: -- module_dirs: -- extra_info: dict,list -+ language : -+ f2py_options : -+ module_dirs : -+ extra_info : dict or list - dict or list of dict of keywords to be appended to keywords. - - Notes -@@ -1653,65 +1627,6 @@ - self.installed_pkg_config[self.name] = [(template, install_dir, - subst_dict)] - -- def add_scons_installed_library(self, name, install_dir): -- """ -- Add a scons-built installable library to distutils. -- -- Parameters -- ---------- -- name : str -- The name of the library. -- install_dir : str -- Path to install the library, relative to the current sub-package. -- -- """ -- install_dir = os.path.join(self.package_path, install_dir) -- self.installed_libraries.append(InstallableLib(name, {}, install_dir)) -- -- def add_sconscript(self, sconscript, subpackage_path=None, -- standalone = False, pre_hook = None, -- post_hook = None, source_files = None, package_path=None): -- """Add a sconscript to configuration. -- -- pre_hook and post hook should be sequences of callable, which will be -- use before and after executing scons. The callable should be defined as -- callable(*args, **kw). It is ugly, but well, hooks are ugly anyway... -- -- sconscript can be None, which can be useful to add only post/pre -- hooks.""" -- if standalone: -- parent_name = None -- else: -- parent_name = self.name -- -- dist = self.get_distribution() -- # Convert the sconscript name to a relative filename (relative from top -- # setup.py's directory) -- fullsconsname = self.paths(sconscript)[0] -- -- # XXX: Think about a way to automatically register source files from -- # scons... -- full_source_files = [] -- if source_files: -- full_source_files.extend([self.paths(i)[0] for i in source_files]) -- -- scons_info = SconsInfo(fullsconsname, parent_name, -- pre_hook, post_hook, -- full_source_files, package_path) -- if dist is not None: -- if dist.scons_data is None: -- dist.scons_data = [] -- dist.scons_data.append(scons_info) -- self.warn('distutils distribution has been initialized,'\ -- ' it may be too late to add a subpackage '+ subpackage_name) -- # XXX: we add a fake extension, to correctly initialize some -- # options in distutils command. -- dist.add_extension('', sources = []) -- else: -- self.scons_data.append(scons_info) -- # XXX: we add a fake extension, to correctly initialize some -- # options in distutils command. -- self.add_extension('', sources = []) - - def add_scripts(self,*files): - """Add scripts to configuration. -@@ -2086,11 +2001,6 @@ - """ - self.py_modules.append((self.name,name,generate_config_py)) - -- def scons_make_config_py(self, name = '__config__'): -- """Generate package __config__.py file containing system_info -- information used during building the package. -- """ -- self.py_modules.append((self.name, name, scons_generate_config_py)) - - def get_info(self,*names): - """Get resources information. -@@ -2098,7 +2008,7 @@ - Return information (from system_info.get_info) for all of the names in - the argument list in a single dictionary. - """ -- from system_info import get_info, dict_append -+ from .system_info import get_info, dict_append - info_dict = {} - for a in names: - dict_append(info_dict,**get_info(a)) -@@ -2233,57 +2143,18 @@ - return info - - def is_bootstrapping(): -- import __builtin__ -+ if sys.version_info[0] >= 3: -+ import builtins -+ else: -+ import __builtin__ as builtins -+ - try: -- __builtin__.__NUMPY_SETUP__ -+ builtins.__NUMPY_SETUP__ - return True - except AttributeError: - return False - __NUMPY_SETUP__ = False - --def scons_generate_config_py(target): -- """generate config.py file containing system_info information -- used during building the package. -- -- usage: -- config['py_modules'].append((packagename, '__config__',generate_config_py)) -- """ -- from distutils.dir_util import mkpath -- from numscons import get_scons_configres_dir, get_scons_configres_filename -- d = {} -- mkpath(os.path.dirname(target)) -- f = open(target, 'w') -- f.write('# this file is generated by %s\n' % (os.path.abspath(sys.argv[0]))) -- f.write('# it contains system_info results at the time of building this package.\n') -- f.write('__all__ = ["show"]\n\n') -- confdir = get_scons_configres_dir() -- confilename = get_scons_configres_filename() -- for root, dirs, files in os.walk(confdir): -- if files: -- file = os.path.join(root, confilename) -- assert root.startswith(confdir) -- pkg_name = '.'.join(root[len(confdir)+1:].split(os.sep)) -- fid = open(file, 'r') -- try: -- cnt = fid.read() -- d[pkg_name] = eval(cnt) -- finally: -- fid.close() -- # d is a dictionary whose keys are package names, and values the -- # corresponding configuration. Each configuration is itself a dictionary -- # (lib : libinfo) -- f.write('_config = %s\n' % d) -- f.write(r''' --def show(): -- for pkg, config in _config.items(): -- print("package %s configuration:" % pkg) -- for lib, libc in config.items(): -- print(' %s' % lib) -- for line in libc.split('\n'): -- print('\t%s' % line) -- ''') -- f.close() -- return target - - ######################### - ---- numpy/distutils/tests/test_misc_util.py.orig 2013-04-06 22:04:05.000000000 -0700 -+++ numpy/distutils/tests/test_misc_util.py 2013-08-27 11:14:23.438843136 -0700 -@@ -1,7 +1,9 @@ - #!/usr/bin/env python -+from __future__ import division, absolute_import, print_function - - from numpy.testing import * --from numpy.distutils.misc_util import appendpath, minrelpath, gpaths, rel_path -+from numpy.distutils.misc_util import appendpath, minrelpath, \ -+ gpaths, get_shared_lib_extension - from os.path import join, sep, dirname - - ajoin = lambda *paths: join(*((sep,)+paths)) -@@ -49,10 +51,25 @@ - def test_gpaths(self): - local_path = minrelpath(join(dirname(__file__),'..')) - ls = gpaths('command/*.py', local_path) -- assert_(join(local_path,'command','build_src.py') in ls,`ls`) -+ assert_(join(local_path,'command','build_src.py') in ls,repr(ls)) - f = gpaths('system_info.py', local_path) -- assert_(join(local_path,'system_info.py')==f[0],`f`) -+ assert_(join(local_path,'system_info.py')==f[0],repr(f)) - -+class TestSharedExtension(TestCase): -+ -+ def test_get_shared_lib_extension(self): -+ import sys -+ ext = get_shared_lib_extension(is_python_ext=False) -+ if sys.platform.startswith('linux'): -+ assert_equal(ext, '.so') -+ elif sys.platform.startswith('gnukfreebsd'): -+ assert_equal(ext, '.so') -+ elif sys.platform.startswith('darwin'): -+ assert_equal(ext, '.dylib') -+ elif sys.platform.startswith('win'): -+ assert_equal(ext, '.dll') -+ # just check for no crash -+ assert_(get_shared_lib_extension(is_python_ext=True)) - - if __name__ == "__main__": - run_module_suite() diff --git a/dev-python/numpy/files/numpy-1.8.0-f2py-insecure-temporary.patch b/dev-python/numpy/files/numpy-1.8.0-f2py-insecure-temporary.patch index 0d34924b3f9e..5a68e8e2aa99 100644 --- a/dev-python/numpy/files/numpy-1.8.0-f2py-insecure-temporary.patch +++ b/dev-python/numpy/files/numpy-1.8.0-f2py-insecure-temporary.patch @@ -203,7 +203,7 @@ index fdd78b2..caffada 100644 - npfile.close() - os.remove(tmp) + with tempdir() as tmpdir: -+ tmp = open(os.path.join(tmpdir, "file.npz"), "w") ++ tmp = os.path.join(tmpdir, "file.npz") + np.savez(tmp, a=a) + del a + npfile = np.load(tmp) diff --git a/dev-python/numpy/numpy-1.8.0-r1.ebuild b/dev-python/numpy/numpy-1.8.0-r1.ebuild index ddab5d676d83..35fe5532b656 100644 --- a/dev-python/numpy/numpy-1.8.0-r1.ebuild +++ b/dev-python/numpy/numpy-1.8.0-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/numpy/numpy-1.8.0-r1.ebuild,v 1.10 2014/02/17 21:07:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild,v 1.11 2014/02/24 12:15:10 jlec Exp $ EAPI=5 @@ -37,8 +37,13 @@ DEPEND="${RDEPEND} # Uses distutils.command.config. DISTUTILS_IN_SOURCE_BUILD=1 +PATCHES=( + "${FILESDIR}"/${P}-no-hardcode-blas.patch + "${FILESDIR}"/${P}-f2py-insecure-temporary.patch +) + src_unpack() { - unpack ${P}.tar.gz + default if use doc; then unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die fi @@ -62,10 +67,6 @@ pc_libs() { } python_prepare_all() { - epatch \ - "${FILESDIR}"/${P}-no-hardcode-blas.patch \ - "${FILESDIR}"/${P}-f2py-insecure-temporary.patch - if use lapack; then append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)" local libdir="${EPREFIX}"/usr/$(get_libdir) @@ -121,7 +122,7 @@ python_test() { cd "${TMPDIR}" || die ${EPYTHON} -c " import numpy, sys -r = numpy.test(verbose=3) +r = numpy.test(label='full', verbose=3) sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/oct2py/oct2py-1.3.0.ebuild b/dev-python/oct2py/oct2py-1.3.0.ebuild index 4a2e84847ab2..cc406824f716 100644 --- a/dev-python/oct2py/oct2py-1.3.0.ebuild +++ b/dev-python/oct2py/oct2py-1.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/dev-python/oct2py/oct2py-1.3.0.ebuild,v 1.1 2014/02/23 00:24:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v 1.2 2014/02/25 17:24:45 bicatali Exp $ EAPI=5 @@ -21,15 +21,18 @@ RDEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] sci-mathematics/octave" DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + doc? ( + dev-python/sphinx-bootstrap-theme + dev-python/numpydoc + ) test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] - )" + )" python_compile_all() { if use doc; then - sphinx-build doc html || die + sphinx-build docs html || die fi } diff --git a/dev-python/py-amqp/Manifest b/dev-python/py-amqp/Manifest index af21bf361349..ca995c53e984 100644 --- a/dev-python/py-amqp/Manifest +++ b/dev-python/py-amqp/Manifest @@ -1,9 +1,4 @@ -DIST amqp-1.0.11.tar.gz 70207 SHA256 e26d184024262ac93ba1177217b9a48edba55c5a0a46f3cba35d35d498ebe784 SHA512 7f7e7b4a11054949e992e91b21d1aa5507102243f604100ea121b2fcbf8a6de2ddaecf33cd170a5ce29660aed144bcaa79ffbceb5968933ae507ac0e51e2ff3a WHIRLPOOL c50189f66885ad1453ff75abf1c460209b3cb4abd2f12a489413ce3c316c8449982d39e676f5bfbe20978f777770080ecbf4989f89b7b6439bbffae4c56a0347 -DIST amqp-1.0.12.tar.gz 70242 SHA256 c2c09d0310009efd9b19fc12efff7a085b789b841341a533451b85750be6518d SHA512 df0cd0032b2a67fc67c016370b8d1c3455330e0656056b1c110f6fc7f1becd755a58fbd72d00a437175cd376b3e7ad956557c810e31ab2c99655cea11d71243c WHIRLPOOL 200f8b7929bc4731b53c3a2da397b4ca37b01d823a8ad998e16b5dfcf80d9350863086a8affed956e93104e15b3381534d8453c95e8dcb0c685e15bb65cdd801 DIST amqp-1.0.13.tar.gz 70458 SHA256 15fed1a2f0326f198a9d3d16ce1dc4296385d33859bd9f7c59705093fab8f53c SHA512 6e1476cfc625e5f2b636cbbdbc786d30fc68e99a7439039cef1a9eb1653083530572204b578bded307285611b91ba9f6f1ab9477b6adff8b97e651066253214b WHIRLPOOL ad049b23a61b2104128d5b2c67bb194bdd5cecfdad5cfed5777a564d30782b067ef9226329641ef178a970353d55dd3230c684644dacc94962e4375311e0e2fc -DIST amqp-1.0.9.tar.gz 70180 SHA256 c31217630cbe2057b9f9c689820f950104ad1aea9cbb05df319d2bb7c916857b SHA512 4e3d38536d96cf4ac788c0a06f3a3a43d29b6b8837864d25d6b854a1d45e066935f4c465868467cc62da719c10b560c3d6170f80494328c1e408f3f1f0f5ea08 WHIRLPOOL 59637941ee2c6e4a600c9134b202e5568f2ae9fda3016f444b2a7afdee0bff2e515b8323be3ff0125d28c7d4418a13375907535a4437264c4894d62ca196b8aa DIST amqp-1.2.1.tar.gz 74050 SHA256 9d688b8da8051b0cbb97131c42a27923e3afd943c557cd30718b3d8f346dbeac SHA512 4ec9eae5c586808dae83c0409d1083da7df60898d6c5d5c999848c94b351a6fc0c0e89eacfc2c002dd153d6e6e0b9291357a608a3fdf508b06e20f85d793c962 WHIRLPOOL 65d7737540720708feacb2ef65450f978ad8c9b4c6667544e1a452d7421e81c9edac3714a819e8f49cd0a549ad9f0ebea1093239da4bc1db7d549d63b9e360d2 -DIST amqp-1.3.0.tar.gz 75201 SHA256 59912d9ea5dd41d5927b826b07aca5e447828db267783b91e5b4939077145d86 SHA512 4d273c8e9df06149b7855eef1a71529bd7f5777357f8c5b2176e8e9a4abea80468fbf1b79a04e98907bb358a144a0ac160d00db50de3575be65c9700e2b39d7c WHIRLPOOL 3dd94c66fd1c609dbd9d2e53a28f61f5fed74b39182376d55a6f60df0201a1eb7c1d2aebd4f03c8e693c1a2ccecd8031eed04dba364668bca690ad0035a3b6bd -DIST amqp-1.3.2.tar.gz 75555 SHA256 9d321609f98f6742eeb2f7d22334749936a26047af5563818e175444ad1e2ba4 SHA512 20796621fd5687562ac4cbaca180e53a197fdd54a73cb13a746f0b701d0ceffc7dce6a18444ec1051c87be6858a3263502b7c56305cb11b613378ee00baf0aef WHIRLPOOL e7b70a85b7c240267f18ab33aa0a194198e2f2628caec1a14a41d184f97fa26af0153f9ea6f7e3fd9c480d3df1a831fc2becadb62954c4cbf0f580f06514b0f6 DIST amqp-1.3.3.tar.gz 75574 SHA256 e65da719efcd1d0a9cff44431e2476f88de8ffeeb7abc0c77e82361c9281170f SHA512 16b0d5b51b8fb01bb3c14109b2ebdb59aeca227b313d16075151ccb631df2aabdc69c0eb70972f40975934fab55d8809ae9da0e9afa5bce5b7ab9a50a72d43c9 WHIRLPOOL 5228114037f9a217b251fe40a99015e38f49de5930b1723b47b9ccb7fb599308ff94efa4cc199fa1d9076ce62d0788b798202bce4ca5b0321bf6ea6f6957d8e7 DIST amqp-1.4.2.tar.gz 77984 SHA256 1de818a1472bf625712c5d3a430130d37749cf8a9413cb61e9411e2ebe17da89 SHA512 953ba1cacc01e906350c9506507ed35d6483071b0bbe7a78b422fff93e8ac9d4a1b3ace36b500ba41bf315d0e231bb2c19ed2817c7f4758210a07833a169b8ab WHIRLPOOL eb15d598d1db37605537d8eb9a677a29ad49ce63c7e74f1e34811a8747b0b4c5b19505a290e392365eee07a7834f16a919d57020f17c989642a5f92b8db6dbff diff --git a/dev-python/py-amqp/metadata.xml b/dev-python/py-amqp/metadata.xml index 1c9b0e4ec397..f27259eeb6a1 100644 --- a/dev-python/py-amqp/metadata.xml +++ b/dev-python/py-amqp/metadata.xml @@ -3,10 +3,6 @@ python openstack - - iksaif@gentoo.org - Corentin Chary - Install extra tools to generate initial Python mod from an AMQP XML file diff --git a/dev-python/py-amqp/py-amqp-1.0.11.ebuild b/dev-python/py-amqp/py-amqp-1.0.11.ebuild deleted file mode 100644 index c1b1dba27639..000000000000 --- a/dev-python/py-amqp/py-amqp-1.0.11.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.0.11.ebuild,v 1.2 2013/09/05 18:46:01 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="amqp" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples extras test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-1.0.6_disable_socket_tests.patch ) - -python_test() { - cp -r -l funtests "${BUILD_DIR}"/lib/ || die - cd "${BUILD_DIR}"/lib || die - if [[ ${EPYTHON:6:1} == 3 ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w funtests || die - fi - "${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}" - rm -rf funtests/ || die -} - -python_install_all() { - dodoc -r docs/. - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc -r demo/. - fi - if use extras; then - insinto /usr/share/${PF} - doins -r extra - fi -} diff --git a/dev-python/py-amqp/py-amqp-1.0.12.ebuild b/dev-python/py-amqp/py-amqp-1.0.12.ebuild deleted file mode 100644 index 7ea8a4628cf6..000000000000 --- a/dev-python/py-amqp/py-amqp-1.0.12.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.0.12.ebuild,v 1.2 2013/09/05 18:46:01 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="amqp" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples extras test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-1.0.6_disable_socket_tests.patch ) - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - cp -r -l funtests "${BUILD_DIR}"/lib/ || die - cd "${BUILD_DIR}"/lib || die - if [[ ${EPYTHON:6:1} == 3 ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w funtests || die - fi - "${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}" - rm -rf funtests/ || die -} - -python_install_all() { - use examples && local EXAMPLES=( demo/. ) - use doc && local HTML_DOCS=( docs/.build/html/. ) - if use extras; then - insinto /usr/share/${PF}/extras - doins -r extra - fi - distutils-r1_python_install_all -} diff --git a/dev-python/py-amqp/py-amqp-1.0.9.ebuild b/dev-python/py-amqp/py-amqp-1.0.9.ebuild deleted file mode 100644 index 9c15d062dd92..000000000000 --- a/dev-python/py-amqp/py-amqp-1.0.9.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.0.9.ebuild,v 1.3 2013/09/05 18:46:01 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="amqp" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples extras test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-1.0.6_disable_socket_tests.patch ) - -python_test() { - cp -r -l funtests "${BUILD_DIR}"/lib/ || die - cd "${BUILD_DIR}"/lib || die - if [[ ${EPYTHON:6:1} == 3 ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w funtests || die - fi - "${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}" - rm -rf funtests/ || die -} - -python_install_all() { - dodoc -r docs/. - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc -r demo/. - fi - if use extras; then - insinto /usr/share/${PF} - doins -r extra - fi -} diff --git a/dev-python/py-amqp/py-amqp-1.3.0.ebuild b/dev-python/py-amqp/py-amqp-1.3.0.ebuild deleted file mode 100644 index f2a51a49eb57..000000000000 --- a/dev-python/py-amqp/py-amqp-1.3.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.3.0.ebuild,v 1.1 2013/10/28 07:28:27 patrick Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="amqp" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples extras test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -RESTRICT="test" # don't work, and fail quietly - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - cp -r -l funtests "${BUILD_DIR}"/lib/ || die - cd "${BUILD_DIR}"/lib || die - if [[ ${EPYTHON:6:1} == 3 ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w funtests || die - fi - "${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}" - rm -rf funtests/ || die -} - -python_install_all() { - use examples && local EXAMPLES=( demo/. ) - use doc && local HTML_DOCS=( docs/.build/html/. ) - if use extras; then - insinto /usr/share/${PF}/extras - doins -r extra - fi - distutils-r1_python_install_all -} diff --git a/dev-python/py-amqp/py-amqp-1.3.2.ebuild b/dev-python/py-amqp/py-amqp-1.3.2.ebuild deleted file mode 100644 index 466e1ea43377..000000000000 --- a/dev-python/py-amqp/py-amqp-1.3.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.3.2.ebuild,v 1.1 2013/11/07 06:59:30 patrick Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="amqp" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples extras test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -RESTRICT="test" # don't work, and fail quietly - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - cp -r -l funtests "${BUILD_DIR}"/lib/ || die - cd "${BUILD_DIR}"/lib || die - if [[ ${EPYTHON:6:1} == 3 ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w funtests || die - fi - "${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}" - rm -rf funtests/ || die -} - -python_install_all() { - use examples && local EXAMPLES=( demo/. ) - use doc && local HTML_DOCS=( docs/.build/html/. ) - if use extras; then - insinto /usr/share/${PF}/extras - doins -r extra - fi - distutils-r1_python_install_all -} diff --git a/dev-python/py-amqp/py-amqp-1.3.3.ebuild b/dev-python/py-amqp/py-amqp-1.3.3.ebuild deleted file mode 100644 index a62911e129c0..000000000000 --- a/dev-python/py-amqp/py-amqp-1.3.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.3.3.ebuild,v 1.1 2013/11/26 06:36:55 patrick Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="amqp" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples extras test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -RESTRICT="test" # don't work, and fail quietly - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - cp -r -l funtests "${BUILD_DIR}"/lib/ || die - cd "${BUILD_DIR}"/lib || die - if [[ ${EPYTHON:6:1} == 3 ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w funtests || die - fi - "${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}" - rm -rf funtests/ || die -} - -python_install_all() { - use examples && local EXAMPLES=( demo/. ) - use doc && local HTML_DOCS=( docs/.build/html/. ) - if use extras; then - insinto /usr/share/${PF}/extras - doins -r extra - fi - distutils-r1_python_install_all -} diff --git a/dev-python/pycups/Manifest b/dev-python/pycups/Manifest index 2cf07d077c52..0fbd06fb4019 100644 --- a/dev-python/pycups/Manifest +++ b/dev-python/pycups/Manifest @@ -1,2 +1,3 @@ DIST pycups-1.9.62.tar.bz2 52859 SHA256 7cad7d676d6e4b759d07ecefe2519cb438a7d074e67b4103efdeff8247cc51ab SHA512 2a988d403e828b5210d5e88a136adbaa626bd978d151b734371386a08a3bfac7258b1ea83913b55a62dd12ca60c0cdd60a0eebafd0505b264ffbfc80a190247d WHIRLPOOL 1698955c0aa14ce0ae7b2885135f8852b0638dba8ee2e220087b68b8e6810e936b72c90955f2e1ba08b4e18f4bb6e1cbdaff5e556399cd0ffdcfc90d9df60900 DIST pycups-1.9.63.tar.bz2 53004 SHA256 82fa731a34afe30206bd2a8f4b2ee6a317d8da62a73aa1a2e837b9a217acf797 SHA512 5714e824e98cedd86552d2cb28b4899471dc4edf7e13a8c34071c490f5429b45b3024982720eb4bda2cc0630508e638614798b45a6297cc6de0b9e7bed0da0d1 WHIRLPOOL 5cdef8e790eb7a3ef52b8e697537b6b91b08ac81aeba2e10bf012545e867a42f842a9293a20ee0e1a45a5b4f2bbb3add8c98ea6bf63f6e01a60de9b57ba0e691 +DIST pycups-1.9.66.tar.bz2 55436 SHA256 cdde311fb375c827fb357665248c153000bc62b407bca281a9ea21772911680a SHA512 7cece17443e11e3016ce3e2d034023d5988eb04e5a3b3db5d02eb60908f5d6a5ab0c827066431674571706bbbc77a0ecfa376e0773b3780156ed658e79709639 WHIRLPOOL 44ef872fc0be2bb95a4b62a6d862443c83885051e95ed585c7623c52c6c9e3f3cff8c827d691f81037fb79afc4c71d9c9ba41890dcbb26daec7014110e499240 diff --git a/dev-python/pycups/pycups-1.9.66.ebuild b/dev-python/pycups/pycups-1.9.66.ebuild new file mode 100644 index 000000000000..75eb950cc6e0 --- /dev/null +++ b/dev-python/pycups/pycups-1.9.66.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.66.ebuild,v 1.1 2014/02/25 18:27:17 kensington Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for the CUPS API" +HOMEPAGE="http://cyberelk.net/tim/data/pycups/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +SLOT="0" +IUSE="doc examples" + +RDEPEND=" + net-print/cups +" +DEPEND="${RDEPEND}" + +# epydoc kinda sucks and supports python2 only (it's dead too), +# and since we're dealing with a binary module we need exact version +# match. therefore, docbuilding *requires* any python2 being enabled. + +DEPEND="${RDEPEND} + doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] ) +" + +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" + +python_compile_all() { + if use doc; then + # we can't use Makefile since it relies on hardcoded paths + epydoc -o html --html cups || die "doc build failed" + fi +} + +python_compile() { + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +} + +python_install_all() { + use doc && local HTML_DOCS=( html/ ) + use examples && local EXAMPLES=( examples/ ) + + distutils-r1_python_install_all +} diff --git a/dev-python/pyfeyn/files/pyfeyn-0.3.3.patch b/dev-python/pyfeyn/files/pyfeyn-0.3.3.patch new file mode 100644 index 000000000000..9cb111be71a9 --- /dev/null +++ b/dev-python/pyfeyn/files/pyfeyn-0.3.3.patch @@ -0,0 +1,32 @@ +diff -r -U1 pyfeyn-0.3.3.orig/pyfeyn/__init__.py pyfeyn-0.3.3/pyfeyn/__init__.py +--- pyfeyn-0.3.3.orig/pyfeyn/__init__.py 2013-10-03 20:24:30.000000000 +0700 ++++ pyfeyn-0.3.3/pyfeyn/__init__.py 2014-02-24 20:19:42.908082109 +0700 +@@ -15,8 +15,2 @@ + import pyx +- +- ## Check the version +- from distutils.version import StrictVersion as Version +- if Version(pyx.version.version) < Version("0.9.0"): +- print "Warning: PyFeyn may not work with PyX versions older than 0.9!" +- + ## Units +@@ -24,10 +18,5 @@ + pyx.unit.set(defaultunit = "cm") +- + ## TeX stuff + pyx.text.defaulttexrunner.set(mode="latex") +- if pyx.pykpathsea.find_file("hepnames.sty", pyx.pykpathsea.kpse_tex_format): +- pyx.text.defaulttexrunner.preamble(r"\usepackage{hepnames}") +- else: +- print "Warning: hepnames LaTeX package not found!" +- ++ pyx.text.defaulttexrunner.preamble(r"\usepackage{hepnames}") + except: +diff -r -U1 pyfeyn-0.3.3.orig/pyfeyn/deco.py pyfeyn-0.3.3/pyfeyn/deco.py +--- pyfeyn-0.3.3.orig/pyfeyn/deco.py 2011-02-20 23:29:40.000000000 +0600 ++++ pyfeyn-0.3.3/pyfeyn/deco.py 2014-02-24 20:21:53.935087856 +0700 +@@ -27,3 +27,3 @@ + arrowpath = pyx.deco._arrowhead(arrowtopath, self.pos*dp.path.arclen(), +- 1, self.size, 45, constrictionlen) ++ 1, self.size, 45, self.constriction, constrictionlen) + dp.ornaments.fill(arrowpath) diff --git a/dev-python/pyfeyn/pyfeyn-0.3.3.ebuild b/dev-python/pyfeyn/pyfeyn-0.3.3.ebuild index ee7e82f92207..261f84ae2712 100644 --- a/dev-python/pyfeyn/pyfeyn-0.3.3.ebuild +++ b/dev-python/pyfeyn/pyfeyn-0.3.3.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/pyfeyn/pyfeyn-0.3.3.ebuild,v 1.1 2014/02/24 04:16:55 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfeyn/pyfeyn-0.3.3.ebuild,v 1.2 2014/02/24 09:40:06 grozin Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -14,7 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="latex" +IUSE="" -DEPEND="dev-python/pyx" -RDEPEND="latex? ( dev-texlive/texlive-science )" +DEPEND="dev-python/pyx[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-texlive/texlive-science" + +PATCHES=( "${FILESDIR}"/${P}.patch ) diff --git a/dev-python/pyplusplus/files/pyplusplus-1.0.0_p20131206-numpy.patch b/dev-python/pyplusplus/files/pyplusplus-1.0.0_p20131206-numpy.patch index cd052fcaae37..b511b35aecff 100644 --- a/dev-python/pyplusplus/files/pyplusplus-1.0.0_p20131206-numpy.patch +++ b/dev-python/pyplusplus/files/pyplusplus-1.0.0_p20131206-numpy.patch @@ -1,179 +1,179 @@ -generate code for Boost.NumPy[1] to accelerate c 1D array handling - -Upstream: https://sourceforge.net/p/pygccxml/patches/2/ - -Index: pyplusplus/code_creators/__init__.py -=================================================================== ---- pyplusplus/code_creators/__init__.py.orig -+++ pyplusplus/code_creators/__init__.py -@@ -110,6 +110,8 @@ from member_variable import bit_field_t - from member_variable import bit_field_wrapper_t - from member_variable import array_mv_t - from member_variable import array_mv_wrapper_t -+from member_variable import array_numpy_t -+from member_variable import array_numpy_wrapper_t - from member_variable import mem_var_ref_t - from member_variable import mem_var_ref_wrapper_t - from member_variable import member_variable_addressof_t -Index: pyplusplus/code_creators/code_creator.py -=================================================================== ---- pyplusplus/code_creators/code_creator.py.orig -+++ pyplusplus/code_creators/code_creator.py -@@ -126,6 +126,7 @@ class code_creator_t(object): - files = [] - if self.code_generator == self.CODE_GENERATOR_TYPES.BOOST_PYTHON: - files.append( "boost/python.hpp" ) -+ files.append( "boost/numpy.hpp" ) - files.append( code_repository.named_tuple.file_name ) - else: - files.append( code_repository.ctypes_utils.file_name ) -Index: pyplusplus/code_creators/member_variable.py -=================================================================== ---- pyplusplus/code_creators/member_variable.py.orig -+++ pyplusplus/code_creators/member_variable.py -@@ -507,7 +507,95 @@ class array_mv_wrapper_t( code_creator.c - def _get_system_files_impl( self ): - return [code_repository.array_1.file_name] - -+class array_numpy_t( member_variable_base_t ): -+ """ -+ Creates boost.python code that exposes array member variable via boost.numpy. -+ """ -+ def __init__(self, variable, wrapper ): -+ member_variable_base_t.__init__( self, variable=variable, wrapper=wrapper ) -+ self.works_on_instance = False -+ -+ def _create_body( self ): -+ answer = [] -+ doc = '' -+ if self.declaration.type_qualifiers.has_static: -+ answer.append( self.parent.class_var_name + '.add_static_property' ) -+ else: -+ if self.documentation: -+ doc = self.documentation -+ answer.append( self.parent.class_var_name + '.add_property' ) -+ answer.append('( "%s", &%s );' % (self.declaration.name, self.wrapper.wrapper_creator_full_name )) -+ if doc: -+ answer.append( os.linesep ) -+ answer.append( self.PARAM_SEPARATOR ) -+ answer.append( doc ) -+ return ''.join( answer ) -+ -+ def _create_impl( self ): -+ answer = [] -+ answer.append( '{ //%s, type=%s' % ( self.declaration, self.declaration.type ) ) -+ answer.append( os.linesep ) -+ answer.append( self.indent( self._create_body() ) ) -+ answer.append( os.linesep ) -+ answer.append( '}' ) -+ return ''.join( answer ) -+ -+ def _get_system_files_impl( self ): -+ return [] - -+class array_numpy_wrapper_t( code_creator.code_creator_t -+ , declaration_based.declaration_based_t ): -+ """registers array class""" -+ def __init__(self, variable ): -+ code_creator.code_creator_t.__init__( self ) -+ declaration_based.declaration_based_t.__init__( self, declaration=variable) -+ self.py_class_type = declarations.reference_t(declarations.const_t(declarations.dummy_type_t( "bp::object" ))) -+ -+ @property -+ def wrapped_class_type( self ): -+ wrapped_cls_type = declarations.declarated_t( self.declaration.parent ) -+ if declarations.is_const( self.declaration.type ): -+ wrapped_cls_type = declarations.const_t( wrapped_cls_type ) -+ return declarations.reference_t( wrapped_cls_type ) -+ -+ @property -+ def wrapper_creator_name(self): -+ return '_'.join( ['pyplusplus', self.declaration.name, 'wrapper'] ) -+ -+ @property -+ def wrapper_creator_full_name(self): -+ return '::'.join( [self.parent.full_name, self.wrapper_creator_name] ) -+ -+ def _create_impl( self ): -+ if self.declaration.type_qualifiers.has_static: -+ tmpl = [ "static %(wrapper_type)s %(wrapper_creator_name)s( ){" ] -+ tmpl.append( self.indent( "return bn::from_data( %(parent_class_type)s::%(mem_var_ref)s," ) ) -+ owner = "bp::object()" -+ else: -+ tmpl = [ "static %(wrapper_type)s %(wrapper_creator_name)s( %(py_class_type)s inst ){" ] -+ tmpl.append( self.indent( "return bn::from_data(bp::extract< %(wrapped_class_type)s >(inst)().%(mem_var_ref)s," ) ) -+ owner = "inst" -+ tmpl.append( self.indent(self.indent("bn::dtype::get_builtin< %(item_type)s >(), bp::make_tuple(%(array_size)s),")) ) -+ tmpl.append( self.indent(self.indent("bp::make_tuple(sizeof(%(item_type)s)), %(owner)s);")) ) -+ tmpl.append( "}" ) -+ -+ tmpl = os.linesep.join( tmpl ) -+ -+ return tmpl % { -+ 'wrapper_type' : "bn::ndarray" -+ , 'parent_class_type' : self.parent.declaration.partial_decl_string -+ , 'wrapper_creator_name' : self.wrapper_creator_name -+ , 'wrapped_class_type' : self.wrapped_class_type.decl_string -+ , 'mem_var_ref' : self.declaration.name -+ , 'py_class_type' : self.py_class_type.decl_string -+ , 'item_type' : declarations.array_item_type( self.declaration.type ).decl_string -+ , 'array_size': declarations.array_size( self.declaration.type ) -+ , 'owner': owner -+ } -+ -+ def _get_system_files_impl( self ): -+ return [] -+ - class mem_var_ref_t( member_variable_base_t ): - """ - creates get/set accessors for class member variable, that has type reference. -Index: pyplusplus/code_creators/module_body.py -=================================================================== ---- pyplusplus/code_creators/module_body.py.orig -+++ pyplusplus/code_creators/module_body.py -@@ -18,6 +18,7 @@ class module_body_t(compound.compound_t) - def _create_impl(self): - result = [] - result.append( "BOOST_PYTHON_MODULE(%s){" % self.name ) -+ result.append( "bn::initialize();" ) - result.append( compound.compound_t.create_internal_code( self.creators ) ) - result.append( "}" ) - return os.linesep.join( result ) -Index: pyplusplus/creators_factory/bpcreator.py -=================================================================== ---- pyplusplus/creators_factory/bpcreator.py.orig -+++ pyplusplus/creators_factory/bpcreator.py -@@ -76,10 +76,14 @@ class bpcreator_t( declarations.decl_vis - global_ns = declarations.get_global_namespace(decls) - - self.__extmodule = code_creators.bpmodule_t( global_ns ) -- if boost_python_ns_name: -- bp_ns_alias = code_creators.namespace_alias_t( alias=boost_python_ns_name -- , full_namespace_name='::boost::python' ) -- self.__extmodule.adopt_creator( bp_ns_alias ) -+ -+ # alias of boost::numpy is hard-coded here, as it will be merged into boost::python. -+ for ns_name, full_ns_name in {boost_python_ns_name: '::boost::python' -+ , 'bn': '::boost::numpy'}.iteritems(): -+ if ns_name: -+ ns_alias = code_creators.namespace_alias_t( alias=ns_name -+ , full_namespace_name=full_ns_name ) -+ self.__extmodule.adopt_creator( ns_alias ) - - self.__module_body = code_creators.module_body_t( name=module_name ) - -@@ -723,8 +727,12 @@ class bpcreator_t( declarations.decl_vis - wrapper = code_creators.bit_field_wrapper_t( variable=self.curr_decl ) - maker = code_creators.bit_field_t( variable=self.curr_decl, wrapper=wrapper ) - elif declarations.is_array( self.curr_decl.type ): -- wrapper = code_creators.array_mv_wrapper_t( variable=self.curr_decl ) -- maker = code_creators.array_mv_t( variable=self.curr_decl, wrapper=wrapper ) -+ if declarations.is_fundamental(declarations.array_item_type( self.curr_decl.type )): -+ wrapper = code_creators.array_numpy_wrapper_t( variable=self.curr_decl ) -+ maker = code_creators.array_numpy_t( variable=self.curr_decl, wrapper=wrapper ) -+ else: -+ wrapper = code_creators.array_mv_wrapper_t( variable=self.curr_decl ) -+ maker = code_creators.array_mv_t( variable=self.curr_decl, wrapper=wrapper ) - elif declarations.is_pointer( self.curr_decl.type ): - wrapper = code_creators.member_variable_wrapper_t( variable=self.curr_decl ) - maker = code_creators.member_variable_t( variable=self.curr_decl, wrapper=wrapper ) +generate code for Boost.NumPy[1] to accelerate c 1D array handling + +Upstream: https://sourceforge.net/p/pygccxml/patches/2/ + +Index: pyplusplus/code_creators/__init__.py +=================================================================== +--- pyplusplus/code_creators/__init__.py.orig ++++ pyplusplus/code_creators/__init__.py +@@ -110,6 +110,8 @@ from member_variable import bit_field_t + from member_variable import bit_field_wrapper_t + from member_variable import array_mv_t + from member_variable import array_mv_wrapper_t ++from member_variable import array_numpy_t ++from member_variable import array_numpy_wrapper_t + from member_variable import mem_var_ref_t + from member_variable import mem_var_ref_wrapper_t + from member_variable import member_variable_addressof_t +Index: pyplusplus/code_creators/code_creator.py +=================================================================== +--- pyplusplus/code_creators/code_creator.py.orig ++++ pyplusplus/code_creators/code_creator.py +@@ -126,6 +126,7 @@ class code_creator_t(object): + files = [] + if self.code_generator == self.CODE_GENERATOR_TYPES.BOOST_PYTHON: + files.append( "boost/python.hpp" ) ++ files.append( "boost/numpy.hpp" ) + files.append( code_repository.named_tuple.file_name ) + else: + files.append( code_repository.ctypes_utils.file_name ) +Index: pyplusplus/code_creators/member_variable.py +=================================================================== +--- pyplusplus/code_creators/member_variable.py.orig ++++ pyplusplus/code_creators/member_variable.py +@@ -507,7 +507,95 @@ class array_mv_wrapper_t( code_creator.c + def _get_system_files_impl( self ): + return [code_repository.array_1.file_name] + ++class array_numpy_t( member_variable_base_t ): ++ """ ++ Creates boost.python code that exposes array member variable via boost.numpy. ++ """ ++ def __init__(self, variable, wrapper ): ++ member_variable_base_t.__init__( self, variable=variable, wrapper=wrapper ) ++ self.works_on_instance = False ++ ++ def _create_body( self ): ++ answer = [] ++ doc = '' ++ if self.declaration.type_qualifiers.has_static: ++ answer.append( self.parent.class_var_name + '.add_static_property' ) ++ else: ++ if self.documentation: ++ doc = self.documentation ++ answer.append( self.parent.class_var_name + '.add_property' ) ++ answer.append('( "%s", &%s );' % (self.declaration.name, self.wrapper.wrapper_creator_full_name )) ++ if doc: ++ answer.append( os.linesep ) ++ answer.append( self.PARAM_SEPARATOR ) ++ answer.append( doc ) ++ return ''.join( answer ) ++ ++ def _create_impl( self ): ++ answer = [] ++ answer.append( '{ //%s, type=%s' % ( self.declaration, self.declaration.type ) ) ++ answer.append( os.linesep ) ++ answer.append( self.indent( self._create_body() ) ) ++ answer.append( os.linesep ) ++ answer.append( '}' ) ++ return ''.join( answer ) ++ ++ def _get_system_files_impl( self ): ++ return [] + ++class array_numpy_wrapper_t( code_creator.code_creator_t ++ , declaration_based.declaration_based_t ): ++ """registers array class""" ++ def __init__(self, variable ): ++ code_creator.code_creator_t.__init__( self ) ++ declaration_based.declaration_based_t.__init__( self, declaration=variable) ++ self.py_class_type = declarations.reference_t(declarations.const_t(declarations.dummy_type_t( "bp::object" ))) ++ ++ @property ++ def wrapped_class_type( self ): ++ wrapped_cls_type = declarations.declarated_t( self.declaration.parent ) ++ if declarations.is_const( self.declaration.type ): ++ wrapped_cls_type = declarations.const_t( wrapped_cls_type ) ++ return declarations.reference_t( wrapped_cls_type ) ++ ++ @property ++ def wrapper_creator_name(self): ++ return '_'.join( ['pyplusplus', self.declaration.name, 'wrapper'] ) ++ ++ @property ++ def wrapper_creator_full_name(self): ++ return '::'.join( [self.parent.full_name, self.wrapper_creator_name] ) ++ ++ def _create_impl( self ): ++ if self.declaration.type_qualifiers.has_static: ++ tmpl = [ "static %(wrapper_type)s %(wrapper_creator_name)s( ){" ] ++ tmpl.append( self.indent( "return bn::from_data( %(parent_class_type)s::%(mem_var_ref)s," ) ) ++ else: ++ tmpl = [ "static %(wrapper_type)s %(wrapper_creator_name)s( %(py_class_type)s inst ){" ] ++ tmpl.append( self.indent( "return bn::from_data(bp::extract< %(wrapped_class_type)s >(inst)().%(mem_var_ref)s," ) ) ++ owner = "bp::object()" ++ ++ tmpl.append( self.indent(self.indent("bn::dtype::get_builtin< %(item_type)s >(), bp::make_tuple(%(array_size)s),")) ) ++ tmpl.append( self.indent(self.indent("bp::make_tuple(sizeof(%(item_type)s)), %(owner)s);")) ) ++ tmpl.append( "}" ) ++ ++ tmpl = os.linesep.join( tmpl ) ++ ++ return tmpl % { ++ 'wrapper_type' : "bn::ndarray" ++ , 'parent_class_type' : self.parent.declaration.partial_decl_string ++ , 'wrapper_creator_name' : self.wrapper_creator_name ++ , 'wrapped_class_type' : self.wrapped_class_type.decl_string ++ , 'mem_var_ref' : self.declaration.name ++ , 'py_class_type' : self.py_class_type.decl_string ++ , 'item_type' : declarations.array_item_type( self.declaration.type ).decl_string ++ , 'array_size': declarations.array_size( self.declaration.type ) ++ , 'owner': owner ++ } ++ ++ def _get_system_files_impl( self ): ++ return [] ++ + class mem_var_ref_t( member_variable_base_t ): + """ + creates get/set accessors for class member variable, that has type reference. +Index: pyplusplus/code_creators/module_body.py +=================================================================== +--- pyplusplus/code_creators/module_body.py.orig ++++ pyplusplus/code_creators/module_body.py +@@ -18,6 +18,7 @@ class module_body_t(compound.compound_t) + def _create_impl(self): + result = [] + result.append( "BOOST_PYTHON_MODULE(%s){" % self.name ) ++ result.append( "bn::initialize();" ) + result.append( compound.compound_t.create_internal_code( self.creators ) ) + result.append( "}" ) + return os.linesep.join( result ) +Index: pyplusplus/creators_factory/bpcreator.py +=================================================================== +--- pyplusplus/creators_factory/bpcreator.py.orig ++++ pyplusplus/creators_factory/bpcreator.py +@@ -76,10 +76,14 @@ class bpcreator_t( declarations.decl_vis + global_ns = declarations.get_global_namespace(decls) + + self.__extmodule = code_creators.bpmodule_t( global_ns ) +- if boost_python_ns_name: +- bp_ns_alias = code_creators.namespace_alias_t( alias=boost_python_ns_name +- , full_namespace_name='::boost::python' ) +- self.__extmodule.adopt_creator( bp_ns_alias ) ++ ++ # alias of boost::numpy is hard-coded here, as it will be merged into boost::python. ++ for ns_name, full_ns_name in {boost_python_ns_name: '::boost::python' ++ , 'bn': '::boost::numpy'}.iteritems(): ++ if ns_name: ++ ns_alias = code_creators.namespace_alias_t( alias=ns_name ++ , full_namespace_name=full_ns_name ) ++ self.__extmodule.adopt_creator( ns_alias ) + + self.__module_body = code_creators.module_body_t( name=module_name ) + +@@ -723,8 +727,12 @@ class bpcreator_t( declarations.decl_vis + wrapper = code_creators.bit_field_wrapper_t( variable=self.curr_decl ) + maker = code_creators.bit_field_t( variable=self.curr_decl, wrapper=wrapper ) + elif declarations.is_array( self.curr_decl.type ): +- wrapper = code_creators.array_mv_wrapper_t( variable=self.curr_decl ) +- maker = code_creators.array_mv_t( variable=self.curr_decl, wrapper=wrapper ) ++ if declarations.is_fundamental(declarations.array_item_type( self.curr_decl.type )): ++ wrapper = code_creators.array_numpy_wrapper_t( variable=self.curr_decl ) ++ maker = code_creators.array_numpy_t( variable=self.curr_decl, wrapper=wrapper ) ++ else: ++ wrapper = code_creators.array_mv_wrapper_t( variable=self.curr_decl ) ++ maker = code_creators.array_mv_t( variable=self.curr_decl, wrapper=wrapper ) + elif declarations.is_pointer( self.curr_decl.type ): + wrapper = code_creators.member_variable_wrapper_t( variable=self.curr_decl ) + maker = code_creators.member_variable_t( variable=self.curr_decl, wrapper=wrapper ) diff --git a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild index 8e198aea4269..347aed32b8ed 100644 --- a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild +++ b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild @@ -1,6 +1,6 @@ -# 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-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild,v 1.1 2013/12/06 13:35:53 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild,v 1.2 2014/02/25 01:56:52 heroxbd Exp $ EAPI=5 @@ -30,7 +30,7 @@ DEPEND="doc? ( >=dev-python/epydoc-3[${PYTHON_USEDEP}] ) RDEPEND="dev-python/pygccxml[${PYTHON_USEDEP}]" src_prepare() { - use numpy && epatch "${FILESDIR}"/${PN}-1.0.0_p20131206-numpy.patch + use numpy && epatch --binary "${FILESDIR}"/${PN}-1.0.0_p20131206-numpy.patch } python_compile_all() { diff --git a/dev-python/pyspf/Manifest b/dev-python/pyspf/Manifest index f87cca5ac0f9..560ed364d724 100644 --- a/dev-python/pyspf/Manifest +++ b/dev-python/pyspf/Manifest @@ -1,3 +1,4 @@ DIST pyspf-2.0.5.tar.gz 38818 SHA256 a9e143fefc6bafd9f6e39b1b62eaaafae8bf96bdc25961ff1d55d01b173bf0b0 SHA512 9fff69097d3ecc024d69b03acd42faef754e9899a57ffe1b3267a0da2ca99278fe7918c5e10aecca10942948d2ffa38ffabca27acfd9815e24cb2e4bf0ebac9c WHIRLPOOL c020e18a813b6005d485b3dfd8d9ee7f422fee694e5c27cfaf72e4a3f36c01970d098cb00ddf937ddae138c3d46ef741a3dbf90a3e6fa1e1a7b0b047c7778cbd DIST pyspf-2.0.6.tar.gz 43448 SHA256 ed20f35d8c1d60516b195ec08ce7c8479d450be28fd37baaab58dbf570ceb429 SHA512 fd39937ac0da6e9ea34bb3cdd10c33d43d676718ef790752dca21fa1bb94dafcc861e3dfc2c22df28fdef86d361d68f5a2eecc4fa1b2a28fc2532da81cebcd05 WHIRLPOOL 5dd92947c636eb03e8e2fec0dfac99738aee4fa4c6a4db859abbc7290ea9b15469048d942d2f732e743fff3f65842145555068a319e744a45162d837d9d53e86 DIST pyspf-2.0.7.tar.gz 46283 SHA256 d26355f2576ed345971b88bec7a97795112476d022d10b943d8580c3f78b44db SHA512 879bff1904fe189ba1c01f10008f978413d5fcb52a564de6a028bb308985e099362a63c99a8a789b3406b925ab5aa1f911ea5a5bb23df593e0d891d8afda9877 WHIRLPOOL b958fd1318938364a8677948ab644d81dc36befd728496380bdbf49238d6fe53f551af633f2ab73ada829bbd6ccf804e175c513a374a53606669ca280b0ed1a7 +DIST pyspf-2.0.8.tar.gz 48818 SHA256 b9ff846a7b6c883383451d1d4be526762f1d88de84e89d6de05f73f51c2c3dcf SHA512 2ec54866d1233e7922838b4f62508c02641ad3f6b2ddaadea3bfd848f880b8e8e6cf07db24c961fdabe1f5034a0ff0e691bb526a1c0a4698599e11ab268b3c68 WHIRLPOOL 1ef445386214e4539b12cc805445049a04e8327af6ae4ea32ac1d6e7dfd979a64a0effe1f10bd4b9d866602d74347b04e39532e08fe13acd10928d13a5b58291 diff --git a/dev-python/pyspf/pyspf-2.0.8.ebuild b/dev-python/pyspf/pyspf-2.0.8.ebuild new file mode 100644 index 000000000000..35cab37dd252 --- /dev/null +++ b/dev-python/pyspf/pyspf-2.0.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.8.ebuild,v 1.1 2014/02/24 06:05:44 patrick Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) protocol" +HOMEPAGE="http://pypi.python.org/pypi/pyspf" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/authres[${PYTHON_USEDEP}] + || ( dev-python/pydns:2 dev-python/pydns:0 )" +DEPEND="${DEPEND} + test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" + +python_test() { + pushd test &> /dev/null + "${PYTHON}" testspf.py || die + popd &> /dev/null +} diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild b/dev-python/python-gflags/python-gflags-2.0.ebuild index ab5e6123c177..f9689ded0e49 100644 --- a/dev-python/python-gflags/python-gflags-2.0.ebuild +++ b/dev-python/python-gflags/python-gflags-2.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/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.10 2014/02/03 15:21:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.11 2014/02/24 22:33:53 vapier Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://python-gflags.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/python-iptables/files/python-iptables-fix-ctypes.patch b/dev-python/python-iptables/files/python-iptables-fix-ctypes.patch index 3e7293375a3f..8359bf5b4c03 100644 --- a/dev-python/python-iptables/files/python-iptables-fix-ctypes.patch +++ b/dev-python/python-iptables/files/python-iptables-fix-ctypes.patch @@ -1,17 +1,18 @@ https://github.com/ldx/python-iptables/pull/59 -From d2532b133d56300f5f83f2a174fe24c7c2dcda0c Mon Sep 17 00:00:00 2001 +From 6c30ca04656062bf95a1039d6e4bc7440150b9bc Mon Sep 17 00:00:00 2001 From: Tim Harder -Date: Thu, 20 Feb 2014 19:34:19 -0800 -Subject: [PATCH] Fix return and argument types for various libiptc API calls. +Date: Sat, 22 Feb 2014 01:11:40 -0800 +Subject: [PATCH 2/2] Fix return and argument types for various libiptc API + calls. --- - iptc/ip4tc.py | 11 ++++++----- - iptc/ip6tc.py | 9 +++++---- - 2 files changed, 11 insertions(+), 9 deletions(-) + iptc/ip4tc.py | 6 +++--- + iptc/ip6tc.py | 6 +++--- + 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/iptc/ip4tc.py b/iptc/ip4tc.py -index a953f41..9f5d8c1 100644 +index a953f41..fd3fc78 100644 --- a/iptc/ip4tc.py +++ b/iptc/ip4tc.py @@ -103,7 +103,7 @@ _libiptc, _ = find_library("ip4tc", "iptc") # old iptables versions use iptc @@ -37,27 +38,8 @@ index a953f41..9f5d8c1 100644 iptc_is_chain = _libiptc.iptc_is_chain iptc_is_chain.restype = ct.c_int -@@ -205,7 +205,8 @@ class iptc(object): - iptc_delete_entry = _libiptc.iptc_delete_entry - iptc_delete_entry.restype = ct.c_int - iptc_delete_entry.argstype = [ct.c_char_p, ct.POINTER(ipt_entry), -- ct.POINTER(ct.c_ubyte), ct.c_void_p] -+ ct.POINTER(ct.c_ubyte), ct.c_void_p, -+ ct.c_bool] - - # Delete the rule in position `rulenum' in `chain'. - iptc_delete_num_entry = _libiptc.iptc_delete_num_entry -@@ -1588,7 +1589,7 @@ class Table(object): - def delete_entry(self, chain, entry, mask): - """Removes rule *entry* with *mask* from *chain*.""" - rv = self._iptc.iptc_delete_entry(chain, ct.cast(entry, ct.c_void_p), -- mask, self._handle) -+ mask, self._handle, False) - if rv != 1: - raise IPTCError("can't delete entry from chain %s: %s)" % - (chain, self.strerror())) diff --git a/iptc/ip6tc.py b/iptc/ip6tc.py -index dbf034d..3b415a2 100644 +index dbf034d..10422d8 100644 --- a/iptc/ip6tc.py +++ b/iptc/ip6tc.py @@ -82,7 +82,7 @@ _libiptc, _ = find_library("ip6tc", "iptc") # old iptables versions use iptc @@ -83,16 +65,6 @@ index dbf034d..3b415a2 100644 iptc_is_chain = _libiptc.ip6tc_is_chain iptc_is_chain.restype = ct.c_int -@@ -184,7 +184,8 @@ class ip6tc(object): - iptc_delete_entry = _libiptc.ip6tc_delete_entry - iptc_delete_entry.restype = ct.c_int - iptc_delete_entry.argstype = [ct.c_char_p, ct.POINTER(ip6t_entry), -- ct.POINTER(ct.c_ubyte), ct.c_void_p] -+ ct.POINTER(ct.c_ubyte), ct.c_void_p, -+ ct.c_bool] - - # Delete the rule in position `rulenum' in `chain'. - iptc_delete_num_entry = _libiptc.ip6tc_delete_num_entry -- 1.9.0 diff --git a/dev-python/python-iptables/python-iptables-0.3.0-r2.ebuild b/dev-python/python-iptables/python-iptables-0.3.0-r3.ebuild similarity index 92% rename from dev-python/python-iptables/python-iptables-0.3.0-r2.ebuild rename to dev-python/python-iptables/python-iptables-0.3.0-r3.ebuild index 90510495eadd..9c3e31606357 100644 --- a/dev-python/python-iptables/python-iptables-0.3.0-r2.ebuild +++ b/dev-python/python-iptables/python-iptables-0.3.0-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/dev-python/python-iptables/python-iptables-0.3.0-r2.ebuild,v 1.1 2014/02/21 03:54:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iptables/python-iptables-0.3.0-r3.ebuild,v 1.1 2014/02/24 19:50:02 radhermit Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest index 7867eed64de0..b7365d27f74e 100644 --- a/dev-python/pytools/Manifest +++ b/dev-python/pytools/Manifest @@ -1,2 +1,3 @@ DIST pytools-2013.5.6.tar.gz 42765 SHA256 e15dc874f9d8b3f13cf6297e509eaffe722c459cd92a39858813b8dba55bc77e SHA512 47c049360e4b9c11ffbb2225a1ac0882fc491b016638c3d8841280d7ffa4d9fab0fa1f187f42dc1f88ed837e11a866c334805a329f478b0db02b6db3a2746aac WHIRLPOOL 40ac4e6f6378bbfc16b4fcbee36c870c122c968581842d2dc3d44a2fdeeb57ed026ff308cde6f2a17a8ed5f02de4b8f74007ef5bcef02c75f8ebb28c0c68ea53 DIST pytools-2013.5.7.tar.gz 43251 SHA256 00165825fd5792a1929d2a8ef1c1fca9f14607262b4efdb1c936536e7f0020ee SHA512 e6ba59dc5b419ae69ecd8a46497dd943ecd23aba669100721467799aed7ff2fa8f13beacb41b8cbf7e73efecfeb0fe3dab4b4a2094664e1bbefeadb722309fab WHIRLPOOL 9a0ecee7eef6de89ae66f3854bc569434f58e3d10b79ff49dec38f0564239f5fc743a9a29e7fd6f1133b298e4672ed084b5772552f4a2a2c8980b11efefc667a +DIST pytools-2014.1.2.tar.gz 46435 SHA256 1d9fcb041bc84b0649c9c2fb1818c5814557a54d65c5d4f7151276d04928e0ff SHA512 4c849518223a8257282a448554d38fee44b9583b1567b8f606a7903994d32274c5f67addfe629ea45a73587efaf9a826604c3688147b10914657d692ed9039e6 WHIRLPOOL 576e3c346678649ce9e9ee4545c1f3e2ef5dd6efee8bc50bfcca0c04c378109030598abcbef7ff351945e18faace43c6e59cbe0ef1079f1cc5df0e500b6928f4 diff --git a/dev-python/pytools/pytools-2014.1.2.ebuild b/dev-python/pytools/pytools-2014.1.2.ebuild new file mode 100644 index 000000000000..e82e226c21de --- /dev/null +++ b/dev-python/pytools/pytools-2014.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.1.2.ebuild,v 1.1 2014/02/24 07:12:42 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="A collection of tools missing from the Python standard library" +HOMEPAGE="http://mathema.tician.de/software/pytools" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="" + +python_test() { + py.test -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild index 70b86535b6dd..dea9af0b37ae 100644 --- a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild @@ -1,6 +1,6 @@ -# 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-python/retry-decorator/retry-decorator-1.0.0.ebuild,v 1.1 2013/12/09 06:58:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild,v 1.2 2014/02/24 22:33:57 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pnpnpn/retry-decorator/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="${PYTHON_DEPS}" diff --git a/dev-python/scoop/scoop-0.7.0.ebuild b/dev-python/scoop/scoop-0.7.0-r1.ebuild similarity index 78% rename from dev-python/scoop/scoop-0.7.0.ebuild rename to dev-python/scoop/scoop-0.7.0-r1.ebuild index a9d134070223..3b9d0fc2d020 100644 --- a/dev-python/scoop/scoop-0.7.0.ebuild +++ b/dev-python/scoop/scoop-0.7.0-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/scoop/scoop-0.7.0.ebuild,v 1.1 2014/02/23 14:47:50 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scoop/scoop-0.7.0-r1.ebuild,v 1.1 2014/02/25 12:32:31 slis Exp $ EAPI="5" @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=dev-python/greenlet-0.3.4 >=dev-python/pyzmq-13.1.0 - >=dev-python/argparse-1.1" + virtual/python-argparse[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools" diff --git a/dev-python/socksipy/socksipy-1.02.ebuild b/dev-python/socksipy/socksipy-1.02.ebuild index 79372137461c..824618abcf5a 100644 --- a/dev-python/socksipy/socksipy-1.02.ebuild +++ b/dev-python/socksipy/socksipy-1.02.ebuild @@ -1,6 +1,6 @@ -# 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-python/socksipy/socksipy-1.02.ebuild,v 1.1 2013/12/09 06:54:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/socksipy-1.02.ebuild,v 1.2 2014/02/24 22:34:04 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -16,7 +16,7 @@ SRC_URI="http://socksipy-branch.googlecode.com/files/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="${PYTHON_DEPS}" diff --git a/dev-python/sphinx-bootstrap-theme/Manifest b/dev-python/sphinx-bootstrap-theme/Manifest new file mode 100644 index 000000000000..29c7010ac134 --- /dev/null +++ b/dev-python/sphinx-bootstrap-theme/Manifest @@ -0,0 +1 @@ +DIST sphinx-bootstrap-theme-0.3.9.tar.gz 835004 SHA256 5f47ce597d688218f1bd3cffba573c68d1537a99b3a85c7e07ce10e8516ff083 SHA512 7e2bdf1f57f95906a1d78578e91285aebf6aa116a02a3380f3de80390125efb070904c13338938135cc1ae5bac1f59eb7272bc94471660fd6f0a736adbfeb4ab WHIRLPOOL 6c44cdc69863508318096e4c60c989f447d6c2583681c6abe7c0eef280082120460fae7714b5cc9d983bcd110e2f025d43c194ff325cf19d73737a4b02294f4f diff --git a/dev-python/sphinx-bootstrap-theme/metadata.xml b/dev-python/sphinx-bootstrap-theme/metadata.xml new file mode 100644 index 000000000000..e8b48e0cf598 --- /dev/null +++ b/dev-python/sphinx-bootstrap-theme/metadata.xml @@ -0,0 +1,8 @@ + + + +python + + sphinx-bootstrap-theme + + diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild new file mode 100644 index 000000000000..180a61b687d7 --- /dev/null +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.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/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.ebuild,v 1.1 2014/02/25 17:23:08 bicatali Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework" +HOMEPAGE="http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="" diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest index 5106ffb77518..05743a875295 100644 --- a/dev-python/sure/Manifest +++ b/dev-python/sure/Manifest @@ -1 +1,2 @@ DIST sure-1.2.3.tar.gz 16921 SHA256 f6200277de5b63094f2d1d384967e19a95be53ba664bb7a748b3b183e5cfadf7 SHA512 79f9e7639e468e61858d70cb3184c44e9de30d1ecefb4701e3a305b9fc231b9a4df27e795f8b31da6ddc221ba002bc83dd59621e7f364598c80b831a4bcc9fa9 WHIRLPOOL 1c2d5d58b2765e1ea89bb27d079083479f4460a01ae735268fbc82148643348a8796ec6142b39e4a188fb6bad16a130578b66ae52bd2ebe112bd2972cd6cc54a +DIST sure-1.2.5.tar.gz 19048 SHA256 63f9861f607c5a27d090edaf91e6c93421a11ae1c011171f7394f44ccc391cdc SHA512 41f097318093b7e1683c38cae7aad3551bcc4e82918d3005388ce660c81a014b0939d3ad9dc12905c50892c82282c3e90aadb01ca7600b593d09afa2549c7135 WHIRLPOOL ea3bb51d9f0b375656b248c80c0a381fc026347efb0a94c856fb319c1e6f1e7d9e6e5a665f57e835a4fdb50060f3b2fa4c9168e8f61ae01af5a05bfc337a9481 diff --git a/dev-python/sure/sure-1.2.3.ebuild b/dev-python/sure/sure-1.2.3.ebuild index d5fa2a6dbe86..e87cac76c558 100644 --- a/dev-python/sure/sure-1.2.3.ebuild +++ b/dev-python/sure/sure-1.2.3.ebuild @@ -1,9 +1,9 @@ -# 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-python/sure/sure-1.2.3.ebuild,v 1.1 2013/12/02 01:04:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/sure-1.2.3.ebuild,v 1.2 2014/02/25 12:21:14 scarabeus Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/sure/sure-1.2.5.ebuild b/dev-python/sure/sure-1.2.5.ebuild new file mode 100644 index 000000000000..44da62e08b60 --- /dev/null +++ b/dev-python/sure/sure-1.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/sure-1.2.5.ebuild,v 1.1 2014/02/25 12:21:14 scarabeus Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="A utility belt for automated testing in python for python" +HOMEPAGE="http://github.com/gabrielfalcao/sure" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="" +LICENSE="GPL-3" +SLOT="0" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/ujson/files/ujson-1.33-test-py3.patch b/dev-python/ujson/files/ujson-1.33-test-py3.patch new file mode 100644 index 000000000000..e497f396792c --- /dev/null +++ b/dev-python/ujson/files/ujson-1.33-test-py3.patch @@ -0,0 +1,38 @@ + tests/tests.py | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +diff --git a/tests/tests.py b/tests/tests.py +index d210bc6..71f8074 100644 +--- a/tests/tests.py ++++ b/tests/tests.py +@@ -11,6 +11,7 @@ try: + except ImportError: + import simplejson as json + import math ++import nose + import platform + import sys + import time +@@ -24,9 +25,10 @@ from functools import partial + + PY3 = (sys.version_info[0] >= 3) + +-def _python_ver(skip_major, skip_minor=None): ++def _skip_if_python_ver(skip_major, skip_minor=None): + major, minor = sys.version_info[:2] +- return major == skip_major and (skip_minor is None or minor == skip_minor) ++ if major == skip_major and (skip_minor is None or minor == skip_minor): ++ raise nose.SkipTest + + json_unicode = (json.dumps if sys.version_info[0] >= 3 + else partial(json.dumps, encoding="utf-8")) +@@ -579,8 +581,8 @@ class UltraJSONTests(TestCase): + input = "-31337" + self.assertEquals (-31337, ujson.decode(input)) + +- #@unittest.skipIf(_python_ver(3), "No exception in Python 3") + def test_encodeUnicode4BytesUTF8Fail(self): ++ _skip_if_python_ver(3) + input = "\xfd\xbf\xbf\xbf\xbf\xbf" + try: + enc = ujson.encode(input) diff --git a/dev-python/ujson/metadata.xml b/dev-python/ujson/metadata.xml index d81065b0cd40..98b79a75c7c3 100644 --- a/dev-python/ujson/metadata.xml +++ b/dev-python/ujson/metadata.xml @@ -1,9 +1,9 @@ - python - - swegener@gentoo.org - Sven Wegener - + python + + swegener@gentoo.org + Sven Wegener + diff --git a/dev-python/ujson/ujson-1.33.ebuild b/dev-python/ujson/ujson-1.33.ebuild index 688af2d10b4f..b72449f34311 100644 --- a/dev-python/ujson/ujson-1.33.ebuild +++ b/dev-python/ujson/ujson-1.33.ebuild @@ -1,12 +1,12 @@ -# 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-python/ujson/ujson-1.33.ebuild,v 1.2 2013/09/15 17:23:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ujson/ujson-1.33.ebuild,v 1.3 2014/02/24 08:43:55 jlec Exp $ EAPI="5" # One test; FAIL: test_encodeToUTF8 (__main__.UltraJSONTests) under py2.5. # Fix and repair and re-insert if it's REALLY needed -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 @@ -19,15 +19,20 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] app-arch/unzip" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-test-py3.patch +) + python_test() { # See setup.py; line 72. Again "${S}" is used for reading tests # Since py3_2 is first in the queue it needs its own copy # or else all py2s to follow will be reading read py3 tests - if [[ "${EPYTHON}" == 'python3.2' ]]; then + if [[ "${EPYTHON}" =~ 'python3' ]]; then cd "${BUILD_DIR}"/lib || die cp -a "${S}"/tests/ . || die 2to3 -w tests/tests.py diff --git a/dev-python/ws4py/Manifest b/dev-python/ws4py/Manifest index 720200e971c9..67459b3d90e8 100644 --- a/dev-python/ws4py/Manifest +++ b/dev-python/ws4py/Manifest @@ -2,3 +2,4 @@ DIST ws4py-0.2.1.tar.gz 1858090 SHA256 8f902a5be5bed493392ccbabd71406c113c89f973 DIST ws4py-0.2.2.tar.gz 1859370 SHA256 591014a09e4cd492c85ef5c46ce88586e29f9db941cea7f262634d07d58c6040 SHA512 886a9f013b0ef99c0e31df30bcc587601bdb727a6911d60a1362c7172efe6fd18e8d44989237eaa3e61fcd56672bbe9dc67950148c22c3f013f6801d8d111511 WHIRLPOOL c953dd3f4a5b6b5683cfe8401342537e275bb2af32b46241dc42e3a119bcbb608238374051c679313cf61e81f1cd8aa38b54f2284dcc253107f49a156688a566 DIST ws4py-0.2.3.tar.gz 1858465 SHA256 4a56ab45af5df80ea243faa6970b4f7d5e9eff10d9ea732941e4f5a1dafed9b7 SHA512 f5b7cb2fdc17978fbd60e865736a22e4a4989b7094acd3931011b4cf4e44294d3aeb4d0f1f312a6934d34b2abde970b2ef1e039b2526d9592573e0000ca281bb WHIRLPOOL cf4324109dc878d1f0d592f51dcf287ff036116792b16250b80427ef8d3f5b66eca565eaadb2a39c473421bbc5fae14860142174e92fcc76cce2bebf9cb40cc6 DIST ws4py-0.2.4.tar.gz 45057 SHA256 fa9f1e0ef56f1a864ac4fa0abb7ea1e426f7655fbbc93c754e19e8d976a5c23d SHA512 1e3522d63f0d8e5487b41e429d22e40c12522ee441377e1885685013f1506874e1feb280446374cd1654bbffffdcda737c3de0065bdf62d5b1cc07a837916a85 WHIRLPOOL bca0b08aaa706449b6115606a37785acb5fdbaca5ccf43d77c56be51caf4056a5672944e9f5aaa7b219218b96c0802da40cf347a39a259bd68469cf9e383f9a4 +DIST ws4py-0.3.2.tar.gz 58961 SHA256 76b13b6e3a36519dc46f3e156da21dc68fb02d08dd17d85d44dfcb532e3a45df SHA512 2363ecd416755ed4e0a199e351ccb9739450741d234a6e5a9505cde1be2d233658a2e24f80897eb3eece6f57b7e7b358ed9a0d634b39b2c745c6a686179b2554 WHIRLPOOL 90ac9d9b416f4f23d2611aff50008fa0231d1d9c29d8f30b9caf47c27b75eb7711268ac4b58e220bf25cd242a6f3d0c80fd72a17434890f6db78a7d54213ffbe diff --git a/dev-python/ws4py/ws4py-0.3.2.ebuild b/dev-python/ws4py/ws4py-0.3.2.ebuild new file mode 100644 index 000000000000..386bce4195ee --- /dev/null +++ b/dev-python/ws4py/ws4py-0.3.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.3.2.ebuild,v 1.1 2014/02/24 05:58:37 patrick Exp $ + +# We could depend on dev-python/cherrypy when USE=server, but +# that is an optional component ... +# Same for www-servers/tornado and USE=client ... + +EAPI="5" +PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads?" + +inherit distutils-r1 +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git" + inherit git-2 +else + inherit vcs-snapshot + SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="WebSocket support for Python" +HOMEPAGE="https://github.com/Lawouach/WebSocket-for-Python" + +LICENSE="BSD" +SLOT="0" +IUSE="+client +server test +threads" + +RDEPEND="" +DEPEND="test? ( + ${RDEPEND} + dev-python/unittest2[${PYTHON_USEDEP}] + >=dev-python/cherrypy-3.2.0[${PYTHON_USEDEP}] + dev-python/gevent[${PYTHON_USEDEP}] + )" + +python_test() { + esetup.py test || die +} + +src_install() { + distutils-r1_src_install + use client || rm -rf "${ED}$(python_get_sitedir)"/ws4py/client + use server || rm -rf "${ED}$(python_get_sitedir)"/ws4py/server +} diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest index 3b8f6e81ad6a..f6f5fd9182bb 100644 --- a/dev-ruby/acts_as_list/Manifest +++ b/dev-ruby/acts_as_list/Manifest @@ -1 +1,2 @@ DIST acts_as_list-0.3.0.gem 15360 SHA256 1efb325faab47c5cc2caec6ac13fc062391741d7129169d4f6d6e6b89f29979f SHA512 cac4f9e1c8aae491f0c66c1d871cba18c28e607c1a0c9cc2742946217a3ea7c40fe7bb8d779e672a27642af3a01277ebaf7cffbc9b8c4ce8f2bfdf2641d19708 WHIRLPOOL 34fe416bb72aa0c665eca236911a7e9dc6889a108ab12fa2e5318997d4cf5821eac3d4fc3e5099b67069a6284e14758b078cf51410508fbb084ea20dfd0854ca +DIST acts_as_list-0.4.0.gem 16384 SHA256 504aa7ebbcf9dcec2929ac4f94bfb11aae52b6210ad573c07ec1897d8e865276 SHA512 14ac5b48b78a50f69f2c97d2c42e588ec9402499a8169c217b27e0b914a17a2bc58c91610ecb14de02482d0b72a96add9bb86d498d91198788b0738825b054d2 WHIRLPOOL 78d894f12a90bd0d687e27241eab1c3711a05462d2d98bbc4d22341bcc8b9b6b586273daed81eeb95167d3127b6dcec7427e4111c5e0fb2ca449063c8806453d diff --git a/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild new file mode 100644 index 000000000000..971cfcea4466 --- /dev/null +++ b/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/acts_as_list-0.4.0.ebuild,v 1.1 2014/02/24 06:48:22 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_EXTRAINSTALL="init.rb" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list." +HOMEPAGE="http://rake.rubyforge.org/" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~x86 ~x86-macos" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activerecord-3" + +ruby_add_bdepend " + test? ( + dev-ruby/test-unit:2 + dev-ruby/activerecord[sqlite3] + )" + +all_ruby_prepare() { + rm Gemfile || die + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '1,9 s:^:#:' test/helper.rb || die + sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die +} + +each_ruby_test() { + ruby-ng_testrb-2 -Ilib test/test_*.rb +} diff --git a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.6.ebuild b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.6.ebuild index de92a53ad839..732aef854c45 100644 --- a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.6.ebuild +++ b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.6.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-ruby/bcrypt-ruby/bcrypt-ruby-3.1.6.ebuild,v 1.1 2014/02/23 07:03:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.6.ebuild,v 1.2 2014/02/25 08:02:32 graaff Exp $ EAPI=5 @@ -46,12 +46,12 @@ each_ruby_install() { # bcrypt` was already part of bcrypt-ruby requirements. cat - < "${T}/bcrypt-ruby.gemspec" Gem::Specification.new do |s| - s.name = "bcrypt-ruby" - s.version = "${RUBY_FAKEGEM_VERSION}" - s.summary = "Fake gem to load bcrypt" - s.homepage = "${HOMEPAGE}" - s.specification_version = 3 - s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) + s.name = "bcrypt-ruby" + s.version = "${RUBY_FAKEGEM_VERSION}" + s.summary = "Fake gem to load bcrypt" + s.homepage = "${HOMEPAGE}" + s.specification_version = 3 + s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) end EOF RUBY_FAKEGEM_NAME=bcrypt-ruby \ diff --git a/dev-ruby/blankslate/blankslate-3.1.2.ebuild b/dev-ruby/blankslate/blankslate-3.1.2.ebuild index 6cada50288c6..73a0f3b6b2fa 100644 --- a/dev-ruby/blankslate/blankslate-3.1.2.ebuild +++ b/dev-ruby/blankslate/blankslate-3.1.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/dev-ruby/blankslate/blankslate-3.1.2.ebuild,v 1.6 2014/02/15 10:26:00 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/blankslate/blankslate-3.1.2.ebuild,v 1.7 2014/02/25 20:47:47 maekke Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="https://rubygems.org/gems/blankslate" IUSE="" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64" +KEYWORDS="~amd64 ~arm ~hppa ~ia64" ruby_add_bdepend "test? ( dev-ruby/builder )" diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild b/dev-ruby/instantiator/instantiator-0.0.6.ebuild index 9cdcb597f6d5..f82dc90e57b6 100644 --- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild +++ b/dev-ruby/instantiator/instantiator-0.0.6.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-ruby/instantiator/instantiator-0.0.6.ebuild,v 1.3 2014/02/15 10:26:11 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/instantiator/instantiator-0.0.6.ebuild,v 1.4 2014/02/25 20:48:09 maekke Exp $ EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/introspection" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64" +KEYWORDS="~amd64 ~arm ~hppa ~ia64" IUSE="" ruby_add_rdepend "dev-ruby/blankslate" diff --git a/dev-ruby/introspection/introspection-0.0.3.ebuild b/dev-ruby/introspection/introspection-0.0.3.ebuild index c2fec68ae3fc..a6cb8fbab317 100644 --- a/dev-ruby/introspection/introspection-0.0.3.ebuild +++ b/dev-ruby/introspection/introspection-0.0.3.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-ruby/introspection/introspection-0.0.3.ebuild,v 1.3 2014/02/15 10:26:22 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/introspection-0.0.3.ebuild,v 1.4 2014/02/25 20:48:32 maekke Exp $ EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="http://jamesmead.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64" +KEYWORDS="~amd64 ~arm ~hppa ~ia64" IUSE="" ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1 >=dev-ruby/instantiator-0.0.3" diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest index ec7a802aa498..70f90cfcbf28 100644 --- a/dev-ruby/minitest/Manifest +++ b/dev-ruby/minitest/Manifest @@ -2,6 +2,7 @@ DIST minitest-2.12.1.gem 48128 SHA256 e370691de6026cd7c0f7a11d0942ee29502cbed431 DIST minitest-2.8.1.gem 43008 SHA256 1c265730228f63030c136058d6eb15b0bd05edd1e2f0daaf40dbebc4d187de02 SHA512 b08a2cc21cb8d779366964710097582d386bd9eb8d608c4609896f0d1fc2b98eacecdc4142d879c7256824b6c00972b2a2d8f77693d2fea1dea2b05dcd8d5fe4 WHIRLPOOL c394bc7400c97a6d22862740929e0f38e09e713e50f698dddd33f3585fac40345524d9a28cada79c1776f82bd1439cc1a74acf1403e32290c4ff5ddf86073e51 DIST minitest-3.5.0.gem 50688 SHA256 74f1fe409e4e9e9997cd7865bf3e9df9c1452d7abce375120df39bf05e3ddb6e SHA512 1b61f10d9107ca7694d60e9d7ba70ca289fc0c96bdd74e0864b17ca68ec03a154f4791f6d57de6415350adbfb4611b59989ffbcd9cac20289590ae2db411a0cd WHIRLPOOL 43ff247c5e112f4c890afb36669863a6dbb959f35e3ae1f0c0ffdd4e61b36adba8c02dc5eb68c8852232a05447d6ad79156cd6fcd7d7449ae978474fb108c449 DIST minitest-4.7.4.gem 57856 SHA256 0b75963a72a08a60a71f0fd06337e2eea1aaede37961b02305a3b23e1727c662 SHA512 d78cea8a7350127d2c606b98a8695cd866f31a6ff2486385ad16321797363931c5d4b1ead0ac3205c991d4583272cea7c15eee6c31915bf1d46690ed0749f12d WHIRLPOOL 7cbb0ece4264d885cbf8de1c0400a378e159868f52d1022ad9193c38586af418a32278b8795713adfd500c171d2f5271d53b93536ea551f18ada8c79e0672dee +DIST minitest-4.7.5.gem 57856 SHA256 3e0ac720a6d0787b4c822514739319493e187400e993fba96397bd64d58ae60e SHA512 7ea0a52d37f4631fb8b11d4389da2123e4207093f7b34c497fced8729c9086faaa35e997debdb53b694e05eb52b16e843960f0b54515c32207f87161a76c3851 WHIRLPOOL 49bbc557d62053b58208e6aef13dba085f393dbecd731b2915a0b885393ba2b4f1a612b46a018442d2f4fcfda9dfbe3025ae72d2946106a589623748fa4b382d DIST minitest-5.1.0.gem 66048 SHA256 95c90b17f5882e738489d082cf5f1032bf5a332a7ad25e427518e94ec1ffb787 SHA512 2086937f8cdc9f0703351b696840d3d8110c7cd5c61af69bc405c004f715c0fbc837119182063b92d8327f1a0296828658beddd7ade1d697f676fd8b5f2d49a4 WHIRLPOOL f4bb8319e6ac275cdb5b94662a991f6f3a00678c843a3809f3f960bbb0427b542b8e5197f4bfe31dc075cdc383ad578fe087894ea29bdd6c1b658a7577b922c4 DIST minitest-5.2.2.gem 66560 SHA256 b172e713ff888b1d5938787a4338bbb66870b003596595d46389dba9fec3165c SHA512 3539baddebb24049be0eee7933accc5b501f6330240fcb765ae0492e20031e5098212274f83b1f6e06e6a390e1b8db78e444e6ef7ddb658e59b1dd07b37ec4e6 WHIRLPOOL 931a8379f9188d9bf802296ac1e7c358bebfda58f75f326ab97c82a58aa772aeb2a7ee8e09108de3f9c0edfc785935c770af69b447ef905f3a8f66c11793d499 DIST minitest-5.2.3.gem 66560 SHA256 b15c31bb2459c26b961f83a7db093d585211e75db24ff62f9770675c5106385e SHA512 4e1bfb9281a2df5c1ef9eec77cd9a7a28a7ffb2c332e4ad0b0910c1f7eef021d0449e4141bfc98d26ab1475715bd8ba45a984fa83d6954a890168a34c8fbc769 WHIRLPOOL cdef3eb4851d1df869bc399c0f9f92c74d825dae540b680227f62ac503aa6f159cafdc0905157d48eed6c05f5582ec9438d3704820c6d5079a9cf8bfcb783185 diff --git a/dev-ruby/minitest/minitest-4.7.5.ebuild b/dev-ruby/minitest/minitest-4.7.5.ebuild new file mode 100644 index 000000000000..d8dfb950c0a5 --- /dev/null +++ b/dev-ruby/minitest/minitest-4.7.5.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5.ebuild,v 1.1 2014/02/25 14:49:44 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit." +HOMEPAGE="https://github.com/seattlerb/minitest" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc test" + +each_ruby_prepare() { + case ${RUBY} in + *jruby) + # Remove failing tests. Upstream claims that these are all + # bugs in jruby. By removing the failing tests we can at + # least run the remainder. See bug 321055 for details. + rm -f test/minitest/test_minitest_unit.rb || die + # Also add minitest_mock since there are jruby-specific failures. + rm -f test/minitest/test_minitest_mock.rb || die + + # Our jruby throws a slightly different error + sed -i -e 's/not :xxx/not \\"xxx\\"/' test/minitest/test_minitest_spec.rb || die + ;; + *) + ;; + esac +} + +each_ruby_test() { + case ${RUBY} in + *jruby) + # JRuby 1.6.x has threading bugs that are triggered by + # minitests 4's new parallel test support. Should be fixed + # in JRuby 1.7. + N=1 ${RUBY} -Ilib:bin:test:. -S testrb test || die + ;; + *) + ${RUBY} -Ilib:bin:test:. -S testrb test || die + ;; + esac +} diff --git a/dev-ruby/mocha/mocha-0.14.0.ebuild b/dev-ruby/mocha/mocha-0.14.0.ebuild index 946229ac57b2..d9231b7f12c5 100644 --- a/dev-ruby/mocha/mocha-0.14.0.ebuild +++ b/dev-ruby/mocha/mocha-0.14.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/dev-ruby/mocha/mocha-0.14.0.ebuild,v 1.3 2014/02/15 10:26:53 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild,v 1.4 2014/02/25 20:48:57 maekke Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/" LICENSE="MIT" SLOT="0.14" -KEYWORDS="~amd64 ~hppa ~ia64" +KEYWORDS="~amd64 ~arm ~hppa ~ia64" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest index cfefe3c22e3d..c962f8a82e0d 100644 --- a/dev-ruby/ruby-gettext/Manifest +++ b/dev-ruby/ruby-gettext/Manifest @@ -4,3 +4,4 @@ DIST gettext-2.3.8.gem 215040 SHA256 70775331c6a71225d73beb4221b6efdc69600b4d1d8 DIST gettext-3.0.3.gem 212992 SHA256 7bf75556dab3edc9293b651d43a360f5239d8436d0590e54544664073241a02a SHA512 cefda3aa02b15c48e1fbeabe4458dc8e8c23f539d3301034302aa25099a78b657f7c12b33f8bb7b96ecf92617377669228bce4e5a1b0666206010f3ef0e48d8a WHIRLPOOL cb6caeda5c1123d37e380305d446e3d31df6bee475d23a5a6c5208c35332479beabc33f157f33a559fa118f0ae1017484b56a4124a7321a1e31a9e5eeab95912 DIST gettext-3.0.6.gem 217600 SHA256 f76fb26fbf12a156b7df1c437e12dd622c9a5cd2901433e9efe2a7e8a1e1e003 SHA512 d38f1a386566b57f3ada6625a954740049b22a99ae6aedbd94543b5cb45d2a764676f74199de3ddebc45001565c43a18f9f9ff0757975d5eef827428ce32d93a WHIRLPOOL 7c117b3435483da3ae451de7aa7bf920c9989d32a73b23f940040f7484eda2387726ba2740a0ee827c8f8e92a61e6969575d44dd37a9b174c45160b9ee52fd9d DIST gettext-3.1.0.gem 219136 SHA256 45d4b8c286414a94a2bdee94ead9de88abe8acc34c81a5aeb2e228fb7b66ad11 SHA512 dca0848794c3f643549bafbb2cdfaa113b0368c7069a2b993d585e2efe31d5fc80e9e4051123ded6a29422fb59ef5adecacc8d4cddeacade7762926b7134ab17 WHIRLPOOL b099ac98e1d6ce700fd64391e6914b29ee9915178e41078ff161ed1f51087ec12329637d1eeeea7cbebbdc56b19a9b6c8a63a6b0e0703afd04a0ec707e3a9eef +DIST gettext-3.1.1.gem 221184 SHA256 323a1b07db0863e032436f6935a0e63a5ab7475ac8c387d2632065ee7bafc12a SHA512 b59462fd5c75aa64c1671fd54248ff86325be9aa53df2b4e720e663ae04d40febe83205c6ec75f6200dcf75abfdefe23db1effe838dc1149154457acc2fadc05 WHIRLPOOL 445999cff5241654252073b027388b058f272ffbaaa7d844208908996275cc22ed15c7055bd99a89977737192e60af84e0539bd6461b2da748bf97d41d5744f3 diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild new file mode 100644 index 000000000000..669686d2efe2 --- /dev/null +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.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-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild,v 1.1 2014/02/25 09:17:33 mrueg Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_NAME="${PN/ruby-/}" +RUBY_FAKEGEM_VERSION="${PV%_*}" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +RUBY_FAKEGEM_TASK_TEST="none" + +RUBY_FAKEGEM_EXTRAINSTALL="po" + +inherit ruby-fakegem + +DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" +HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" + +KEYWORDS="~amd64 ~arm ~hppa ~ia64" +IUSE="doc test" +SLOT="0" +LICENSE="Ruby" + +ruby_add_rdepend ">=dev-ruby/locale-2.0.5 dev-ruby/text" + +ruby_add_bdepend "doc? ( dev-ruby/yard ) + dev-ruby/racc" +ruby_add_bdepend "test? ( + dev-ruby/test-unit:2 + dev-ruby/test-unit-rr )" + +RDEPEND+=" sys-devel/gettext" +DEPEND+=" sys-devel/gettext" + +all_ruby_prepare() { + # Fix broken racc invocation + sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die + + # Avoid bundler dependency + sed -i -e '/bundler/,/helper.install/ s:^:#:' \ + -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die + + # Avoid dependency on developer-specific tools. + sed -i -e '/notify/ s:^:#:' test/run-test.rb || die +} + +each_ruby_test() { + # Upstream tries to daisy-chain rake calls but they fail badly + # with our setup, so run it manually. + ${RUBY} test/run-test.rb || die "tests failed" +} + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF} + doins -r samples +} diff --git a/dev-ruby/sprockets/Manifest b/dev-ruby/sprockets/Manifest index 2044c37e865d..5824abc2898e 100644 --- a/dev-ruby/sprockets/Manifest +++ b/dev-ruby/sprockets/Manifest @@ -1,4 +1,5 @@ DIST sprockets-2.1.3.tgz 135907 SHA256 87528fbb3fdb9ce250cc9587d5d65f0c2d5e85023600a8cab1fa4992612c0c9e SHA512 57df6ab9dfe3a19bb2c834f7bcb598f63e24b57165733eee82c927f296b402ec252fc860b902ec63485ffb1b747702a57fb87a05d7e3d5710c7e67083f1b1c1e WHIRLPOOL eb8b64ff6793c8ae1f141b8f73aba6f559c8f3fc193ae813dbd12d99bf947e52b1bd8b46f32d9ba00a9e9279110f4a64bd203b6838203a49a56b649d32645d93 DIST sprockets-2.10.0-git.tgz 195247 SHA256 dbbae10d96abb1dda02b27c5e416542c03dfd8b3a0fddb3977ae82fac5781745 SHA512 c49b3296ce60eca26b9b2a16f6fd4c05e449ab3db8274dbaa9322d97362118944ee0743276bc6f0f0b34a18433547d7b6411548bb0f66e66b05a277fb234a99e WHIRLPOOL 1d8d16c77835c8a2a4b155e56216d3cc47f4347b801cd749caec79d888bd54a7ebd1f9752c4d22ce3533043924541783a5295a5f216e916e41c71618ff47c2a3 DIST sprockets-2.10.1-git.tgz 195309 SHA256 bb6ff791369b47a748aa6158255aaf647aa3308816cb2d094f8b222a4abf7e27 SHA512 f5b929b3ffd7bc23f8bf9ee6e5e0c465c34585b7a9bdb0204ca04f1268cb353a1cf23c7420baa4dd53970e538e55d4215971969f9e4cd36c58e8c9029a134c4b WHIRLPOOL 026cd9d9d9448d09141a0d9e020df9c7897332cd337934f521842f795685d845420587907b2717157e0660071a2e2dec0b0b795be30f1dce5752f4b738395e2f +DIST sprockets-2.11.0-git.tgz 195327 SHA256 12d43664e78b22191a88603c6362679f548121f19bef90db1d02c7cbc5a3171d SHA512 de1453a01d40534499a1e044f8c3e20cdc19fd00e18c2b4316c5090b774b2b9deae0709578a6e41d9e18ae9372b976d53968f693f55044e5639ab24befecc6ce WHIRLPOOL 7f6841fe224c1ca552709b922e6a72a6f903ad01d19a2d40045df911bac18bdc10a172993a1d1471899e4cd7373971661b024e348971cb11267f988650e95216 DIST sprockets-2.2.2-git.tgz 185121 SHA256 835b412808039c3c5f28063c6a08ddd0a5841a08095cf1e0c3c7ac834c5dc305 SHA512 07a56680052dafc4c8250bb84de154fecd78bd91773ac47b40d1f5d46e20ed8e3a533d2d83b2ea887b226c4da0a44b2fa9249df71ab17b68c32cf7b95f2aa27f WHIRLPOOL 4b40f62618565bc45adcc0312b68f6eee157842d4c5b4323dea2c81395184454bacccec3ccf53f93188fc1bdbdc34833fad1f3930602ffec74dd86657df95d36 diff --git a/dev-ruby/sprockets/sprockets-2.11.0.ebuild b/dev-ruby/sprockets/sprockets-2.11.0.ebuild new file mode 100644 index 000000000000..f4cea5b1506b --- /dev/null +++ b/dev-ruby/sprockets/sprockets-2.11.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/sprockets-2.11.0.ebuild,v 1.1 2014/02/25 06:47:13 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="sprockets.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Ruby library for compiling and serving web assets." +HOMEPAGE="https://github.com/sstephenson/sprockets" +SRC_URI="https://github.com/sstephenson/sprockets/archive/v${PV}.tar.gz -> ${P}-git.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1)" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="" + +ruby_add_rdepend " + =dev-ruby/hike-1* >=dev-ruby/hike-1.2 + =dev-ruby/multi_json-1* + =dev-ruby/rack-1* + =dev-ruby/tilt-1* >=dev-ruby/tilt-1.3.1 + !!=dev-ruby/sass-3.1 + )" + +all_ruby_prepare() { + # Avoid tests for template types that we currently don't package: + # eco and ejs. + sed -i -e '/eco templates/,/end/ s:^:#:' \ + -e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || die + + # Add missing 'json' require + sed -i -e '4irequire "json"' test/test_manifest.rb || die + + # Avoid test breaking on specific javascript error being thrown, + # most likely due to using node instead of v8. + sed -i -e '/bundled asset cached if theres an error/,/^ end/ s:^:#:' test/test_environment.rb || die +} diff --git a/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild index 4e007352e01b..5c0273ac1cf3 100644 --- a/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.3.6.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-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.10 2014/01/02 07:58:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.11 2014/02/25 08:08:35 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" @@ -56,14 +56,14 @@ each_ruby_install() { # sqlite3` was already part of sqlite3-ruby requirements. cat - < "${T}/sqlite3-ruby.gemspec" # generated by ebuild -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.10 2014/01/02 07:58:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.11 2014/02/25 08:08:35 graaff Exp $ Gem::Specification.new do |s| - s.name = "sqlite3-ruby" - s.version = "${RUBY_FAKEGEM_VERSION}" - s.summary = "Fake gem to load sqlite3" - s.homepage = "${HOMEPAGE}" - s.specification_version = 3 - s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) + s.name = "sqlite3-ruby" + s.version = "${RUBY_FAKEGEM_VERSION}" + s.summary = "Fake gem to load sqlite3" + s.homepage = "${HOMEPAGE}" + s.specification_version = 3 + s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) end EOF RUBY_FAKEGEM_NAME=sqlite3-ruby \ diff --git a/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild index 4030e04a6a20..30731ee5b8c3 100644 --- a/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.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-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.3 2014/01/02 07:58:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.4 2014/02/25 08:08:35 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20" @@ -60,14 +60,14 @@ each_ruby_install() { # sqlite3` was already part of sqlite3-ruby requirements. cat - < "${T}/sqlite3-ruby.gemspec" # generated by ebuild -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.3 2014/01/02 07:58:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.4 2014/02/25 08:08:35 graaff Exp $ Gem::Specification.new do |s| - s.name = "sqlite3-ruby" - s.version = "${RUBY_FAKEGEM_VERSION}" - s.summary = "Fake gem to load sqlite3" - s.homepage = "${HOMEPAGE}" - s.specification_version = 3 - s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) + s.name = "sqlite3-ruby" + s.version = "${RUBY_FAKEGEM_VERSION}" + s.summary = "Fake gem to load sqlite3" + s.homepage = "${HOMEPAGE}" + s.specification_version = 3 + s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) end EOF RUBY_FAKEGEM_NAME=sqlite3-ruby \ diff --git a/dev-ruby/system_timer/system_timer-1.2.4.ebuild b/dev-ruby/system_timer/system_timer-1.2.4.ebuild index 01876fc18e10..f8d81a22c5d0 100644 --- a/dev-ruby/system_timer/system_timer-1.2.4.ebuild +++ b/dev-ruby/system_timer/system_timer-1.2.4.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/dev-ruby/system_timer/system_timer-1.2.4.ebuild,v 1.2 2012/05/17 10:56:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/system_timer/system_timer-1.2.4.ebuild,v 1.3 2014/02/25 08:28:45 graaff Exp $ EAPI="4" @@ -49,15 +49,15 @@ each_ruby_install() { # fake SystemTimer gem... cat - < "${T}/SystemTimer.gemspec" # generated by ebuild -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/system_timer/system_timer-1.2.4.ebuild,v 1.2 2012/05/17 10:56:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/system_timer/system_timer-1.2.4.ebuild,v 1.3 2014/02/25 08:28:45 graaff Exp $ Gem::Specification.new do |s| - s.name = "SystemTimer" - s.version = "${RUBY_FAKEGEM_VERSION}" - s.summary = "Fake gem to load system_timer" - s.homepage = "${HOMEPAGE}" - s.require_paths = ["lib"] - s.specification_version = 3 - s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) + s.name = "SystemTimer" + s.version = "${RUBY_FAKEGEM_VERSION}" + s.summary = "Fake gem to load system_timer" + s.homepage = "${HOMEPAGE}" + s.require_paths = ["lib"] + s.specification_version = 3 + s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) end EOF RUBY_FAKEGEM_NAME=SystemTimer \ diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest index 284a34b49bf8..613fd9b259a9 100644 --- a/dev-ruby/ttfunk/Manifest +++ b/dev-ruby/ttfunk/Manifest @@ -1,2 +1,3 @@ DIST ttfunk-1.0.3.gem 457216 SHA256 0832ebbf47fd1b1fd052b6bd9f7414d8053b925d5b23a38553c2f348193a28c2 SHA512 6d158b1ae8a1000cd935710039945002fffae0e96b700a9956e069b4604c81fca5871d0f4c39b830269105b0170952c74d0f7465d3d32217f260e8f2ac42fcef WHIRLPOOL c1f7dc1ffc26a459a0289ab046290d1b973b6b2e419a04cb033fb6ea85464d3406560ca0c19b789598a3a7a946d0ad489a9eeb2b22027e4a0f7d41dc144890d6 DIST ttfunk-1.1.0.tar.gz 821310 SHA256 bdb1bab5016de6f5603fd997a0b6b01b100beb516cc429baed3a2b80b5fddbff SHA512 57a1b6a70f896835b9244871c1b3beaa1c2f0f8dd2bd418dca273c7eabb2d84640425dfeda4f702cfb9a5d427347377e1bba5d940555e1e6f0f4e3bfc73527e5 WHIRLPOOL 23c01e3383bfeb4973b6efc5b46bfd3abf95d45561ebd1a9e9dcf8eb81e618c68f915ccab649dbe5f81ab7a3ce6d54164eb8960d445819114e2c50f515dd882a +DIST ttfunk-1.1.1.tar.gz 732820 SHA256 7776c9b51dbe11761154f0e8b2696d0da66f7590786121c0e8e303c2acd57c00 SHA512 f22a2ede45783a5b9f78cc32c5ee535277878d20fb792abedcaec3cb09926dbe33e7a9db4da36a3b1e91a2a8f61daa568e8a881e0f0abdbfbc1e7a3103aa4e4f WHIRLPOOL 2010dbf45fde6c46810e641f5a366db6ce28d017a55ffa5b76fb6de7c9d4048e0df6eabcd36c68c4defdc1401c2a6d751309ee0adc132f12c411ff40c2cc3095 diff --git a/dev-ruby/ttfunk/ttfunk-1.1.1.ebuild b/dev-ruby/ttfunk/ttfunk-1.1.1.ebuild new file mode 100644 index 000000000000..8f26ee145bb0 --- /dev/null +++ b/dev-ruby/ttfunk/ttfunk-1.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.1.1.ebuild,v 1.1 2014/02/25 09:14:10 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="A TrueType font parser written in pure ruby." +HOMEPAGE="https://github.com/prawnpdf/ttfunk/" +SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 Ruby )" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die +} diff --git a/dev-tex/tipa/tipa-1.3.ebuild b/dev-tex/tipa/tipa-1.3.ebuild index 12a467d38c2b..9a34ee83aea1 100644 --- a/dev-tex/tipa/tipa-1.3.ebuild +++ b/dev-tex/tipa/tipa-1.3.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-tex/tipa/tipa-1.3.ebuild,v 1.6 2014/02/24 01:44:51 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.7 2014/02/24 13:42:35 nimiux Exp $ DESCRIPTION="International Phonetic Alphabet package for LaTeX" HOMEPAGE="http://www.l.u-tokyo.ac.jp/~fkr/" @@ -8,7 +8,7 @@ SRC_URI="http://www.l.u-tokyo.ac.jp/~fkr/tipa/${P}.tar.gz" LICENSE="LPPL-1.2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" @@ -30,7 +30,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed." + make DESTDIR="${D}" install || die "make install failed." dodoc doc/*.{tex,sty,bib,bbl} || die "dodoc failed." elog "A huge documentation can be found in '/usr/share/doc/${P}'." diff --git a/dev-util/debootstrap/debootstrap-1.0.56.ebuild b/dev-util/debootstrap/debootstrap-1.0.56.ebuild index 276eb58a94c5..9cb030056673 100644 --- a/dev-util/debootstrap/debootstrap-1.0.56.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.56.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/debootstrap/debootstrap-1.0.56.ebuild,v 1.5 2014/02/24 01:21:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.56.ebuild,v 1.6 2014/02/25 20:47:13 maekke Exp $ EAPI=5 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest index be8fc800cc1e..b59aa7b4dea6 100644 --- a/dev-util/mdds/Manifest +++ b/dev-util/mdds/Manifest @@ -1,3 +1,3 @@ -DIST mdds_0.10.1.tar.bz2 150168 SHA256 9318fbace4dfab822fe8d4f955456b4861a463e00107f3773e706d2f1d98ee6e SHA512 b131dc3b7dc5814354771b81c8248d2d149f4619b2b4562d51c51ef34b99ab429ddd525d0350f9782bb3a6e6e0bb810749a9e0155e66be06bee5fc65198883d9 WHIRLPOOL 7b027854375afdd1fefe650b435a8cc96c957bf760eb252ab2f5c5babd3f8e8929e05db3e8c47cbfa0bfce51e399bf7d926ca0ad8cad163feca1bacf9621f247 +DIST mdds_0.10.2.tar.bz2 148460 SHA256 c0354e53aa0075252ef934ddfe40df3aa07142c15152e2302840601e09498fa4 SHA512 ab7067bbc10b697927e3385a2126c3e984a9b5b675b62a49d1ed9d56da93b904cf7426609f1445a1e54322c1c32f60e588fe2820031965d25f3db11c927b31bf WHIRLPOOL dc9a15434758f0a800b739299c92a84ea962a2c68c32d8450df8f7ef934a680a719ef8bcd1347878e08b516abd76661f298484cdd6a8a97dd894e81345174517 DIST mdds_0.7.1.tar.bz2 134376 SHA256 fe7bc2805bb1b74cac821723fd1d50bcc2a0ecaa5445262262765e02eae9197e SHA512 0a501af19280b34f038e31e5a6a0625631a95328cba7a2e2e4c308eb0ea2ead6c0aa4db90bc65897ae1319df89ede124931b4ab7902368ed2ca9d1fff4c883ef WHIRLPOOL a24ed89d6b30812885f2359d240b09074949021e060a7ca8cbf55286b9fd4b387f4b0078282b0430f53998c43ffade261b26472c22af12b806a5edb1bfcd4c85 DIST mdds_0.8.1.tar.bz2 138431 SHA256 f605da2300c826b6f7c987fd36efb5f711bfa5c3e701ae9b75cea33591ce888b SHA512 e4662b7af7684092c3862af6160ba931d173921feb780939648fa0f7b1f99275410e5cb6357160be6e7857a84c891dec0064054475fd20c37eb2b57a4d39f022 WHIRLPOOL f80bd95deebbea6c88be60e9a0eeeef952cda412954c9d64d76c268981bc1ea38f0fb42c0f1d2f64fce6f4ba71a05538ba6bd5ae03d561fe8c96bbaaf04a4224 diff --git a/dev-util/mdds/mdds-0.10.1.ebuild b/dev-util/mdds/mdds-0.10.2.ebuild similarity index 86% rename from dev-util/mdds/mdds-0.10.1.ebuild rename to dev-util/mdds/mdds-0.10.2.ebuild index 2ed81f362964..1b11112ad0be 100644 --- a/dev-util/mdds/mdds-0.10.1.ebuild +++ b/dev-util/mdds/mdds-0.10.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/dev-util/mdds/mdds-0.10.1.ebuild,v 1.1 2014/01/25 20:33:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.10.2.ebuild,v 1.1 2014/02/25 19:53:47 scarabeus Exp $ EAPI=5 diff --git a/dev-util/osc/Manifest b/dev-util/osc/Manifest index aa214e36f9ec..a4b00a143152 100644 --- a/dev-util/osc/Manifest +++ b/dev-util/osc/Manifest @@ -1,2 +1 @@ -DIST osc-0.142.2.tar.gz 348872 SHA256 86ee89cc90ada67ce62277d21f92376211ef2af4a286a0d4d4d35ce3360aaa8f SHA512 e1ef745ba425733debc2154545fbb8fe6f97da43942ab01f4a8011565bc7259d93215126356fd17fae97ff1e32eeff0023282202217126dd22335f20e1f45e62 WHIRLPOOL 520887ba45885d31d186a9fad5ecb8ca55b0114208ac47f80f9d2125845b4c3c600cf837b01424262d5c566c04cb0768227389f352c83bc86f60f66d43c7f43e DIST osc-0.143.0.tar.gz 349286 SHA256 a19de7ce4a260e3bf69f69c51ec42a5971d6d2ba8c0691fac6be00f06a96b223 SHA512 0ff01c7fdf98c54be49134ce0f273e2d5e564819ac3aa1fc58c4ce9b34a6eec95f216f9aac516fc78f923baf1be0aa296a3bb9faeb776cc8ae2f1cb032045bd1 WHIRLPOOL f8e6519000c1dbd619900847448b8f887e73d34f620079b4f0a2a7edd4a814ce68571cd5b4b160112366b88552db4ab2f388845fab1ce2cc20cf21519e16317a diff --git a/dev-util/osc/osc-0.142.2.ebuild b/dev-util/osc/osc-0.142.2.ebuild deleted file mode 100644 index 4fb1cd1ede08..000000000000 --- a/dev-util/osc/osc-0.142.2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.142.2.ebuild,v 1.2 2013/12/04 09:25:36 scarabeus Exp $ - -EAPI=5 - -EGIT_REPO_URI="git://github.com/openSUSE/osc.git" - -PYTHON_COMPAT=( python{2_6,2_7} ) - -if [[ "${PV}" == "9999" ]]; then - EXTRA_ECLASS="git-2" -else - OBS_PROJECT="openSUSE:Tools" - EXTRA_ECLASS="obs-download" -fi - -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 ${EXTRA_ECLASS} -unset EXTRA_ECLASS - -DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="http://en.opensuse.org/openSUSE:OSC" - -[[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ "${PV}" == "9999" ]] || \ -KEYWORDS="amd64 x86" - -DEPEND=" - dev-python/urlgrabber[${PYTHON_USEDEP}] - dev-python/pyxml[${PYTHON_USEDEP}] - app-arch/rpm[python,${PYTHON_USEDEP}] - dev-python/m2crypto[${PYTHON_USEDEP}] - ${PYTHON_DEPS} -" -PDEPEND="${DEPEND} - app-admin/sudo - dev-util/obs-service-meta -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.139.2-out-of-tree-build.patch - distutils-r1_src_prepare -} - -src_install() { - distutils-r1_src_install - dosym osc-wrapper.py /usr/bin/osc - keepdir /usr/lib/osc/source_validators - cd "${ED}"/usr/ - find . -type f -exec sed -i 's|/usr/bin/build|/usr/bin/suse-build|g' {} + - find . -type f -exec sed -i 's|/usr/lib/build|/usr/libexec/suse-build|g' {} + - find . -type f -exec sed -i 's|/usr/lib/obs|/usr/libexec/obs|g' {} + - rm -f "${ED}"/usr/share/doc/${PN}*/TODO* -} diff --git a/dev-util/osc/osc-0.143.0.ebuild b/dev-util/osc/osc-0.143.0.ebuild index f2728e084c8c..a6edacef7c84 100644 --- a/dev-util/osc/osc-0.143.0.ebuild +++ b/dev-util/osc/osc-0.143.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild,v 1.1 2014/02/23 16:26:00 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.143.0.ebuild,v 1.3 2014/02/25 12:41:31 scarabeus Exp $ EAPI=5 EGIT_REPO_URI="git://github.com/openSUSE/osc.git" PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="xml" if [[ "${PV}" == "9999" ]]; then EXTRA_ECLASS="git-2" @@ -30,11 +31,10 @@ IUSE="" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ "${PV}" == "9999" ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND=" dev-python/urlgrabber[${PYTHON_USEDEP}] - dev-python/pyxml[${PYTHON_USEDEP}] app-arch/rpm[python,${PYTHON_USEDEP}] dev-python/m2crypto[${PYTHON_USEDEP}] ${PYTHON_DEPS} diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-9999.ebuild index 70f53a544c6e..b836046d1b75 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-9999.ebuild @@ -1,12 +1,13 @@ -# 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-util/osc/osc-9999.ebuild,v 1.13 2013/07/24 17:40:50 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.14 2014/02/25 12:40:00 scarabeus Exp $ EAPI=5 EGIT_REPO_URI="git://github.com/openSUSE/osc.git" PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="xml" if [[ "${PV}" == "9999" ]]; then EXTRA_ECLASS="git-2" @@ -34,7 +35,6 @@ KEYWORDS="~amd64 ~x86" DEPEND=" dev-python/urlgrabber[${PYTHON_USEDEP}] - dev-python/pyxml[${PYTHON_USEDEP}] app-arch/rpm[python,${PYTHON_USEDEP}] dev-python/m2crypto[${PYTHON_USEDEP}] ${PYTHON_DEPS} diff --git a/dev-util/plan9port/Manifest b/dev-util/plan9port/Manifest index 775ba9bf1e0a..bfd1a8287d5b 100644 --- a/dev-util/plan9port/Manifest +++ b/dev-util/plan9port/Manifest @@ -1,3 +1,4 @@ DIST plan9port-20130320.tgz 54184719 SHA256 d08fd032edc9c27bc549ee9076963812f210476d0d1f21f5300e9d867699ff55 SHA512 fae40eae76a0f3121f47a3895809f2433beed91fc9e879c8cde25e493ec91dfdfc89fe59e3fe3a8aab7c33a2537a02b30857edb3af7f202df4a98e02cee8ecb7 WHIRLPOOL 5b707c8d18c8f1fa8e3d36e8f14a20213cad9ab3344f088f18942034dce3356ba88675c5817a7d50b66275d71d95e6d5fd3fdefbd18bcca9089790e258dbb60f DIST plan9port-20140107.tgz 54497126 SHA256 dc6068a17912d6d57ed491593a4ea5608cb820bb6a7929835f7ba061889b4357 SHA512 4a0bccb379f3656b5673bb1bc9819ada7582ad437784edbd61b9c551215e3b9fb498d392dfe9ab316059af7a19093166903778a74ae9eed02585211cab949670 WHIRLPOOL 31b73b8b68d137fbcbcb050ddd2a90b7ebbf33dea4bf6aa9a8bb6703dcfae165148d6af635a7c80fa33d038d29133362477a290ec0745b8064e5ce74c5602ebc DIST plan9port-20140123.tgz 54498603 SHA256 c7857f2fec2d502f54ac43c30fc74989b2eb4259905ca792da818dc5699f4d79 SHA512 2a06d8de6b03b19e9a265f38467cab5367fc19f40f378f8c3f0910fa6cba227be424f16d8a7de0cacd6b77d22b269c7b3530411725d69a5c410bb65d57af6582 WHIRLPOOL 769d8720bb54748ee191906a4f1f8306eff80f568f0c683054089bdec4d34b3d7192edd32bc2394cd8c8caf03add79a1490e2dafe47bb09d9d2a651e2cf5ac45 +DIST plan9port-20140224.tgz 54503563 SHA256 ddcb4946d1c26d4f5b1818225741e6ad1d2b417c2a5e4f0b463ac5495fa23309 SHA512 21f54c9e3e852cf3008458c4ba8e36eb7a9cb812bb31660a6d57901295cdc276b70f0e7d6894b1befdc15b8fca05170841aa6e935cdb6270c7eeacaa32af1c56 WHIRLPOOL eadaa0d76908b49ced19d1a6df3dd46437944e50820956d219a03d3ed6b8909a23cc490adedcf55c9dee0a4e827f968f12451e1641ea72676bfce0b12e61754b diff --git a/dev-util/plan9port/plan9port-20140224.ebuild b/dev-util/plan9port/plan9port-20140224.ebuild new file mode 100644 index 000000000000..f9c862e905bd --- /dev/null +++ b/dev-util/plan9port/plan9port-20140224.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140224.ebuild,v 1.1 2014/02/25 14:41:41 blueness Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="Port of many Plan 9 programs and libraries" +HOMEPAGE="http://swtch.com/plan9port/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz" + +LICENSE="9base BSD-4 MIT LGPL-2.1 BigelowHolmes" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND="X? ( x11-apps/xauth )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +PLAN9=/usr/lib/plan9 +QA_MULTILIB_PATHS="${PLAN9}/.*/.*" + +src_prepare() +{ + epatch "${FILESDIR}/${PN}-"{9660srv-errno,noexecstack,cflags,builderr}".patch" + + # Fix paths, done in place of ./INSTALL -c + einfo "Fixing hard-coded /usr/local/plan9 paths" + grep --null -l -r '/usr/local/plan9' | + xargs --null sed -i "s!/usr/local/plan9!${PLAN9}!g" +} + +src_configure() { + if ! use X; then + echo "WSYSTYPE=nowsys" >> LOCAL.config + fi +} + +src_compile() { + # Convert -j5 to NPROC=5 for mk + export NPROC="$(echo "$MAKEOPTS" | sed -r -n 's/.*(^| )-j([0-9]*).*/\2/p')" + + # The INSTALL script builds mk then [re]builds everything using that + einfo "Compiling Plan 9 from User Space can take a very long time" + einfo "depending on the speed of your computer. Please be patient!" + ./INSTALL -b || die "Please report bugs to bugs.gentoo.org, NOT Plan9Port." +} + +src_install() { + dodir "${PLAN9}" + + # P9P's man does not handle compression + docompress -x $PLAN9/man + + # do* plays with the executable bit, and we should not modify them + cp -a * "${D}/${PLAN9}" + + # build the environment variables and install them in env.d + cat > "${T}/30plan9" <<-EOF + PLAN9="${PLAN9}" + PATH="${PLAN9}/bin" + ROOTPATH="${PLAN9}/bin" + MANPATH="${PLAN9}/man" + EOF + doenvd "${T}/30plan9" +} + +pkg_postinst() { + elog "Plan 9 from User Space has been successfully installed into" + elog "${PLAN9}. Your PLAN9 and PATH environment variables have" + elog "also been appropriately set, please use env-update and" + elog "source /etc/profile to bring that into immediate effect." + elog + elog "Please note that ${PLAN9}/bin has been appended to the" + elog "*end* or your PATH to prevent conflicts. To use the Plan9" + elog "versions of common UNIX tools, use the absolute path:" + elog "${PLAN9}/bin or the 9 command (eg: 9 troff)" + elog + elog "Please report any bugs to bugs.gentoo.org, NOT Plan9Port." +} diff --git a/dev-util/sasm/Manifest b/dev-util/sasm/Manifest new file mode 100644 index 000000000000..454678c387a0 --- /dev/null +++ b/dev-util/sasm/Manifest @@ -0,0 +1 @@ +DIST sasm-2.2.tar.gz 9117410 SHA256 4441726f7f081304bdddc4be2d139d96140655ed19df6b9ed33da666989d93eb SHA512 42d4af775d37d47bcf63fb70b9142e387e33cef5589002ff3e3cee926b5fca7e1508d640d1d5a175d48fc9fd041eb1f03304cad5ddc3c22a09ff29198650b513 WHIRLPOOL 683c783e2d9e2482e52c3925aa023ae1dcd62b211d7a24d1acf665fd3f3d238ff6325480e1a11216b265478bb4cbfb475664281e3798cc52198745fa71807713 diff --git a/dev-util/sasm/metadata.xml b/dev-util/sasm/metadata.xml new file mode 100644 index 000000000000..d0aaaaf05732 --- /dev/null +++ b/dev-util/sasm/metadata.xml @@ -0,0 +1,8 @@ + + + + + maksbotan@gentoo.org + Maxim Koltsov + + diff --git a/dev-util/sasm/sasm-2.2.ebuild b/dev-util/sasm/sasm-2.2.ebuild new file mode 100644 index 000000000000..48d65c1d9787 --- /dev/null +++ b/dev-util/sasm/sasm-2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sasm/sasm-2.2.ebuild,v 1.1 2014/02/24 18:16:40 maksbotan Exp $ + +EAPI=5 + +inherit qt4-r2 + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/Dman95/SASM.git" + SRC_URI="" + inherit git-r3 +else + SRC_URI="https://github.com/Dman95/SASM/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/SASM-${PV}" +fi + +DESCRIPTION="Simple crossplatform IDE for NASM assembly language" +HOMEPAGE="http://dman95.github.io/SASM/" + +LICENSE="GPL-3" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtgui:4 +" +REPEND="${DEPEND} + dev-lang/nasm + sys-devel/gdb +" diff --git a/dev-util/sasm/sasm-9999.ebuild b/dev-util/sasm/sasm-9999.ebuild new file mode 100644 index 000000000000..07367562c834 --- /dev/null +++ b/dev-util/sasm/sasm-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sasm/sasm-9999.ebuild,v 1.1 2014/02/24 18:16:40 maksbotan Exp $ + +EAPI=5 + +inherit qt4-r2 + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/Dman95/SASM.git" + SRC_URI="" + inherit git-r3 +else + SRC_URI="https://github.com/Dman95/SASM/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/SASM-${PV}" +fi + +DESCRIPTION="Simple crossplatform IDE for NASM assembly language" +HOMEPAGE="http://dman95.github.io/SASM/" + +LICENSE="GPL-3" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtgui:4 +" +REPEND="${DEPEND} + dev-lang/nasm + sys-devel/gdb +" diff --git a/dev-util/suse-build/Manifest b/dev-util/suse-build/Manifest index 5871fb7b7d03..f2aee7d6ab46 100644 --- a/dev-util/suse-build/Manifest +++ b/dev-util/suse-build/Manifest @@ -1,2 +1 @@ -DIST obs-build-20131015.tar.gz 155183 SHA256 ffa0506a8b7f55fa3136ddbf45ac963ab7e56140cb3b33bc50ebf91ec497e5f2 SHA512 bd5fd71c4c7e5b8904b8bda6b3246c74a8ccf1bc6c44c365f09974f3dc4a90b2306549f19a5d0748968a0bdcea0e15a5c9f577476ccb5120b531a543f72241b0 WHIRLPOOL 0d9641a7287a8aae4bc23ad0a15394d93ee95e642e56bf3c5ac19b69efadca127f241e6a2f91db6f5ce8706b4446a249a675bd65b0c2c175b5ef8cef680f9d1e DIST obs-build-20131205.tar.gz 155926 SHA256 38e208837a16c86862c04ff547de910e9cf30ffe0622c10d041b523a37671b48 SHA512 96e993ef619baadff744b62be520b384b7ab8ef1d6f56c269b77244c0f9eed5cbbb431ff52c42302024a46a2774bacdc720feb899c116cb6301de0887caa37c0 WHIRLPOOL 3945093a9be62a6a468d45069603a9508b42a85d0b632777ea3fd707540cbf339be31af679879cac0d3e9f0671b8b3c26cfbeb491a788df7efbdf9c0989c33b5 diff --git a/dev-util/suse-build/suse-build-2013.10.15-r1.ebuild b/dev-util/suse-build/suse-build-2013.10.15-r1.ebuild deleted file mode 100644 index 8b748d0b8a89..000000000000 --- a/dev-util/suse-build/suse-build-2013.10.15-r1.ebuild +++ /dev/null @@ -1,63 +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/suse-build/suse-build-2013.10.15-r1.ebuild,v 1.1 2014/01/28 13:35:22 miska Exp $ - -EAPI=5 - -EGIT_REPO_URI="git://github.com/openSUSE/obs-build.git" - -if [[ "${PV}" == "9999" ]]; then - EXTRA_ECLASS="git-2" -else - OBS_PACKAGE="build" - OBS_PROJECT="openSUSE:Tools" - EXTRA_ECLASS="obs-download" -fi - -inherit eutils ${EXTRA_ECLASS} -unset EXTRA_ECLASS - -DESCRIPTION="Script to build SUSE Linux RPMs" -HOMEPAGE="https://build.opensuse.org/package/show/openSUSE:Tools/build" - -[[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${PN/suse/obs}-${PV//.}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="symlink" -[[ "${PV}" == "9999" ]] || \ -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - virtual/perl-Digest-MD5 - virtual/perl-Getopt-Long - dev-perl/XML-Parser - dev-perl/TimeDate - app-shells/bash - app-arch/cpio - app-arch/rpm -" - -S="${WORKDIR}/${PN/suse/obs}-${PV//.}" - -src_prepare() { - epatch "${FILESDIR}/suse-build-20131015-libexec-paths.patch" -} - -src_compile() { :; } - -src_install() { - emake DESTDIR="${ED}" pkglibdir=/usr/libexec/suse-build install - cd "${ED}"/usr - find bin -type l | while read i; do - mv "${i}" "${i/bin\//bin/suse-}" - use !symlink || dosym "${i/bin\//suse-}" "/usr/${i}" - done - find share/man/man1 -type f | while read i; do - mv "${i}" "${i/man1\//man1/suse-}" - use !symlink || dosym "${i/man1\//suse-}" "/usr/${i}" - done - - # create symlink for default build config - dosym /usr/libexec/suse-build/configs/sl13.2.conf /usr/libexec/suse-build/configs/default.conf -} diff --git a/dev-util/suse-build/suse-build-2013.10.15.ebuild b/dev-util/suse-build/suse-build-2013.10.15.ebuild deleted file mode 100644 index 50b0dfe938aa..000000000000 --- a/dev-util/suse-build/suse-build-2013.10.15.ebuild +++ /dev/null @@ -1,60 +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/suse-build/suse-build-2013.10.15.ebuild,v 1.3 2014/01/28 13:35:22 miska Exp $ - -EAPI=5 - -EGIT_REPO_URI="git://github.com/openSUSE/obs-build.git" - -if [[ "${PV}" == "9999" ]]; then - EXTRA_ECLASS="git-2" -else - OBS_PACKAGE="build" - OBS_PROJECT="openSUSE:Tools" - EXTRA_ECLASS="obs-download" -fi - -inherit eutils ${EXTRA_ECLASS} -unset EXTRA_ECLASS - -DESCRIPTION="Script to build SUSE Linux RPMs" -HOMEPAGE="https://build.opensuse.org/package/show/openSUSE:Tools/build" - -[[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${PN/suse/obs}-${PV//.}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="symlink" -[[ "${PV}" == "9999" ]] || \ -KEYWORDS="amd64 x86" - -RDEPEND=" - virtual/perl-Digest-MD5 - virtual/perl-Getopt-Long - dev-perl/XML-Parser - dev-perl/TimeDate - app-shells/bash - app-arch/cpio - app-arch/rpm -" - -S="${WORKDIR}/${PN/suse/obs}-${PV//.}" - -src_compile() { :; } - -src_install() { - emake DESTDIR="${ED}" pkglibdir=/usr/libexec/suse-build install - cd "${ED}"/usr - find bin -type l | while read i; do - mv "${i}" "${i/bin\//bin/suse-}" - use !symlink || dosym "${i/bin\//suse-}" "/usr/${i}" - done - find share/man/man1 -type f | while read i; do - mv "${i}" "${i/man1\//man1/suse-}" - use !symlink || dosym "${i/man1\//suse-}" "/usr/${i}" - done - find . -type f -exec sed -i 's|/usr/lib/build|/usr/libexec/suse-build|' {} + - - # create symlink for default build config - dosym /usr/libexec/suse-build/configs/sl13.2.conf /usr/libexec/suse-build/configs/default.conf -} diff --git a/dev-util/suse-build/suse-build-2013.12.05.ebuild b/dev-util/suse-build/suse-build-2013.12.05.ebuild index bc07d523ce11..4daabfbb6fbc 100644 --- a/dev-util/suse-build/suse-build-2013.12.05.ebuild +++ b/dev-util/suse-build/suse-build-2013.12.05.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/suse-build/suse-build-2013.12.05.ebuild,v 1.1 2014/02/02 15:11:16 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/suse-build/suse-build-2013.12.05.ebuild,v 1.2 2014/02/25 12:49:00 scarabeus Exp $ EAPI=5 @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="symlink" [[ "${PV}" == "9999" ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" virtual/perl-Digest-MD5 diff --git a/dev-vcs/git-cola/Manifest b/dev-vcs/git-cola/Manifest index 928783f94b25..46f8d24aec79 100644 --- a/dev-vcs/git-cola/Manifest +++ b/dev-vcs/git-cola/Manifest @@ -1,2 +1,3 @@ DIST git-cola-1.8.2.tar.gz 397346 SHA256 386b29cd70b3c6a14b23790567d2e93168e1eeaaec5d85be37e4f5ce4fd9a977 SHA512 5136749a12d262dd28db4058efd3892a437e5dea18d4fe888248fd7a3891409091e7d36565536fa7d4538354a01f11f8a02e0fd31c2c86ea7159f4e6004b75cc WHIRLPOOL 861af22ba39d6e5a3899fe569c6cfa3651daab6d4d57a4daf07acad133cd2cc1a375da403a94deb943d3a5ddee4e364d5a50b3f7996dbb3310495b57c67a7369 DIST git-cola-1.9.4.tar.gz 434458 SHA256 c7f065bf5557ceba424ee26e5af94d01b37537ef426fffe581efe33526733525 SHA512 aabf1887da1aee2b1ae2c004c8ab29317796c4e21bda7b9937fdf3ad8aa6721e8833b56f143e4cda72bcd631ede3f176592335862e456f69729494332b33264b WHIRLPOOL 2ee639402b2bdab9bc49b11d0bf29696e3607e9218662af72fd6aeafd73da37955ce5dc40ddb03f9664fd15c3ec213681a2ab58b6451ac121a8abaafbb4bc32d +DIST git-cola-2.0.0.tar.gz 434500 SHA256 a4aeed521f2d5b2a5345656028dacf96e93e4df52a1e7a46dfec8be82d95cb64 SHA512 356c157f2e19f166beb7273555a65e8132aad2c588cc4f89eeb83df2462a417068a3ba33b3b958e465e921b0a79d9e6912447ff630af2ff34aea87634fc3065a WHIRLPOOL 47b583d00cf64fb7cba95aded77a251f101944baac8df6c264cc00d11fbaa55d4dabac0132d5dc5e0c2d8e78f92c382d30f6133f1896ceb7e476d1e95950d3fe diff --git a/dev-vcs/git-cola/git-cola-2.0.0.ebuild b/dev-vcs/git-cola/git-cola-2.0.0.ebuild new file mode 100644 index 000000000000..c4cd88fb844e --- /dev/null +++ b/dev-vcs/git-cola/git-cola-2.0.0.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.0.ebuild,v 1.1 2014/02/24 09:13:30 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_3} ) +DISTUTILS_SINGLE_IMPL=true + +inherit distutils-r1 + +DESCRIPTION="The highly caffeinated git GUI" +HOMEPAGE="http://git-cola.github.com/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc test" + +RDEPEND=" + dev-python/jsonpickle[${PYTHON_USEDEP}] + dev-python/pyinotify[${PYTHON_USEDEP}] + dev-python/PyQt4[${PYTHON_USEDEP}] + dev-vcs/git" +DEPEND="${RDEPEND} + app-text/asciidoc + app-text/xmlto + sys-devel/gettext + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + dev-python/nose[${PYTHON_USEDEP}] + sys-apps/net-tools + )" + +PATCHES=( + "${FILESDIR}"/${PN}-1.9.3-disable-tests.patch + "${FILESDIR}"/${PN}-1.9.1-system-ssh-askpass.patch + ) + +pkg_pretend() { + if use test && [[ -z "$(hostname -d)" ]] ; then + die "Test will fail if no domain is set" + fi +} + +python_prepare_all() { + rm share/git-cola/bin/*askpass* || die + + # unfinished translate framework + rm test/i18n_test.py || die + + # don't install docs into wrong location + sed -i \ + -e '/doc/d' \ + setup.py || die "sed failed" + + sed -i \ + -e "s|'doc', 'git-cola'|'doc', '${PF}'|" \ + cola/resources.py || die "sed failed" + + distutils-r1_python_prepare_all +} + +python_compile_all() { + cd share/doc/${PN}/ + if use doc ; then + emake all + else + sed \ + -e '/^install:/s:install-html::g' \ + -i Makefile || die + fi +} + +python_install_all() { + cd share/doc/${PN}/ || die + emake \ + DESTDIR="${D}" \ + docdir="${EPREFIX}/usr/share/doc/${PF}" \ + prefix="${EPREFIX}/usr" \ + install + + if ! use doc ; then + HTML_DOCS=( "${FILESDIR}"/index.html ) + fi + + distutils-r1_python_install_all + docompress /usr/share/doc/${PF}/git-cola.txt +} + +python_test() { + PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="C" nosetests \ + --verbose --with-doctest --with-id --exclude=jsonpickle --exclude=json \ + || die "running nosetests failed" +} + +pkg_postinst() { + elog "Please make sure you have either a SSH key management installed and activated or" + elog "installed a SSH askpass app like net-misc/x11-ssh-askpass." + elog "Otherwise ${PN} may hang when pushing/pulling from remote git repositories via SSH. " +} diff --git a/dev-vcs/mercurial/mercurial-2.8.2.ebuild b/dev-vcs/mercurial/mercurial-2.8.2.ebuild index 5c1cd24701cf..4fd168ee8dd4 100644 --- a/dev-vcs/mercurial/mercurial-2.8.2.ebuild +++ b/dev-vcs/mercurial/mercurial-2.8.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/dev-vcs/mercurial/mercurial-2.8.2.ebuild,v 1.4 2014/02/24 01:24:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.8.2.ebuild,v 1.5 2014/02/25 20:48:32 maekke Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bugzilla emacs gpg test tk zsh-completion" RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index ff2a4ac0cf63..d726cee8bf2c 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -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/eclass/git-r3.eclass,v 1.24 2014/02/23 22:05:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.26 2014/02/25 13:01:49 mgorny Exp $ # @ECLASS: git-r3.eclass # @MAINTAINER: @@ -330,6 +330,8 @@ git-r3_fetch() { "refs/heads/*:refs/heads/*" # pull tags explicitly in order to prune them properly "refs/tags/*:refs/tags/*" + # notes in case something needs them + "refs/notes/*:refs/notes/*" ) set -- "${fetch_command[@]}" @@ -442,14 +444,25 @@ git-r3_checkout() { git rev-parse --verify refs/git-r3/"${local_id}"/__main__ ) - set -- git clone --quiet --shared --no-checkout "${GIT_DIR}" "${out_dir}"/ - echo "${@}" >&2 - "${@}" || die "git clone (for checkout) failed" - git-r3_sub_checkout() { + local orig_repo=${GIT_DIR} local -x GIT_DIR=${out_dir}/.git local -x GIT_WORK_TREE=${out_dir} + mkdir -p "${out_dir}" || die + + # use git init+fetch instead of clone since the latter doesn't like + # non-empty directories. + + git init --quiet || die + set -- git fetch --update-head-ok "${orig_repo}" \ + "refs/heads/*:refs/heads/*" \ + "refs/tags/*:refs/tags/*" \ + "refs/notes/*:refs/notes/*" + + echo "${@}" >&2 + "${@}" || die "git fetch into checkout dir failed" + set -- git checkout --quiet if [[ ${remote_ref} ]]; then set -- "${@}" "${remote_ref#refs/heads/}" diff --git a/games-engines/renpy/Manifest b/games-engines/renpy/Manifest index f8453b1c1eec..b36c4eff9446 100644 --- a/games-engines/renpy/Manifest +++ b/games-engines/renpy/Manifest @@ -2,3 +2,4 @@ DIST renpy-6.14.1-source.tar.bz2 9806538 SHA256 18be3630d1956131a1f010732d15292c DIST renpy-6.15.7-source.tar.bz2 10421736 SHA256 b4280b62f7c8f730a37c7e567b16216b4578fc3640fbcdf5df7c65a73ae52e52 SHA512 d79b1d6b931f281ff208b8ece3889c116ceb05c58fe115e9f7f470788e74e63cfeb3df4f804b4a37a4f1da6ba194c883023808fafc8e8beddf864424958204e6 WHIRLPOOL 202ddb045f440f9abd06f5ac02ebd92a7b0300b14f4755271f1fc4e91bdea21cda19a432f45516f68ba3ad7ead98d7491382ad5c633da277a674f799458795f3 DIST renpy-6.16.5-source.tar.bz2 14455622 SHA256 5ecb00fa84a048ff6e1f1d8a0114373425375e9c0b2a0596bf2d47e996b9d056 SHA512 1a718d86a689135e5a280f64cdc3c0340d712b7804af2169ed4cb4a12528e01088c919b87d36176b3fb8a05e8201f226146c46c4f4d5ebf1d89c3cebd1263c4d WHIRLPOOL b06638c284089ba79d12d95ba604c40fffe595d67e75551bbe8a08ddc57403f1644dd713c5eb15a39fcc34b92722589437935666d172379bb1164d2a02ef9433 DIST renpy-6.17.0-source.tar.bz2 15982585 SHA256 802721464dee19a823206e343246248762f79e484d240779ca0605662ca33871 SHA512 f08b259f218310952ccb48b7c72b5488eb23a11d6b799d6d44c5f938b5a9c49eb1f50a28c644e7dc655219c3a591159e44bc292148f86306215a25e3e1b6c761 WHIRLPOOL 322bec212f54e8344964e46c74202e7c9e4c80f1b5f34e3583e3e6ebc492ffffb7543b9cebff2d4b5b0cdedf94ca51e900a302a106f2d839fa76ef4c75d824d8 +DIST renpy-6.17.1-source.tar.bz2 16055371 SHA256 ec36b5d696ab1b923483a0850673d6617613affc0abc0bd908cc68177d019b08 SHA512 cb19b4f3d31adbc2dc0ee251b81c903e7c50d1479553238f9846f3187c62c67804d39c987d11a7bc61d50d69fd777fd24810653457f8bfa65ce72c89ac7228eb WHIRLPOOL ee7d59b3eba76d2736a7c27bde564786fc1e55fdaf753b364e091f44efe8bbda58b5d90456fe48b9791b8fb2eb5ebb1c0896544afef2fe605b732ca3065e2e68 diff --git a/games-engines/renpy/files/renpy-6.17.1-multiple-abi.patch b/games-engines/renpy/files/renpy-6.17.1-multiple-abi.patch new file mode 100644 index 000000000000..335af4e9b8d1 --- /dev/null +++ b/games-engines/renpy/files/renpy-6.17.1-multiple-abi.patch @@ -0,0 +1,245 @@ +commit 7451ba936ca2f3358ca51ab562371774199c7052 +Author: hasufell +Date: Tue Jan 21 01:02:00 2014 +0100 + + fix multiple abi support + +diff --git a/renpy.py b/renpy.py +index 9f2977f..394e4e1 100644 +--- a/renpy.py ++++ b/renpy.py +@@ -28,82 +28,9 @@ + import os + import sys + import warnings +- +-# Functions to be customized by distributors. ################################ +- +-# Given the Ren'Py base directory (usually the directory containing +-# this file), this is expected to return the path to the common directory. +-def path_to_common(renpy_base): +- return renpy_base + "/renpy/common" +- +-# Given a directory holding a Ren'Py game, this is expected to return +-# the path to a directory that will hold save files. +-def path_to_saves(gamedir): +- import renpy #@UnresolvedImport +- +- # Android. +- if renpy.android: +- paths = [ +- os.path.join(os.environ["ANDROID_OLD_PUBLIC"], "game/saves"), +- os.path.join(os.environ["ANDROID_PRIVATE"], "saves"), +- os.path.join(os.environ["ANDROID_PUBLIC"], "saves"), +- ] +- +- for rv in paths: +- if os.path.isdir(rv): +- break +- +- print "Using savedir", rv +- +- # We return the last path as the default. +- +- return rv +- +- +- # No save directory given. +- if not renpy.config.save_directory: +- return gamedir + "/saves" +- +- # Search the path above Ren'Py for a directory named "Ren'Py Data". +- # If it exists, then use that for our save directory. +- path = renpy.config.renpy_base +- +- while True: +- if os.path.isdir(path + "/Ren'Py Data"): +- return path + "/Ren'Py Data/" + renpy.config.save_directory +- +- newpath = os.path.dirname(path) +- if path == newpath: +- break +- path = newpath +- +- # Otherwise, put the saves in a platform-specific location. +- if renpy.macintosh: +- rv = "~/Library/RenPy/" + renpy.config.save_directory +- return os.path.expanduser(rv) +- +- elif renpy.windows: +- if 'APPDATA' in os.environ: +- return os.environ['APPDATA'] + "/RenPy/" + renpy.config.save_directory +- else: +- rv = "~/RenPy/" + renpy.config.save_directory +- return os.path.expanduser(rv) +- +- else: +- rv = "~/.renpy/" + renpy.config.save_directory +- return os.path.expanduser(rv) +- +- +-# Returns the path to the Ren'Py base directory (containing common and +-# the launcher, usually.) +-def path_to_renpy_base(): +- renpy_base = os.path.dirname(os.path.realpath(sys.argv[0])) +- renpy_base = os.environ.get('RENPY_BASE', renpy_base) +- renpy_base = os.path.abspath(renpy_base) +- +- return renpy_base +- +-############################################################################## ++from distutils.sysconfig import get_python_lib ++sys.path.append(get_python_lib() + "/renpy@SLOT@") ++import renpy.common as common + + # The version of the Mac Launcher and py4renpy that we require. + macos_version = (6, 14, 0) +@@ -131,7 +58,7 @@ if android: + + def main(): + +- renpy_base = path_to_renpy_base() ++ renpy_base = common.path_to_renpy_base() + + # Add paths. + if os.path.exists(renpy_base + "/module"): +diff --git a/renpy/common.py b/renpy/common.py +new file mode 100644 +index 0000000..1f15b3c +--- /dev/null ++++ b/renpy/common.py +@@ -0,0 +1,103 @@ ++# This file is part of Ren'Py. The license below applies to Ren'Py only. ++# Games and other projects that use Ren'Py may use a different license. ++ ++# Copyright 2004-2014 Tom Rothamel ++# ++# Permission is hereby granted, free of charge, to any person ++# obtaining a copy of this software and associated documentation files ++# (the "Software"), to deal in the Software without restriction, ++# including without limitation the rights to use, copy, modify, merge, ++# publish, distribute, sublicense, and/or sell copies of the Software, ++# and to permit persons to whom the Software is furnished to do so, ++# subject to the following conditions: ++# ++# The above copyright notice and this permission notice shall be ++# included in all copies or substantial portions of the Software. ++# ++# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++import os ++import sys ++import warnings ++from distutils.sysconfig import get_python_lib ++ ++# Functions to be customized by distributors. ################################ ++ ++# Given the Ren'Py base directory (usually the directory containing ++# this file), this is expected to return the path to the common directory. ++def path_to_common(renpy_base): ++ return renpy_base + "/renpy/common" ++ ++# Given a directory holding a Ren'Py game, this is expected to return ++# the path to a directory that will hold save files. ++def path_to_saves(gamedir): ++ import renpy #@UnresolvedImport ++ ++ # Android. ++ if renpy.android: ++ paths = [ ++ os.path.join(os.environ["ANDROID_OLD_PUBLIC"], "game/saves"), ++ os.path.join(os.environ["ANDROID_PRIVATE"], "saves"), ++ os.path.join(os.environ["ANDROID_PUBLIC"], "saves"), ++ ] ++ ++ for rv in paths: ++ if os.path.isdir(rv): ++ break ++ ++ print "Using savedir", rv ++ ++ # We return the last path as the default. ++ ++ return rv ++ ++ ++ # No save directory given. ++ if not renpy.config.save_directory: ++ return gamedir + "/saves" ++ ++ # Search the path above Ren'Py for a directory named "Ren'Py Data". ++ # If it exists, then use that for our save directory. ++ path = renpy.config.renpy_base ++ ++ while True: ++ if os.path.isdir(path + "/Ren'Py Data"): ++ return path + "/Ren'Py Data/" + renpy.config.save_directory ++ ++ newpath = os.path.dirname(path) ++ if path == newpath: ++ break ++ path = newpath ++ ++ # Otherwise, put the saves in a platform-specific location. ++ if renpy.macintosh: ++ rv = "~/Library/RenPy/" + renpy.config.save_directory ++ return os.path.expanduser(rv) ++ ++ elif renpy.windows: ++ if 'APPDATA' in os.environ: ++ return os.environ['APPDATA'] + "/RenPy/" + renpy.config.save_directory ++ else: ++ rv = "~/RenPy/" + renpy.config.save_directory ++ return os.path.expanduser(rv) ++ ++ else: ++ rv = "~/.renpy/" + renpy.config.save_directory ++ return os.path.expanduser(rv) ++ ++ ++# Returns the path to the Ren'Py base directory (containing common and ++# the launcher, usually.) ++def path_to_renpy_base(): ++ renpy_base = os.path.dirname(os.path.realpath(sys.argv[0])) ++ renpy_base = get_python_lib() + "/renpy@SLOT@" ++ renpy_base = os.environ.get('RENPY_BASE', renpy_base) ++ renpy_base = os.path.abspath(renpy_base) ++ ++ return renpy_base +diff --git a/renpy/main.py b/renpy/main.py +index 143007d..6c55bbc 100644 +--- a/renpy/main.py ++++ b/renpy/main.py +@@ -25,7 +25,7 @@ import os + import sys + import time + import zipfile +-import __main__ ++import renpy.common as common + + + def run(restart): +@@ -167,7 +167,7 @@ def main(): + renpy.config.searchpath = [ renpy.config.gamedir ] + + # Find the common directory. +- commondir = __main__.path_to_common(renpy.config.renpy_base) # E1101 @UndefinedVariable ++ commondir = common.path_to_common(renpy.config.renpy_base) # E1101 @UndefinedVariable + + if os.path.isdir(commondir): + renpy.config.searchpath.append(commondir) +@@ -230,7 +230,7 @@ def main(): + + # Find the save directory. + if renpy.config.savedir is None: +- renpy.config.savedir = __main__.path_to_saves(renpy.config.gamedir) # E1101 @UndefinedVariable ++ renpy.config.savedir = common.path_to_saves(renpy.config.gamedir) # E1101 @UndefinedVariable + + if renpy.game.args.savedir: #@UndefinedVariable + renpy.config.savedir = renpy.game.args.savedir #@UndefinedVariable diff --git a/games-engines/renpy/renpy-6.17.1.ebuild b/games-engines/renpy/renpy-6.17.1.ebuild new file mode 100644 index 000000000000..d88dd517b8ff --- /dev/null +++ b/games-engines/renpy/renpy-6.17.1.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.17.1.ebuild,v 1.1 2014/02/25 21:29:40 hasufell Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_IN_SOURCE_BUILD=1 +inherit eutils toolchain-funcs python-r1 versionator gnome2-utils games distutils-r1 + +DESCRIPTION="Visual novel engine written in python" +HOMEPAGE="http://www.renpy.org" +SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +MYSLOT=$(delete_all_version_separators ${SLOT}) +KEYWORDS="~amd64 ~x86" +IUSE="development doc examples" +REQUIRED_USE="examples? ( development )" + +RDEPEND=" + >=app-admin/eselect-renpy-0.4 + dev-libs/fribidi + dev-python/pygame[X,${PYTHON_USEDEP}] + >=dev-python/python-exec-0.3[${PYTHON_USEDEP}] + media-libs/glew + media-libs/libpng:0 + media-libs/libsdl[X,video] + media-libs/freetype:2 + sys-libs/zlib + virtual/ffmpeg + virtual/python-argparse[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${P}-source + +pkg_setup() { + games_pkg_setup + export CFLAGS="${CFLAGS} $($(tc-getPKG_CONFIG) --cflags fribidi)" +} + +python_prepare_all() { + # wooosh! this should fix multiple abi + epatch "${FILESDIR}"/${P}-multiple-abi.patch + + einfo "Deleting precompiled python files" + find . -name '*.py[co]' -print -delete || die + + sed -i \ + -e "s/@SLOT@/${MYSLOT}/" \ + renpy.py renpy/common.py || die "setting slot failed!" + + distutils-r1_python_prepare_all +} + +python_compile() { + cd "${S}"/module || die + distutils-r1_python_compile +} + +python_install() { + cd "${S}"/module || die + distutils-r1_python_install --install-lib="$(python_get_sitedir)/renpy${MYSLOT}" + + cd "${S}" || die + python_scriptinto "${GAMES_BINDIR}" + python_newscript renpy.py ${PN}-${SLOT} + + python_moduleinto renpy${MYSLOT} + python_domodule renpy + if use development ; then + python_domodule launcher template + fi + if use examples ; then + python_domodule the_question tutorial + fi +} + +python_install_all() { + if use development; then + newicon -s 32 launcher/game/logo32.png ${P}.png + make_desktop_entry ${PN}-${SLOT} "Ren'Py ${PV}" ${P} + fi + + if use doc; then + dohtml -r doc + fi + + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + use development && gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + use development && gnome2_icon_cache_update + + einfo "running: eselect renpy update --if-unset" + eselect renpy update --if-unset +} + +pkg_postrm() { + use development && gnome2_icon_cache_update + + einfo "running: eselect renpy update --if-unset" + eselect renpy update --if-unset +} diff --git a/games-roguelike/stone-soup/stone-soup-0.13.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.13.1.ebuild index b23f5cf5530a..b51de13f2b63 100644 --- a/games-roguelike/stone-soup/stone-soup-0.13.1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.13.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/games-roguelike/stone-soup/stone-soup-0.13.1.ebuild,v 1.2 2014/02/24 01:36:13 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.13.1.ebuild,v 1.3 2014/02/25 12:53:16 nimiux Exp $ ## TODO # add sound support (no build switch, no sound files) @@ -26,7 +26,7 @@ SRC_URI="mirror://sourceforge/crawl-ref/Stone%20Soup/${PV}/${MY_P}-nodeps.tar.xz # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/ LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="debug ncurses test +tiles" REQUIRED_USE="|| ( ncurses tiles )" # test is broken diff --git a/gnustep-apps/systempreferences/Manifest b/gnustep-apps/systempreferences/Manifest index 67286b986f4e..08143eeefac7 100644 --- a/gnustep-apps/systempreferences/Manifest +++ b/gnustep-apps/systempreferences/Manifest @@ -1,2 +1,3 @@ -DIST SystemPreferences-1.0.2.tar.gz 272765 RMD160 36333b206d29bbb7e0b8338c9d724d7bfc556889 SHA1 b6c4863cc8f174e52d9d650b6a772263d4a18fb0 SHA256 e8bc8b928441d21f9a4ed9481ccf69338014a6cb7a330fbd6871da6a3bc5009b -DIST SystemPreferences-1.1.0.tar.gz 297479 RMD160 d84a1b415a0a029997c17140dd396aebe1592460 SHA1 fb204bacf7a0edd2203b037c26608be89c93e167 SHA256 c7dffa3b33949e26c319aa2adbda8e9168e51d2f1a0790d5ec0d609a915ec8e0 +DIST SystemPreferences-1.0.2.tar.gz 272765 SHA256 e8bc8b928441d21f9a4ed9481ccf69338014a6cb7a330fbd6871da6a3bc5009b +DIST SystemPreferences-1.1.0.tar.gz 297479 SHA256 c7dffa3b33949e26c319aa2adbda8e9168e51d2f1a0790d5ec0d609a915ec8e0 +DIST SystemPreferences-1.2.0.tar.gz 309496 SHA256 690cfd28552c5883fe06a89283f44574f41d937627b41c8435743f07e360e7b9 SHA512 22972ac0e51a19276375786759c2b7445691b2a0db4195a448ff1a68871561400fe1f4e194228e903f28d45416db3a00792b320f2749863300ea9117e7e99fbe WHIRLPOOL ee86228c2eadf2d22075b3c7942f7919a092211f207d653004a2b2b2281156833dd17086e9535610320e22b6e37edb819fcb0178d326f93f5f895a2c9bf76309 diff --git a/gnustep-apps/systempreferences/systempreferences-1.2.0.ebuild b/gnustep-apps/systempreferences/systempreferences-1.2.0.ebuild new file mode 100644 index 000000000000..b268fe9c7f6f --- /dev/null +++ b/gnustep-apps/systempreferences/systempreferences-1.2.0.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/gnustep-apps/systempreferences/systempreferences-1.2.0.ebuild,v 1.1 2014/02/26 00:15:40 voyageur Exp $ + +EAPI=5 +inherit gnustep-2 + +MY_P=SystemPreferences-${PV} +DESCRIPTION="System Preferences is a clone of Apple OS X' System Preferences" +HOMEPAGE="http://www.gnustep.it/enrico/system-preferences/" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +S=${WORKDIR}/${MY_P} diff --git a/kde-base/powerdevil/files/powerdevil-4.11.6-systemd.patch b/kde-base/powerdevil/files/powerdevil-4.11.6-systemd.patch new file mode 100644 index 000000000000..0550028969db --- /dev/null +++ b/kde-base/powerdevil/files/powerdevil-4.11.6-systemd.patch @@ -0,0 +1,41 @@ +From 5dc2b9a5c09d95ba9a17ac00056213082feb8d90 Mon Sep 17 00:00:00 2001 +From: Raymond Wooninck +Date: Tue, 25 Feb 2014 19:59:36 +0100 +Subject: [PATCH] Perform the systemd version evaluation through a regular + expression to be more flexible for changes in the version string that systemd + returns + +REVIEW: 115271 +--- + .../daemon/backends/upower/powerdevilupowerbackend.cpp | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) + +diff --git a/powerdevil/daemon/backends/upower/powerdevilupowerbackend.cpp b/powerdevil/daemon/backends/upower/powerdevilupowerbackend.cpp +index eae5436..94b20f1 100644 +--- a/powerdevil/daemon/backends/upower/powerdevilupowerbackend.cpp ++++ b/powerdevil/daemon/backends/upower/powerdevilupowerbackend.cpp +@@ -40,13 +40,17 @@ + + bool checkSystemdVersion(uint requiredVersion) + { +- bool ok; + + QDBusInterface systemdIface("org.freedesktop.systemd1", "/org/freedesktop/systemd1", "org.freedesktop.systemd1.Manager", + QDBusConnection::systemBus(), 0); +- const uint version = systemdIface.property("Version").toString().section(' ', 1).toUInt(&ok); +- if (ok) { +- return (version >= requiredVersion); ++ ++ const QString reply = systemdIface.property("Version").toString(); ++ ++ QRegExp expsd("(systemd )?([0-9]+)"); ++ ++ if (expsd.exactMatch(reply)) { ++ const uint version = expsd.cap(2).toUInt(); ++ return (version >= requiredVersion); + } + + // Since version 1.11 Upstart user sessions implement the exact same API as logind +-- +1.9.0 + diff --git a/kde-base/powerdevil/powerdevil-4.11.6-r1.ebuild b/kde-base/powerdevil/powerdevil-4.11.6-r1.ebuild new file mode 100644 index 000000000000..5bc3675c87ce --- /dev/null +++ b/kde-base/powerdevil/powerdevil-4.11.6-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/powerdevil/powerdevil-4.11.6-r1.ebuild,v 1.1 2014/02/25 23:57:16 dilfridge Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement." +HOMEPAGE="http://solid.kde.org" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +pm-utils" + +DEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep libkworkspace) + !aqua? ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrandr + ) +" +RDEPEND="${DEPEND} + pm-utils? ( sys-power/pm-utils ) +" + +KMEXTRACTONLY=" + krunner/ + ksmserver/org.kde.KSMServerInterface.xml + ksmserver/screenlocker/dbus/org.freedesktop.ScreenSaver.xml +" + +PATCHES=( + "${FILESDIR}/${P}-systemd.patch" +) diff --git a/kde-base/pykde4/pykde4-4.11.5.ebuild b/kde-base/pykde4/pykde4-4.11.5.ebuild index ad07f56b5228..056123f72320 100644 --- a/kde-base/pykde4/pykde4-4.11.5.ebuild +++ b/kde-base/pykde4/pykde4-4.11.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild,v 1.6 2014/02/23 09:08:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.11.5.ebuild,v 1.7 2014/02/25 01:32:04 creffett Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) PYTHON_REQ_USE="threads" OPENGL_REQUIRED="always" -inherit python-r1 portability kde4-base multilib +inherit python-r1 portability kde4-base multilib eutils DESCRIPTION="Python bindings for KDE4" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" @@ -139,7 +139,7 @@ src_install() { # As we don't call the eclass's src_install, we have to install the docs manually DOCS=("${S}"/{AUTHORS,NEWS,README}) use doc && HTML_DOCS=("${S}/docs/html/") - base_src_install_docs + einstalldocs if ${have_python2}; then pushd "${WORKDIR}/wrapper" > /dev/null diff --git a/kde-base/pykde4/pykde4-4.12.2.ebuild b/kde-base/pykde4/pykde4-4.12.2.ebuild index 7113ff4c9832..992140eaf4dc 100644 --- a/kde-base/pykde4/pykde4-4.12.2.ebuild +++ b/kde-base/pykde4/pykde4-4.12.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild,v 1.1 2014/02/06 23:20:25 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.12.2.ebuild,v 1.2 2014/02/25 01:32:04 creffett Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) PYTHON_REQ_USE="threads" OPENGL_REQUIRED="always" -inherit python-r1 portability kde4-base multilib +inherit python-r1 portability kde4-base multilib eutils DESCRIPTION="Python bindings for KDE4" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" @@ -139,7 +139,7 @@ src_install() { # As we don't call the eclass's src_install, we have to install the docs manually DOCS=("${S}"/{AUTHORS,NEWS,README}) use doc && HTML_DOCS=("${S}/docs/html/") - base_src_install_docs + einstalldocs if ${have_python2}; then pushd "${WORKDIR}/wrapper" > /dev/null diff --git a/kde-misc/customizable-weather/Manifest b/kde-misc/customizable-weather/Manifest index 671e7c868f52..b64833472705 100644 --- a/kde-misc/customizable-weather/Manifest +++ b/kde-misc/customizable-weather/Manifest @@ -1,3 +1,3 @@ DIST 98925-cwp-1.10.0.tar.bz2 204828 SHA256 a8384162759337dbc2a8bb1c3d94adfe5f8e34882e0326b9e66fbd6b6f62ce5b SHA512 ac21db58a6c83c00837d4487ff4f591694d591f796dfdd1bc4830b3f19edb2d533c5f2c5fa1fd5dafa3f1b8b903c4d3321e6c55613d65ee53e4964dc6695741f WHIRLPOOL 622d00549a8d38801049da93ae8b13b8274bd7cb2cf5118114ee74395ad0a511854479287c3d4fd8fab7e32d9978108261c96fa10ab47d701686ee6a851e445b +DIST 98925-cwp-1.10.1.tar.bz2 204930 SHA256 84d819bc4cdfdde90b2c67f352e226c83c9eefa33486302c343027b154c56ec4 SHA512 9cf5015ee682ddd0084f27af378842ba26cd24c98cf2143fb2a0e54735639506b44a8cc448f11b9652c975e2f8a1287ab13f5f95e1cd68db0acbd2699aa6079a WHIRLPOOL 6b2db1982508e9dcb65b59f969674ce4f82d80d44ddc6f394c5a14917511a96726f0f938602bdd321b9994c171994f60fb05e0cbe0dc3b8b24bd78f211036905 DIST 98925-cwp-1.8.3.tar.bz2 203825 SHA256 45bce33be0957eba620b0ae0d4e170a9e27ef51fb9821574a8fbb65e70672480 SHA512 54568f76e8cb9bda547e0172d40f751401cf2bd1254d70253564ccf032f1e3e68758084147ee88a2d15c5eb4174e70d0be034a68edc60ae5faf45dd16466b5e5 WHIRLPOOL dc6ca2a8813035e6ec894e5d64bff1d6477367f0a3c89361142fe34ffa554479d1a1b506a5f5aef246da56821c38f114c0e46c57a31d356644a02bd776f88156 -DIST 98925-cwp-1.9.1.tar.bz2 204569 SHA256 90ec23c50c5c1aeca81d29be6e4c2b41dc800f5ebd43eed14941a43b3c7109f2 SHA512 1af015a1ad6d28b454f0bab7fad259b30cbb502ffefc5309a668f40ba64a12bfd66af375aa17fafbedc08b8015b354d8d5870e16f331ebef3b7abaf6186d6265 WHIRLPOOL 200a4bb8068a29faba44931f588243ad401ee2186035d4daa8d511ec3b19c9496da26a96f99752cdabf2aa154d57117eb22427ff0460ac30fe2bf7e095aa2a87 diff --git a/kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild similarity index 90% rename from kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild rename to kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild index 028c7ef58c02..e46bc26312a4 100644 --- a/kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild +++ b/kde-misc/customizable-weather/customizable-weather-1.10.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/kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild,v 1.1 2014/01/21 02:32:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild,v 1.1 2014/02/25 00:21:17 mrueg Exp $ EAPI=5 diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest index 19eabbb9b3ff..0c234802519d 100644 --- a/kde-misc/kshutdown/Manifest +++ b/kde-misc/kshutdown/Manifest @@ -1,2 +1,3 @@ DIST kshutdown-source-3.0.zip 421712 SHA256 71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee SHA512 e3d7d0d870bed6b107daaa9d26a1e6638892367d9470c28fe6ebeb0ee322934a7680ad8a0fbdd70e0c54797b42a1f9629ac883da2ec5666f3b16499d6ccce7fc WHIRLPOOL 70c6365ca09a7d1c39ad24578860ae3f702ae14f9f7adfd1d143b676b7260d520c0845fea5dd0379eb7d8485f016aeb25260ec9c0bd3507775f30efb8b20f2f5 DIST kshutdown-source-3.1beta.zip 431672 SHA256 9966a0f9803a5906c6feb321a92a5cf30675096f0251686eada0ee838a4a0ac3 SHA512 2e9165ed3dd6577ca9e49a27dc0410395cfb7a9fc3c3b31bec529b1c2bb50d847ebdd6c34290991bff6fcfd7c2ef3fcb655d562666c922c3f38d4eb88e25526a WHIRLPOOL d62edc2b4cbf4adc10cbbcdded097abfdd701431afb22ebbdac62a65534b8e3d292adad9c30839049bd3bd0058310c65d14caadd1f4a7ca857e6f7ae2dd15730 +DIST kshutdown-source-3.2.zip 435553 SHA256 8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f SHA512 2b4f946e6571a590532d9c9d604630c803df09ac673725de00aeb438fedf2e25cc579a13f988facd84ecffe1c80067e357322e2d135cce86a96001de567261bc WHIRLPOOL 95c6c28e8780bd531c087d6e21f8abb4dc89e035e19d6067edebc1890ca32b7d0393fef5c14da351de0a6f2011d46b679e2df6912c8125bb9b57cbe7e663850b diff --git a/kde-misc/kshutdown/kshutdown-3.2.ebuild b/kde-misc/kshutdown/kshutdown-3.2.ebuild new file mode 100644 index 000000000000..04541651cf9b --- /dev/null +++ b/kde-misc/kshutdown/kshutdown-3.2.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/kde-misc/kshutdown/kshutdown-3.2.ebuild,v 1.1 2014/02/25 09:20:02 mrueg Exp $ + +EAPI=5 + +KDE_MINIMAL="4.8" +KDE_LINGUAS="ar bg cs da de el es fr hu it nb nl pl pt pt_BR ru sk sr +sr@ijekavian sr@ijekavianlatin sr@latin sv tr zh_CN" +inherit kde4-base + +MY_P=${PN}-source-${PV/_} + +DESCRIPTION="A shutdown manager for KDE" +HOMEPAGE="http://kshutdown.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S=${WORKDIR}/${P/_} diff --git a/media-fonts/oto/oto-0.5.ebuild b/media-fonts/oto/oto-0.5.ebuild index 64d1ffbfefa7..530ec10326d0 100644 --- a/media-fonts/oto/oto-0.5.ebuild +++ b/media-fonts/oto/oto-0.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/media-fonts/oto/oto-0.5.ebuild,v 1.6 2014/02/24 00:38:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/oto/oto-0.5.ebuild,v 1.7 2014/02/24 13:55:21 nimiux Exp $ DESCRIPTION="Open Type Organizer" HOMEPAGE="http://sourceforge.net/projects/oto/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/oto/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ia64 ~ppc ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ~ppc ~s390 ~sh ~sparc x86" IUSE="" DEPEND="" diff --git a/media-libs/flac/flac-1.2.1-r4.ebuild b/media-libs/flac/flac-1.2.1-r4.ebuild index 09bd006345ce..f9713782da7e 100644 --- a/media-libs/flac/flac-1.2.1-r4.ebuild +++ b/media-libs/flac/flac-1.2.1-r4.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/media-libs/flac/flac-1.2.1-r4.ebuild,v 1.10 2014/02/23 08:51:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r4.ebuild,v 1.11 2014/02/24 10:12:46 nimiux Exp $ EAPI=2 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="3dnow altivec +cxx debug ogg sse static-libs" RDEPEND="ogg? ( >=media-libs/libogg-1.1.3 )" diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130.ebuild index cc755376d176..2487dbacec22 100644 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130.ebuild +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130.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/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130.ebuild,v 1.3 2014/02/23 16:30:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130.ebuild,v 1.4 2014/02/25 20:51:17 maekke Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/quvi/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="offensive" RDEPEND=">=dev-lua/LuaBitOp-1.0.1 diff --git a/media-libs/libquvi/libquvi-0.9.4.ebuild b/media-libs/libquvi/libquvi-0.9.4.ebuild index dbafc6754846..15b29393a1bd 100644 --- a/media-libs/libquvi/libquvi-0.9.4.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4.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/media-libs/libquvi/libquvi-0.9.4.ebuild,v 1.3 2014/02/23 16:31:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.9.4.ebuild,v 1.4 2014/02/25 20:51:40 maekke Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0/8" # subslot = libquvi soname version -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="examples nls static-libs" RDEPEND="!=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=09fc89de9bea495e02e5627cec93f3bf diff --git a/metadata/md5-cache/app-admin/eclean-kernel-9999 b/metadata/md5-cache/app-admin/eclean-kernel-9999 index a570d5642594..0e725a663c5c 100644 --- a/metadata/md5-cache/app-admin/eclean-kernel-9999 +++ b/metadata/md5-cache/app-admin/eclean-kernel-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9cb1ec45e7d26ad18f0212f85eb6ece4 diff --git a/metadata/md5-cache/app-admin/eselect-9999 b/metadata/md5-cache/app-admin/eselect-9999 index c24f4bf5f26e..023ce5acb1ec 100644 --- a/metadata/md5-cache/app-admin/eselect-9999 +++ b/metadata/md5-cache/app-admin/eselect-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 ) PDEPEND=emacs? ( app-emacs/eselect-mode ) vim-syntax? ( app-vim/eselect-syntax ) RDEPEND=!app-admin/eselect-news sys-apps/sed || ( sys-apps/coreutils sys-freebsd/freebsd-bin app-misc/realpath ) sys-apps/file sys-libs/ncurses SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ad1f77a9d42195b91f7bc6501efd1c24 diff --git a/metadata/md5-cache/app-admin/eselect-lib-bin-symlink-9999 b/metadata/md5-cache/app-admin/eselect-lib-bin-symlink-9999 index c6d6caa5143a..de8f920c34aa 100644 --- a/metadata/md5-cache/app-admin/eselect-lib-bin-symlink-9999 +++ b/metadata/md5-cache/app-admin/eselect-lib-bin-symlink-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/eselect-lib-bin-symlink/ LICENSE=GPL-2 RDEPEND=app-admin/eselect SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6297bf9699322b96fa75d13e83743708 diff --git a/metadata/md5-cache/app-admin/eselect-python-99999999 b/metadata/md5-cache/app-admin/eselect-python-99999999 index f10640ef8ab2..c18dc0ea7746 100644 --- a/metadata/md5-cache/app-admin/eselect-python-99999999 +++ b/metadata/md5-cache/app-admin/eselect-python-99999999 @@ -5,5 +5,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/Python/ LICENSE=GPL-2 RDEPEND=>=app-admin/eselect-1.2.3 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2bd62dff8154a0f7bcd2eb33d543748e diff --git a/metadata/md5-cache/app-admin/glance-2013.1.9999 b/metadata/md5-cache/app-admin/glance-2013.1.9999 index afe3f27ce7e2..ae38c0c007e7 100644 --- a/metadata/md5-cache/app-admin/glance-2013.1.9999 +++ b/metadata/md5-cache/app-admin/glance-2013.1.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/anyjson[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/iso8601[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jsonschema-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-glanceclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/routes[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] swift? ( >=dev-python/python-swiftclient-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( ldap mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=511111530cdc2941e4ba59a06e3f479c diff --git a/metadata/md5-cache/app-admin/glance-2013.2.1-r1 b/metadata/md5-cache/app-admin/glance-2013.2.1-r1 deleted file mode 100644 index 874627703f40..000000000000 --- a/metadata/md5-cache/app-admin/glance-2013.2.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pbr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/coverage-3.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/fixtures-0.3.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose-exclude[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/openstack-nose-plugin-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mock-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/nosehtmloutput-0.0.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testtools-0.9.32[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/psycopg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyxattr-0.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/pep8-1.4.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyflakes-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/hacking-0.5.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pysendfile-2.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/qpid-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/oslo-sphinx >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-apps/coreutils-8.5 ) 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(-)] -DESCRIPTION=Provides services for discovering, registering, and retrieving virtual machine images with Openstack -EAPI=5 -HOMEPAGE=https://launchpad.net/glance -IUSE=doc mysql postgres +sqlite +swift test python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/boto-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/boto-2.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pycrypto-2.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] swift? ( >=dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/passlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jsonschema-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/jsonschema-1.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://launchpad.net/glance/havana/2013.2.1/+download/glance-2013.2.1.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9a70cd900dec992c9322709631325d3e diff --git a/metadata/md5-cache/app-admin/glance-2013.2.9999 b/metadata/md5-cache/app-admin/glance-2013.2.9999 index a0fc4a130c8a..9468cd7485b2 100644 --- a/metadata/md5-cache/app-admin/glance-2013.2.9999 +++ b/metadata/md5-cache/app-admin/glance-2013.2.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/boto-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/boto-2.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pycrypto-2.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] swift? ( >=dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/passlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jsonschema-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/jsonschema-1.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=c1663bc9aa08b165f959280e8ff8e761 diff --git a/metadata/md5-cache/app-admin/glance-9999 b/metadata/md5-cache/app-admin/glance-9999 index eca6a459e729..5595aff52343 100644 --- a/metadata/md5-cache/app-admin/glance-9999 +++ b/metadata/md5-cache/app-admin/glance-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/anyjson[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/iso8601[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jsonschema-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-glanceclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/routes[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] swift? ( >=dev-python/python-swiftclient-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( ldap mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=72d17a70dc879ba3cee45fa5836617a4 diff --git a/metadata/md5-cache/app-admin/monit-5.7 b/metadata/md5-cache/app-admin/monit-5.7 new file mode 100644 index 000000000000..ce29ece34f28 --- /dev/null +++ b/metadata/md5-cache/app-admin/monit-5.7 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=ssl? ( dev-libs/openssl ) sys-devel/flex sys-devel/bison pam? ( virtual/pam ) +DESCRIPTION=a utility for monitoring and managing daemons or similar programs running on a Unix system. +EAPI=2 +HOMEPAGE=http://mmonit.com/monit/ +IUSE=pam ssl +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux +LICENSE=GPL-3 +RDEPEND=ssl? ( dev-libs/openssl ) +SLOT=0 +SRC_URI=http://mmonit.com/monit/dist/monit-5.7.tar.gz +_md5_=7ebd78a8291f4cad42027e943a284611 diff --git a/metadata/md5-cache/app-admin/pass-9999 b/metadata/md5-cache/app-admin/pass-9999 index 6b960cd182da..96f41188a2ae 100644 --- a/metadata/md5-cache/app-admin/pass-9999 +++ b/metadata/md5-cache/app-admin/pass-9999 @@ -7,5 +7,5 @@ IUSE=+git X zsh-completion fish-completion LICENSE=GPL-2 RDEPEND=app-crypt/gnupg app-admin/pwgen app-text/tree git? ( dev-vcs/git ) X? ( x11-misc/xclip ) zsh-completion? ( app-shells/zsh ) fish-completion? ( app-shells/fish ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1b6656f0b40d3ba3d8c855bc9ab7285c diff --git a/metadata/md5-cache/app-admin/python-updater-9999 b/metadata/md5-cache/app-admin/python-updater-9999 index f5763498340f..aa6da8de3988 100644 --- a/metadata/md5-cache/app-admin/python-updater-9999 +++ b/metadata/md5-cache/app-admin/python-updater-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/Python/ LICENSE=GPL-2 RDEPEND=|| ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f5fc8272f7c27ecc9d88e6dfb3848fb1 diff --git a/metadata/md5-cache/app-admin/sagan-rules-99999999 b/metadata/md5-cache/app-admin/sagan-rules-99999999 index 7d486e0c79c7..5c7361124a53 100644 --- a/metadata/md5-cache/app-admin/sagan-rules-99999999 +++ b/metadata/md5-cache/app-admin/sagan-rules-99999999 @@ -7,5 +7,5 @@ IUSE=+lognorm LICENSE=BSD PDEPEND=app-admin/sagan SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c380bc247c23a8a2c97d5e84d8e11806 diff --git a/metadata/md5-cache/app-admin/salt-9999 b/metadata/md5-cache/app-admin/salt-9999 index 1e051983e66b..50e70e91e3ba 100644 --- a/metadata/md5-cache/app-admin/salt-9999 +++ b/metadata/md5-cache/app-admin/salt-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/pyzmq-2.1.9[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/msgpack[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pycrypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sys-apps/pciutils mako? ( dev-python/mako[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) ldap? ( dev-python/python-ldap[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) openssl? ( dev-python/pyopenssl[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) libvirt? ( || ( dev-python/libvirt-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-emulation/libvirt[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) ) mongodb? ( dev-python/pymongo[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) mysql? ( dev-python/mysql-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) redis? ( dev-python/redis-py[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b747e728877280f881646cd1a5b9bcdc diff --git a/metadata/md5-cache/app-admin/webapp-config-9999 b/metadata/md5-cache/app-admin/webapp-config-9999 index 8885a292c4eb..6a182de95f03 100644 --- a/metadata/md5-cache/app-admin/webapp-config-9999 +++ b/metadata/md5-cache/app-admin/webapp-config-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=portage? ( sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=09c903b09cd12ac4d962471121993a0b diff --git a/metadata/md5-cache/app-arch/lzip-1.15 b/metadata/md5-cache/app-arch/lzip-1.15 index 66b977bbba1f..cbd990a7b076 100644 --- a/metadata/md5-cache/app-arch/lzip-1.15 +++ b/metadata/md5-cache/app-arch/lzip-1.15 @@ -2,9 +2,9 @@ DEFINED_PHASES=configure DESCRIPTION=lossless data compressor based on the LZMA algorithm EAPI=4 HOMEPAGE=http://www.nongnu.org/lzip/lzip.html -KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 SLOT=0 SRC_URI=http://download.savannah.gnu.org/releases-noredirect/lzip/lzip-1.15.tar.gz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=6fc0051a7f85dcb72cc7f57b288cc7ae +_md5_=d054ab2925abc993e943669d5bdbf75a diff --git a/metadata/md5-cache/app-arch/pdlzip-1.5 b/metadata/md5-cache/app-arch/pdlzip-1.5 new file mode 100644 index 000000000000..d440a87ea92c --- /dev/null +++ b/metadata/md5-cache/app-arch/pdlzip-1.5 @@ -0,0 +1,10 @@ +DEFINED_PHASES=configure +DESCRIPTION=Public-domain version of lzip compressor +EAPI=5 +HOMEPAGE=http://www.nongnu.org/lzip/pdlzip.html +KEYWORDS=~amd64 ~x86 +LICENSE=public-domain +SLOT=0 +SRC_URI=http://download.savannah.gnu.org/releases-noredirect/lzip/pdlzip-1.5.tar.gz +_eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=a38877aae28d0edf592e0768b00989fe diff --git a/metadata/md5-cache/app-arch/pixz-9999 b/metadata/md5-cache/app-arch/pixz-9999 index 3d87fd18bcdf..384b8d0454bb 100644 --- a/metadata/md5-cache/app-arch/pixz-9999 +++ b/metadata/md5-cache/app-arch/pixz-9999 @@ -7,5 +7,5 @@ IUSE=static LICENSE=BSD-2 RDEPEND=!static? ( >=app-arch/libarchive-2.8:= >=app-arch/xz-utils-5 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1db4c9439525bc12b498428b9585a6f0 diff --git a/metadata/md5-cache/app-arch/pxz-9999 b/metadata/md5-cache/app-arch/pxz-9999 index 9e23aef03f4d..b85617b16b65 100644 --- a/metadata/md5-cache/app-arch/pxz-9999 +++ b/metadata/md5-cache/app-arch/pxz-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://jnovy.fedorapeople.org/pxz/ LICENSE=GPL-2 RDEPEND=app-arch/xz-utils sys-devel/gcc[openmp] SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2e2a77d91cf47ecf423dac4dfece9cdd diff --git a/metadata/md5-cache/app-arch/snappy-1.1.1 b/metadata/md5-cache/app-arch/snappy-1.1.1 index 7173b503c388..4bbed80f5238 100644 --- a/metadata/md5-cache/app-arch/snappy-1.1.1 +++ b/metadata/md5-cache/app-arch/snappy-1.1.1 @@ -4,9 +4,9 @@ DESCRIPTION=A high-speed compression/decompression library by Google EAPI=5 HOMEPAGE=https://code.google.com/p/snappy/ IUSE=static-libs -KEYWORDS=~amd64 arm x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 arm x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://snappy.googlecode.com/files/snappy-1.1.1.tar.gz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=24da007ac12bf74191fbf4961a703c46 +_md5_=93fda636b3c25e87cb17aaa03243f268 diff --git a/metadata/md5-cache/app-arch/xz-utils-9999 b/metadata/md5-cache/app-arch/xz-utils-9999 index a9f362ee187c..17f82a86523f 100644 --- a/metadata/md5-cache/app-arch/xz-utils-9999 +++ b/metadata/md5-cache/app-arch/xz-utils-9999 @@ -7,5 +7,5 @@ IUSE=nls static-libs +threads abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi LICENSE=public-domain LGPL-2.1+ GPL-2+ RDEPEND=!=media-libs/opencv-2.4 dev-lang/perl[ithreads] dev-perl/JSON app-emulation/qemu app-text/gocr media-gfx/imagemagick media-video/ffmpeg2theora SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=41fa55493ca551fd1e4a6016499c7b9f diff --git a/metadata/md5-cache/app-cdr/k3b-2.0.2_p20140225 b/metadata/md5-cache/app-cdr/k3b-2.0.2_p20140225 new file mode 100644 index 000000000000..08cf09458804 --- /dev/null +++ b/metadata/md5-cache/app-cdr/k3b-2.0.2_p20140225 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=kde-base/libkcddb-4.4:4[aqua=] media-libs/libsamplerate dvd? ( media-libs/libdvdread ) ffmpeg? ( virtual/ffmpeg ) flac? ( >=media-libs/flac-1.2[cxx] ) mp3? ( media-sound/lame ) mad? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) sndfile? ( media-libs/libsndfile ) taglib? ( >=media-libs/taglib-1.5 ) vorbis? ( media-libs/libvorbis ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) >=dev-qt/qtmultimedia-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] +DESCRIPTION=The CD/DVD Kreator for KDE +EAPI=5 +HOMEPAGE=http://www.k3b.org/ +IUSE=debug dvd emovix encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis +handbook aqua +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 FDL-1.2 +RDEPEND=>=kde-base/libkcddb-4.4:4[aqua=] media-libs/libsamplerate dvd? ( media-libs/libdvdread ) ffmpeg? ( virtual/ffmpeg ) flac? ( >=media-libs/flac-1.2[cxx] ) mp3? ( media-sound/lame ) mad? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) sndfile? ( media-libs/libsndfile ) taglib? ( >=media-libs/taglib-1.5 ) vorbis? ( media-libs/libvorbis ) >=kde-base/kdelibs-4.4:4[aqua=,udev,udisks(+)] app-cdr/cdrdao media-sound/cdparanoia virtual/cdrtools dvd? ( >=app-cdr/dvd+rw-tools-7 encode? ( media-video/transcode[dvd] ) ) emovix? ( media-video/emovix ) sox? ( media-sound/sox ) vcd? ( media-video/vcdimager ) >=kde-base/oxygen-icons-4.4:4[aqua=] handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) >=dev-qt/qtmultimedia-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] +REQUIRED_USE=mp3? ( encode ) sox? ( encode ) +SLOT=4 +SRC_URI=http://dev.gentoo.org/~creffett/distfiles/k3b-2.0.2_p20140225.tar.xz +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=ad72277c3120f3f7d9e4acbf504972e1 diff --git a/metadata/md5-cache/app-cdr/mirage2iso-9999 b/metadata/md5-cache/app-cdr/mirage2iso-9999 index 6414e82d3f77..ce5b098a6f6a 100644 --- a/metadata/md5-cache/app-cdr/mirage2iso-9999 +++ b/metadata/md5-cache/app-cdr/mirage2iso-9999 @@ -7,5 +7,5 @@ IUSE=pinentry test LICENSE=BSD RDEPEND=>=dev-libs/libmirage-2.0.0:0= dev-libs/glib:2= pinentry? ( dev-libs/libassuan:0= ) pinentry? ( app-crypt/pinentry ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e64dc365bf32be982459cc2245390cdc diff --git a/metadata/md5-cache/app-crypt/ima-evm-utils-9999 b/metadata/md5-cache/app-crypt/ima-evm-utils-9999 index b832c555689e..89611263dbd4 100644 --- a/metadata/md5-cache/app-crypt/ima-evm-utils-9999 +++ b/metadata/md5-cache/app-crypt/ima-evm-utils-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://linux-ima.sourceforge.net LICENSE=GPL-2 RDEPEND=sys-apps/keyutils SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5c84c983df901f880e1bb03f603fda1e diff --git a/metadata/md5-cache/app-crypt/md5deep-4.3 b/metadata/md5-cache/app-crypt/md5deep-4.3 index 76df0e495db2..f9a8cc42f424 100644 --- a/metadata/md5-cache/app-crypt/md5deep-4.3 +++ b/metadata/md5-cache/app-crypt/md5deep-4.3 @@ -2,9 +2,9 @@ DEFINED_PHASES=- DESCRIPTION=Expanded md5sum program with recursive and comparison options EAPI=4 HOMEPAGE=http://md5deep.sourceforge.net/ -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=amd64 ~arm ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=public-domain GPL-2 RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/md5deep/md5deep-4.3.tar.gz -_md5_=794a15443c838269c2bdcd35c6997f0a +_md5_=51f245aa234096806e58e84e0bd1c09e diff --git a/metadata/md5-cache/app-crypt/ophcrack-3.6.0 b/metadata/md5-cache/app-crypt/ophcrack-3.6.0 new file mode 100644 index 000000000000..d8a6b0bb69a2 --- /dev/null +++ b/metadata/md5-cache/app-crypt/ophcrack-3.6.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=app-arch/unzip virtual/pkgconfig dev-libs/openssl net-libs/netwib qt4? ( dev-qt/qtgui:4 ) +DESCRIPTION=A time-memory-trade-off-cracker +EAPI=3 +HOMEPAGE=http://ophcrack.sourceforge.net/ +IUSE=qt4 debug +tables +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=tables? ( app-crypt/ophcrack-tables ) dev-libs/openssl net-libs/netwib qt4? ( dev-qt/qtgui:4 ) +SLOT=0 +SRC_URI=mirror://sourceforge/ophcrack/ophcrack-3.6.0.tar.bz2 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=342454a9dc23408e1222236d309cf477 diff --git a/metadata/md5-cache/app-crypt/p11-kit-0.20.2 b/metadata/md5-cache/app-crypt/p11-kit-0.20.2 index cb4d2b276b59..8c038b0571a6 100644 --- a/metadata/md5-cache/app-crypt/p11-kit-0.20.2 +++ b/metadata/md5-cache/app-crypt/p11-kit-0.20.2 @@ -4,11 +4,11 @@ DESCRIPTION=Provides a standard configuration setup for installing PKCS#11. EAPI=5 HOMEPAGE=http://p11-glue.freedesktop.org/p11-kit.html IUSE=+asn1 debug +trust -KEYWORDS=~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=MIT RDEPEND=asn1? ( >=dev-libs/libtasn1-2.14 ) REQUIRED_USE=trust? ( asn1 ) SLOT=0 SRC_URI=http://p11-glue.freedesktop.org/releases/p11-kit-0.20.2.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=6c265a58cb223cf9017c76b1261cdcb6 +_md5_=9244016e92281126ce57a7bbdabec249 diff --git a/metadata/md5-cache/app-doc/devmanual-9999 b/metadata/md5-cache/app-doc/devmanual-9999 index f2f39e4b639e..fb567590a39f 100644 --- a/metadata/md5-cache/app-doc/devmanual-9999 +++ b/metadata/md5-cache/app-doc/devmanual-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://devmanual.gentoo.org/ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=CC-BY-SA-2.0 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=81d5f6a1b390ac2def5d85913ae7bb6a diff --git a/metadata/md5-cache/app-doc/pms-9999 b/metadata/md5-cache/app-doc/pms-9999 index eca725c56117..3a8d6450d850 100644 --- a/metadata/md5-cache/app-doc/pms-9999 +++ b/metadata/md5-cache/app-doc/pms-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://wiki.gentoo.org/wiki/Project:PMS IUSE=html LICENSE=CC-BY-SA-3.0 SLOT=live -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6a6a38da0763267ca11ce06a75281688 diff --git a/metadata/md5-cache/app-editors/retext-9999 b/metadata/md5-cache/app-editors/retext-9999 index 009f2d07fd18..531dd70f9aab 100644 --- a/metadata/md5-cache/app-editors/retext-9999 +++ b/metadata/md5-cache/app-editors/retext-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-python/docutils[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] dev-python/markdown[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] dev-python/markups[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] dev-python/PyQt4[webkit,python_targets_python3_2(-)?,-python_single_target_python3_2(-)] spell? ( dev-python/pyenchant[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) dev-lang/python-exec:=[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] REQUIRED_USE=|| ( python_targets_python3_2 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e l10n 33bde4fb0cfd3a21a277b66bfd837e19 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8d8855e93579a1d6b211b7e66edc2cef diff --git a/metadata/md5-cache/app-emacs/cldoc-1.16 b/metadata/md5-cache/app-emacs/cldoc-1.16 index 1388a77d1ef8..61c6718874db 100644 --- a/metadata/md5-cache/app-emacs/cldoc-1.16 +++ b/metadata/md5-cache/app-emacs/cldoc-1.16 @@ -1,11 +1,12 @@ -DEFINED_PHASES=compile install postinst postrm setup unpack +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DEPEND=>=virtual/emacs-21 DESCRIPTION=Show Common Lisp operators and variables information in echo area +EAPI=5 HOMEPAGE=http://homepage1.nifty.com/bmonkey/lisp/index-en.html KEYWORDS=amd64 x86 -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=app-emacs/slime >=virtual/emacs-21 SLOT=0 -SRC_URI=mirror://gentoo/cldoc-1.16.el.bz2 +SRC_URI=http://dev.gentoo.org/~ulm/distfiles/cldoc-1.16.el.bz2 _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=f4aafa46a98d716e99903f183140f053 +_md5_=3a7c44aea64de155458b5425d4a94b61 diff --git a/metadata/md5-cache/app-emacs/distel-4.03 b/metadata/md5-cache/app-emacs/distel-4.0.6 similarity index 69% rename from metadata/md5-cache/app-emacs/distel-4.03 rename to metadata/md5-cache/app-emacs/distel-4.0.6 index 1aa9825a9ef5..a5a800dfbfbc 100644 --- a/metadata/md5-cache/app-emacs/distel-4.03 +++ b/metadata/md5-cache/app-emacs/distel-4.0.6 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DEPEND=>=dev-lang/erlang-11.2.5[emacs] >=virtual/emacs-21 DESCRIPTION=Distributed Emacs Lisp for Erlang -EAPI=2 -HOMEPAGE=http://fresh.homeunix.net/~luke/distel/ +EAPI=5 +HOMEPAGE=http://code.google.com/p/distel/ http://www.emacswiki.org/emacs/DistributedEmacsLisp IUSE=doc KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=dev-lang/erlang-11.2.5[emacs] >=virtual/emacs-21 SLOT=0 -SRC_URI=http://distel.googlecode.com/files/distel-4.03.tgz +SRC_URI=https://github.com/massemanet/distel/archive/4.0.6.tar.gz -> distel-4.0.6.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=1cf6de97ea4ccfea999a57b5bf09788f +_md5_=c486ede97759d681d3838eeabe784b80 diff --git a/metadata/md5-cache/app-emacs/edb-1.31 b/metadata/md5-cache/app-emacs/edb-1.31 index c8deb2e75577..c1c758b7ca76 100644 --- a/metadata/md5-cache/app-emacs/edb-1.31 +++ b/metadata/md5-cache/app-emacs/edb-1.31 @@ -1,11 +1,12 @@ -DEFINED_PHASES=compile install postinst postrm setup unpack +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DEPEND=>=virtual/emacs-21 DESCRIPTION=EDB, The Emacs Database -HOMEPAGE=http://www.gnuvola.org/software/edb/ -KEYWORDS=~x86 ~sparc ~amd64 ~ppc -LICENSE=GPL-3 +EAPI=5 +HOMEPAGE=http://www.gnuvola.org/software/edb/ http://www.emacswiki.org/emacs/EmacsDataBase +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=GPL-3+ Texinfo-manual RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=http://www.gnuvola.org/software/edb/edb-1.31.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=7cceda38170c42025f54a61592bf3552 +_md5_=f12a31948589fcae1ff06b206086cda5 diff --git a/metadata/md5-cache/app-emacs/emacs-w3m-1.4.437_pre20110310 b/metadata/md5-cache/app-emacs/emacs-w3m-1.4.528_pre20140213 similarity index 69% rename from metadata/md5-cache/app-emacs/emacs-w3m-1.4.437_pre20110310 rename to metadata/md5-cache/app-emacs/emacs-w3m-1.4.528_pre20140213 index 1c1206122cb2..76760523f197 100644 --- a/metadata/md5-cache/app-emacs/emacs-w3m-1.4.437_pre20110310 +++ b/metadata/md5-cache/app-emacs/emacs-w3m-1.4.528_pre20140213 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DEPEND=virtual/w3m >=virtual/emacs-21 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=emacs-w3m is an interface program of w3m on Emacs -EAPI=3 -HOMEPAGE=http://emacs-w3m.namazu.org +EAPI=5 +HOMEPAGE=http://emacs-w3m.namazu.org/ IUSE=linguas_ja KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-2+ RDEPEND=virtual/w3m >=virtual/emacs-21 SLOT=0 -SRC_URI=mirror://gentoo/emacs-w3m-1.4.437_pre20110310.tar.bz2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=50fd01d806fd412ab99975e5b287d5b6 +SRC_URI=http://dev.gentoo.org/~ulm/distfiles/emacs-w3m-1.4.528_pre20140213.tar.xz +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=66f36ea9c3913dbca994b2c696f3ed13 diff --git a/metadata/md5-cache/app-emacs/eselect-mode-9999 b/metadata/md5-cache/app-emacs/eselect-mode-9999 index bc3599bbeb24..66f8b0588f5e 100644 --- a/metadata/md5-cache/app-emacs/eselect-mode-9999 +++ b/metadata/md5-cache/app-emacs/eselect-mode-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://wiki.gentoo.org/wiki/Project:Eselect LICENSE=GPL-2+ RDEPEND=>=virtual/emacs-21 SLOT=0 -_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=560602555e24aaa1203fa749066acf76 diff --git a/metadata/md5-cache/app-emacs/highline-7.2.2 b/metadata/md5-cache/app-emacs/highline-7.2.2 index 68ffee76ab4f..204729782021 100644 --- a/metadata/md5-cache/app-emacs/highline-7.2.2 +++ b/metadata/md5-cache/app-emacs/highline-7.2.2 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=Minor mode to highlight current line in buffer EAPI=5 HOMEPAGE=http://www.emacswiki.org/emacs/HighlineMode -KEYWORDS=~amd64 ~ppc ~s390 x86 +KEYWORDS=amd64 ~ppc ~s390 x86 LICENSE=GPL-3+ RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=http://dev.gentoo.org/~ulm/distfiles/highline-7.2.2.el.xz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=498059df82267264ebbc70f2b53ad965 +_md5_=df2c5ba242a7a674273671297c51c9db diff --git a/metadata/md5-cache/app-emacs/jasmin-1.2-r2 b/metadata/md5-cache/app-emacs/jasmin-1.2-r2 index 864f765ab2fa..841f4e55afe6 100644 --- a/metadata/md5-cache/app-emacs/jasmin-1.2-r2 +++ b/metadata/md5-cache/app-emacs/jasmin-1.2-r2 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=An Emacs major mode for editing Jasmin Java bytecode assembler files EAPI=5 HOMEPAGE=http://www.neilvandyke.org/jasmin-emacs/ -KEYWORDS=~alpha ~amd64 ~s390 x86 +KEYWORDS=~alpha amd64 ~s390 x86 LICENSE=GPL-2+ RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=mirror://gentoo/jasmin-1.2.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=42f0777f4da217e22bd88ecd2d370d35 +_md5_=d3332cf1830e8d8f00be4e51c4360e8f diff --git a/metadata/md5-cache/app-emacs/quilt-el-0.48.0 b/metadata/md5-cache/app-emacs/quilt-el-0.48.0 index 5f304f82adfc..2b0c447f0b72 100644 --- a/metadata/md5-cache/app-emacs/quilt-el-0.48.0 +++ b/metadata/md5-cache/app-emacs/quilt-el-0.48.0 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=Quilt mode for Emacs EAPI=5 HOMEPAGE=http://satoru-takeuchi.org/dev/quilt-el/ -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 arm ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-1+ RDEPEND=dev-util/quilt >=virtual/emacs-21 SLOT=0 SRC_URI=http://satoru-takeuchi.org/dev/quilt-el/download/quilt-el-0.48.0.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=003741454c6d1eab75bd852929221445 +_md5_=4a8f96e1c21b8427d1dcf40394bf6987 diff --git a/metadata/md5-cache/app-emacs/twittering-mode-9999 b/metadata/md5-cache/app-emacs/twittering-mode-9999 index 2c4d6c834d97..caaab1e1c4e9 100644 --- a/metadata/md5-cache/app-emacs/twittering-mode-9999 +++ b/metadata/md5-cache/app-emacs/twittering-mode-9999 @@ -7,5 +7,5 @@ IUSE=doc LICENSE=GPL-2 RDEPEND=app-crypt/gnupg >=virtual/emacs-21 SLOT=0 -_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=935180d9cc34474acfb3de75188bd155 diff --git a/metadata/md5-cache/app-emacs/typing-1.1.4 b/metadata/md5-cache/app-emacs/typing-1.1.4 index 0f9f641545b0..a41fbbee2d10 100644 --- a/metadata/md5-cache/app-emacs/typing-1.1.4 +++ b/metadata/md5-cache/app-emacs/typing-1.1.4 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=The Typing of Emacs -- an Elisp parody of The Typing of the Dead for Dreamcast EAPI=5 HOMEPAGE=http://www.emacswiki.org/emacs/TypingOfEmacs -KEYWORDS=~amd64 ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=GPL-2+ RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=http://dev.gentoo.org/~ulm/distfiles/typing-1.1.4.el.xz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=7ac1e3a1a99205b1e339b558f9cdad18 +_md5_=e4e8d9608f18b9ca689e11cc68bb9a78 diff --git a/metadata/md5-cache/app-emacs/w3mnav-0.5-r3 b/metadata/md5-cache/app-emacs/w3mnav-0.5-r3 index 68771414e7c7..b0e5f766f3fd 100644 --- a/metadata/md5-cache/app-emacs/w3mnav-0.5-r3 +++ b/metadata/md5-cache/app-emacs/w3mnav-0.5-r3 @@ -1,11 +1,12 @@ -DEFINED_PHASES=compile install postinst postrm setup unpack +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DEPEND=app-emacs/emacs-w3m >=virtual/emacs-21 DESCRIPTION=Add Info-like navigation keys to the emacs-w3m web browser +EAPI=5 HOMEPAGE=http://www.neilvandyke.org/w3mnav/ KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=app-emacs/emacs-w3m >=virtual/emacs-21 SLOT=0 SRC_URI=mirror://gentoo/w3mnav-0.5.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=cb0989a3924d455de392f028596fc326 +_md5_=fde2f1a2696bbf1fae23c0d22c1d3e08 diff --git a/metadata/md5-cache/app-emulation/docker-0.7.0 b/metadata/md5-cache/app-emulation/docker-0.7.0 index ed7d3f939f6e..5e96feaec9b4 100644 --- a/metadata/md5-cache/app-emulation/docker-0.7.0 +++ b/metadata/md5-cache/app-emulation/docker-0.7.0 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-db/sqlite-3.7.9:3 device-mapper? ( sys-fs/lvm2[thin] ) !app-emulation/docker-bin >=app-arch/tar-1.26 >=sys-apps/iproute2-3.5 >=net-firewall/iptables-1.4 >=app-emulation/lxc-0.8 >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 aufs? ( || ( sys-fs/aufs3 sys-kernel/aufs-sources ) ) RESTRICT=strip SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=758f63a7ba3fc55d6c184fcbd76ba53b diff --git a/metadata/md5-cache/app-emulation/libvirt-9999 b/metadata/md5-cache/app-emulation/libvirt-9999 index bffe9a413aef..8ccbe20214f7 100644 --- a/metadata/md5-cache/app-emulation/libvirt-9999 +++ b/metadata/md5-cache/app-emulation/libvirt-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=sys-libs/readline sys-libs/ncurses >=net-misc/curl-7.18.0 dev-libs/libgcrypt >=dev-libs/libxml2-2.7.6 dev-libs/libnl:3 >=net-libs/gnutls-1.0.25 net-libs/libssh2 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext >=net-analyzer/netcat6-1.0-r2 app-misc/scrub audit? ( sys-process/audit ) avahi? ( >=net-dns/avahi-0.6[dbus] ) caps? ( sys-libs/libcap-ng ) fuse? ( >=sys-fs/fuse-2.8.6 ) iscsi? ( sys-block/open-iscsi ) lxc? ( sys-power/pm-utils ) lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) openvz? ( sys-kernel/openvz-sources ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2 ) pcap? ( >=net-libs/libpcap-1.0.0 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( >=app-emulation/qemu-0.13.0 dev-libs/yajl sys-power/pm-utils ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) xen? ( app-emulation/xen-tools app-emulation/xen ) udev? ( virtual/udev >=x11-libs/libpciaccess-0.10.9 ) virt-network? ( net-dns/dnsmasq >=net-firewall/iptables-1.4.10 net-misc/radvd net-firewall/ebtables sys-apps/iproute2[-minimal] firewalld? ( net-firewall/firewalld ) ) elibc_glibc? ( || ( >=net-libs/libtirpc-0.2.2-r1 =dev-libs/glib-2.0 sys-apps/pciutils sys-libs/zlib >=x11-libs/pixman-0.28.0 aio? ( dev-libs/libaio ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.4.0 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) jpeg? ( virtual/jpeg ) ncurses? ( sys-libs/ncurses ) png? ( media-libs/libpng ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( >=media-libs/libsdl-1.2.11 ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) spice? ( >=app-emulation/spice-0.12.0 ) ssh? ( >=net-libs/libssh2-1.2.8 ) tls? ( net-libs/gnutls ) usb? ( >=dev-libs/libusbx-1.0.13 ) uuid? ( >=sys-apps/util-linux-2.16.0 ) vde? ( net-misc/vde ) xattr? ( sys-apps/attr ) xfs? ( sys-fs/xfsprogs ) ) static-user? ( >=dev-libs/glib-2.0[static-libs(+)] ) qemu_softmmu_targets_i386? ( >=sys-firmware/ipxe-1.0.0_p20130624 sys-firmware/seabios sys-firmware/sgabios sys-firmware/vgabios ) qemu_softmmu_targets_x86_64? ( >=sys-firmware/ipxe-1.0.0_p20130624 sys-firmware/seabios sys-firmware/sgabios sys-firmware/vgabios ) accessibility? ( app-accessibility/brltty ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) gtk? ( x11-libs/gtk+:3 x11-libs/vte:2.90 ) iscsi? ( net-libs/libiscsi ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[ncurses,readline] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,readline] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) sdl? ( media-libs/libsdl[X] ) selinux? ( sec-policy/selinux-qemu ) smartcard? ( dev-libs/nss !app-emulation/libcacard ) spice? ( >=app-emulation/spice-protocol-0.12.3 ) systemtap? ( dev-util/systemtap ) usbredir? ( >=sys-apps/usbredir-0.6 ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools ) REQUIRED_USE=|| ( qemu_softmmu_targets_i386 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mipsel qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_unicore32 qemu_softmmu_targets_lm32 qemu_softmmu_targets_moxie qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_user_targets_i386 qemu_user_targets_x86_64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mipsel qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_or32 qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_s390x qemu_user_targets_unicore32 qemu_user_targets_armeb qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64abi32 qemu_user_targets_sparc32plus ) python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) static? ( static-softmmu static-user ) static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk ) virtfs? ( xattr ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=6cb3faf7216cacddb01598cc51fbd00a diff --git a/metadata/md5-cache/app-emulation/qemu-user-9999 b/metadata/md5-cache/app-emulation/qemu-user-9999 index 5559a5412634..59d358374bcd 100644 --- a/metadata/md5-cache/app-emulation/qemu-user-9999 +++ b/metadata/md5-cache/app-emulation/qemu-user-9999 @@ -7,5 +7,5 @@ IUSE=+qemu_user_targets_i386 +qemu_user_targets_x86_64 +qemu_user_targets_alpha LICENSE=GPL-2 LGPL-2.1 RESTRICT=test SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6ff5b23312e3988b38fb16dee590a7de diff --git a/metadata/md5-cache/app-emulation/virt-manager-9999 b/metadata/md5-cache/app-emulation/virt-manager-9999 index ffcc18f6e97c..6b00dfcf69a9 100644 --- a/metadata/md5-cache/app-emulation/virt-manager-9999 +++ b/metadata/md5-cache/app-emulation/virt-manager-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=!app-emulation/virtinst x11-libs/gtk+:3[introspection] || ( dev-python/libvirt-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=app-emulation/libvirt-0.7.0[python(-),python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) >=app-emulation/libvirt-glib-0.0.9[introspection,python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/libxml2[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/ipaddr[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] net-misc/spice-gtk[gtk3,introspection,python,sasl?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] x11-libs/vte:2.90[introspection] gnome-keyring? ( dev-python/gnome-keyring-python ) policykit? ( sys-auth/polkit[introspection] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=88f6bc5be70eab23e9910a651020dbdf diff --git a/metadata/md5-cache/app-emulation/wine-9999 b/metadata/md5-cache/app-emulation/wine-9999 index 9bebdcdbc9f8..f7937b5df4c4 100644 --- a/metadata/md5-cache/app-emulation/wine-9999 +++ b/metadata/md5-cache/app-emulation/wine-9999 @@ -10,5 +10,5 @@ REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( th RESTRICT=test SLOT=0 SRC_URI=gecko? ( abi_x86_32? ( mirror://sourceforge/wine/Wine%20Gecko/2.24/wine_gecko-2.24-x86.msi ) abi_x86_64? ( mirror://sourceforge/wine/Wine%20Gecko/2.24/wine_gecko-2.24-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/4.5.2/wine-mono-4.5.2.msi ) pulseaudio? ( http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.7.12.tar.bz2 ) http://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2013.06.24.tar.bz2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb l10n 33bde4fb0cfd3a21a277b66bfd837e19 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb l10n 33bde4fb0cfd3a21a277b66bfd837e19 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=b2f1b71a49a3369f386d3fdbc97585f3 diff --git a/metadata/md5-cache/app-forensics/lynis-1.4.2 b/metadata/md5-cache/app-forensics/lynis-1.4.3 similarity index 69% rename from metadata/md5-cache/app-forensics/lynis-1.4.2 rename to metadata/md5-cache/app-forensics/lynis-1.4.3 index c0a7492d2626..fd8e297a1a1f 100644 --- a/metadata/md5-cache/app-forensics/lynis-1.4.2 +++ b/metadata/md5-cache/app-forensics/lynis-1.4.3 @@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=app-shells/bash SLOT=0 -SRC_URI=http://cisofy.com/files/lynis-1.4.2.tar.gz -_md5_=e72f5fd8628d5adbc4d43101c737b0f9 +SRC_URI=http://cisofy.com/files/lynis-1.4.3.tar.gz +_md5_=ec87bb9bf740e0e4abdce4cc5597a6a2 diff --git a/metadata/md5-cache/app-forensics/openscap-9999 b/metadata/md5-cache/app-forensics/openscap-9999 index 505ef2eed437..bfa863908f06 100644 --- a/metadata/md5-cache/app-forensics/openscap-9999 +++ b/metadata/md5-cache/app-forensics/openscap-9999 @@ -7,5 +7,5 @@ IUSE=acl bash-completion caps debug doc gconf ldap nss pcre perl python rpm seli LICENSE=LGPL-2.1 RDEPEND=!nss? ( dev-libs/libgcrypt ) nss? ( dev-libs/nss ) acl? ( virtual/acl ) caps? ( sys-libs/libcap ) gconf? ( gnome-base/gconf ) ldap? ( net-nds/openldap ) pcre? ( dev-libs/libpcre ) rpm? ( >=app-arch/rpm-4.9 ) sql? ( dev-db/opendbx ) xattr? ( sys-apps/attr ) dev-libs/libpcre dev-libs/libxml2 dev-libs/libxslt net-misc/curl SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7773a344fcd183877933c21ce178f6a9 diff --git a/metadata/md5-cache/app-i18n/kde-l10n-scripts-9999 b/metadata/md5-cache/app-i18n/kde-l10n-scripts-9999 index f26558e7668d..9d30249c034f 100644 --- a/metadata/md5-cache/app-i18n/kde-l10n-scripts-9999 +++ b/metadata/md5-cache/app-i18n/kde-l10n-scripts-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/vpelcak/kde-scripts LICENSE=LGPL-3 RDEPEND=app-crypt/md5deep app-i18n/pology app-shells/bash dev-vcs/subversion kde-base/poxml[extras] SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=36430653df49f3ae389876a11382fd46 diff --git a/metadata/md5-cache/app-laptop/tpacpi-bat-9999 b/metadata/md5-cache/app-laptop/tpacpi-bat-9999 index 8d4c4f4743d7..3ef60ed2e045 100644 --- a/metadata/md5-cache/app-laptop/tpacpi-bat-9999 +++ b/metadata/md5-cache/app-laptop/tpacpi-bat-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/teleshoes/tpacpi-bat LICENSE=GPL-3 RDEPEND=sys-power/acpi_call dev-lang/perl SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=238105fead869578c79e341d80188c66 diff --git a/metadata/md5-cache/app-leechcraft/laretz-9999 b/metadata/md5-cache/app-leechcraft/laretz-9999 index 78bc0de9d448..5022c1ef2c86 100644 --- a/metadata/md5-cache/app-leechcraft/laretz-9999 +++ b/metadata/md5-cache/app-leechcraft/laretz-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org LICENSE=Boost-1.0 RDEPEND=dev-libs/boost ~app-leechcraft/liblaretz-9999 dev-db/mongodb SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ec6ad8cd56150ecb1daaed79d1838771 diff --git a/metadata/md5-cache/app-leechcraft/lc-advancednotifications-9999 b/metadata/md5-cache/app-leechcraft/lc-advancednotifications-9999 index 3b96f30f61f6..03048aeefebb 100644 --- a/metadata/md5-cache/app-leechcraft/lc-advancednotifications-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-advancednotifications-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=df6e2f26f9bbe84d60fa471396c70cfa diff --git a/metadata/md5-cache/app-leechcraft/lc-aggregator-9999 b/metadata/md5-cache/app-leechcraft/lc-aggregator-9999 index aa3051beefe1..07b57d9df00d 100644 --- a/metadata/md5-cache/app-leechcraft/lc-aggregator-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-aggregator-9999 @@ -8,5 +8,5 @@ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999[postgres?,sqlite?] dev-qt/qtwebkit:4 virtual/leechcraft-downloader-http REQUIRED_USE=|| ( mysql sqlite postgres ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8215d5e1401879c566a298ac1156e21e diff --git a/metadata/md5-cache/app-leechcraft/lc-anhero-9999 b/metadata/md5-cache/app-leechcraft/lc-anhero-9999 index 5e77f0c8fce1..e867adbe08ba 100644 --- a/metadata/md5-cache/app-leechcraft/lc-anhero-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-anhero-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 sys-devel/gdb SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3dee9b06458a511968aecb3c49a27e44 diff --git a/metadata/md5-cache/app-leechcraft/lc-auscrie-9999 b/metadata/md5-cache/app-leechcraft/lc-auscrie-9999 index f5a619d74775..4f28c9ba2b7c 100644 --- a/metadata/md5-cache/app-leechcraft/lc-auscrie-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-auscrie-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=9a1c6dcb2d9500d37bdfbe97c81d5dcf diff --git a/metadata/md5-cache/app-leechcraft/lc-azoth-9999 b/metadata/md5-cache/app-leechcraft/lc-azoth-9999 index 0b91a6c4a738..0c7d6d6c4414 100644 --- a/metadata/md5-cache/app-leechcraft/lc-azoth-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-azoth-9999 @@ -8,5 +8,5 @@ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-libs/qjson dev-qt/qtwebkit:4 autoidler? ( x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt ) otroid? ( net-libs/libotr ) media? ( dev-qt/qtmultimedia:4 ) msn? ( net-libs/libmsn ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( =net-libs/qxmpp-9999 media? ( =net-libs/qxmpp-9999[speex] ) ) xtazy? ( ~app-leechcraft/lc-xtazy-9999 dev-qt/qtdbus:4 ) crypt? ( app-crypt/qca app-crypt/qca-gnupg ) astrality? ( net-im/telepathy-mission-control net-voip/telepathy-haze ) latex? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) virtual/latex-base ) spell? ( app-leechcraft/lc-rosenthal ) REQUIRED_USE=|| ( standardstyles adiumstyles ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d24d5b06a34c5de1694af8058d13b74c diff --git a/metadata/md5-cache/app-leechcraft/lc-bittorrent-9999 b/metadata/md5-cache/app-leechcraft/lc-bittorrent-9999 index a972804be934..3461eb22fda3 100644 --- a/metadata/md5-cache/app-leechcraft/lc-bittorrent-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-bittorrent-9999 @@ -7,5 +7,5 @@ IUSE=debug geoip LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 net-libs/rb_libtorrent virtual/leechcraft-task-show geoip? ( dev-libs/geoip ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=22e599f90a2d0ef74ef47e43e4c4111d diff --git a/metadata/md5-cache/app-leechcraft/lc-blasq-9999 b/metadata/md5-cache/app-leechcraft/lc-blasq-9999 index 1022d2816848..3b9552be0b61 100644 --- a/metadata/md5-cache/app-leechcraft/lc-blasq-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-blasq-9999 @@ -7,5 +7,5 @@ IUSE=debug +deathnote +rappor +spegnersi +vangog LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 deathnote? ( dev-qt/qtxmlpatterns:4 ) spegnersi? ( dev-libs/kqoauth ) vangog? ( dev-libs/qjson ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=92f0e155b02b99481eddce3ff648ad6b diff --git a/metadata/md5-cache/app-leechcraft/lc-blogique-9999 b/metadata/md5-cache/app-leechcraft/lc-blogique-9999 index 7f0ef3366098..b02ef9317df1 100644 --- a/metadata/md5-cache/app-leechcraft/lc-blogique-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-blogique-9999 @@ -7,5 +7,5 @@ IUSE=debug +metida +hestia LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtsql:4[sqlite] metida? ( dev-qt/qtxmlpatterns:4 ) virtual/leechcraft-wysiwyg-editor SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=4b42c4d6a1921eac76f9048682d87256 diff --git a/metadata/md5-cache/app-leechcraft/lc-core-9999 b/metadata/md5-cache/app-leechcraft/lc-core-9999 index 2e7f31e6192e..87ab2330f4bf 100644 --- a/metadata/md5-cache/app-leechcraft/lc-core-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-core-9999 @@ -8,5 +8,5 @@ LICENSE=Boost-1.0 RDEPEND=>=dev-libs/boost-1.46 dev-qt/qtcore:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 dev-qt/qtsql:4[postgres?,sqlite?] dev-qt/qtwebkit:4 qwt? ( x11-libs/qwt:6 ) dev-qt/qtsvg:4 || ( kde-base/oxygen-icons x11-themes/kfaenza ) REQUIRED_USE=|| ( postgres sqlite ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=408e2796b62489420dbf96daca1dbb50 diff --git a/metadata/md5-cache/app-leechcraft/lc-cstp-9999 b/metadata/md5-cache/app-leechcraft/lc-cstp-9999 index 3d2c4fd9f21d..4045fd852576 100644 --- a/metadata/md5-cache/app-leechcraft/lc-cstp-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-cstp-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 virtual/leechcraft-task-show SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e4de918c723959e03fa21799b7f0dc42 diff --git a/metadata/md5-cache/app-leechcraft/lc-dbusmanager-9999 b/metadata/md5-cache/app-leechcraft/lc-dbusmanager-9999 index b0417f59b97c..4ccac3d3d28f 100644 --- a/metadata/md5-cache/app-leechcraft/lc-dbusmanager-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-dbusmanager-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3c0f48ca490cf6a95455887009cda747 diff --git a/metadata/md5-cache/app-leechcraft/lc-deadlyrics-9999 b/metadata/md5-cache/app-leechcraft/lc-deadlyrics-9999 index 6f296dbc42be..40786fa1da0c 100644 --- a/metadata/md5-cache/app-leechcraft/lc-deadlyrics-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-deadlyrics-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 virtual/leechcraft-search-show virtual/leechcraft-downloader-http SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=89209228977bcd64747e3f2eb812a201 diff --git a/metadata/md5-cache/app-leechcraft/lc-devmon-9999 b/metadata/md5-cache/app-leechcraft/lc-devmon-9999 index 61963e4968e2..1e215fd0ae5d 100644 --- a/metadata/md5-cache/app-leechcraft/lc-devmon-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-devmon-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 virtual/udev SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=fac041043bc5f7ab83896809c3cebd97 diff --git a/metadata/md5-cache/app-leechcraft/lc-dolozhee-9999 b/metadata/md5-cache/app-leechcraft/lc-dolozhee-9999 index 1aeb8ff14746..c87eb3b62439 100644 --- a/metadata/md5-cache/app-leechcraft/lc-dolozhee-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-dolozhee-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=66a86fcb7b454f0b906f0284063e42ce diff --git a/metadata/md5-cache/app-leechcraft/lc-fenet-9999 b/metadata/md5-cache/app-leechcraft/lc-fenet-9999 index eeb8e274a0da..cac4780851da 100644 --- a/metadata/md5-cache/app-leechcraft/lc-fenet-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-fenet-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=07801f2644506bfd2aeb042983c6855b diff --git a/metadata/md5-cache/app-leechcraft/lc-gacts-9999 b/metadata/md5-cache/app-leechcraft/lc-gacts-9999 index 4cba567c575d..3d47e95c011e 100644 --- a/metadata/md5-cache/app-leechcraft/lc-gacts-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-gacts-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 x11-libs/libqxt SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=620d34abd3b95075bb5aff6fcce80a2e diff --git a/metadata/md5-cache/app-leechcraft/lc-glance-9999 b/metadata/md5-cache/app-leechcraft/lc-glance-9999 index 1888682035e7..b812f145bfbf 100644 --- a/metadata/md5-cache/app-leechcraft/lc-glance-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-glance-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a0d725a078df4e5c6354f19a5057b6e3 diff --git a/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 b/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 index c77539252315..c4c73e5bc64f 100644 --- a/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 @@ -7,5 +7,5 @@ IUSE=debug notify quark LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 quark? ( ~virtual/leechcraft-quark-sideprovider-9999 ) notify? ( ~virtual/leechcraft-notifier-9999 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3b713ee97199e2626c9a0aa4c78f3129 diff --git a/metadata/md5-cache/app-leechcraft/lc-historyholder-9999 b/metadata/md5-cache/app-leechcraft/lc-historyholder-9999 index 791ce655e56f..4e90309fdb18 100644 --- a/metadata/md5-cache/app-leechcraft/lc-historyholder-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-historyholder-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 virtual/leechcraft-search-show SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c392c1f4f51e14d996cca62d9fa0c09c diff --git a/metadata/md5-cache/app-leechcraft/lc-hotsensors-9999 b/metadata/md5-cache/app-leechcraft/lc-hotsensors-9999 index 1e8fed1e0792..77a1a29a3884 100644 --- a/metadata/md5-cache/app-leechcraft/lc-hotsensors-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-hotsensors-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=GPL-3 RDEPEND=~app-leechcraft/lc-core-9999[qwt] ~virtual/leechcraft-quark-sideprovider-9999 dev-qt/qtdeclarative:4 sys-apps/lm_sensors SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=dadca5b81dd1eb4913bda4fc644ba915 diff --git a/metadata/md5-cache/app-leechcraft/lc-hotstreams-9999 b/metadata/md5-cache/app-leechcraft/lc-hotstreams-9999 index ab9c2b3f31c6..da3c041b8f0c 100644 --- a/metadata/md5-cache/app-leechcraft/lc-hotstreams-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-hotstreams-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org/ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-libs/qjson SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=98b2be58bfbe12c770477f77abba9b7d diff --git a/metadata/md5-cache/app-leechcraft/lc-htthare-9999 b/metadata/md5-cache/app-leechcraft/lc-htthare-9999 index 0a0b43cebd3f..5104bf035a7e 100644 --- a/metadata/md5-cache/app-leechcraft/lc-htthare-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-htthare-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org/ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8781b4324aef5baf8ac6ee5cdfdb6e6a diff --git a/metadata/md5-cache/app-leechcraft/lc-imgaste-9999 b/metadata/md5-cache/app-leechcraft/lc-imgaste-9999 index 3aedf71fb738..b2d18f37f775 100644 --- a/metadata/md5-cache/app-leechcraft/lc-imgaste-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-imgaste-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=0e8ce893b444c22783d19dd489a355f1 diff --git a/metadata/md5-cache/app-leechcraft/lc-kbswitch-9999 b/metadata/md5-cache/app-leechcraft/lc-kbswitch-9999 index 969b85a2442e..628c29963138 100644 --- a/metadata/md5-cache/app-leechcraft/lc-kbswitch-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-kbswitch-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 x11-apps/setxkbmap SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2bc8e722fb1b18ad1a74edc7e47401de diff --git a/metadata/md5-cache/app-leechcraft/lc-kinotify-9999 b/metadata/md5-cache/app-leechcraft/lc-kinotify-9999 index ae75895265b3..5864c34026ff 100644 --- a/metadata/md5-cache/app-leechcraft/lc-kinotify-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-kinotify-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 >=dev-qt/qtwebkit-4.6:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=49f9dc879f712ebda2b11829c663b383 diff --git a/metadata/md5-cache/app-leechcraft/lc-knowhow-9999 b/metadata/md5-cache/app-leechcraft/lc-knowhow-9999 index fbb655c19f78..a6766b09d661 100644 --- a/metadata/md5-cache/app-leechcraft/lc-knowhow-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-knowhow-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b2965004977bfc5a4b8d6bb7d0bbd9ba diff --git a/metadata/md5-cache/app-leechcraft/lc-krigstask-9999 b/metadata/md5-cache/app-leechcraft/lc-krigstask-9999 index e312c016d107..33934cd12eb9 100644 --- a/metadata/md5-cache/app-leechcraft/lc-krigstask-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-krigstask-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 x11-libs/libXcomposite ~virtual/leechcraft-quark-sideprovider-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=fef4c7991ffdb7e4fe8f47bcffd3f08b diff --git a/metadata/md5-cache/app-leechcraft/lc-lackman-9999 b/metadata/md5-cache/app-leechcraft/lc-lackman-9999 index 4368b7407362..abc13d0ffa3c 100644 --- a/metadata/md5-cache/app-leechcraft/lc-lackman-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-lackman-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 >=dev-qt/qtwebkit-4.6:4 virtual/leechcraft-downloader-http SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=6b22310ac652abdf9658bb158f90f431 diff --git a/metadata/md5-cache/app-leechcraft/lc-lastfmscrobble-9999 b/metadata/md5-cache/app-leechcraft/lc-lastfmscrobble-9999 index 3ec7defd17e3..c5e5600647ea 100644 --- a/metadata/md5-cache/app-leechcraft/lc-lastfmscrobble-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-lastfmscrobble-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 media-libs/liblastfm SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=97076afe5dbb16798ebab7b0b3f08d84 diff --git a/metadata/md5-cache/app-leechcraft/lc-laughty-9999 b/metadata/md5-cache/app-leechcraft/lc-laughty-9999 index 26d07305220d..5dedd331fe6b 100644 --- a/metadata/md5-cache/app-leechcraft/lc-laughty-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-laughty-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 virtual/leechcraft-notifier SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1f3fb60eb08df12c030187d868be0f3a diff --git a/metadata/md5-cache/app-leechcraft/lc-launchy-9999 b/metadata/md5-cache/app-leechcraft/lc-launchy-9999 index e8e1f7f4c8c0..5f23f92a296f 100644 --- a/metadata/md5-cache/app-leechcraft/lc-launchy-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-launchy-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org/ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 ~virtual/leechcraft-trayarea-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=11e156d09a3387a36d13562b8858fd17 diff --git a/metadata/md5-cache/app-leechcraft/lc-lemon-9999 b/metadata/md5-cache/app-leechcraft/lc-lemon-9999 index 369eca436491..06e3e29b041a 100644 --- a/metadata/md5-cache/app-leechcraft/lc-lemon-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-lemon-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 ~virtual/leechcraft-quark-sideprovider-9999 dev-qt/qtbearer:4 dev-qt/qtdeclarative:4 dev-libs/libnl:3 x11-libs/qwt:6 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5490cc268d2859c0ab874ee1b5325107 diff --git a/metadata/md5-cache/app-leechcraft/lc-lhtr-9999 b/metadata/md5-cache/app-leechcraft/lc-lhtr-9999 index 47538f8a89d4..a69d3b77683f 100644 --- a/metadata/md5-cache/app-leechcraft/lc-lhtr-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-lhtr-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 app-text/htmltidy dev-qt/qtwebkit:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=aa51cea0cda585fa726247d951f7a6d4 diff --git a/metadata/md5-cache/app-leechcraft/lc-liznoo-9999 b/metadata/md5-cache/app-leechcraft/lc-liznoo-9999 index f3cbe8a1be99..4f1a8642701a 100644 --- a/metadata/md5-cache/app-leechcraft/lc-liznoo-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-liznoo-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 sys-power/upower x11-libs/qwt:6 dev-qt/qtdbus:4 virtual/leechcraft-trayarea SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=85dd63ef712a142c2a7791b16604ea8f diff --git a/metadata/md5-cache/app-leechcraft/lc-lmp-9999 b/metadata/md5-cache/app-leechcraft/lc-lmp-9999 index 14ce1fc51dc4..7ae47c04f2c5 100644 --- a/metadata/md5-cache/app-leechcraft/lc-lmp-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-lmp-9999 @@ -7,5 +7,5 @@ IUSE=debug +graffiti +guess +mpris +mp3tunes LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 graffiti? ( media-libs/flac ) guess? ( app-i18n/libguess ) media-libs/gstreamer:0.10 media-libs/taglib mpris? ( dev-qt/qtdbus:4 ) dev-qt/qtdeclarative:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=54464e3ef5517f3cbeb6800ad27336d0 diff --git a/metadata/md5-cache/app-leechcraft/lc-mellonetray-9999 b/metadata/md5-cache/app-leechcraft/lc-mellonetray-9999 index a2be25f02004..d9cc170a2a42 100644 --- a/metadata/md5-cache/app-leechcraft/lc-mellonetray-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-mellonetray-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 x11-libs/libXdamage x11-libs/libXrender ~virtual/leechcraft-quark-sideprovider-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=678948387dbb519eaa91fc715f2490b8 diff --git a/metadata/md5-cache/app-leechcraft/lc-monocle-9999 b/metadata/md5-cache/app-leechcraft/lc-monocle-9999 index e6f7ccd077f7..a45ca7d4c19c 100644 --- a/metadata/md5-cache/app-leechcraft/lc-monocle-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-monocle-9999 @@ -7,5 +7,5 @@ IUSE=debug +djvu doc +fb2 +pdf +spectre LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 pdf? ( app-text/poppler[qt4] ) djvu? ( app-text/djvu ) spectre? ( app-text/libspectre || ( app-text/poppler[-lcms] =dev-qt/qtgui-4.8:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d63a0ca1c3d5933ab0940ecd809d23ee diff --git a/metadata/md5-cache/app-leechcraft/lc-pintab-9999 b/metadata/md5-cache/app-leechcraft/lc-pintab-9999 index 7b0a7913068a..4bfa4ea35026 100644 --- a/metadata/md5-cache/app-leechcraft/lc-pintab-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-pintab-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=dff95e08eda5b02aba5cd042129d5cdd diff --git a/metadata/md5-cache/app-leechcraft/lc-pogooglue-9999 b/metadata/md5-cache/app-leechcraft/lc-pogooglue-9999 index ab33b8023a56..aeec3fe62683 100644 --- a/metadata/md5-cache/app-leechcraft/lc-pogooglue-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-pogooglue-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org/ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3e907f97dcc33cabcca264d5a17df6e8 diff --git a/metadata/md5-cache/app-leechcraft/lc-popishu-9999 b/metadata/md5-cache/app-leechcraft/lc-popishu-9999 index 0e354d668275..bb9c6cc5d9bd 100644 --- a/metadata/md5-cache/app-leechcraft/lc-popishu-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-popishu-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 x11-libs/qscintilla SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=084c6c6908b494252eb66fd4325aaef1 diff --git a/metadata/md5-cache/app-leechcraft/lc-poshuku-9999 b/metadata/md5-cache/app-leechcraft/lc-poshuku-9999 index 7ec06d28dfd0..d2deec7cc994 100644 --- a/metadata/md5-cache/app-leechcraft/lc-poshuku-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-poshuku-9999 @@ -8,5 +8,5 @@ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999[postgres?,sqlite?] dev-qt/qtwebkit:4 idn? ( net-dns/libidn ) onlinebookmarks? ( >=dev-libs/qjson-0.7.1-r1 ) pcre? ( >=dev-libs/libpcre-8.12 ) virtual/leechcraft-downloader-http REQUIRED_USE=pcre? ( cleanweb ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5aaad0302619f3f75e34bdc3050cea62 diff --git a/metadata/md5-cache/app-leechcraft/lc-qrosp-9999 b/metadata/md5-cache/app-leechcraft/lc-qrosp-9999 index 72de5c4f47e5..a61fa01c31ec 100644 --- a/metadata/md5-cache/app-leechcraft/lc-qrosp-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-qrosp-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-libs/qjson dev-libs/qrosscore SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b00491d50aa98000cbb054885fe46118 diff --git a/metadata/md5-cache/app-leechcraft/lc-rosenthal-9999 b/metadata/md5-cache/app-leechcraft/lc-rosenthal-9999 index a2ca75f73457..34bfefe2a76d 100644 --- a/metadata/md5-cache/app-leechcraft/lc-rosenthal-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-rosenthal-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org/ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 app-text/hunspell SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=cdf357c2ca68a5d137fd92292cae8479 diff --git a/metadata/md5-cache/app-leechcraft/lc-sb2-9999 b/metadata/md5-cache/app-leechcraft/lc-sb2-9999 index 94b4115c5a6b..3441cc670d8a 100644 --- a/metadata/md5-cache/app-leechcraft/lc-sb2-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-sb2-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 dev-libs/qjson SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e0dbef5e2a7524e45bbd33d8f186dec9 diff --git a/metadata/md5-cache/app-leechcraft/lc-scroblibre-9999 b/metadata/md5-cache/app-leechcraft/lc-scroblibre-9999 index 867cfdc07739..bb2cab1c1a28 100644 --- a/metadata/md5-cache/app-leechcraft/lc-scroblibre-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-scroblibre-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c12bd2cacf6d033640f5e8bc5ef3a206 diff --git a/metadata/md5-cache/app-leechcraft/lc-secman-9999 b/metadata/md5-cache/app-leechcraft/lc-secman-9999 index 80b88fcc0886..20a0de98d9f5 100644 --- a/metadata/md5-cache/app-leechcraft/lc-secman-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-secman-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=51daed65c93d3c2fbe35f4c248386f59 diff --git a/metadata/md5-cache/app-leechcraft/lc-seekthru-9999 b/metadata/md5-cache/app-leechcraft/lc-seekthru-9999 index cf85550a7789..39f49268c85e 100644 --- a/metadata/md5-cache/app-leechcraft/lc-seekthru-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-seekthru-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 virtual/leechcraft-search-show virtual/leechcraft-downloader-http SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=12d6e49744af0301bbbeefca1db04391 diff --git a/metadata/md5-cache/app-leechcraft/lc-summary-9999 b/metadata/md5-cache/app-leechcraft/lc-summary-9999 index 2876304987f2..318352364cb6 100644 --- a/metadata/md5-cache/app-leechcraft/lc-summary-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-summary-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=cbae4616b17d838827158cd19532464f diff --git a/metadata/md5-cache/app-leechcraft/lc-sysnotify-9999 b/metadata/md5-cache/app-leechcraft/lc-sysnotify-9999 index 9fd21fa62342..2d083a42a052 100644 --- a/metadata/md5-cache/app-leechcraft/lc-sysnotify-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-sysnotify-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d3481fc079956548b2c03561e266a965 diff --git a/metadata/md5-cache/app-leechcraft/lc-tabsessmanager-9999 b/metadata/md5-cache/app-leechcraft/lc-tabsessmanager-9999 index fe8ee32f0559..2a9b39a7aec8 100644 --- a/metadata/md5-cache/app-leechcraft/lc-tabsessmanager-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-tabsessmanager-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=30eb7368852e4a5abd119624170797d9 diff --git a/metadata/md5-cache/app-leechcraft/lc-tabslist-9999 b/metadata/md5-cache/app-leechcraft/lc-tabslist-9999 index ebbc543ed165..6e0ea5080357 100644 --- a/metadata/md5-cache/app-leechcraft/lc-tabslist-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-tabslist-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=932c6820dcc0debb7bbca0e16005a581 diff --git a/metadata/md5-cache/app-leechcraft/lc-touchstreams-9999 b/metadata/md5-cache/app-leechcraft/lc-touchstreams-9999 index c1e49dbe9801..a1af3aa20827 100644 --- a/metadata/md5-cache/app-leechcraft/lc-touchstreams-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-touchstreams-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 >=dev-libs/boost-1.52.0 dev-libs/qjson dev-qt/qtwebkit:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d3a1ab0b10b7d19677d6a60d2a81ed1b diff --git a/metadata/md5-cache/app-leechcraft/lc-tpi-9999 b/metadata/md5-cache/app-leechcraft/lc-tpi-9999 index 13179fcd8daf..2e854f090c6b 100644 --- a/metadata/md5-cache/app-leechcraft/lc-tpi-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-tpi-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 ~virtual/leechcraft-quark-sideprovider-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8f0255cfba4f612397139a949c04fff8 diff --git a/metadata/md5-cache/app-leechcraft/lc-vgrabber-9999 b/metadata/md5-cache/app-leechcraft/lc-vgrabber-9999 index 89a140ffaf45..25039ca8cdbf 100644 --- a/metadata/md5-cache/app-leechcraft/lc-vgrabber-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-vgrabber-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 virtual/leechcraft-downloader-http SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d38724107c9da4eb8e058bfa68f91ad0 diff --git a/metadata/md5-cache/app-leechcraft/lc-vrooby-9999 b/metadata/md5-cache/app-leechcraft/lc-vrooby-9999 index 5797bfe95830..30bfde748860 100644 --- a/metadata/md5-cache/app-leechcraft/lc-vrooby-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-vrooby-9999 @@ -8,5 +8,5 @@ LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 udisks? ( sys-fs/udisks:0 ) udisks2? ( sys-fs/udisks:2 ) REQUIRED_USE=|| ( udisks udisks2 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=588309da715002e11036a0227c2ba908 diff --git a/metadata/md5-cache/app-leechcraft/lc-woodpecker-9999 b/metadata/md5-cache/app-leechcraft/lc-woodpecker-9999 index 50c58cceecd7..ee724b35133e 100644 --- a/metadata/md5-cache/app-leechcraft/lc-woodpecker-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-woodpecker-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-libs/qjson dev-libs/kqoauth SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b1d83377476e40063d630217a9d60a49 diff --git a/metadata/md5-cache/app-leechcraft/lc-xproxy-9999 b/metadata/md5-cache/app-leechcraft/lc-xproxy-9999 index 18db6b649bc4..8070c58da747 100644 --- a/metadata/md5-cache/app-leechcraft/lc-xproxy-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-xproxy-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=4fa622cb190796b3edb02b36a89e1b83 diff --git a/metadata/md5-cache/app-leechcraft/lc-xtazy-9999 b/metadata/md5-cache/app-leechcraft/lc-xtazy-9999 index 1ba6f2e5c7b0..ca8b4e909121 100644 --- a/metadata/md5-cache/app-leechcraft/lc-xtazy-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-xtazy-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=Boost-1.0 RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e leechcraft 4557a8dab7ef51789fcdf55a9a94992d multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=046a1864aeecd9ffe8426d627d204cb5 diff --git a/metadata/md5-cache/app-leechcraft/liblaretz-9999 b/metadata/md5-cache/app-leechcraft/liblaretz-9999 index 24cd57316f15..332aaa541fd3 100644 --- a/metadata/md5-cache/app-leechcraft/liblaretz-9999 +++ b/metadata/md5-cache/app-leechcraft/liblaretz-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://leechcraft.org LICENSE=Boost-1.0 RDEPEND=dev-libs/boost SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4f868e542137d338a1aa5be898c832a4 diff --git a/metadata/md5-cache/app-misc/devtodo-0.1.20-r1 b/metadata/md5-cache/app-misc/devtodo-0.1.20-r1 index da1f022e3eca..8e352e04cc77 100644 --- a/metadata/md5-cache/app-misc/devtodo-0.1.20-r1 +++ b/metadata/md5-cache/app-misc/devtodo-0.1.20-r1 @@ -3,10 +3,10 @@ DEPEND=>=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 !=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 SLOT=0 SRC_URI=http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=c687f050513f4c6dcfc621f278c7f0b1 +_md5_=4d47d0e6b030904be41ed8f895e2f421 diff --git a/metadata/md5-cache/app-misc/dvtm-9999 b/metadata/md5-cache/app-misc/dvtm-9999 index 9104335fb74e..0b5cf66865c3 100644 --- a/metadata/md5-cache/app-misc/dvtm-9999 +++ b/metadata/md5-cache/app-misc/dvtm-9999 @@ -7,5 +7,5 @@ IUSE=unicode savedconfig LICENSE=MIT RDEPEND=sys-libs/ncurses[unicode?] SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5c5ebedd4b9c95c8a24de25c8ca75fb2 diff --git a/metadata/md5-cache/app-misc/livecd-tools-9999 b/metadata/md5-cache/app-misc/livecd-tools-9999 index c31cb09c6e0b..47486fb4a92e 100644 --- a/metadata/md5-cache/app-misc/livecd-tools-9999 +++ b/metadata/md5-cache/app-misc/livecd-tools-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://wolf31o2.org/projects/livecd-tools LICENSE=GPL-2 RDEPEND=dev-util/dialog net-dialup/mingetty >=sys-apps/baselayout-2 >=sys-apps/openrc-0.8.2-r1 sys-apps/pciutils sys-apps/gawk sys-apps/sed SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dfb84d333343b8a3471c56c0ac7a435c diff --git a/metadata/md5-cache/app-misc/mc-9999 b/metadata/md5-cache/app-misc/mc-9999 index 71699e0969b0..72a11de8601b 100644 --- a/metadata/md5-cache/app-misc/mc-9999 +++ b/metadata/md5-cache/app-misc/mc-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=>=dev-libs/glib-2.8:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) samba? ( net-fs/samba ) sftp? ( net-libs/libssh2 ) slang? ( >=sys-libs/slang-2 ) !slang? ( sys-libs/ncurses ) spell? ( app-text/aspell ) X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libXau x11-libs/libXdmcp x11-libs/libSM ) REQUIRED_USE=spell? ( edit ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8c7bca526487e17788b8bd93364b4116 diff --git a/metadata/md5-cache/app-misc/mediacrush-cli-9999 b/metadata/md5-cache/app-misc/mediacrush-cli-9999 index 0ff450d26629..e3e91fa2b504 100644 --- a/metadata/md5-cache/app-misc/mediacrush-cli-9999 +++ b/metadata/md5-cache/app-misc/mediacrush-cli-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/MediaCrush/MediaCrush-cli LICENSE=MIT RDEPEND=net-misc/curl sys-apps/file sys-apps/sed SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1d9b116cf106aa0abc78a065a57714bc diff --git a/metadata/md5-cache/app-misc/pysmssend-9999 b/metadata/md5-cache/app-misc/pysmssend-9999 index 7f16c8f18e9f..6a7ebf04bb32 100644 --- a/metadata/md5-cache/app-misc/pysmssend-9999 +++ b/metadata/md5-cache/app-misc/pysmssend-9999 @@ -7,5 +7,5 @@ IUSE=qt4 LICENSE=GPL-3 RDEPEND=>=dev-python/mechanize-0.1.9 qt4? ( >=dev-python/PyQt4-4.3[X] ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9e285cf54e638a24a063a7118a1e0600 diff --git a/metadata/md5-cache/app-misc/ranger-9999 b/metadata/md5-cache/app-misc/ranger-9999 index f7093b5307fa..7765c7f067e7 100644 --- a/metadata/md5-cache/app-misc/ranger-9999 +++ b/metadata/md5-cache/app-misc/ranger-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=virtual/pager python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[ncurses] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[ncurses] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[ncurses] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=054f3d1e3f6d0a81a6d4a9ad8e74e805 diff --git a/metadata/md5-cache/app-misc/screen-9999 b/metadata/md5-cache/app-misc/screen-9999 index 675ce3d0de79..24714b435bc2 100644 --- a/metadata/md5-cache/app-misc/screen-9999 +++ b/metadata/md5-cache/app-misc/screen-9999 @@ -7,5 +7,5 @@ IUSE=debug nethack pam selinux multiuser LICENSE=GPL-2 RDEPEND=>=sys-libs/ncurses-5.2 pam? ( virtual/pam ) selinux? ( sec-policy/selinux-screen ) >=sys-apps/openrc-0.11.6 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=77b22fe2c0d0834cf55c881cceb70152 diff --git a/metadata/md5-cache/app-misc/screenfetch-9999 b/metadata/md5-cache/app-misc/screenfetch-9999 index 6c39eea518df..e041008d54e0 100644 --- a/metadata/md5-cache/app-misc/screenfetch-9999 +++ b/metadata/md5-cache/app-misc/screenfetch-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/KittyKatt/screenFetch LICENSE=GPL-3 RDEPEND=media-gfx/scrot x11-apps/xdpyinfo SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0997bf948f81d52392d8101669cb7103 diff --git a/metadata/md5-cache/app-misc/sleepyhead-9999 b/metadata/md5-cache/app-misc/sleepyhead-9999 index 09434e91bc70..c8e3b12bd871 100644 --- a/metadata/md5-cache/app-misc/sleepyhead-9999 +++ b/metadata/md5-cache/app-misc/sleepyhead-9999 @@ -8,5 +8,5 @@ KEYWORDS=~amd64 LICENSE=GPL-2 RDEPEND=virtual/opengl:= x11-libs/libX11:= dev-qt/qtcore:4= dev-qt/qtgui:4= dev-qt/qtopengl:4= dev-qt/qtwebkit:4= dev-libs/quazip:= SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=665399e12af046effe8b06d09ff41555 diff --git a/metadata/md5-cache/app-misc/subsurface-9999 b/metadata/md5-cache/app-misc/subsurface-9999 index 49c50b8d4aa3..bdd5ef1a714b 100644 --- a/metadata/md5-cache/app-misc/subsurface-9999 +++ b/metadata/md5-cache/app-misc/subsurface-9999 @@ -7,5 +7,5 @@ IUSE=debug doc usb linguas_bg_BG linguas_da_DK linguas_de_CH linguas_de_DE lingu LICENSE=GPL-2 RDEPEND=dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 dev-libs/libxslt dev-libs/libzip dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtwebkit:4 kde-base/marble SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b439a8fc6267a79fb66f205f485a4736 diff --git a/metadata/md5-cache/app-misc/tmux-1.9a b/metadata/md5-cache/app-misc/tmux-1.9a new file mode 100644 index 000000000000..33e7b173030f --- /dev/null +++ b/metadata/md5-cache/app-misc/tmux-1.9a @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=dev-libs/libevent-2.0.10 sys-libs/ncurses virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Terminal multiplexer +EAPI=5 +HOMEPAGE=http://tmux.sourceforge.net +IUSE=debug vim-syntax +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=ISC +RDEPEND=>=dev-libs/libevent-2.0.10 sys-libs/ncurses vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/tmux/tmux-1.9a.tar.gz +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=c4ef48374b4f05a999f5c31f82140eab diff --git a/metadata/md5-cache/app-misc/tmux-9999 b/metadata/md5-cache/app-misc/tmux-9999 index 134a0731948a..d3869ec4f1e7 100644 --- a/metadata/md5-cache/app-misc/tmux-9999 +++ b/metadata/md5-cache/app-misc/tmux-9999 @@ -1,11 +1,11 @@ -DEFINED_PHASES=configure install prepare unpack +DEFINED_PHASES=compile configure install prepare test unpack DEPEND=>=dev-libs/libevent-2.0.10 sys-libs/ncurses virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git DESCRIPTION=Terminal multiplexer -EAPI=4 +EAPI=5 HOMEPAGE=http://tmux.sourceforge.net IUSE=debug vim-syntax LICENSE=ISC RDEPEND=>=dev-libs/libevent-2.0.10 sys-libs/ncurses vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=4ab207c957f8b61ac8efab29b7b7f58b +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=b3fb58d0978803e64c770eda8ae6b15f diff --git a/metadata/md5-cache/app-misc/tmux-mem-cpu-load-9999 b/metadata/md5-cache/app-misc/tmux-mem-cpu-load-9999 index c23f7d28c7c9..e6d909576be5 100644 --- a/metadata/md5-cache/app-misc/tmux-mem-cpu-load-9999 +++ b/metadata/md5-cache/app-misc/tmux-mem-cpu-load-9999 @@ -5,5 +5,5 @@ EAPI=3 HOMEPAGE=http://github.com/thewtex/tmux-mem-cpu-load/ LICENSE=Apache-2.0 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=605c986b0dcdb6b6ee7c57269b998578 diff --git a/metadata/md5-cache/app-mobilephone/dfu-util-9999 b/metadata/md5-cache/app-mobilephone/dfu-util-9999 index b0bebdf594d7..9cc312fd0f6d 100644 --- a/metadata/md5-cache/app-mobilephone/dfu-util-9999 +++ b/metadata/md5-cache/app-mobilephone/dfu-util-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://wiki.openmoko.org/wiki/Dfu-util LICENSE=GPL-2 RDEPEND=virtual/libusb:1 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=353b6a7053e928baa8b27aac63f82ab3 diff --git a/metadata/md5-cache/app-mobilephone/freesmee-9999 b/metadata/md5-cache/app-mobilephone/freesmee-9999 index 92bc6b740b6f..d6ec623276fc 100644 --- a/metadata/md5-cache/app-mobilephone/freesmee-9999 +++ b/metadata/md5-cache/app-mobilephone/freesmee-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=GPL-3 RDEPEND=dev-util/ticpp dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3c190ef342eab3bf6abdd1e688c387fd diff --git a/metadata/md5-cache/app-mobilephone/gnokii-9999 b/metadata/md5-cache/app-mobilephone/gnokii-9999 index 34695e8bba0c..5694639ec8cb 100644 --- a/metadata/md5-cache/app-mobilephone/gnokii-9999 +++ b/metadata/md5-cache/app-mobilephone/gnokii-9999 @@ -7,5 +7,5 @@ IUSE=nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite linguas_c LICENSE=GPL-2 RDEPEND=!app-mobilephone/smstools pcsc-lite? ( sys-apps/pcsc-lite ) X? ( x11-libs/gtk+:2 ) bluetooth? ( kernel_linux? ( net-wireless/bluez ) ) sms? ( !app-mobilephone/smstools >=dev-libs/glib-2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5903436705aed32b3247a2e4fce1fe9c diff --git a/metadata/md5-cache/app-mobilephone/heimdall-9999 b/metadata/md5-cache/app-mobilephone/heimdall-9999 index 55ddb1508d4f..c02330f715b3 100644 --- a/metadata/md5-cache/app-mobilephone/heimdall-9999 +++ b/metadata/md5-cache/app-mobilephone/heimdall-9999 @@ -7,5 +7,5 @@ IUSE=qt4 LICENSE=MIT RDEPEND=|| ( >=dev-libs/libusb-1.0.18:1= dev-libs/libusbx:1= ) qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de _md5_=ff5799efb1223714e21ff6c4372010e5 diff --git a/metadata/md5-cache/app-office/QtBitcoinTrader-9999 b/metadata/md5-cache/app-office/QtBitcoinTrader-9999 index f4c998aa99c1..b855fa9938b5 100644 --- a/metadata/md5-cache/app-office/QtBitcoinTrader-9999 +++ b/metadata/md5-cache/app-office/QtBitcoinTrader-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/JulyIGHOR/QtBitcoinTrader LICENSE=GPL-3 RDEPEND=dev-qt/qtgui:4 dev-qt/qtmultimedia:4 SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d09e824ef284e56d5123da5f4368b566 diff --git a/metadata/md5-cache/app-office/calligra-9999 b/metadata/md5-cache/app-office/calligra-9999 index 47d6acae83ef..17a30bfbc8dd 100644 --- a/metadata/md5-cache/app-office/calligra-9999 +++ b/metadata/md5-cache/app-office/calligra-9999 @@ -10,5 +10,5 @@ RDEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office REQUIRED_USE=calligra_features_author? ( calligra_features_words ) calligra_features_kexi? ( calligra_features_sheets ) calligra_features_words? ( calligra_features_sheets ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim ) calligra_features_sheets? ( eigen ) kdepim? ( semantic-desktop ) vc? ( calligra_features_krita ) test? ( calligra_features_karbon ) RESTRICT=test SLOT=4 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=793c61e8036458527994fd75cd1b476c diff --git a/metadata/md5-cache/app-office/homebank-4.5.4 b/metadata/md5-cache/app-office/homebank-4.5.4 index 7ef2ff85aeaf..6405872c5e27 100644 --- a/metadata/md5-cache/app-office/homebank-4.5.4 +++ b/metadata/md5-cache/app-office/homebank-4.5.4 @@ -4,10 +4,10 @@ DESCRIPTION=Free, easy, personal accounting for everyone EAPI=4 HOMEPAGE=http://homebank.free.fr/index.php IUSE=+ofx -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 RDEPEND=>=x11-libs/gtk+-2.20:2 >=dev-libs/glib-2.17 ofx? ( >=dev-libs/libofx-0.7 ) SLOT=0 SRC_URI=http://homebank.free.fr/public/homebank-4.5.4.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=d1da60bb8a417eb5cd7ae0b0218e7fc5 +_md5_=51ab07094ddfe8a0ef34aee3b2c663ba diff --git a/metadata/md5-cache/app-office/libreoffice-4.1.5.3 b/metadata/md5-cache/app-office/libreoffice-4.1.5.3 new file mode 100644 index 000000000000..d9865feabbf2 --- /dev/null +++ b/metadata/md5-cache/app-office/libreoffice-4.1.5.3 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/liblangtag app-text/libmspub =app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 >=dev-cpp/libcmis-0.3.1:0.3 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.10:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool =dev-util/mdds-0.8*:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( app-doc/doxygen ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip +DESCRIPTION=LibreOffice, a full office productivity suite. +EAPI=5 +HOMEPAGE=http://www.libreoffice.org +IUSE=bluetooth +branding +cups dbus debug eds gnome gstreamer +gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba +webdav libreoffice_extensions_nlpsolver libreoffice_extensions_presenter-minimizer libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_3 python_single_target_python2_7 python_single_target_python3_3 +KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( LGPL-3 MPL-1.1 ) +PDEPEND=~app-office/libreoffice-l10n-4.1.5.3 +RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/liblangtag app-text/libmspub =app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 >=dev-cpp/libcmis-0.3.1:0.3 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.10:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) +REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 ) bluetooth? ( dbus ) gnome? ( gtk ) eds? ( gnome ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) +SLOT=0 +SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-4.1.5.3.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-4.1.5.3.tar.xz http://download.documentfoundation.org/libreoffice/src/4.1.5//libreoffice-4.1.5.3.tar.xz http://download.documentfoundation.org/libreoffice/src/4.1.5//libreoffice-help-4.1.5.3.tar.xz http://download.documentfoundation.org/libreoffice/old/4.1.5.3//libreoffice-4.1.5.3.tar.xz http://download.documentfoundation.org/libreoffice/old/4.1.5.3//libreoffice-help-4.1.5.3.tar.xz http://dev-www.libreoffice.org/src//ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=fcc6bb3552ef1a6a63956c94c3eda6c1 diff --git a/metadata/md5-cache/app-office/libreoffice-4.1.9999 b/metadata/md5-cache/app-office/libreoffice-4.1.9999 index 0ed5e18e51e9..94a72038ff74 100644 --- a/metadata/md5-cache/app-office/libreoffice-4.1.9999 +++ b/metadata/md5-cache/app-office/libreoffice-4.1.9999 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 ) bluetooth? ( dbus ) gnome? ( gtk ) eds? ( gnome ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) SLOT=0 SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-www.libreoffice.org/src//ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=8b16074785f4a1249fd24592e7fd9528 diff --git a/metadata/md5-cache/app-office/libreoffice-4.2.0.4 b/metadata/md5-cache/app-office/libreoffice-4.2.1.1 similarity index 93% rename from metadata/md5-cache/app-office/libreoffice-4.2.0.4 rename to metadata/md5-cache/app-office/libreoffice-4.2.1.1 index 983e362f7c39..8000f7dc7d4d 100644 --- a/metadata/md5-cache/app-office/libreoffice-4.2.0.4 +++ b/metadata/md5-cache/app-office/libreoffice-4.2.1.1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.1:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.2:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip DESCRIPTION=LibreOffice, a full office productivity suite. EAPI=5 HOMEPAGE=http://www.libreoffice.org IUSE=bluetooth +branding +cups dbus debug eds firebird gnome gstreamer +gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_3 python_single_target_python2_7 python_single_target_python3_3 KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( LGPL-3 MPL-1.1 ) -PDEPEND=~app-office/libreoffice-l10n-4.2.0.4 +PDEPEND=~app-office/libreoffice-l10n-4.2.1.1 RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !=virtual/jre-1.6 ) vlc? ( media-video/vlc ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 ) bluetooth? ( dbus ) gnome? ( gtk ) eds? ( gnome ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) SLOT=0 -SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-4.2.0.4.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-4.2.0.4.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.0//libreoffice-4.2.0.4.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.0//libreoffice-help-4.2.0.4.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.0.4//libreoffice-4.2.0.4.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.0.4//libreoffice-help-4.2.0.4.tar.xz http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) +SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-4.2.1.1.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-4.2.1.1.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.1//libreoffice-4.2.1.1.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.1//libreoffice-help-4.2.1.1.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.1.1//libreoffice-4.2.1.1.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.1.1//libreoffice-help-4.2.1.1.tar.xz http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b2d22f55d195f91d0a47a6d8a78bdc22 +_md5_=fc09619f0adc217a8b6fbdd28b1d622f diff --git a/metadata/md5-cache/app-office/libreoffice-4.2.9999 b/metadata/md5-cache/app-office/libreoffice-4.2.9999 index 81b24a316561..011cc4283073 100644 --- a/metadata/md5-cache/app-office/libreoffice-4.2.9999 +++ b/metadata/md5-cache/app-office/libreoffice-4.2.9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.1:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip dev-vcs/git +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.2:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip dev-vcs/git DESCRIPTION=LibreOffice, a full office productivity suite. EAPI=5 HOMEPAGE=http://www.libreoffice.org @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 ) bluetooth? ( dbus ) gnome? ( gtk ) eds? ( gnome ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) SLOT=0 SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=bf8248040c5998e222b679d6ead2dbc9 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=e6574cd901cbd879467a75328fbdd17f diff --git a/metadata/md5-cache/app-office/libreoffice-9999-r2 b/metadata/md5-cache/app-office/libreoffice-9999-r2 index 7286774432de..588d4110724f 100644 --- a/metadata/md5-cache/app-office/libreoffice-9999-r2 +++ b/metadata/md5-cache/app-office/libreoffice-9999-r2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.1:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip dev-vcs/git +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes app-text/libabw >=app-text/libexttextcat-3.2 app-text/libebook app-text/libetonyek app-text/liblangtag app-text/libmspub >=app-text/libmwaw-0.2 >=app-text/libodfgen-0.0.3 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d >=dev-libs/liborcus-0.5.1:= >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16[ssl] media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 >=media-libs/libcdr-0.0.5 media-libs/libfreehand media-libs/libvisio >=net-misc/curl-7.21.4 net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.2:= virtual/pkgconfig net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip dev-vcs/git DESCRIPTION=LibreOffice, a full office productivity suite. EAPI=5 HOMEPAGE=http://www.libreoffice.org @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 ) bluetooth? ( dbus ) gnome? ( gtk ) eds? ( gnome ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) SLOT=0 SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=53062c0f1585c81e5a70b4e760ee1ec7 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 libtool b9b3340e3a19510f0d9f05cfccbf209f mozextension ba6829881080a663d68531424a3dfbc6 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=337467494e4b4f118afcef135dcdf4b4 diff --git a/metadata/md5-cache/app-office/libreoffice-l10n-4.1.5.3 b/metadata/md5-cache/app-office/libreoffice-l10n-4.1.5.3 new file mode 100644 index 000000000000..9eb6231a2db4 --- /dev/null +++ b/metadata/md5-cache/app-office/libreoffice-l10n-4.1.5.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=app-arch/rpm2targz-9.0.0.3g +DESCRIPTION=Translations for the Libreoffice suite. +EAPI=4 +HOMEPAGE=http://www.libreoffice.org +IUSE=offlinehelp linguas_am linguas_ast linguas_bg linguas_bn_IN linguas_bn linguas_bo linguas_bs linguas_ca_XV linguas_ca linguas_cs linguas_da linguas_de linguas_dz linguas_el linguas_en_GB linguas_en linguas_en_ZA linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_km linguas_ko linguas_mk linguas_nb linguas_ne linguas_nl linguas_nn linguas_om linguas_pl linguas_pt_BR linguas_pt linguas_ru linguas_si linguas_sid linguas_sk linguas_sl linguas_sq linguas_sv linguas_tg linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_af linguas_ar linguas_as linguas_be linguas_br linguas_brx linguas_cy linguas_dgo linguas_fa linguas_ga linguas_gd linguas_kk linguas_kn linguas_kok linguas_ks linguas_ku linguas_lb linguas_lo linguas_lt linguas_lv linguas_mai linguas_ml linguas_mn linguas_mni linguas_mr linguas_my linguas_nr linguas_nso linguas_oc linguas_or linguas_pa_IN linguas_ro linguas_rw linguas_sa_IN linguas_sat linguas_sd linguas_sh linguas_sr linguas_ss linguas_st linguas_sw_TZ linguas_ta linguas_te linguas_th linguas_tn linguas_ts linguas_tt linguas_uz linguas_ve linguas_xh linguas_zu +KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( LGPL-3 MPL-1.1 ) +RDEPEND=app-text/hunspell +RESTRICT=strip +SLOT=0 +SRC_URI=linguas_am? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_am.tar.gz ) ) linguas_ast? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ast.tar.gz ) ) linguas_bg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_bg.tar.gz ) ) linguas_bn_IN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_bn-IN.tar.gz ) ) linguas_bn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_bn.tar.gz ) ) linguas_bo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_bo.tar.gz ) ) linguas_bs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_bs.tar.gz ) ) linguas_ca_XV? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ca-XV.tar.gz ) ) linguas_ca? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ca.tar.gz ) ) linguas_cs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_cs.tar.gz ) ) linguas_da? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_da.tar.gz ) ) linguas_de? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_de.tar.gz ) ) linguas_dz? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_dz.tar.gz ) ) linguas_el? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_el.tar.gz ) ) linguas_en_GB? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_en-GB.tar.gz ) ) linguas_en? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_en-US.tar.gz ) ) linguas_en_ZA? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_en-ZA.tar.gz ) ) linguas_eo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_eo.tar.gz ) ) linguas_es? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_es.tar.gz ) ) linguas_et? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_et.tar.gz ) ) linguas_eu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_eu.tar.gz ) ) linguas_fi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_fi.tar.gz ) ) linguas_fr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_fr.tar.gz ) ) linguas_gl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_gl.tar.gz ) ) linguas_gu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_gu.tar.gz ) ) linguas_he? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_he.tar.gz ) ) linguas_hi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_hi.tar.gz ) ) linguas_hr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_hr.tar.gz ) ) linguas_hu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_hu.tar.gz ) ) linguas_id? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_id.tar.gz ) ) linguas_is? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_is.tar.gz ) ) linguas_it? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_it.tar.gz ) ) linguas_ja? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ja.tar.gz ) ) linguas_ka? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ka.tar.gz ) ) linguas_km? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_km.tar.gz ) ) linguas_ko? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ko.tar.gz ) ) linguas_mk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_mk.tar.gz ) ) linguas_nb? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_nb.tar.gz ) ) linguas_ne? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ne.tar.gz ) ) linguas_nl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_nl.tar.gz ) ) linguas_nn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_nn.tar.gz ) ) linguas_om? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_om.tar.gz ) ) linguas_pl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_pl.tar.gz ) ) linguas_pt_BR? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_pt-BR.tar.gz ) ) linguas_pt? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_pt.tar.gz ) ) linguas_ru? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ru.tar.gz ) ) linguas_si? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_si.tar.gz ) ) linguas_sid? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_sid.tar.gz ) ) linguas_sk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_sk.tar.gz ) ) linguas_sl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_sl.tar.gz ) ) linguas_sq? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_sq.tar.gz ) ) linguas_sv? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_sv.tar.gz ) ) linguas_tg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_tg.tar.gz ) ) linguas_tr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_tr.tar.gz ) ) linguas_ug? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_ug.tar.gz ) ) linguas_uk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_uk.tar.gz ) ) linguas_vi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_vi.tar.gz ) ) linguas_zh_CN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_zh-CN.tar.gz ) ) linguas_zh_TW? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_helppack_zh-TW.tar.gz ) ) linguas_am? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_am.tar.gz ) linguas_ast? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ast.tar.gz ) linguas_bg? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_bg.tar.gz ) linguas_bn_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_bn-IN.tar.gz ) linguas_bn? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_bn.tar.gz ) linguas_bo? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_bo.tar.gz ) linguas_bs? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_bs.tar.gz ) linguas_ca_XV? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ca-XV.tar.gz ) linguas_ca? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ca.tar.gz ) linguas_cs? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_cs.tar.gz ) linguas_da? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_da.tar.gz ) linguas_de? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_de.tar.gz ) linguas_dz? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_dz.tar.gz ) linguas_el? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_el.tar.gz ) linguas_en_GB? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_en-GB.tar.gz ) linguas_en_ZA? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_en-ZA.tar.gz ) linguas_eo? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_eo.tar.gz ) linguas_es? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_es.tar.gz ) linguas_et? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_et.tar.gz ) linguas_eu? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_eu.tar.gz ) linguas_fi? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_fi.tar.gz ) linguas_fr? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_fr.tar.gz ) linguas_gl? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_gl.tar.gz ) linguas_gu? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_gu.tar.gz ) linguas_he? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_he.tar.gz ) linguas_hi? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_hi.tar.gz ) linguas_hr? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_hr.tar.gz ) linguas_hu? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_hu.tar.gz ) linguas_id? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_id.tar.gz ) linguas_is? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_is.tar.gz ) linguas_it? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_it.tar.gz ) linguas_ja? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ja.tar.gz ) linguas_ka? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ka.tar.gz ) linguas_km? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_km.tar.gz ) linguas_ko? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ko.tar.gz ) linguas_mk? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_mk.tar.gz ) linguas_nb? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_nb.tar.gz ) linguas_ne? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ne.tar.gz ) linguas_nl? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_nl.tar.gz ) linguas_nn? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_nn.tar.gz ) linguas_om? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_om.tar.gz ) linguas_pl? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_pl.tar.gz ) linguas_pt_BR? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_pt-BR.tar.gz ) linguas_pt? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_pt.tar.gz ) linguas_ru? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ru.tar.gz ) linguas_si? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_si.tar.gz ) linguas_sid? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sid.tar.gz ) linguas_sk? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sk.tar.gz ) linguas_sl? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sl.tar.gz ) linguas_sq? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sq.tar.gz ) linguas_sv? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sv.tar.gz ) linguas_tg? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_tg.tar.gz ) linguas_tr? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_tr.tar.gz ) linguas_ug? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ug.tar.gz ) linguas_uk? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_uk.tar.gz ) linguas_vi? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_vi.tar.gz ) linguas_zh_CN? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_zh-CN.tar.gz ) linguas_zh_TW? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_zh-TW.tar.gz ) linguas_af? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_af.tar.gz ) linguas_ar? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ar.tar.gz ) linguas_as? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_as.tar.gz ) linguas_be? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_be.tar.gz ) linguas_br? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_br.tar.gz ) linguas_brx? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_brx.tar.gz ) linguas_cy? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_cy.tar.gz ) linguas_dgo? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_dgo.tar.gz ) linguas_fa? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_fa.tar.gz ) linguas_ga? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ga.tar.gz ) linguas_gd? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_gd.tar.gz ) linguas_kk? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_kk.tar.gz ) linguas_kn? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_kn.tar.gz ) linguas_kok? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_kok.tar.gz ) linguas_ks? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ks.tar.gz ) linguas_ku? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ku.tar.gz ) linguas_lb? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_lb.tar.gz ) linguas_lo? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_lo.tar.gz ) linguas_lt? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_lt.tar.gz ) linguas_lv? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_lv.tar.gz ) linguas_mai? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_mai.tar.gz ) linguas_ml? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ml.tar.gz ) linguas_mn? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_mn.tar.gz ) linguas_mni? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_mni.tar.gz ) linguas_mr? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_mr.tar.gz ) linguas_my? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_my.tar.gz ) linguas_nr? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_nr.tar.gz ) linguas_nso? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_nso.tar.gz ) linguas_oc? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_oc.tar.gz ) linguas_or? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_or.tar.gz ) linguas_pa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_pa-IN.tar.gz ) linguas_ro? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ro.tar.gz ) linguas_rw? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_rw.tar.gz ) linguas_sa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sa-IN.tar.gz ) linguas_sat? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sat.tar.gz ) linguas_sd? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sd.tar.gz ) linguas_sh? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sh.tar.gz ) linguas_sr? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sr.tar.gz ) linguas_ss? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ss.tar.gz ) linguas_st? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_st.tar.gz ) linguas_sw_TZ? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_sw-TZ.tar.gz ) linguas_ta? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ta.tar.gz ) linguas_te? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_te.tar.gz ) linguas_th? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_th.tar.gz ) linguas_tn? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_tn.tar.gz ) linguas_ts? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ts.tar.gz ) linguas_tt? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_tt.tar.gz ) linguas_uz? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_uz.tar.gz ) linguas_ve? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_ve.tar.gz ) linguas_xh? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_xh.tar.gz ) linguas_zu? ( http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86/LibreOffice_4.1.5_Linux_x86_rpm_langpack_zu.tar.gz ) +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=a4b147e97018a901212396d550fda40a diff --git a/metadata/md5-cache/app-office/libreoffice-l10n-4.2.1.1 b/metadata/md5-cache/app-office/libreoffice-l10n-4.2.1.1 new file mode 100644 index 000000000000..cabab028293c --- /dev/null +++ b/metadata/md5-cache/app-office/libreoffice-l10n-4.2.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=app-arch/rpm2targz-9.0.0.3g +DESCRIPTION=Translations for the Libreoffice suite. +EAPI=5 +HOMEPAGE=http://www.libreoffice.org +IUSE=offlinehelp linguas_am linguas_ast linguas_bg linguas_bn_IN linguas_bn linguas_bo linguas_bs linguas_ca_valencia linguas_ca linguas_cs linguas_da linguas_de linguas_dz linguas_el linguas_en_GB linguas_en linguas_en_ZA linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_km linguas_ko linguas_mk linguas_nb linguas_ne linguas_nl linguas_nn linguas_om linguas_pl linguas_pt_BR linguas_pt linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sv linguas_tg linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_af linguas_ar linguas_as linguas_be linguas_br linguas_brx linguas_cy linguas_dgo linguas_fa linguas_ga linguas_gd linguas_kk linguas_kmr_Latn linguas_kn linguas_kok linguas_ks linguas_lb linguas_lo linguas_lt linguas_lv linguas_mai linguas_ml linguas_mn linguas_mni linguas_mr linguas_my linguas_nr linguas_nso linguas_oc linguas_or linguas_pa_IN linguas_ro linguas_rw linguas_sa_IN linguas_sat linguas_sd linguas_sid linguas_sr_Latn linguas_sr linguas_ss linguas_st linguas_sw_TZ linguas_ta linguas_te linguas_th linguas_tn linguas_ts linguas_tt linguas_uz linguas_ve linguas_xh linguas_zu +KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( LGPL-3 MPL-1.1 ) +RDEPEND=app-text/hunspell +RESTRICT=strip +SLOT=0 +SRC_URI=linguas_am? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_am.tar.gz ) ) linguas_ast? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ast.tar.gz ) ) linguas_bg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_bg.tar.gz ) ) linguas_bn_IN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_bn-IN.tar.gz ) ) linguas_bn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_bn.tar.gz ) ) linguas_bo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_bo.tar.gz ) ) linguas_bs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_bs.tar.gz ) ) linguas_ca_valencia? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ca-valencia.tar.gz ) ) linguas_ca? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ca.tar.gz ) ) linguas_cs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_cs.tar.gz ) ) linguas_da? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_da.tar.gz ) ) linguas_de? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_de.tar.gz ) ) linguas_dz? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_dz.tar.gz ) ) linguas_el? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_el.tar.gz ) ) linguas_en_GB? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_en-GB.tar.gz ) ) linguas_en? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_en-US.tar.gz ) ) linguas_en_ZA? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_en-ZA.tar.gz ) ) linguas_eo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_eo.tar.gz ) ) linguas_es? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_es.tar.gz ) ) linguas_et? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_et.tar.gz ) ) linguas_eu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_eu.tar.gz ) ) linguas_fi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_fi.tar.gz ) ) linguas_fr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_fr.tar.gz ) ) linguas_gl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_gl.tar.gz ) ) linguas_gu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_gu.tar.gz ) ) linguas_he? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_he.tar.gz ) ) linguas_hi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_hi.tar.gz ) ) linguas_hr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_hr.tar.gz ) ) linguas_hu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_hu.tar.gz ) ) linguas_id? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_id.tar.gz ) ) linguas_is? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_is.tar.gz ) ) linguas_it? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_it.tar.gz ) ) linguas_ja? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ja.tar.gz ) ) linguas_ka? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ka.tar.gz ) ) linguas_km? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_km.tar.gz ) ) linguas_ko? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ko.tar.gz ) ) linguas_mk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_mk.tar.gz ) ) linguas_nb? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_nb.tar.gz ) ) linguas_ne? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ne.tar.gz ) ) linguas_nl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_nl.tar.gz ) ) linguas_nn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_nn.tar.gz ) ) linguas_om? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_om.tar.gz ) ) linguas_pl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_pl.tar.gz ) ) linguas_pt_BR? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_pt-BR.tar.gz ) ) linguas_pt? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_pt.tar.gz ) ) linguas_ru? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ru.tar.gz ) ) linguas_si? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_si.tar.gz ) ) linguas_sk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_sk.tar.gz ) ) linguas_sl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_sl.tar.gz ) ) linguas_sq? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_sq.tar.gz ) ) linguas_sv? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_sv.tar.gz ) ) linguas_tg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_tg.tar.gz ) ) linguas_tr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_tr.tar.gz ) ) linguas_ug? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_ug.tar.gz ) ) linguas_uk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_uk.tar.gz ) ) linguas_vi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_vi.tar.gz ) ) linguas_zh_CN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_zh-CN.tar.gz ) ) linguas_zh_TW? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_helppack_zh-TW.tar.gz ) ) linguas_am? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_am.tar.gz ) linguas_ast? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ast.tar.gz ) linguas_bg? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_bg.tar.gz ) linguas_bn_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_bn-IN.tar.gz ) linguas_bn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_bn.tar.gz ) linguas_bo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_bo.tar.gz ) linguas_bs? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_bs.tar.gz ) linguas_ca_valencia? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ca-valencia.tar.gz ) linguas_ca? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ca.tar.gz ) linguas_cs? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_cs.tar.gz ) linguas_da? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_da.tar.gz ) linguas_de? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_de.tar.gz ) linguas_dz? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_dz.tar.gz ) linguas_el? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_el.tar.gz ) linguas_en_GB? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_en-GB.tar.gz ) linguas_en_ZA? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_en-ZA.tar.gz ) linguas_eo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_eo.tar.gz ) linguas_es? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_es.tar.gz ) linguas_et? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_et.tar.gz ) linguas_eu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_eu.tar.gz ) linguas_fi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_fi.tar.gz ) linguas_fr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_fr.tar.gz ) linguas_gl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_gl.tar.gz ) linguas_gu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_gu.tar.gz ) linguas_he? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_he.tar.gz ) linguas_hi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_hi.tar.gz ) linguas_hr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_hr.tar.gz ) linguas_hu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_hu.tar.gz ) linguas_id? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_id.tar.gz ) linguas_is? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_is.tar.gz ) linguas_it? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_it.tar.gz ) linguas_ja? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ja.tar.gz ) linguas_ka? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ka.tar.gz ) linguas_km? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_km.tar.gz ) linguas_ko? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ko.tar.gz ) linguas_mk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_mk.tar.gz ) linguas_nb? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_nb.tar.gz ) linguas_ne? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ne.tar.gz ) linguas_nl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_nl.tar.gz ) linguas_nn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_nn.tar.gz ) linguas_om? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_om.tar.gz ) linguas_pl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_pl.tar.gz ) linguas_pt_BR? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_pt-BR.tar.gz ) linguas_pt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_pt.tar.gz ) linguas_ru? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ru.tar.gz ) linguas_si? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_si.tar.gz ) linguas_sk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sk.tar.gz ) linguas_sl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sl.tar.gz ) linguas_sq? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sq.tar.gz ) linguas_sv? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sv.tar.gz ) linguas_tg? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_tg.tar.gz ) linguas_tr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_tr.tar.gz ) linguas_ug? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ug.tar.gz ) linguas_uk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_uk.tar.gz ) linguas_vi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_vi.tar.gz ) linguas_zh_CN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_zh-CN.tar.gz ) linguas_zh_TW? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_zh-TW.tar.gz ) linguas_af? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_af.tar.gz ) linguas_ar? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ar.tar.gz ) linguas_as? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_as.tar.gz ) linguas_be? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_be.tar.gz ) linguas_br? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_br.tar.gz ) linguas_brx? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_brx.tar.gz ) linguas_cy? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_cy.tar.gz ) linguas_dgo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_dgo.tar.gz ) linguas_fa? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_fa.tar.gz ) linguas_ga? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ga.tar.gz ) linguas_gd? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_gd.tar.gz ) linguas_kk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_kk.tar.gz ) linguas_kmr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_kmr-Latn.tar.gz ) linguas_kn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_kn.tar.gz ) linguas_kok? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_kok.tar.gz ) linguas_ks? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ks.tar.gz ) linguas_lb? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_lb.tar.gz ) linguas_lo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_lo.tar.gz ) linguas_lt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_lt.tar.gz ) linguas_lv? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_lv.tar.gz ) linguas_mai? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_mai.tar.gz ) linguas_ml? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ml.tar.gz ) linguas_mn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_mn.tar.gz ) linguas_mni? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_mni.tar.gz ) linguas_mr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_mr.tar.gz ) linguas_my? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_my.tar.gz ) linguas_nr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_nr.tar.gz ) linguas_nso? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_nso.tar.gz ) linguas_oc? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_oc.tar.gz ) linguas_or? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_or.tar.gz ) linguas_pa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_pa-IN.tar.gz ) linguas_ro? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ro.tar.gz ) linguas_rw? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_rw.tar.gz ) linguas_sa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sa-IN.tar.gz ) linguas_sat? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sat.tar.gz ) linguas_sd? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sd.tar.gz ) linguas_sid? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sid.tar.gz ) linguas_sr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sr-Latn.tar.gz ) linguas_sr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sr.tar.gz ) linguas_ss? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ss.tar.gz ) linguas_st? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_st.tar.gz ) linguas_sw_TZ? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_sw-TZ.tar.gz ) linguas_ta? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ta.tar.gz ) linguas_te? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_te.tar.gz ) linguas_th? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_th.tar.gz ) linguas_tn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_tn.tar.gz ) linguas_ts? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ts.tar.gz ) linguas_tt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_tt.tar.gz ) linguas_uz? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_uz.tar.gz ) linguas_ve? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_ve.tar.gz ) linguas_xh? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_xh.tar.gz ) linguas_zu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.1/rpm/x86/LibreOffice_4.2.1_Linux_x86_rpm_langpack_zu.tar.gz ) +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=01b2f11b94a944ba73fcd0a321e4c643 diff --git a/metadata/md5-cache/app-office/unoconv-99999999 b/metadata/md5-cache/app-office/unoconv-99999999 index 93b7efed112e..b2d0fcab0227 100644 --- a/metadata/md5-cache/app-office/unoconv-99999999 +++ b/metadata/md5-cache/app-office/unoconv-99999999 @@ -6,5 +6,5 @@ HOMEPAGE=http://dag.wieers.com/home-made/unoconv/ LICENSE=GPL-2 RDEPEND=!app-text/odt2txt virtual/ooo =dev-lang/python-2* SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=11105a09e5f8b55c2f3dd4cdcf1b40f2 diff --git a/metadata/md5-cache/app-officeext/ooofbtools-2.25 b/metadata/md5-cache/app-officeext/ooofbtools-2.25 index ef6d874ab225..18d05827085f 100644 --- a/metadata/md5-cache/app-officeext/ooofbtools-2.25 +++ b/metadata/md5-cache/app-officeext/ooofbtools-2.25 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( office_implementation_libreoffice office_implementation_openof SLOT=0 SRC_URI=http://www.fbtools.org/project-updates/ooofbtools-225/OOoFBTools-2.25.7z _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f office-ext-r1 370fdf6c0ffd835405efe2e8e16d1771 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=6ad2eee5ffbe59ebf0b30ccd403629bc +_md5_=036c64889b65525da252542df78b5c3d diff --git a/metadata/md5-cache/app-portage/diffmask-9999 b/metadata/md5-cache/app-portage/diffmask-9999 index b88a6b5d4f73..9207082df858 100644 --- a/metadata/md5-cache/app-portage/diffmask-9999 +++ b/metadata/md5-cache/app-portage/diffmask-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5d7ea547b1645bc8a85fe8b6fee4ce22 diff --git a/metadata/md5-cache/app-portage/epm-9999 b/metadata/md5-cache/app-portage/epm-9999 index 53f5f51b9435..ecac3a7645d9 100644 --- a/metadata/md5-cache/app-portage/epm-9999 +++ b/metadata/md5-cache/app-portage/epm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/fuzzyray/epm LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8e854452fa1494605ec19190738c8850 diff --git a/metadata/md5-cache/app-portage/esearch-9999 b/metadata/md5-cache/app-portage/esearch-9999 index 3159d7178522..315cd4489984 100644 --- a/metadata/md5-cache/app-portage/esearch-9999 +++ b/metadata/md5-cache/app-portage/esearch-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=sys-apps/portage python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[readline(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[readline(+)] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[readline(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[readline(+)] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=db8f2b285de1a39bbd32205a8a51e2be diff --git a/metadata/md5-cache/app-portage/euscan-9999 b/metadata/md5-cache/app-portage/euscan-9999 index 5d1d9378b994..2f475d909ca6 100644 --- a/metadata/md5-cache/app-portage/euscan-9999 +++ b/metadata/md5-cache/app-portage/euscan-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=app-portage/gentoolkit-0.2.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/beautifulsoup[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3cd298665e031b51a090a248911241e6 diff --git a/metadata/md5-cache/app-portage/flaggie-9999 b/metadata/md5-cache/app-portage/flaggie-9999 index e5cb7796a5ec..d89e9e4cd99d 100644 --- a/metadata/md5-cache/app-portage/flaggie-9999 +++ b/metadata/md5-cache/app-portage/flaggie-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f25d1bd2cc652e17afb04dec4cd0164f diff --git a/metadata/md5-cache/app-portage/genlop-9999 b/metadata/md5-cache/app-portage/genlop-9999 index 5bcf115d4140..8325333415b2 100644 --- a/metadata/md5-cache/app-portage/genlop-9999 +++ b/metadata/md5-cache/app-portage/genlop-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/perl LICENSE=GPL-2 RDEPEND=dev-lang/perl dev-perl/DateManip dev-perl/libwww-perl SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f9d33833ff03b37f6f6243bd11420e82 diff --git a/metadata/md5-cache/app-portage/gentoolkit-9999 b/metadata/md5-cache/app-portage/gentoolkit-9999 index d9fb0983d11a..518416e78990 100644 --- a/metadata/md5-cache/app-portage/gentoolkit-9999 +++ b/metadata/md5-cache/app-portage/gentoolkit-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=sys-apps/portage !<=app-portage/gentoolkit-dev-0.2.7 || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) sys-apps/gawk sys-apps/grep virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[xml(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml(+)] ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0[xml(+)] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a5f267b8d0626de149f1fcc552ead337 diff --git a/metadata/md5-cache/app-portage/gentoolkit-dev-9999 b/metadata/md5-cache/app-portage/gentoolkit-dev-9999 index 5c88b104d5e3..79e3f2089277 100644 --- a/metadata/md5-cache/app-portage/gentoolkit-dev-9999 +++ b/metadata/md5-cache/app-portage/gentoolkit-dev-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/portage/tools/index.xml LICENSE=GPL-2 RDEPEND=sys-apps/portage dev-lang/perl sys-apps/diffutils || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-3.3*[xml] =dev-lang/python-3.2*[xml] =dev-lang/python-3.1*[xml] =dev-lang/python-2.7*[xml] =dev-lang/python-2.6*[xml] ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7794296c36092867d5fcd02209786dcc diff --git a/metadata/md5-cache/app-portage/gentoopm-9999 b/metadata/md5-cache/app-portage/gentoopm-9999 index 42a92b64b1b9..6ec4d4b85101 100644 --- a/metadata/md5-cache/app-portage/gentoopm-9999 +++ b/metadata/md5-cache/app-portage/gentoopm-9999 @@ -9,5 +9,5 @@ PDEPEND=app-admin/eselect-package-manager RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] >=sys-apps/paludis-0.64.2[python-bindings] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d0ea68e9a1722e268c573b2b08254a9b diff --git a/metadata/md5-cache/app-portage/gpyutils-9999 b/metadata/md5-cache/app-portage/gpyutils-9999 index 8cb182a6f3ee..084848c4eb4b 100644 --- a/metadata/md5-cache/app-portage/gpyutils-9999 +++ b/metadata/md5-cache/app-portage/gpyutils-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=app-portage/gentoopm-0.2.9[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6e2ac2d3963a26b8946222a3a41fa3c3 diff --git a/metadata/md5-cache/app-portage/install-mask-9999 b/metadata/md5-cache/app-portage/install-mask-9999 index 7a2cae1618d4..0c32b8ecb3d5 100644 --- a/metadata/md5-cache/app-portage/install-mask-9999 +++ b/metadata/md5-cache/app-portage/install-mask-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-portage/flaggie[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2afd9c846af967b07cc403746d29acb1 diff --git a/metadata/md5-cache/app-portage/layman-9999 b/metadata/md5-cache/app-portage/layman-9999 index 0f9f3f92c523..12328c17e9be 100644 --- a/metadata/md5-cache/app-portage/layman-9999 +++ b/metadata/md5-cache/app-portage/layman-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=bazaar? ( dev-vcs/bzr ) cvs? ( dev-vcs/cvs ) darcs? ( dev-vcs/darcs ) git? ( dev-vcs/git ) mercurial? ( dev-vcs/mercurial ) subversion? ( || ( >=dev-vcs/subversion-1.5.4[http] >=dev-vcs/subversion-1.5.4[webdav-neon] >=dev-vcs/subversion-1.5.4[webdav-serf] ) ) gpg? ( =dev-python/pyGPG-9999 ) virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] >=dev-python/requests-1.2.1 dev-python/ndg-httpsclient dev-python/pyasn1 >=dev-python/pyopenssl-0.13 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0[xml(+)] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7d50ded72f96e2d2f226fbca00baac6a diff --git a/metadata/md5-cache/app-portage/layman-dbtools-0_p20100322 b/metadata/md5-cache/app-portage/layman-dbtools-0_p20100322 index f22f95925f24..0c2120f97593 100644 --- a/metadata/md5-cache/app-portage/layman-dbtools-0_p20100322 +++ b/metadata/md5-cache/app-portage/layman-dbtools-0_p20100322 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=app-portage/layman =dev-lang/python-2* =dev-lang/python-2*[xml] SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=92d9de3e66969e180b33e25bacd4bc8a diff --git a/metadata/md5-cache/app-portage/metagen-9999 b/metadata/md5-cache/app-portage/metagen-9999 index b92fe73d1aef..5cdc5649defc 100644 --- a/metadata/md5-cache/app-portage/metagen-9999 +++ b/metadata/md5-cache/app-portage/metagen-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=>=dev-python/jaxml-3.01[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] >=sys-apps/portage-2.1.9.42[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=34636cba05b11964a307a3f058c26163 diff --git a/metadata/md5-cache/app-portage/mirrorselect-9999 b/metadata/md5-cache/app-portage/mirrorselect-9999 index f922536a2b67..10035042fbdb 100644 --- a/metadata/md5-cache/app-portage/mirrorselect-9999 +++ b/metadata/md5-cache/app-portage/mirrorselect-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-util/dialog net-analyzer/netselect python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[xml] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c367026264e0aff2dd7a31973bc43c30 diff --git a/metadata/md5-cache/app-portage/pms-test-suite-9999 b/metadata/md5-cache/app-portage/pms-test-suite-9999 index e0a178ed702c..b6afbbefde5b 100644 --- a/metadata/md5-cache/app-portage/pms-test-suite-9999 +++ b/metadata/md5-cache/app-portage/pms-test-suite-9999 @@ -7,5 +7,5 @@ IUSE=doc test LICENSE=BSD-2 RDEPEND=>=app-portage/gentoopm-0.1.5 dev-python/dbus-python dev-python/pygobject:2 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a99ef98ff3791d06d7fa5518db8c9b6a diff --git a/metadata/md5-cache/app-portage/repo-commit-9999 b/metadata/md5-cache/app-portage/repo-commit-9999 index 8b6aad7a21cd..d40ac71ea22d 100644 --- a/metadata/md5-cache/app-portage/repo-commit-9999 +++ b/metadata/md5-cache/app-portage/repo-commit-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/gentoo/repo-commit/ LICENSE=BSD RDEPEND=|| ( >=sys-apps/portage-2.2.0_alpha86 ( >=sys-apps/portage-2.1.10.30 =app-portage/gentoopm-0.2.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f27fb7266024b950ec8fb674427616fc diff --git a/metadata/md5-cache/app-portage/tatt-9999 b/metadata/md5-cache/app-portage/tatt-9999 index 4b8d16b91b4a..d81d2d9e24e5 100644 --- a/metadata/md5-cache/app-portage/tatt-9999 +++ b/metadata/md5-cache/app-portage/tatt-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-portage/eix app-portage/gentoolkit www-client/pybugz dev-python/configobj python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a726f4726096a0f0d04c2d4a68e11500 diff --git a/metadata/md5-cache/app-portage/ufed-9999 b/metadata/md5-cache/app-portage/ufed-9999 index aae1e48deda6..6b80df50c869 100644 --- a/metadata/md5-cache/app-portage/ufed-9999 +++ b/metadata/md5-cache/app-portage/ufed-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/ LICENSE=GPL-2 RDEPEND=sys-libs/ncurses dev-lang/perl SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1f730c7f01449e0e15c371b0fdb2a9b0 diff --git a/metadata/md5-cache/app-shells/zsh-completion-99999999 b/metadata/md5-cache/app-shells/zsh-completion-99999999 index 9553cdea623c..7a496c7e54c7 100644 --- a/metadata/md5-cache/app-shells/zsh-completion-99999999 +++ b/metadata/md5-cache/app-shells/zsh-completion-99999999 @@ -6,5 +6,5 @@ HOMEPAGE=http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git LICENSE=ZSH RDEPEND=>=app-shells/zsh-4.3.5 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=111ca37755e0e479c5db37537689921f diff --git a/metadata/md5-cache/app-text/fbless-9999 b/metadata/md5-cache/app-text/fbless-9999 index 1bcd173b9861..1bdbd2276c79 100644 --- a/metadata/md5-cache/app-text/fbless-9999 +++ b/metadata/md5-cache/app-text/fbless-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=53fdf39e210e965cc5883079996f9fd4 diff --git a/metadata/md5-cache/app-text/jmupdf-9999 b/metadata/md5-cache/app-text/jmupdf-9999 index 88bf24614df9..b567d5cc55b0 100644 --- a/metadata/md5-cache/app-text/jmupdf-9999 +++ b/metadata/md5-cache/app-text/jmupdf-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-1 RDEPEND=system-mupdf? ( >=app-text/mupdf-1.2 ) virtual/jdk:1.7 >=dev-java/java-config-2.1.9-r1 REQUIRED_USE=!system-mupdf SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b881e693c464199893f76dca2e09d9e6 diff --git a/metadata/md5-cache/app-text/libabw-0.0.1 b/metadata/md5-cache/app-text/libabw-0.0.2 similarity index 54% rename from metadata/md5-cache/app-text/libabw-0.0.1 rename to metadata/md5-cache/app-text/libabw-0.0.2 index 78370ab04267..ce90af801b6f 100644 --- a/metadata/md5-cache/app-text/libabw-0.0.1 +++ b/metadata/md5-cache/app-text/libabw-0.0.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=app-text/libwpd:0.9 >=app-text/libwpg-0.2.2:0.2 dev-libs/libxml2 sys-libs/zlib >=dev-libs/boost-1.46 sys-devel/libtool virtual/pkgconfig doc? ( app-doc/doxygen ) +DEPEND=app-text/libwpd:0.9 dev-libs/libxml2 sys-libs/zlib >=dev-libs/boost-1.46 sys-devel/libtool virtual/pkgconfig doc? ( app-doc/doxygen ) DESCRIPTION=Library parsing abiword documents EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/libabw/ IUSE=doc static-libs KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=LGPL-2.1 -RDEPEND=app-text/libwpd:0.9 >=app-text/libwpg-0.2.2:0.2 dev-libs/libxml2 sys-libs/zlib +RDEPEND=app-text/libwpd:0.9 dev-libs/libxml2 sys-libs/zlib SLOT=0 -SRC_URI=http://dev-www.libreoffice.org/src//libabw-0.0.1.tar.xz +SRC_URI=http://dev-www.libreoffice.org/src//libabw-0.0.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=01b8396684c670c2963eb9f79686c281 +_md5_=d149872ac269aa2ff15badc702b12f2d diff --git a/metadata/md5-cache/app-text/libetonyek-9999 b/metadata/md5-cache/app-text/libetonyek-9999 index fa39448a56d8..168bed66e2c7 100644 --- a/metadata/md5-cache/app-text/libetonyek-9999 +++ b/metadata/md5-cache/app-text/libetonyek-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs test LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 ) RDEPEND=app-text/libwpd:0.9 dev-libs/boost:= dev-libs/libxml2 sys-libs/zlib SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fdab3024dd1092bdd2c1d5d8126e4b01 diff --git a/metadata/md5-cache/app-text/libmspub-9999 b/metadata/md5-cache/app-text/libmspub-9999 index d8c0243db41f..ac7d2df94819 100644 --- a/metadata/md5-cache/app-text/libmspub-9999 +++ b/metadata/md5-cache/app-text/libmspub-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=LGPL-2.1 RDEPEND=app-text/libwpd:0.9 app-text/libwpg:0.2 dev-libs/icu:= sys-libs/zlib SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e280a79dd151041b2b2e7b4e07b09a2b diff --git a/metadata/md5-cache/app-text/llpp-9999 b/metadata/md5-cache/app-text/llpp-9999 index 162ba14a7dc1..67584a17c3a3 100644 --- a/metadata/md5-cache/app-text/llpp-9999 +++ b/metadata/md5-cache/app-text/llpp-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=x11-misc/xsel !static? ( >=app-text/mupdf-1.3:= media-libs/openjpeg:2 media-libs/freetype:2 media-libs/jbig2dec sys-libs/zlib virtual/jpeg:0 x11-libs/libX11 ) RESTRICT=!ocamlopt? ( strip ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=47cf83db419fc01f87c6c3ada847f42b diff --git a/metadata/md5-cache/app-text/mupdf-9999 b/metadata/md5-cache/app-text/mupdf-9999 index f919596f2b14..a5539ef9fb18 100644 --- a/metadata/md5-cache/app-text/mupdf-9999 +++ b/metadata/md5-cache/app-text/mupdf-9999 @@ -7,5 +7,5 @@ IUSE=X vanilla static static-libs LICENSE=AGPL-3 RDEPEND=dev-libs/openssl[static-libs?] media-libs/freetype:2[static-libs?] media-libs/jbig2dec[static-libs?] media-libs/openjpeg:2[static-libs?] net-misc/curl[static-libs?] virtual/jpeg[static-libs?] X? ( x11-libs/libX11[static-libs?] x11-libs/libXext[static-libs?] ) SLOT=0/1.3 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=833c36ceac5723b9a093341b7b709d94 diff --git a/metadata/md5-cache/app-text/nfoview-9999 b/metadata/md5-cache/app-text/nfoview-9999 index f4a36361e319..08182fbcda21 100644 --- a/metadata/md5-cache/app-text/nfoview-9999 +++ b/metadata/md5-cache/app-text/nfoview-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://home.gna.org/nfoview/ LICENSE=GPL-3 RDEPEND=dev-python/pygobject:3 media-fonts/terminus-font || ( =dev-lang/python-3.3* =dev-lang/python-3.2* ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=daa39d98e425dd0cb7b36c6bf77c2b83 diff --git a/metadata/md5-cache/app-text/unpaper-9999 b/metadata/md5-cache/app-text/unpaper-9999 index cd679f4b7cfe..847d5e293826 100644 --- a/metadata/md5-cache/app-text/unpaper-9999 +++ b/metadata/md5-cache/app-text/unpaper-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.flameeyes.eu/projects/unpaper IUSE=test LICENSE=GPL-2 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2c80448f493ded1289ccc0ec4fdedfd9 diff --git a/metadata/md5-cache/app-text/xournal-9999 b/metadata/md5-cache/app-text/xournal-9999 index 13f6c439b32b..f1b1f6570920 100644 --- a/metadata/md5-cache/app-text/xournal-9999 +++ b/metadata/md5-cache/app-text/xournal-9999 @@ -7,5 +7,5 @@ IUSE=+pdf vanilla LICENSE=GPL-2 RDEPEND=app-text/poppler:=[cairo] dev-libs/atk dev-libs/glib gnome-base/libgnomecanvas media-libs/freetype media-libs/fontconfig sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=47c54c2a28c2a81856724796aacb6b44 diff --git a/metadata/md5-cache/app-text/zathura-9999 b/metadata/md5-cache/app-text/zathura-9999 index a9357ed43f90..355e1e2ae1c1 100644 --- a/metadata/md5-cache/app-text/zathura-9999 +++ b/metadata/md5-cache/app-text/zathura-9999 @@ -7,5 +7,5 @@ IUSE=+doc +deprecated magic sqlite test test LICENSE=ZLIB RDEPEND=>=dev-libs/glib-2.28:2 x11-libs/cairo:= deprecated? ( >=dev-libs/girara-0.1.8:2 ) !deprecated? ( >=dev-libs/girara-0.1.8:3 ) magic? ( sys-apps/file ) sqlite? ( dev-db/sqlite:3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=29efe5b3018ce62dc5c89ee7441a3f3c diff --git a/metadata/md5-cache/app-text/zathura-cb-9999 b/metadata/md5-cache/app-text/zathura-cb-9999 index b9c38da30d36..ee6f06f47451 100644 --- a/metadata/md5-cache/app-text/zathura-cb-9999 +++ b/metadata/md5-cache/app-text/zathura-cb-9999 @@ -7,5 +7,5 @@ IUSE=+deprecated LICENSE=ZLIB RDEPEND=>=app-text/zathura-0.2.0[deprecated=] dev-libs/glib:2 app-arch/libarchive:= x11-libs/cairo:= app-arch/p7zip app-arch/tar app-arch/unrar app-arch/unzip SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a6c154c55cef2916121e61ab3d968dc3 diff --git a/metadata/md5-cache/app-text/zathura-djvu-9999 b/metadata/md5-cache/app-text/zathura-djvu-9999 index 60ab2daf9947..b1bbc9a345ec 100644 --- a/metadata/md5-cache/app-text/zathura-djvu-9999 +++ b/metadata/md5-cache/app-text/zathura-djvu-9999 @@ -7,5 +7,5 @@ IUSE=+deprecated LICENSE=ZLIB RDEPEND=>=app-text/djvu-3.5.24-r1 >=app-text/zathura-0.2.0[deprecated=] dev-libs/glib:2 x11-libs/cairo:= SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0a1f3e32abdfd5ef8d0c94df001104c6 diff --git a/metadata/md5-cache/app-text/zathura-pdf-mupdf-9999 b/metadata/md5-cache/app-text/zathura-pdf-mupdf-9999 index 8b73786395a6..7463113d2c92 100644 --- a/metadata/md5-cache/app-text/zathura-pdf-mupdf-9999 +++ b/metadata/md5-cache/app-text/zathura-pdf-mupdf-9999 @@ -7,5 +7,5 @@ IUSE=+deprecated LICENSE=ZLIB RDEPEND=!app-text/zathura-pdf-poppler >=app-text/mupdf-9999:= >=app-text/zathura-0.2.0[deprecated=] media-libs/jbig2dec media-libs/openjpeg:2 virtual/jpeg x11-libs/cairo:= SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1b3241ea8b4b9c6ba004a7569d965054 diff --git a/metadata/md5-cache/app-text/zathura-pdf-poppler-9999 b/metadata/md5-cache/app-text/zathura-pdf-poppler-9999 index 45a5ca153fa2..c03368ecdcec 100644 --- a/metadata/md5-cache/app-text/zathura-pdf-poppler-9999 +++ b/metadata/md5-cache/app-text/zathura-pdf-poppler-9999 @@ -7,5 +7,5 @@ IUSE=+deprecated LICENSE=ZLIB RDEPEND=app-text/poppler:=[cairo] >=app-text/zathura-0.2.0[deprecated=] x11-libs/cairo:= SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ef3b164f30ac028adda41f8a8b0d4348 diff --git a/metadata/md5-cache/app-text/zathura-ps-9999 b/metadata/md5-cache/app-text/zathura-ps-9999 index 0dc35c57ac41..863b219dc0fa 100644 --- a/metadata/md5-cache/app-text/zathura-ps-9999 +++ b/metadata/md5-cache/app-text/zathura-ps-9999 @@ -7,5 +7,5 @@ IUSE=+deprecated LICENSE=ZLIB RDEPEND=>=app-text/libspectre-0.2.6 >=app-text/zathura-0.2.0[deprecated=] dev-libs/glib:2 x11-libs/cairo:= SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5a249b900b4ab0c1aab9985d1d5d6e09 diff --git a/metadata/md5-cache/app-vim/airline-9999 b/metadata/md5-cache/app-vim/airline-9999 index 6865e136297c..548bd4a5e974 100644 --- a/metadata/md5-cache/app-vim/airline-9999 +++ b/metadata/md5-cache/app-vim/airline-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c _md5_=cad8314047069f9d2ae7c543cb783bf7 diff --git a/metadata/md5-cache/app-vim/exheres-syntax-99999999 b/metadata/md5-cache/app-vim/exheres-syntax-99999999 index 95054e38030f..651b4de5683d 100644 --- a/metadata/md5-cache/app-vim/exheres-syntax-99999999 +++ b/metadata/md5-cache/app-vim/exheres-syntax-99999999 @@ -5,5 +5,5 @@ HOMEPAGE=http://www.exherbo.org/ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c _md5_=edc0590bd9234395d388b0404ab3f2fc diff --git a/metadata/md5-cache/app-vim/gentoo-syntax-99999999 b/metadata/md5-cache/app-vim/gentoo-syntax-99999999 index 5633dca8f3aa..36e0011b28b2 100644 --- a/metadata/md5-cache/app-vim/gentoo-syntax-99999999 +++ b/metadata/md5-cache/app-vim/gentoo-syntax-99999999 @@ -7,5 +7,5 @@ IUSE=ignore-glep31 LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c _md5_=865107ccf2aa1690d394f6822ba88200 diff --git a/metadata/md5-cache/app-vim/syntastic-9999 b/metadata/md5-cache/app-vim/syntastic-9999 index c53fd4438558..5f50e049dd04 100644 --- a/metadata/md5-cache/app-vim/syntastic-9999 +++ b/metadata/md5-cache/app-vim/syntastic-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=2736 https://github.com LICENSE=WTFPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c _md5_=60b9922008e9a352d914cefac36c4834 diff --git a/metadata/md5-cache/app-vim/youcompleteme-99999999 b/metadata/md5-cache/app-vim/youcompleteme-99999999 index fde5b194f48a..d753a92f093a 100644 --- a/metadata/md5-cache/app-vim/youcompleteme-99999999 +++ b/metadata/md5-cache/app-vim/youcompleteme-99999999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] clang? ( >=sys-devel/clang-3.3 ) || ( app-editors/vim[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-editors/gvim[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c _md5_=1809df6c31e02204b9ea3bdb2b9995a2 diff --git a/metadata/md5-cache/dev-cpp/gflags-2.0-r1 b/metadata/md5-cache/dev-cpp/gflags-2.0-r1 new file mode 100644 index 000000000000..39deaf8b1baf --- /dev/null +++ b/metadata/md5-cache/dev-cpp/gflags-2.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install test +DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DESCRIPTION=Google's C++ argument parsing library +EAPI=5 +HOMEPAGE=http://code.google.com/p/gflags/ +IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +SLOT=0 +SRC_URI=http://gflags.googlecode.com/files/gflags-2.0.tar.gz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=f1ae1cf8559370dd57bce987d85b0048 diff --git a/metadata/md5-cache/dev-cpp/libcmis-9999 b/metadata/md5-cache/dev-cpp/libcmis-9999 index b5b58c8d50b2..f025aef468c3 100644 --- a/metadata/md5-cache/dev-cpp/libcmis-9999 +++ b/metadata/md5-cache/dev-cpp/libcmis-9999 @@ -7,5 +7,5 @@ IUSE=static-libs man test LICENSE=|| ( GPL-2 LGPL-2 MPL-1.1 ) RDEPEND=!dev-cpp/libcmis:0 dev-libs/boost:= dev-libs/libxml2 net-misc/curl SLOT=0.4 -_eclasses_=alternatives 326031758c86cd08f5844f475f03ac01 autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=alternatives 326031758c86cd08f5844f475f03ac01 autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=51f5b3addfb9737b158568e7141aca1d diff --git a/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r1 b/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r1 deleted file mode 100644 index 37a51fde5e03..000000000000 --- a/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install prepare test -DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 dev-util/build:0.3 -DESCRIPTION=A compiler frontend for the W3C XML Schema definition language. -EAPI=4 -HOMEPAGE=http://www.codesynthesis.com/projects/libxsd-frontend/ -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 -SLOT=0 -SRC_URI=http://www.codesynthesis.com/download/libxsd-frontend/1.18/libxsd-frontend-1.18.0.tar.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=03e61421f68938ccdc509564ae84f10f diff --git a/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r2 b/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r2 deleted file mode 100644 index 4dcce8357918..000000000000 --- a/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install prepare test -DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 dev-util/build:0.3 -DESCRIPTION=A compiler frontend for the W3C XML Schema definition language. -EAPI=5 -HOMEPAGE=http://www.codesynthesis.com/projects/libxsd-frontend/ -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 -SLOT=0 -SRC_URI=http://www.codesynthesis.com/download/libxsd-frontend/1.18/libxsd-frontend-1.18.0.tar.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b7b8e0b9daddbbfefb04e91940c830ef diff --git a/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0 b/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r3 similarity index 61% rename from metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0 rename to metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r3 index ca4c4b048811..202522483789 100644 --- a/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0 +++ b/metadata/md5-cache/dev-cpp/libxsd-frontend-1.18.0-r3 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure install prepare test -DEPEND=>=dev-libs/xerces-c-3 ~dev-libs/boost-1.49.0 >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 dev-util/build:0.3 +DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1:=[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 dev-util/build:0.3 DESCRIPTION=A compiler frontend for the W3C XML Schema definition language. -EAPI=4 +EAPI=5 HOMEPAGE=http://www.codesynthesis.com/projects/libxsd-frontend/ KEYWORDS=amd64 ~arm ppc ppc64 x86 LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-3 ~dev-libs/boost-1.49.0 >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 +RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1:=[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4 SLOT=0 SRC_URI=http://www.codesynthesis.com/download/libxsd-frontend/1.18/libxsd-frontend-1.18.0.tar.bz2 _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1756f74917f3ef8db51ccd422056291f +_md5_=ed5d32d9861cd76885f800a3ef08200a diff --git a/metadata/md5-cache/dev-cpp/xsd-3.3.0 b/metadata/md5-cache/dev-cpp/xsd-3.3.0 deleted file mode 100644 index 14560fbb31c9..000000000000 --- a/metadata/md5-cache/dev-cpp/xsd-3.3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.40.0 >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.17.0 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) dev-util/build doc? ( app-doc/doxygen ) -DESCRIPTION=An open-source, cross-platform W3C XML Schema to C++ data binding compiler. -EAPI=2 -HOMEPAGE=http://www.codesynthesis.com/products/xsd/ -IUSE=ace doc examples zlib -KEYWORDS=amd64 ~arm ppc ppc64 x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.40.0 >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.17.0 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) -SLOT=0 -SRC_URI=http://www.codesynthesis.com/download/xsd/3.3/xsd-3.3.0.tar.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=60676ffa69bee8c866271fc268353207 diff --git a/metadata/md5-cache/dev-cpp/xsd-3.3.0-r1 b/metadata/md5-cache/dev-cpp/xsd-3.3.0-r1 deleted file mode 100644 index b14d057644c9..000000000000 --- a/metadata/md5-cache/dev-cpp/xsd-3.3.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) dev-util/build doc? ( app-doc/doxygen ) -DESCRIPTION=An open-source, cross-platform W3C XML Schema to C++ data binding compiler. -EAPI=4 -HOMEPAGE=http://www.codesynthesis.com/products/xsd/ -IUSE=ace doc examples zlib -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) -SLOT=0 -SRC_URI=http://www.codesynthesis.com/download/xsd/3.3/xsd-3.3.0.tar.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7ae03cce764f0a47e7b9b61059e8b3aa diff --git a/metadata/md5-cache/dev-cpp/xsd-3.3.0-r2 b/metadata/md5-cache/dev-cpp/xsd-3.3.0-r2 deleted file mode 100644 index 8ad4f5c3d7c5..000000000000 --- a/metadata/md5-cache/dev-cpp/xsd-3.3.0-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) dev-util/build doc? ( app-doc/doxygen ) -DESCRIPTION=An open-source, cross-platform W3C XML Schema to C++ data binding compiler. -EAPI=5 -HOMEPAGE=http://www.codesynthesis.com/products/xsd/ -IUSE=ace doc examples test zlib -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) -SLOT=0 -SRC_URI=http://www.codesynthesis.com/download/xsd/3.3/xsd-3.3.0.tar.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=be7149a99ce4423bd18257b86085c122 diff --git a/metadata/md5-cache/dev-cpp/xsd-3.3.0-r3 b/metadata/md5-cache/dev-cpp/xsd-3.3.0-r3 new file mode 100644 index 000000000000..0fa9f9b599a2 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/xsd-3.3.0-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1:=[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) dev-util/build doc? ( app-doc/doxygen ) +DESCRIPTION=An open-source, cross-platform W3C XML Schema to C++ data binding compiler. +EAPI=5 +HOMEPAGE=http://www.codesynthesis.com/products/xsd/ +IUSE=ace doc examples test zlib +KEYWORDS=amd64 ~arm ppc ppc64 x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/xerces-c-3 >=dev-libs/boost-1.52.0-r1:=[threads] >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libxsd-frontend-1.18.0-r1 >=dev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) zlib? ( sys-libs/zlib ) +SLOT=0 +SRC_URI=http://www.codesynthesis.com/download/xsd/3.3/xsd-3.3.0.tar.bz2 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=73554c9e6ae1815eee63b650022bdf4b diff --git a/metadata/md5-cache/dev-db/ctdb-9999 b/metadata/md5-cache/dev-db/ctdb-9999 index 356e68b6f0c0..2ae3f7b52ee4 100644 --- a/metadata/md5-cache/dev-db/ctdb-9999 +++ b/metadata/md5-cache/dev-db/ctdb-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://ctdb.samba.org/ LICENSE=GPL-3 RDEPEND=dev-libs/popt SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=95bb15200aae9affaf7cacd3ce343952 diff --git a/metadata/md5-cache/dev-db/pgmemcache-2.1.2 b/metadata/md5-cache/dev-db/pgmemcache-2.1.2 new file mode 100644 index 000000000000..69d0217ed2da --- /dev/null +++ b/metadata/md5-cache/dev-db/pgmemcache-2.1.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DEPEND=dev-db/postgresql-base dev-libs/cyrus-sasl >=dev-libs/libmemcached-1.0.18[sasl] +DESCRIPTION=A PostgreSQL API based on libmemcached to interface with memcached +EAPI=5 +HOMEPAGE=http://pgfoundry.org/projects/pgmemcache https://github.com/ohmu/pgmemcache +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-db/postgresql-base dev-libs/cyrus-sasl >=dev-libs/libmemcached-1.0.18[sasl] +SLOT=0 +SRC_URI=https://github.com/ohmu/pgmemcache/archive/2.1.2.tar.gz -> pgmemcache-2.1.2.tar.gz +_md5_=6df57aff665d6c1a46da3dab6175fd9b diff --git a/metadata/md5-cache/dev-db/phpmyadmin-4.1.7 b/metadata/md5-cache/dev-db/phpmyadmin-4.1.7 index ae5441bd994a..e36c65e901d7 100644 --- a/metadata/md5-cache/dev-db/phpmyadmin-4.1.7 +++ b/metadata/md5-cache/dev-db/phpmyadmin-4.1.7 @@ -4,10 +4,10 @@ DESCRIPTION=Web-based administration for MySQL database in PHP EAPI=4 HOMEPAGE=http://www.phpmyadmin.net/ IUSE=setup vhosts -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-2 RDEPEND=dev-lang/php[crypt,ctype,filter,json,session,unicode] || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) virtual/httpd-php >=app-admin/webapp-config-1.50.15 SLOT=4.1.7 SRC_URI=mirror://sourceforge/phpmyadmin/phpMyAdmin-4.1.7-all-languages.tar.xz _eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 48b38a216afb92db6314d6c3187abea3 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=d5c86c3907e090e842ee2762eca7fd6b +_md5_=5b779e04ef086752a2ed615f016c9333 diff --git a/metadata/md5-cache/dev-db/phppgadmin-9999 b/metadata/md5-cache/dev-db/phppgadmin-9999 index c08df6bad9c3..3352e84cad11 100644 --- a/metadata/md5-cache/dev-db/phppgadmin-9999 +++ b/metadata/md5-cache/dev-db/phppgadmin-9999 @@ -7,5 +7,5 @@ IUSE=vhosts LICENSE=GPL-2 RDEPEND=|| ( =dev-lang/php-5.3 ) dev-lang/php[postgres,session] >=app-admin/webapp-config-1.50.15 SLOT=9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 webapp 25b9b1696f5e698711f47d45c3d45e3e +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 webapp 25b9b1696f5e698711f47d45c3d45e3e _md5_=c0f3573bea41e64eafdee8768586894e diff --git a/metadata/md5-cache/dev-db/postgresql-base-9999 b/metadata/md5-cache/dev-db/postgresql-base-9999 index ba9b720780e7..fafb38a5cce8 100644 --- a/metadata/md5-cache/dev-db/postgresql-base-9999 +++ b/metadata/md5-cache/dev-db/postgresql-base-9999 @@ -9,5 +9,5 @@ RDEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerbe RESTRICT=test SLOT=9.4 SRC_URI=http://dev.gentoo.org/~titanofold/postgresql-patches-9.3-r1.tbz2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1f7858a062f00d54d09de316f18b94aa diff --git a/metadata/md5-cache/dev-db/postgresql-server-9999 b/metadata/md5-cache/dev-db/postgresql-server-9999 index 16397d379e6d..7000c083e1ba 100644 --- a/metadata/md5-cache/dev-db/postgresql-server-9999 +++ b/metadata/md5-cache/dev-db/postgresql-server-9999 @@ -8,5 +8,5 @@ LICENSE=POSTGRESQL GPL-2 RDEPEND=~dev-db/postgresql-base-9999:9.4[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) SLOT=9.4 SRC_URI=http://dev.gentoo.org/~titanofold/postgresql-initscript-2.4.tbz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.3-r1.tbz2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=35e7ddc26c369931b3731e0f915dc10c diff --git a/metadata/md5-cache/dev-dotnet/pe-format-2.9999 b/metadata/md5-cache/dev-dotnet/pe-format-2.9999 index c7c5fcbbad0f..c7b690e797fb 100644 --- a/metadata/md5-cache/dev-dotnet/pe-format-2.9999 +++ b/metadata/md5-cache/dev-dotnet/pe-format-2.9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/pe-format2/ LICENSE=GPL-2 RDEPEND=!=dev-lang/python-2.6.8-r3:2.6[sqlite] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 _md5_=534320d8f5cbbfbcfb2ff58850320833 diff --git a/metadata/md5-cache/dev-embedded/libftdi-9999 b/metadata/md5-cache/dev-embedded/libftdi-9999 index 8b492e406900..d1cf70437abf 100644 --- a/metadata/md5-cache/dev-embedded/libftdi-9999 +++ b/metadata/md5-cache/dev-embedded/libftdi-9999 @@ -7,5 +7,5 @@ IUSE=cxx doc examples python static-libs tools LICENSE=LGPL-2 RDEPEND=virtual/libusb:1 cxx? ( dev-libs/boost ) python? ( dev-lang/python ) tools? ( dev-libs/confuse ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3e2ee2a8aba42a9b285c554d031002c0 diff --git a/metadata/md5-cache/dev-embedded/openocd-9999 b/metadata/md5-cache/dev-embedded/openocd-9999 index c87de7d92047..dc218f9b7752 100644 --- a/metadata/md5-cache/dev-embedded/openocd-9999 +++ b/metadata/md5-cache/dev-embedded/openocd-9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-lang/jimtcl-0.73 usb? ( virtual/libusb:0 ) presto? ( dev-embedded/ REQUIRED_USE=blaster? ( || ( ftdi ftd2xx ) ) ftdi? ( !ftd2xx ) RESTRICT=strip SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7662c2493ee517e3df631068ebd121c9 diff --git a/metadata/md5-cache/dev-embedded/urjtag-9999 b/metadata/md5-cache/dev-embedded/urjtag-9999 index ce7434123677..483c69cd3b6b 100644 --- a/metadata/md5-cache/dev-embedded/urjtag-9999 +++ b/metadata/md5-cache/dev-embedded/urjtag-9999 @@ -7,5 +7,5 @@ IUSE=ftd2xx ftdi readline static-libs usb LICENSE=GPL-2 RDEPEND=ftdi? ( dev-embedded/libftdi ) ftd2xx? ( dev-embedded/libftd2xx ) readline? ( sys-libs/readline ) usb? ( virtual/libusb:1 ) !dev-embedded/jtag SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=13a8205ee7d0ff1251bac2bfe016c41f diff --git a/metadata/md5-cache/dev-games/aseprite-9999 b/metadata/md5-cache/dev-games/aseprite-9999 index abbe4e71440f..4528e930c34c 100644 --- a/metadata/md5-cache/dev-games/aseprite-9999 +++ b/metadata/md5-cache/dev-games/aseprite-9999 @@ -7,5 +7,5 @@ IUSE=debug memleak static test LICENSE=GPL-2 FTL RDEPEND=dev-libs/tinyxml media-libs/allegro:0[X,png] media-libs/giflib media-libs/libpng:0 net-misc/curl sys-libs/zlib virtual/jpeg x11-libs/libX11 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fccb9017c2ea51c1f965e32218457db7 diff --git a/metadata/md5-cache/dev-haskell/cgi-3001.1.8.2 b/metadata/md5-cache/dev-haskell/cgi-3001.1.8.2 deleted file mode 100644 index 2f68c1efaa13..000000000000 --- a/metadata/md5-cache/dev-haskell/cgi-3001.1.8.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst prerm setup test -DEPEND=dev-haskell/monadcatchio-mtl >=dev-haskell/mtl-1.0 >=dev-haskell/network-2.0 >=dev-haskell/parsec-2.0 >=dev-haskell/xhtml-3000.0.0 >=dev-lang/ghc-6.10.1 >=dev-haskell/cabal-1.2 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A library for writing CGI programs -HOMEPAGE=http://andersk.mit.edu/haskell/cgi/ -IUSE=doc hscolour profile -KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 -LICENSE=BSD -RDEPEND=dev-haskell/monadcatchio-mtl >=dev-haskell/mtl-1.0 >=dev-haskell/network-2.0 >=dev-haskell/parsec-2.0 >=dev-haskell/xhtml-3000.0.0 >=dev-lang/ghc-6.10.1 -SLOT=0 -SRC_URI=mirror://hackage/packages/archive/cgi/3001.1.8.2/cgi-3001.1.8.2.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal 161e454d02c5a84ba5a39dd3d61366be multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=bf677065b7c6ebf1d9f707500c29b75c diff --git a/metadata/md5-cache/dev-haskell/cgi-3001.1.8.5 b/metadata/md5-cache/dev-haskell/cgi-3001.1.8.5 new file mode 100644 index 000000000000..c109a70f1252 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/cgi-3001.1.8.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm setup test +DEPEND=dev-haskell/monadcatchio-mtl:=[profile?] >=dev-haskell/mtl-1.0:=[profile?] >=dev-haskell/network-2.0:=[profile?] >=dev-haskell/parsec-2.0:=[profile?] >=dev-haskell/xhtml-3000.0.0:=[profile?] >=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6.0.3 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=A library for writing CGI programs +EAPI=5 +HOMEPAGE=http://andersk.mit.edu/haskell/cgi/ +IUSE=doc hscolour profile +KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 +LICENSE=BSD +RDEPEND=dev-haskell/monadcatchio-mtl:=[profile?] >=dev-haskell/mtl-1.0:=[profile?] >=dev-haskell/network-2.0:=[profile?] >=dev-haskell/parsec-2.0:=[profile?] >=dev-haskell/xhtml-3000.0.0:=[profile?] >=dev-lang/ghc-6.10.4:= +SLOT=0/3001.1.8.5 +SRC_URI=mirror://hackage/packages/archive/cgi/3001.1.8.5/cgi-3001.1.8.5.tar.gz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal 161e454d02c5a84ba5a39dd3d61366be multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=f588047af85146e7f8a4cb78deb784d1 diff --git a/metadata/md5-cache/dev-lang/jimtcl-9999 b/metadata/md5-cache/dev-lang/jimtcl-9999 index c4cf661e37fa..594a36b49689 100644 --- a/metadata/md5-cache/dev-lang/jimtcl-9999 +++ b/metadata/md5-cache/dev-lang/jimtcl-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://jim.tcl.tk IUSE=doc static-libs LICENSE=LGPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=72f40c3f49c3e8b789f13e55b763bb52 diff --git a/metadata/md5-cache/dev-lang/julia-0.2.0 b/metadata/md5-cache/dev-lang/julia-0.2.0 index dfae6a2df6e5..4389b1e16688 100644 --- a/metadata/md5-cache/dev-lang/julia-0.2.0 +++ b/metadata/md5-cache/dev-lang/julia-0.2.0 @@ -9,4 +9,4 @@ RDEPEND=sys-libs/readline SLOT=0 SRC_URI=http://gentooexperimental.org/~patrick/julia-0.2.0.tar.bz2 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz -> dsfmt-2.2.tar.gz http://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=55ecb2efa9aba22ce4a4608d9dc7894d +_md5_=73cf55c0fd42b0023950bfa1157f230f diff --git a/metadata/md5-cache/dev-lang/moarvm-9999 b/metadata/md5-cache/dev-lang/moarvm-9999 index 4c28928c1314..6f6db23dbc2b 100644 --- a/metadata/md5-cache/dev-lang/moarvm-9999 +++ b/metadata/md5-cache/dev-lang/moarvm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/MoarVM/MoarVM IUSE=doc LICENSE=Artistic-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=427fdd04469b0174a4e907a423950357 diff --git a/metadata/md5-cache/dev-lang/niecza-9999 b/metadata/md5-cache/dev-lang/niecza-9999 index 5d6976ef988e..1e0a4269bbdf 100644 --- a/metadata/md5-cache/dev-lang/niecza-9999 +++ b/metadata/md5-cache/dev-lang/niecza-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/sorear/niecza LICENSE=Artistic-2 RDEPEND=dev-lang/mono SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7dd6e4b3e492523fca847d916ad5a8eb diff --git a/metadata/md5-cache/dev-lang/opendylan-9999 b/metadata/md5-cache/dev-lang/opendylan-9999 index 9c14ea0253ac..304ca28480e9 100644 --- a/metadata/md5-cache/dev-lang/opendylan-9999 +++ b/metadata/md5-cache/dev-lang/opendylan-9999 @@ -7,5 +7,5 @@ LICENSE=Opendylan RDEPEND=dev-libs/boehm-gc[threads] dev-lang/perl dev-perl/XML-Parser || ( dev-lang/opendylan-bin dev-lang/opendylan ) RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e7b21107c66f2b7d7ae8333676edba35 diff --git a/metadata/md5-cache/dev-lang/python-exec-0.9999 b/metadata/md5-cache/dev-lang/python-exec-0.9999 index 1a5d3d599859..f03e31d56434 100644 --- a/metadata/md5-cache/dev-lang/python-exec-0.9999 +++ b/metadata/md5-cache/dev-lang/python-exec-0.9999 @@ -8,5 +8,5 @@ LICENSE=BSD-2 PDEPEND=>=dev-python/python-exec-10000:0 RDEPEND=!=dev-python/python-exec-10000:2 RDEPEND=!=dev-libs/nspr-4.9.4 virtual/libffi || ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-2.6.8-r3:2.6[threads] ) app-arch/zip virtual/pkgconfig -DESCRIPTION=Stand-alone JavaScript C library -EAPI=5 -HOMEPAGE=http://www.mozilla.org/js/spidermonkey/ -IUSE=debug jit minimal static-libs test -KEYWORDS=~alpha ~amd64 ~arm -hppa -ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=NPL-1.1 -RDEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi -REQUIRED_USE=debug? ( jit ) -SLOT=17 -SRC_URI=http://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7a503792501867c9fe7cb7e39c3e1ad9 diff --git a/metadata/md5-cache/dev-lang/spidermonkey-17.0.0-r2 b/metadata/md5-cache/dev-lang/spidermonkey-17.0.0-r2 index 608d955570df..2f1768fa8fd2 100644 --- a/metadata/md5-cache/dev-lang/spidermonkey-17.0.0-r2 +++ b/metadata/md5-cache/dev-lang/spidermonkey-17.0.0-r2 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi || ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-2.6.8-r3:2.6[threads] ) app-arch/zip virtual/pkgconfig +DEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi >=sys-libs/zlib-1.1.4 || ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-2.6.8-r3:2.6[threads] ) app-arch/zip virtual/pkgconfig DESCRIPTION=Stand-alone JavaScript C library EAPI=5 HOMEPAGE=http://www.mozilla.org/js/spidermonkey/ IUSE=debug jit minimal static-libs test -KEYWORDS=~alpha amd64 ~arm -hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm -hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd LICENSE=NPL-1.1 -RDEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi +RDEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi >=sys-libs/zlib-1.1.4 REQUIRED_USE=debug? ( jit ) RESTRICT=ia64? ( test ) SLOT=17 SRC_URI=http://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=cf462294d227d21d307493eb3ac6c0bd +_md5_=bc19afb40d76ae612e162d4011b9d61e diff --git a/metadata/md5-cache/dev-lang/spidermonkey-24.2.0 b/metadata/md5-cache/dev-lang/spidermonkey-24.2.0 index 618389189ea8..2b13f80138b9 100644 --- a/metadata/md5-cache/dev-lang/spidermonkey-24.2.0 +++ b/metadata/md5-cache/dev-lang/spidermonkey-24.2.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi system-icu? ( >=dev-libs/icu-1.51 ) || ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-2.6.8-r3:2.6[threads] ) app-arch/zip virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) =sys-devel/autoconf-2.1* sys-devel/libtool +DEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi >=sys-libs/zlib-1.1.4 system-icu? ( >=dev-libs/icu-1.51 ) || ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-2.6.8-r3:2.6[threads] ) app-arch/zip virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) =sys-devel/autoconf-2.1* sys-devel/libtool DESCRIPTION=Stand-alone JavaScript C library EAPI=5 HOMEPAGE=http://www.mozilla.org/js/spidermonkey/ IUSE=debug icu jit minimal static-libs +system-icu test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=NPL-1.1 -RDEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi system-icu? ( >=dev-libs/icu-1.51 ) +RDEPEND=>=dev-libs/nspr-4.9.4 virtual/libffi >=sys-libs/zlib-1.1.4 system-icu? ( >=dev-libs/icu-1.51 ) RESTRICT=ia64? ( test ) SLOT=24 SRC_URI=https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2 _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=aa630ed321ce3ba9a2829359349b89b8 +_md5_=3474c6971c5bb1247f2042c3514ff7d5 diff --git a/metadata/md5-cache/dev-lang/tcc-9999 b/metadata/md5-cache/dev-lang/tcc-9999 index 47a96c9e9d04..9d4cd51d097a 100644 --- a/metadata/md5-cache/dev-lang/tcc-9999 +++ b/metadata/md5-cache/dev-lang/tcc-9999 @@ -7,5 +7,5 @@ IUSE=test LICENSE=LGPL-2.1 RDEPEND=!dev-lang/tendra SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=62d21d545bdfbf270ce5ae978fb96040 diff --git a/metadata/md5-cache/dev-lang/yasm-9999 b/metadata/md5-cache/dev-lang/yasm-9999 index bf67e14b4c42..1e389a4de48b 100644 --- a/metadata/md5-cache/dev-lang/yasm-9999 +++ b/metadata/md5-cache/dev-lang/yasm-9999 @@ -8,5 +8,5 @@ LICENSE=BSD-2 BSD || ( Artistic GPL-2 LGPL-2 ) RDEPEND=nls? ( virtual/libintl ) REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=59a26b502dbbaf3f32b1af15a9c01fb7 diff --git a/metadata/md5-cache/dev-libs/boost-numpy-9999 b/metadata/md5-cache/dev-libs/boost-numpy-9999 index 5b8b7323ad19..c59b95bbd0fc 100644 --- a/metadata/md5-cache/dev-libs/boost-numpy-9999 +++ b/metadata/md5-cache/dev-libs/boost-numpy-9999 @@ -7,5 +7,5 @@ IUSE=doc examples abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 ab LICENSE=Boost-1.0 RDEPEND=dev-python/numpy dev-libs/boost SLOT=0 -_eclasses_=cmake-multilib 8339f7796a9fe34e9c2e8d5288e183e8 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-multilib 8339f7796a9fe34e9c2e8d5288e183e8 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2f38bbf89fe5f55b4c0d12f8c1ee7504 diff --git a/metadata/md5-cache/dev-libs/crypto++-5.6.2-r1 b/metadata/md5-cache/dev-libs/crypto++-5.6.2-r1 index a0d36ba0fa0a..63116dfcfc86 100644 --- a/metadata/md5-cache/dev-libs/crypto++-5.6.2-r1 +++ b/metadata/md5-cache/dev-libs/crypto++-5.6.2-r1 @@ -4,9 +4,9 @@ DESCRIPTION=C++ class library of cryptographic schemes EAPI=5 HOMEPAGE=http://cryptopp.com IUSE=static-libs -KEYWORDS=~alpha ~amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x64-macos +KEYWORDS=~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x64-macos LICENSE=Boost-1.0 SLOT=0 SRC_URI=mirror://sourceforge/cryptopp/cryptopp562.zip _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=e933505fb756d7e35b8a96e463d4d3ee +_md5_=e0564a79019ad338a5addc87528218d3 diff --git a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26-r4 b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26-r4 new file mode 100644 index 000000000000..2ffc0a77b57c --- /dev/null +++ b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26-r4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup +DEPEND=net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) virtual/pkgconfig +DESCRIPTION=The Cyrus SASL (Simple Authentication and Security Layer). +EAPI=5 +HOMEPAGE=http://cyrusimap.web.cmu.edu/ +IUSE=authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite srp ssl static-libs urandom elibc_FreeBSD java +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +LICENSE=BSD-with-attribution +RDEPEND=net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) java? ( >=dev-java/java-config-2.1.9-r1 ) +SLOT=2 +SRC_URI=ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=91d12cdb7bfe195a69a07d3154186dd8 diff --git a/metadata/md5-cache/dev-libs/eet-9999 b/metadata/md5-cache/dev-libs/eet-9999 index cab378ccd931..da7e836655ab 100644 --- a/metadata/md5-cache/dev-libs/eet-9999 +++ b/metadata/md5-cache/dev-libs/eet-9999 @@ -7,5 +7,5 @@ IUSE=debug examples gnutls ssl static-libs test nls doc LICENSE=BSD-2 RDEPEND=>=dev-libs/eina-9999 virtual/jpeg sys-libs/zlib gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) !gnutls? ( ssl? ( dev-libs/openssl ) ) nls? ( sys-devel/gettext ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4ea7aee95d35bcce916b7a1810c5773c diff --git a/metadata/md5-cache/dev-libs/eina-9999 b/metadata/md5-cache/dev-libs/eina-9999 index 92fc7164657e..1ec80f8c21a4 100644 --- a/metadata/md5-cache/dev-libs/eina-9999 +++ b/metadata/md5-cache/dev-libs/eina-9999 @@ -7,5 +7,5 @@ IUSE=altivec debug default-mempool mmx sse sse2 static-libs test valgrind mempoo LICENSE=LGPL-2.1 RDEPEND=valgrind? ( dev-util/valgrind ) nls? ( sys-devel/gettext ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=146e6e718125528d7e44948e3326f811 diff --git a/metadata/md5-cache/dev-libs/gnulib-9999-r1 b/metadata/md5-cache/dev-libs/gnulib-9999-r1 index 4f3ba4a08d0d..80819cb49983 100644 --- a/metadata/md5-cache/dev-libs/gnulib-9999-r1 +++ b/metadata/md5-cache/dev-libs/gnulib-9999-r1 @@ -5,5 +5,5 @@ HOMEPAGE=http://www.gnu.org/software/gnulib IUSE=doc LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8610ab53dd7176cc5ca28cda77c01357 diff --git a/metadata/md5-cache/dev-libs/go-fuse-9999 b/metadata/md5-cache/dev-libs/go-fuse-9999 index a2dd931e17db..4b7e223ac8f9 100644 --- a/metadata/md5-cache/dev-libs/go-fuse-9999 +++ b/metadata/md5-cache/dev-libs/go-fuse-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/hanwen/go-fuse LICENSE=BSD RESTRICT=strip SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=24bca8e7036472963b54da3a8498965e diff --git a/metadata/md5-cache/dev-libs/hammer-9999 b/metadata/md5-cache/dev-libs/hammer-9999 index 54f2faac9cd3..e22127fe40ee 100644 --- a/metadata/md5-cache/dev-libs/hammer-9999 +++ b/metadata/md5-cache/dev-libs/hammer-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/UpstandingHackers/hammer IUSE=test LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5e91a4dc38f225a9bf374af784e69027 diff --git a/metadata/md5-cache/dev-libs/libRocket-9999 b/metadata/md5-cache/dev-libs/libRocket-9999 index c4dc29ad686b..37d0077d1b3a 100644 --- a/metadata/md5-cache/dev-libs/libRocket-9999 +++ b/metadata/md5-cache/dev-libs/libRocket-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=media-libs/freetype[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/boost[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) samples? ( virtual/opengl x11-libs/libXext x11-libs/libX11 ) REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=74e7e060a6280421260c7496e95f39df diff --git a/metadata/md5-cache/dev-libs/libdivecomputer-9999 b/metadata/md5-cache/dev-libs/libdivecomputer-9999 index 6b7964924a0e..02a3a9d30f02 100644 --- a/metadata/md5-cache/dev-libs/libdivecomputer-9999 +++ b/metadata/md5-cache/dev-libs/libdivecomputer-9999 @@ -7,5 +7,5 @@ IUSE=usb examples +static-libs LICENSE=LGPL-2.1 RDEPEND=usb? ( virtual/libusb ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=71835ab1b17ce6be03ef31051ddec9da diff --git a/metadata/md5-cache/dev-libs/libixion-9999 b/metadata/md5-cache/dev-libs/libixion-9999 index ff6067385fdc..cc07c623bdce 100644 --- a/metadata/md5-cache/dev-libs/libixion-9999 +++ b/metadata/md5-cache/dev-libs/libixion-9999 @@ -7,5 +7,5 @@ IUSE=static-libs LICENSE=MIT RDEPEND=dev-libs/boost:= SLOT=0/0.5 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5052c5b60c440372f072b7fee183951c diff --git a/metadata/md5-cache/dev-libs/libmemcached-1.0.18 b/metadata/md5-cache/dev-libs/libmemcached-1.0.18 new file mode 100644 index 000000000000..ca838ee4d596 --- /dev/null +++ b/metadata/md5-cache/dev-libs/libmemcached-1.0.18 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare +DEPEND=net-misc/memcached sasl? ( dev-libs/cyrus-sasl ) libevent? ( dev-libs/libevent ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=a C client library to the memcached server +EAPI=5 +HOMEPAGE=http://libmemcached.org/libMemcached.html +IUSE=debug hsieh +libevent sasl static-libs +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=BSD +RDEPEND=net-misc/memcached sasl? ( dev-libs/cyrus-sasl ) libevent? ( dev-libs/libevent ) +RESTRICT=test +SLOT=0 +SRC_URI=http://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=bf8a8c37eea548812b11f99db5d9d459 diff --git a/metadata/md5-cache/dev-libs/libmowgli-9999 b/metadata/md5-cache/dev-libs/libmowgli-9999 index 63053d710e19..4ef224293bd0 100644 --- a/metadata/md5-cache/dev-libs/libmowgli-9999 +++ b/metadata/md5-cache/dev-libs/libmowgli-9999 @@ -7,5 +7,5 @@ IUSE=ssl LICENSE=BSD-2 RDEPEND=ssl? ( dev-libs/openssl ) SLOT=2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3b57aab2e5ce2b5a82ff76de98293f34 diff --git a/metadata/md5-cache/dev-libs/libnl-3.2.9999 b/metadata/md5-cache/dev-libs/libnl-3.2.9999 index 18f99cbe04b6..85aa4ad7511d 100644 --- a/metadata/md5-cache/dev-libs/libnl-3.2.9999 +++ b/metadata/md5-cache/dev-libs/libnl-3.2.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 utils? ( GPL-2 ) RDEPEND=python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) ) SLOT=3 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6d1828566ca79a1eb78db75608c4bb08 diff --git a/metadata/md5-cache/dev-libs/liborcus-9999 b/metadata/md5-cache/dev-libs/liborcus-9999 index 8a08ee0fe580..115d5a64a583 100644 --- a/metadata/md5-cache/dev-libs/liborcus-9999 +++ b/metadata/md5-cache/dev-libs/liborcus-9999 @@ -7,5 +7,5 @@ IUSE=static-libs LICENSE=MIT RDEPEND=>=dev-libs/boost-1.51.0:= >=dev-libs/libixion-0.5.0:= SLOT=0/0.5 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5bb8b5692c607185ad063ea2b0a2d5c4 diff --git a/metadata/md5-cache/dev-libs/polylib-9999 b/metadata/md5-cache/dev-libs/polylib-9999 index 8b36f285894e..82539952a458 100644 --- a/metadata/md5-cache/dev-libs/polylib-9999 +++ b/metadata/md5-cache/dev-libs/polylib-9999 @@ -4,5 +4,5 @@ DESCRIPTION=ppl port of cloog HOMEPAGE=http://icps.u-strasbg.fr/polylib/ LICENSE=GPL-2 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=179a1278bda82737d29eb084142b3c81 diff --git a/metadata/md5-cache/dev-libs/qrosscore-9999 b/metadata/md5-cache/dev-libs/qrosscore-9999 index a810d1c4ab0f..8ed8f32ef3b4 100644 --- a/metadata/md5-cache/dev-libs/qrosscore-9999 +++ b/metadata/md5-cache/dev-libs/qrosscore-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=GPL-2 RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/designer:4 dev-qt/qtscript:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=57dd67ff14e93d494d884954e4ca3ae5 diff --git a/metadata/md5-cache/dev-libs/qrosspython-9999 b/metadata/md5-cache/dev-libs/qrosspython-9999 index c7847615bc07..bc8bd820ef41 100644 --- a/metadata/md5-cache/dev-libs/qrosspython-9999 +++ b/metadata/md5-cache/dev-libs/qrosspython-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND==dev-libs/qrosscore-9999 dev-qt/qtcore:4 dev-qt/qtgui:4 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(+)?] REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7f82c18c99e622fa70d4e90edd39e8a9 diff --git a/metadata/md5-cache/dev-libs/weston-1.4.0 b/metadata/md5-cache/dev-libs/weston-1.4.0 index 1318ac292c89..5e6f1812dbc1 100644 --- a/metadata/md5-cache/dev-libs/weston-1.4.0 +++ b/metadata/md5-cache/dev-libs/weston-1.4.0 @@ -1,15 +1,15 @@ DEFINED_PHASES=configure install postinst prepare test -DEPEND=>=dev-libs/wayland-1.4.0 media-libs/lcms:2 media-libs/libpng:= virtual/jpeg >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 x11-libs/libxkbcommon x11-libs/pixman x11-misc/xkeyboard-config fbdev? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) colord? ( >=x11-misc/colord-0.1.27 ) dbus? ( sys-apps/dbus ) drm? ( media-libs/mesa[gbm] >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) egl? ( media-libs/glu media-libs/mesa[gles2,wayland] ) editor? ( x11-libs/pango ) gles2? ( media-libs/mesa[wayland] ) opengl? ( media-libs/mesa[wayland] ) view? ( app-text/poppler:=[cairo] dev-libs/glib:2 ) rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) rpi? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) systemd? ( sys-auth/pambase[systemd] sys-apps/systemd[pam] ) launch? ( sys-auth/pambase ) unwind? ( sys-libs/libunwind ) X? ( x11-libs/libxcb x11-libs/libX11 ) xwayland? ( x11-libs/cairo[xcb] x11-libs/libxcb x11-libs/libXcursor ) gnome-base/librsvg virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=dev-libs/wayland-1.4.0 media-libs/lcms:2 media-libs/libpng:0= media-libs/libwebp:0= virtual/jpeg >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 x11-libs/libxkbcommon x11-libs/pixman x11-misc/xkeyboard-config fbdev? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) colord? ( >=x11-misc/colord-0.1.27 ) dbus? ( sys-apps/dbus ) drm? ( media-libs/mesa[gbm] >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) egl? ( media-libs/glu media-libs/mesa[gles2,wayland] ) editor? ( x11-libs/pango ) gles2? ( media-libs/mesa[wayland] ) opengl? ( media-libs/mesa[wayland] ) view? ( app-text/poppler:=[cairo] dev-libs/glib:2 ) rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) rpi? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) systemd? ( sys-auth/pambase[systemd] sys-apps/systemd[pam] ) launch? ( sys-auth/pambase ) unwind? ( sys-libs/libunwind ) X? ( x11-libs/libxcb x11-libs/libX11 ) xwayland? ( x11-libs/cairo[xcb] x11-libs/libxcb x11-libs/libXcursor ) gnome-base/librsvg virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Wayland reference compositor EAPI=5 HOMEPAGE=http://wayland.freedesktop.org/ IUSE=colord +drm dbus +egl editor examples fbdev gles2 headless +opengl rdp +resize-optimization rpi +launch static-libs +suid systemd test unwind view wayland-compositor +X xwayland test KEYWORDS=~arm ~amd64 ~x86 ~arm-linux LICENSE=MIT CC-BY-SA-3.0 -RDEPEND=>=dev-libs/wayland-1.4.0 media-libs/lcms:2 media-libs/libpng:= virtual/jpeg >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 x11-libs/libxkbcommon x11-libs/pixman x11-misc/xkeyboard-config fbdev? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) colord? ( >=x11-misc/colord-0.1.27 ) dbus? ( sys-apps/dbus ) drm? ( media-libs/mesa[gbm] >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) egl? ( media-libs/glu media-libs/mesa[gles2,wayland] ) editor? ( x11-libs/pango ) gles2? ( media-libs/mesa[wayland] ) opengl? ( media-libs/mesa[wayland] ) view? ( app-text/poppler:=[cairo] dev-libs/glib:2 ) rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) rpi? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) systemd? ( sys-auth/pambase[systemd] sys-apps/systemd[pam] ) launch? ( sys-auth/pambase ) unwind? ( sys-libs/libunwind ) X? ( x11-libs/libxcb x11-libs/libX11 ) xwayland? ( x11-libs/cairo[xcb] x11-libs/libxcb x11-libs/libXcursor ) +RDEPEND=>=dev-libs/wayland-1.4.0 media-libs/lcms:2 media-libs/libpng:0= media-libs/libwebp:0= virtual/jpeg >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 x11-libs/libxkbcommon x11-libs/pixman x11-misc/xkeyboard-config fbdev? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) colord? ( >=x11-misc/colord-0.1.27 ) dbus? ( sys-apps/dbus ) drm? ( media-libs/mesa[gbm] >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) egl? ( media-libs/glu media-libs/mesa[gles2,wayland] ) editor? ( x11-libs/pango ) gles2? ( media-libs/mesa[wayland] ) opengl? ( media-libs/mesa[wayland] ) view? ( app-text/poppler:=[cairo] dev-libs/glib:2 ) rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) rpi? ( >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) systemd? ( sys-auth/pambase[systemd] sys-apps/systemd[pam] ) launch? ( sys-auth/pambase ) unwind? ( sys-libs/libunwind ) X? ( x11-libs/libxcb x11-libs/libX11 ) xwayland? ( x11-libs/cairo[xcb] x11-libs/libxcb x11-libs/libXcursor ) REQUIRED_USE=drm? ( egl ) egl? ( || ( gles2 opengl ) ) gles2? ( !opengl ) test? ( X ) wayland-compositor? ( egl ) RESTRICT=test SLOT=0 SRC_URI=http://wayland.freedesktop.org/releases/weston-1.4.0.tar.xz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=6a113761c56740cd706bbba86a319dac +_md5_=380c73b8fd67cba7db9f5023c9e280c2 diff --git a/metadata/md5-cache/dev-lua/LuaBitOp-1.0.2 b/metadata/md5-cache/dev-lua/LuaBitOp-1.0.2 index 8cfa83e37476..07811b95fc04 100644 --- a/metadata/md5-cache/dev-lua/LuaBitOp-1.0.2 +++ b/metadata/md5-cache/dev-lua/LuaBitOp-1.0.2 @@ -3,10 +3,10 @@ DEPEND=dev-lang/lua virtual/pkgconfig DESCRIPTION=Bit Operations Library for the Lua Programming Language EAPI=5 HOMEPAGE=http://bitop.luajit.org -KEYWORDS=amd64 ~hppa x86 +KEYWORDS=amd64 ~arm ~hppa x86 LICENSE=MIT RDEPEND=dev-lang/lua SLOT=0 SRC_URI=http://bitop.luajit.org/download/LuaBitOp-1.0.2.tar.gz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=7048a203bf029a2eb1059b79bbbe2d5e +_md5_=ed9c77f1dfb4c23dcae1d059fdb9483d diff --git a/metadata/md5-cache/dev-lua/lpeg-0.12 b/metadata/md5-cache/dev-lua/lpeg-0.12 index 1279d11b5cb0..007e4f9768ec 100644 --- a/metadata/md5-cache/dev-lua/lpeg-0.12 +++ b/metadata/md5-cache/dev-lua/lpeg-0.12 @@ -4,10 +4,10 @@ DESCRIPTION=Parsing Expression Grammars for Lua EAPI=5 HOMEPAGE=http://www.inf.puc-rio.br/~roberto/lpeg/ IUSE=debug doc -KEYWORDS=amd64 ~hppa x86 +KEYWORDS=amd64 ~arm ~hppa x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1 SLOT=0 SRC_URI=http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=46eacfc87cd3ba927d2373cdb91fcd51 +_md5_=45f591846933883b89c6d5bb2ab95fe4 diff --git a/metadata/md5-cache/dev-lua/luajson-1.3.2 b/metadata/md5-cache/dev-lua/luajson-1.3.2 index e2d62f340157..8a01af15aa70 100644 --- a/metadata/md5-cache/dev-lua/luajson-1.3.2 +++ b/metadata/md5-cache/dev-lua/luajson-1.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=JSON Parser/Constructor for Lua EAPI=5 HOMEPAGE=http://www.eharning.us/wiki/luajson/ IUSE=test -KEYWORDS=amd64 ~hppa x86 +KEYWORDS=amd64 ~arm ~hppa x86 LICENSE=MIT RDEPEND=|| ( >=dev-lang/lua-5.1 dev-lang/luajit:2 ) dev-lua/lpeg RESTRICT=test SLOT=0 SRC_URI=https://github.com/harningt/luajson/archive/1.3.2.tar.gz -> luajson-1.3.2.tar.gz -_md5_=0d9e914b828e3f82527edb490e314031 +_md5_=7cc1ed0508f9e640f7161d4bf1b4bfe7 diff --git a/metadata/md5-cache/dev-lua/luvit-9999 b/metadata/md5-cache/dev-lua/luvit-9999 index 01f4b725666f..e75a5401a56a 100644 --- a/metadata/md5-cache/dev-lua/luvit-9999 +++ b/metadata/md5-cache/dev-lua/luvit-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 bundled-libs? ( BSD MIT ) RDEPEND=dev-libs/openssl:0 sys-libs/zlib !bundled-libs? ( dev-lang/luajit:2[lua52compat] >=dev-libs/yajl-2.0.4 ) RESTRICT=test SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2454988771451866ec2911dc51749a2c diff --git a/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 b/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 index e3615967225e..fe67c3d92a6e 100644 --- a/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 +++ b/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 @@ -4,10 +4,10 @@ DESCRIPTION=Capture STDOUT and STDERR from Perl, XS or external programs EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Capture-Tiny/ IUSE=test -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.24.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=0a18715b6f88262e18632dab4e81c15d +_md5_=bd2574cf2735aa6048385b5e75987329 diff --git a/metadata/md5-cache/dev-perl/Lab-Measurement-9999 b/metadata/md5-cache/dev-perl/Lab-Measurement-9999 index 2da0033cf8d4..f87fd2c6a301 100644 --- a/metadata/md5-cache/dev-perl/Lab-Measurement-9999 +++ b/metadata/md5-cache/dev-perl/Lab-Measurement-9999 @@ -7,5 +7,5 @@ IUSE=debug +xpression LICENSE=|| ( Artistic GPL-2 ) RDEPEND=dev-perl/Clone dev-perl/Exception-Class dev-perl/Hook-LexWrap dev-perl/TermReadKey dev-perl/TeX-Encode dev-perl/XML-Generator dev-perl/XML-DOM dev-perl/XML-Twig dev-perl/encoding-warnings sci-visualization/gnuplot virtual/perl-Class-ISA virtual/perl-Data-Dumper virtual/perl-Encode virtual/perl-Switch virtual/perl-Time-HiRes !dev-perl/Lab-Instrument !dev-perl/Lab-Tools debug? ( dev-lang/perl[ithreads] dev-perl/wxperl ) xpression? ( dev-perl/wxperl ) dev-lang/perl:=[-build(-)] SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=419aa39fcea8c3c43e893dfe89143a4f diff --git a/metadata/md5-cache/dev-perl/SGMLSpm-1.03-r7 b/metadata/md5-cache/dev-perl/SGMLSpm-1.03-r7 index c7019fe3ba2e..8a58fc881ae9 100644 --- a/metadata/md5-cache/dev-perl/SGMLSpm-1.03-r7 +++ b/metadata/md5-cache/dev-perl/SGMLSpm-1.03-r7 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl:=[-build(-)] DESCRIPTION=Perl library for parsing the output of nsgmls EAPI=5 HOMEPAGE=http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/ -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=a4af7ce1fa31bfbb7dbdae384fd42609 +_md5_=76ee31a4044c0e88117aa4744191537f diff --git a/metadata/md5-cache/dev-perl/Test-Class-0.370.0 b/metadata/md5-cache/dev-perl/Test-Class-0.370.0 deleted file mode 100644 index df4de3b6f70e..000000000000 --- a/metadata/md5-cache/dev-perl/Test-Class-0.370.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat >=virtual/perl-Module-Build-0.380.0 test? ( >=dev-perl/Test-Exception-0.25 ) || ( >=dev-lang/perl-5.16 =virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat || ( >=dev-lang/perl-5.16 =virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat || ( >=dev-lang/perl-5.16 =virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat >=virtual/perl-Module-Build-0.380.0 test? ( >=dev-perl/Test-Exception-0.25 ) || ( >=dev-lang/perl-5.16 =virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat >=virtual/perl-Module-Build-0.380.0 test? ( >=dev-perl/Test-Exception-0.25 ) dev-lang/perl:=[-build(-)] DESCRIPTION=Easily create test classes in an xUnit style. -EAPI=4 +EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Test-Class/ IUSE=test -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) -RDEPEND=>=virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat || ( >=dev-lang/perl-5.16 =virtual/perl-Storable-2 >=virtual/perl-Test-Simple-0.78 dev-perl/MRO-Compat dev-lang/perl:=[-build(-)] SLOT=0 -SRC_URI=mirror://cpan/authors/id/A/AD/ADIE/Test-Class-0.38.tar.gz +SRC_URI=mirror://cpan/authors/id/R/RJ/RJBS/Test-Class-0.41.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=20d955a7abe72ab220de1cf9b180b70c +_md5_=8068e200b1d8c7cb2eb2089ceaa5f591 diff --git a/metadata/md5-cache/dev-perl/Try-Tiny-0.190.0 b/metadata/md5-cache/dev-perl/Try-Tiny-0.190.0 index 37127259184d..f1a8d50935bc 100644 --- a/metadata/md5-cache/dev-perl/Try-Tiny-0.190.0 +++ b/metadata/md5-cache/dev-perl/Try-Tiny-0.190.0 @@ -4,10 +4,10 @@ DESCRIPTION=Minimal try/catch with proper localization of EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Try-Tiny/ IUSE=test -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=MIT RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DO/DOY/Try-Tiny-0.19.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=904443bf46a59277d4ecc9b18012f9eb +_md5_=d3ea3e20ac5d371a2ae9cbdc8ae80f5d diff --git a/metadata/md5-cache/dev-php/libvirt-php-9999 b/metadata/md5-cache/dev-php/libvirt-php-9999 index e84aaee3c8ad..4d8312333b9c 100644 --- a/metadata/md5-cache/dev-php/libvirt-php-9999 +++ b/metadata/md5-cache/dev-php/libvirt-php-9999 @@ -9,5 +9,5 @@ RDEPEND=app-emulation/libvirt dev-libs/libxml2 php_targets_php5-3? ( dev-lang/ph REQUIRED_USE=|| ( php_targets_php5-3 php_targets_php5-4 ) RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=81ecae652a09e58f805ef1d586986a8f diff --git a/metadata/md5-cache/dev-python/autopep8-9999 b/metadata/md5-cache/dev-python/autopep8-9999 index 24505a3b81bb..6435f148adee 100644 --- a/metadata/md5-cache/dev-python/autopep8-9999 +++ b/metadata/md5-cache/dev-python/autopep8-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=>=dev-python/pep8-1.4.6[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=54f20ebb5b7583d01dfa6a85793e2274 diff --git a/metadata/md5-cache/dev-python/babelfish-9999 b/metadata/md5-cache/dev-python/babelfish-9999 index 369e954d32e1..d263cf369256 100644 --- a/metadata/md5-cache/dev-python/babelfish-9999 +++ b/metadata/md5-cache/dev-python/babelfish-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f0152410e2f1354f9e5167876591a787 diff --git a/metadata/md5-cache/dev-python/boto-2.25.0 b/metadata/md5-cache/dev-python/boto-2.25.0 index db429df9cbc0..f29eb0bea560 100644 --- a/metadata/md5-cache/dev-python/boto-2.25.0 +++ b/metadata/md5-cache/dev-python/boto-2.25.0 @@ -4,7 +4,7 @@ DESCRIPTION=Amazon Web Services API EAPI=5 HOMEPAGE=https://github.com/boto/boto http://pypi.python.org/pypi/boto IUSE=python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=MIT RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/b/boto/boto-2.25.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=2493bebe0a073186be3449e75ed549f8 +_md5_=530b10339b53d3571c5109f5f8cfa602 diff --git a/metadata/md5-cache/dev-python/py-amqp-1.3.2 b/metadata/md5-cache/dev-python/configobj-5.0.1 similarity index 78% rename from metadata/md5-cache/dev-python/py-amqp-1.3.2 rename to metadata/md5-cache/dev-python/configobj-5.0.1 index 020933e34506..8cf37bda24b0 100644 --- a/metadata/md5-cache/dev-python/py-amqp-1.3.2 +++ b/metadata/md5-cache/dev-python/configobj-5.0.1 @@ -1,15 +1,14 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -DESCRIPTION=Low-level AMQP client for Python (fork of amqplib) +DESCRIPTION=Simple config file reader and writer EAPI=5 -HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/ -IUSE=doc examples extras test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 +HOMEPAGE=http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 +KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +LICENSE=BSD RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) -RESTRICT=test SLOT=0 -SRC_URI=mirror://pypi/a/amqp/amqp-1.3.2.tar.gz +SRC_URI=mirror://pypi/c/configobj/configobj-5.0.1.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=7e1ee98bc8ec0ac868bf75cb31ed8937 +_md5_=8565a4f991d1534074d5031e0afb3aa9 diff --git a/metadata/md5-cache/dev-python/configshell-9999 b/metadata/md5-cache/dev-python/configshell-9999 index 94b5522d52f2..370544b1c916 100644 --- a/metadata/md5-cache/dev-python/configshell-9999 +++ b/metadata/md5-cache/dev-python/configshell-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://linux-iscsi.org/ LICENSE=AGPL-3 RDEPEND=dev-python/epydoc dev-python/simpleparse =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=89a28565c65cfdb6d4daa438b94bd26f diff --git a/metadata/md5-cache/dev-python/crcmod-1.7-r1 b/metadata/md5-cache/dev-python/crcmod-1.7-r1 index c6b62fe4d23e..25f9bb3525c5 100644 --- a/metadata/md5-cache/dev-python/crcmod-1.7-r1 +++ b/metadata/md5-cache/dev-python/crcmod-1.7-r1 @@ -3,10 +3,10 @@ DEPEND=|| ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =d DESCRIPTION=Python CRC Generator module EAPI=3 HOMEPAGE=http://crcmod.sourceforge.net/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT RDEPEND=|| ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) SLOT=0 SRC_URI=mirror://sourceforge/crcmod/crcmod-1.7.tar.gz _eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=907cd19c4790956287f933fefd66c908 +_md5_=12d4f39e5288a775dd8f2ca6e5ee8359 diff --git a/metadata/md5-cache/dev-python/cython-0.20.1 b/metadata/md5-cache/dev-python/cython-0.20.1 index a8e8f5948af0..e1359d8a08d4 100644 --- a/metadata/md5-cache/dev-python/cython-0.20.1 +++ b/metadata/md5-cache/dev-python/cython-0.20.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +DEPEND=doc? ( dev-python/sphinx[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] ) test? ( dev-python/numpy[python_targets_python2_6(-)?,-python_single_target_python2_6(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_2(-)?,-python_single_target_python3_2(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] DESCRIPTION=A Python to C compiler EAPI=5 HOMEPAGE=http://www.cython.org/ http://pypi.python.org/pypi/Cython @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=http://www.cython.org/release/Cython-0.20.1.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=729a72fae3f9547e1b0a7cca8c4239ab +_md5_=59d45b61e174c53b8ef35da3386cee9b diff --git a/metadata/md5-cache/dev-python/django-9999 b/metadata/md5-cache/dev-python/django-9999 index 2d3e1b7d5e06..f2656ad1f341 100644 --- a/metadata/md5-cache/dev-python/django-9999 +++ b/metadata/md5-cache/dev-python/django-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] postgres? ( dev-python/psycopg:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) mysql? ( >=dev-python/mysql-python-1.2.3[python_targets_python2_6(-)?,-python_single_target_python2_6(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[sqlite?] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite?] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[sqlite?] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[sqlite?] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f webapp 25b9b1696f5e698711f47d45c3d45e3e +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f webapp 25b9b1696f5e698711f47d45c3d45e3e _md5_=8dcc827ac32c8baee0b81477f18d5b6a diff --git a/metadata/md5-cache/dev-python/enzyme-9999 b/metadata/md5-cache/dev-python/enzyme-9999 index 54faf86b83fe..0689777dc4c4 100644 --- a/metadata/md5-cache/dev-python/enzyme-9999 +++ b/metadata/md5-cache/dev-python/enzyme-9999 @@ -9,5 +9,5 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) SLOT=0 SRC_URI=test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip ) -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=18cf69a9d35013a1d6249cb3b119bdde diff --git a/metadata/md5-cache/dev-python/feedparser-5.1.3-r2 b/metadata/md5-cache/dev-python/feedparser-5.1.3-r2 new file mode 100644 index 000000000000..a263e7aeea82 --- /dev/null +++ b/metadata/md5-cache/dev-python/feedparser-5.1.3-r2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=Parse RSS and Atom feeds in Python +EAPI=5 +HOMEPAGE=http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=BSD-2 PSF-2 +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) +RESTRICT=test +SLOT=0 +SRC_URI=http://feedparser.googlecode.com/files/feedparser-5.1.3.tar.bz2 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=6398e5aba6f24375dccc3ecf631360bc diff --git a/metadata/md5-cache/dev-python/flask-9999 b/metadata/md5-cache/dev-python/flask-9999 index dc7efe3c228a..0b441fc09234 100644 --- a/metadata/md5-cache/dev-python/flask-9999 +++ b/metadata/md5-cache/dev-python/flask-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-python/blinker[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/itsdangerous-0.21[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/jinja-2.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/werkzeug-0.7[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=667562f226e865af963c1460db795ca1 diff --git a/metadata/md5-cache/dev-python/google-api-python-client-1.1 b/metadata/md5-cache/dev-python/google-api-python-client-1.1 index 2612309c5a0d..72fd42b1b7f7 100644 --- a/metadata/md5-cache/dev-python/google-api-python-client-1.1 +++ b/metadata/md5-cache/dev-python/google-api-python-client-1.1 @@ -4,11 +4,11 @@ DESCRIPTION=Google API Client for Python EAPI=5 HOMEPAGE=http://code.google.com/p/google-api-python-client/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=Apache-2.0 RDEPEND=dev-python/python-gflags >=dev-python/httplib2-0.8 dev-python/simplejson dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 SRC_URI=https://google-api-python-client.googlecode.com/files/google-api-python-client-1.1.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=91b4b6e5dbfef9f7048fa161df74157e +_md5_=46bda66ce85e9c83a7a585fa82c4bb62 diff --git a/metadata/md5-cache/dev-python/graph-tool-9999 b/metadata/md5-cache/dev-python/graph-tool-9999 index 37f82de28203..c97d4b173825 100644 --- a/metadata/md5-cache/dev-python/graph-tool-9999 +++ b/metadata/md5-cache/dev-python/graph-tool-9999 @@ -7,5 +7,5 @@ IUSE=+cairo openmp python_targets_python2_7 python_targets_python3_2 python_targ LICENSE=GPL-3 RDEPEND=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/boost-1.46.0[python,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/expat dev-python/numpy[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(-)] sci-libs/scipy[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(-)] >=sci-mathematics/cgal-3.5 cairo? ( dev-cpp/cairomm dev-python/pycairo[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-python/matplotlib[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(-)] SLOT=0 -_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=cb65c7a1bd7f38b76951fa4b98681e01 diff --git a/metadata/md5-cache/dev-python/guessit-9999 b/metadata/md5-cache/dev-python/guessit-9999 index a722610de48a..2f835c93f5bb 100644 --- a/metadata/md5-cache/dev-python/guessit-9999 +++ b/metadata/md5-cache/dev-python/guessit-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-3 RDEPEND=>=dev-python/babelfish-0.4.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/stevedore[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4c86dac8e1832ee0105c09120c42d9bd diff --git a/metadata/md5-cache/dev-python/httpretty-0.8.0 b/metadata/md5-cache/dev-python/httpretty-0.8.0 index 1bcdd2c1b742..9da333dd25fc 100644 --- a/metadata/md5-cache/dev-python/httpretty-0.8.0 +++ b/metadata/md5-cache/dev-python/httpretty-0.8.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/coverage-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/nose-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mock-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/sure[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=www-servers/tornado-2.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) 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(-)] +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] test? ( >=dev-python/coverage-3.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/nose-1.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/mock-1.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/sure[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/httplib2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=www-servers/tornado-2.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] DESCRIPTION=HTTP client mock for Python EAPI=5 HOMEPAGE=http://github.com/gabrielfalcao/httpretty -IUSE=test python_targets_python2_7 +IUSE=test python_targets_python2_7 python_targets_python3_3 KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=dev-python/urllib3[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 ) +RDEPEND=dev-python/urllib3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/h/httpretty/httpretty-0.8.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=de8e59649373638b6b8cfbc9cc88ee48 +_md5_=c9ae25d44eb00e28ce9c6fe1c1c8f178 diff --git a/metadata/md5-cache/dev-python/jsonpickle-0.6.1 b/metadata/md5-cache/dev-python/jsonpickle-0.6.1 index 9220861128f0..41ae34e18507 100644 --- a/metadata/md5-cache/dev-python/jsonpickle-0.6.1 +++ b/metadata/md5-cache/dev-python/jsonpickle-0.6.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/feedparser[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/ujson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DEPEND=dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] test? ( dev-python/feedparser[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/ujson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] DESCRIPTION=Python library for serializing any arbitrary object graph into JSON EAPI=5 HOMEPAGE=http://jsonpickle.github.com/ http://pypi.python.org/pypi/jsonpickle -IUSE=test python_targets_python2_6 python_targets_python2_7 +IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +RDEPEND=dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/j/jsonpickle/jsonpickle-0.6.1.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=1dfd88f8e706275b9a1388e70a0826bf +_md5_=5f9c33066f223574c283c634b01045df diff --git a/metadata/md5-cache/dev-python/jsonrpclib-9999 b/metadata/md5-cache/dev-python/jsonrpclib-9999 index cdc0d1aec89b..e64de570fb6d 100644 --- a/metadata/md5-cache/dev-python/jsonrpclib-9999 +++ b/metadata/md5-cache/dev-python/jsonrpclib-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/joshmarshall/jsonrpclib LICENSE=Apache-2.0 RDEPEND=dev-python/simplejson dev-lang/python SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=adca6f850807fa3fb286f7f41aaa8f27 diff --git a/metadata/md5-cache/dev-python/kombu-2.5.12 b/metadata/md5-cache/dev-python/kombu-2.5.12 deleted file mode 100644 index 6d391a6404af..000000000000 --- a/metadata/md5-cache/dev-python/kombu-2.5.12 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/anyjson-0.3.3[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-python/py-amqp-1.0.12[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(-)] amqplib? ( >=dev-python/amqplib-1.0.2[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(-)] ) test? ( dev-python/nose[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-python/nose-cover3[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-python/mock-0.7[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-python/django[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-python/redis-py[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-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/msgpack[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(-)] ) doc? ( dev-python/sphinx[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-python/django[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-python/beanstalkc[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/couchdb-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sphinxcontrib-issuetracker-0.9[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-python/setuptools[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(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) 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=AMQP Messaging Framework for Python -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/kombu https://github.com/celery/kombu -IUSE=amqplib doc examples test python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/anyjson-0.3.3[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-python/py-amqp-1.0.12[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(-)] amqplib? ( >=dev-python/amqplib-1.0.2[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(-)] ) 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://pypi/k/kombu/kombu-2.5.12.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=55086def785bc60865a78da490d1b845 diff --git a/metadata/md5-cache/dev-python/lxml-3.3.0 b/metadata/md5-cache/dev-python/lxml-3.3.0 index 55be49a1fbb0..3c57162c7f82 100644 --- a/metadata/md5-cache/dev-python/lxml-3.3.0 +++ b/metadata/md5-cache/dev-python/lxml-3.3.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Pythonic binding for the libxml2 and libxslt libraries EAPI=5 HOMEPAGE=http://lxml.de/ http://pypi.python.org/pypi/lxml/ IUSE=beautifulsoup3 doc examples +threads python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD ElementTree GPL-2 PSF-2 RDEPEND=>=dev-libs/libxml2-2.7.2 >=dev-libs/libxslt-1.1.15 beautifulsoup3? ( python_targets_python2_6? ( dev-python/beautifulsoup:python-2[python_targets_python2_6] ) python_targets_python2_7? ( dev-python/beautifulsoup:python-2[python_targets_python2_7] ) python_targets_python3_2? ( dev-python/beautifulsoup:python-3[python_targets_python3_2] ) python_targets_python3_3? ( dev-python/beautifulsoup:python-3[python_targets_python3_3] ) ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/l/lxml/lxml-3.3.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=ef0409fa8dc3f7d1bf3fb9a36414f34a +_md5_=376180aecc43cad77de5b79e1c7add1d diff --git a/metadata/md5-cache/dev-python/matplotlib-9999 b/metadata/md5-cache/dev-python/matplotlib-9999 index 555bc229980e..dadd58e48f04 100644 --- a/metadata/md5-cache/dev-python/matplotlib-9999 +++ b/metadata/md5-cache/dev-python/matplotlib-9999 @@ -9,5 +9,5 @@ RDEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(- REQUIRED_USE=doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) excel? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) fltk? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) gtk? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) wxwidgets? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) test? ( cairo fltk latex pyside qt4 tk wxwidgets || ( gtk gtk3 ) ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) RESTRICT=mirror SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=f2140a293d3914e97d480ff2c6d82eae diff --git a/metadata/md5-cache/dev-python/nose-9999 b/metadata/md5-cache/dev-python/nose-9999 index cc324ac85675..d76af7f113b7 100644 --- a/metadata/md5-cache/dev-python/nose-9999 +++ b/metadata/md5-cache/dev-python/nose-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-python/coverage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c58fb86e6ee2ac490050649fa6d6be57 diff --git a/metadata/md5-cache/dev-python/numpy-1.8.0-r1 b/metadata/md5-cache/dev-python/numpy-1.8.0-r1 index 1195c56572da..d329cbed1803 100644 --- a/metadata/md5-cache/dev-python/numpy-1.8.0-r1 +++ b/metadata/md5-cache/dev-python/numpy-1.8.0-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/n/numpy/numpy-1.8.0.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.8.0/numpy-html-1.8.0.zip http://docs.scipy.org/doc/numpy-1.8.0/numpy-ref-1.8.0.pdf http://docs.scipy.org/doc/numpy-1.8.0/numpy-user-1.8.0.pdf ) _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=724d4e27e0df428e71530c8249c59549 +_md5_=2978e56922094bf22b43647fe26fb7f6 diff --git a/metadata/md5-cache/dev-python/oct2py-1.3.0 b/metadata/md5-cache/dev-python/oct2py-1.3.0 index 4d0057a5c159..9e37bb9e2035 100644 --- a/metadata/md5-cache/dev-python/oct2py-1.3.0 +++ b/metadata/md5-cache/dev-python/oct2py-1.3.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=sci-libs/scipy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] sci-mathematics/octave doc? ( dev-python/sphinx[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/ipython[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] +DEPEND=sci-libs/scipy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] sci-mathematics/octave doc? ( dev-python/sphinx-bootstrap-theme dev-python/numpydoc ) test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/ipython[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] DESCRIPTION=Python to GNU Octave bridge EAPI=5 HOMEPAGE=http://pypi.python.org/pypi/oct2py @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/o/oct2py/oct2py-1.3.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=a1effbd4b9614650a7f5ae6bcfd15221 +_md5_=67a05160cdffc7db0528a80ac7156da8 diff --git a/metadata/md5-cache/dev-python/os-diskconfig-python-novaclient-ext-9999 b/metadata/md5-cache/dev-python/os-diskconfig-python-novaclient-ext-9999 index 753758361f8b..7f5abe1d5e56 100644 --- a/metadata/md5-cache/dev-python/os-diskconfig-python-novaclient-ext-9999 +++ b/metadata/md5-cache/dev-python/os-diskconfig-python-novaclient-ext-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/python-novaclient-2.10.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a6ec6751cb4dcbaee83c65102b7b5413 diff --git a/metadata/md5-cache/dev-python/os-networksv2-python-novaclient-ext-9999 b/metadata/md5-cache/dev-python/os-networksv2-python-novaclient-ext-9999 index da53b3751f82..fca30ffc63d7 100644 --- a/metadata/md5-cache/dev-python/os-networksv2-python-novaclient-ext-9999 +++ b/metadata/md5-cache/dev-python/os-networksv2-python-novaclient-ext-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/python-novaclient-2.10.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b88a5bb6cd884962419d438e54ce7692 diff --git a/metadata/md5-cache/dev-python/py-amqp-1.0.11 b/metadata/md5-cache/dev-python/py-amqp-1.0.11 deleted file mode 100644 index 7fa4e693491e..000000000000 --- a/metadata/md5-cache/dev-python/py-amqp-1.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy2_0(-)] -DESCRIPTION=Low-level AMQP client for Python (fork of amqplib) -EAPI=5 -HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/ -IUSE=examples extras test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy2_0 ) -SLOT=0 -SRC_URI=mirror://pypi/a/amqp/amqp-1.0.11.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=a9509299aa450ddd2956d1ef470a8070 diff --git a/metadata/md5-cache/dev-python/py-amqp-1.0.12 b/metadata/md5-cache/dev-python/py-amqp-1.0.12 deleted file mode 100644 index 7e9531fd19f8..000000000000 --- a/metadata/md5-cache/dev-python/py-amqp-1.0.12 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -DESCRIPTION=Low-level AMQP client for Python (fork of amqplib) -EAPI=5 -HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/ -IUSE=doc examples extras test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) -SLOT=0 -SRC_URI=mirror://pypi/a/amqp/amqp-1.0.12.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=286e0d6dc4fb6bd512b4f40ce2ac75bf diff --git a/metadata/md5-cache/dev-python/py-amqp-1.0.9 b/metadata/md5-cache/dev-python/py-amqp-1.0.9 deleted file mode 100644 index 70e48abb5957..000000000000 --- a/metadata/md5-cache/dev-python/py-amqp-1.0.9 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -DESCRIPTION=Low-level AMQP client for Python (fork of amqplib) -EAPI=5 -HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/ -IUSE=examples extras test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) -SLOT=0 -SRC_URI=mirror://pypi/a/amqp/amqp-1.0.9.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=9e18630d8084fdf60770ef6626468693 diff --git a/metadata/md5-cache/dev-python/py-amqp-1.3.0 b/metadata/md5-cache/dev-python/py-amqp-1.3.0 deleted file mode 100644 index 5074616e5217..000000000000 --- a/metadata/md5-cache/dev-python/py-amqp-1.3.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -DESCRIPTION=Low-level AMQP client for Python (fork of amqplib) -EAPI=5 -HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/ -IUSE=doc examples extras test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://pypi/a/amqp/amqp-1.3.0.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=febece7f5022cb595396bd5a57872f23 diff --git a/metadata/md5-cache/dev-python/py-amqp-1.3.3 b/metadata/md5-cache/dev-python/py-amqp-1.3.3 deleted file mode 100644 index 5999c7868672..000000000000 --- a/metadata/md5-cache/dev-python/py-amqp-1.3.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -DESCRIPTION=Low-level AMQP client for Python (fork of amqplib) -EAPI=5 -HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/ -IUSE=doc examples extras test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://pypi/a/amqp/amqp-1.3.3.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=5a12ca6a06aa1a3454d0a90d1ac378f6 diff --git a/metadata/md5-cache/dev-python/pyGPG-9999 b/metadata/md5-cache/dev-python/pyGPG-9999 index 33f49147be2f..a87fedf3f390 100644 --- a/metadata/md5-cache/dev-python/pyGPG-9999 +++ b/metadata/md5-cache/dev-python/pyGPG-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=app-crypt/gnupg-2.0.0 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6e1f6ed1d6ba270eae5c471793704461 diff --git a/metadata/md5-cache/dev-python/pycuda-9999 b/metadata/md5-cache/dev-python/pycuda-9999 index 4cf99be86289..8d9295d15f70 100644 --- a/metadata/md5-cache/dev-python/pycuda-9999 +++ b/metadata/md5-cache/dev-python/pycuda-9999 @@ -9,5 +9,5 @@ RDEPEND=dev-libs/boost[python,python_targets_python2_6(-)?,python_targets_python REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) RESTRICT=userpriv SLOT=0 -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b72fa1ce205e74d52206c0ffab641e30 diff --git a/metadata/md5-cache/dev-python/pycups-1.9.66 b/metadata/md5-cache/dev-python/pycups-1.9.66 new file mode 100644 index 000000000000..73d08199701b --- /dev/null +++ b/metadata/md5-cache/dev-python/pycups-1.9.66 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=net-print/cups doc? ( dev-python/epydoc[python_targets_python2_6(-)?,-python_single_target_python2_6(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=Python bindings for the CUPS API +EAPI=5 +HOMEPAGE=http://cyberelk.net/tim/data/pycups/ +IUSE=doc examples python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=net-print/cups python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pycups/pycups-1.9.66.tar.bz2 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=7e026cb43f4dd915a589b3b6bca9b0e6 diff --git a/metadata/md5-cache/dev-python/pyfeyn-0.3.3 b/metadata/md5-cache/dev-python/pyfeyn-0.3.3 index 2d5831ba6b99..b21fffd51278 100644 --- a/metadata/md5-cache/dev-python/pyfeyn-0.3.3 +++ b/metadata/md5-cache/dev-python/pyfeyn-0.3.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/pyx userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DEPEND=dev-python/pyx[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] DESCRIPTION=Python package for drawing Feynman diagrams EAPI=5 HOMEPAGE=http://pyfeyn.hepforge.org/ https://pypi.python.org/pypi/pyfeyn/ -IUSE=latex python_targets_python2_6 python_targets_python2_7 +IUSE=python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2+ -RDEPEND=latex? ( dev-texlive/texlive-science ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +RDEPEND=dev-python/pyx[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-texlive/texlive-science python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/p/pyfeyn/pyfeyn-0.3.3.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=8150ddb4c63089db5bc1e42a23e0432f +_md5_=68165efd31fcf8291b13424cc4f0a901 diff --git a/metadata/md5-cache/dev-python/pyh2o-9999 b/metadata/md5-cache/dev-python/pyh2o-9999 index 6125c5ccf816..721c957c5b7a 100644 --- a/metadata/md5-cache/dev-python/pyh2o-9999 +++ b/metadata/md5-cache/dev-python/pyh2o-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=sci-libs/libh2o-0.2.1 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d32e2a058bc492905bfc2871dc58f419 diff --git a/metadata/md5-cache/dev-python/pymountboot-9999 b/metadata/md5-cache/dev-python/pymountboot-9999 index 64966d090c26..dbca5eba5c18 100644 --- a/metadata/md5-cache/dev-python/pymountboot-9999 +++ b/metadata/md5-cache/dev-python/pymountboot-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=sys-apps/util-linux-2.20 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f2f7b53c4cfc56bf901e4c95cecfb0ab diff --git a/metadata/md5-cache/dev-python/pyopencl-9999 b/metadata/md5-cache/dev-python/pyopencl-9999 index c4f1c19514de..f26b33f992fe 100644 --- a/metadata/md5-cache/dev-python/pyopencl-9999 +++ b/metadata/md5-cache/dev-python/pyopencl-9999 @@ -7,5 +7,5 @@ IUSE=examples opengl LICENSE=GPL-2 RDEPEND=>=dev-libs/boost-1.48[python] dev-python/decorator dev-python/numpy dev-python/mako =dev-python/pytools-9999 >=virtual/opencl-0-r1 =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e0adc037988e8413c65966a67b9db7e2 diff --git a/metadata/md5-cache/dev-python/pyplusplus-1.0.0_p20131206 b/metadata/md5-cache/dev-python/pyplusplus-1.0.0_p20131206 index 621e66724527..16533babb9e1 100644 --- a/metadata/md5-cache/dev-python/pyplusplus-1.0.0_p20131206 +++ b/metadata/md5-cache/dev-python/pyplusplus-1.0.0_p20131206 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://dev.gentoo.org/~heroxbd/pyplusplus-1.0.0_p20131206.tar.xz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=6fc6c0af33f49e4ede774d52054f735b +_md5_=0e9212a184cfad406cfd392a79589f46 diff --git a/metadata/md5-cache/dev-python/pyrax-9999 b/metadata/md5-cache/dev-python/pyrax-9999 index 3a30a9c23074..476885bf1af4 100644 --- a/metadata/md5-cache/dev-python/pyrax-9999 +++ b/metadata/md5-cache/dev-python/pyrax-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/keyring[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/prettytable >=dev-python/python-novaclient-2.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-swiftclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/rackspace-novaclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/simplejson[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 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8c3fdb0705a9f32a756f3310e843aaef diff --git a/metadata/md5-cache/dev-python/pyspf-2.0.8 b/metadata/md5-cache/dev-python/pyspf-2.0.8 new file mode 100644 index 000000000000..1a89bd294c17 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyspf-2.0.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Python implementation of the Sender Policy Framework (SPF) protocol +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/pyspf +IUSE=test python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=PSF-2 +RDEPEND=dev-python/authres[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] || ( dev-python/pydns:2 dev-python/pydns:0 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyspf/pyspf-2.0.8.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=cdd50ce3ed8bf59aaaf899bd4b382d65 diff --git a/metadata/md5-cache/dev-python/pysrt-9999 b/metadata/md5-cache/dev-python/pysrt-9999 index 3300aab3a7a3..08bf393d5f47 100644 --- a/metadata/md5-cache/dev-python/pysrt-9999 +++ b/metadata/md5-cache/dev-python/pysrt-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=dev-python/chardet[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=44069bbae97c71cd2c6453a7b972054e diff --git a/metadata/md5-cache/dev-python/python-gflags-2.0 b/metadata/md5-cache/dev-python/python-gflags-2.0 index 4be65e14e988..7abfaf2cdf89 100644 --- a/metadata/md5-cache/dev-python/python-gflags-2.0 +++ b/metadata/md5-cache/dev-python/python-gflags-2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Google's Python argument parsing library EAPI=5 HOMEPAGE=http://code.google.com/p/python-gflags/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 SRC_URI=http://python-gflags.googlecode.com/files/python-gflags-2.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=d46e75abde635f96ac8fd757718c72dc +_md5_=439048bf31c98b8eda80b931da9e863a diff --git a/metadata/md5-cache/dev-python/python-heatclient-9999 b/metadata/md5-cache/dev-python/python-heatclient-9999 index 738967c68107..af2934fead8e 100644 --- a/metadata/md5-cache/dev-python/python-heatclient-9999 +++ b/metadata/md5-cache/dev-python/python-heatclient-9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-python/d2to1-0.2.10[python_targets_python2_7(-)?,-python_single_ta REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f35c612ef41113e61e7b634cc353bc79 diff --git a/metadata/md5-cache/dev-python/python-iptables-0.3.0-r2 b/metadata/md5-cache/dev-python/python-iptables-0.3.0-r3 similarity index 96% rename from metadata/md5-cache/dev-python/python-iptables-0.3.0-r2 rename to metadata/md5-cache/dev-python/python-iptables-0.3.0-r3 index a8d2925ae43a..2bb533b6d8a1 100644 --- a/metadata/md5-cache/dev-python/python-iptables-0.3.0-r2 +++ b/metadata/md5-cache/dev-python/python-iptables-0.3.0-r3 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/ldx/python-iptables/archive/v0.3.0.tar.gz -> python-iptables-0.3.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=1fb7b9a5dc9bbc7b04cbf7d72caa94fc +_md5_=9fd41062a91711fd1acf5bb3fa83f642 diff --git a/metadata/md5-cache/dev-python/python-keystoneclient-9999 b/metadata/md5-cache/dev-python/python-keystoneclient-9999 index 26aaa2eb89c5..b8469dbb1c5c 100644 --- a/metadata/md5-cache/dev-python/python-keystoneclient-9999 +++ b/metadata/md5-cache/dev-python/python-keystoneclient-9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-python/d2to1-0.2.10[python_targets_python2_7(-)?,-python_single_ta REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d5a7d6159fcfeb7200f7a8049c2a5179 diff --git a/metadata/md5-cache/dev-python/python-ldap-9999 b/metadata/md5-cache/dev-python/python-ldap-9999 index 4a108f54a6d6..e612bd034ddb 100644 --- a/metadata/md5-cache/dev-python/python-ldap-9999 +++ b/metadata/md5-cache/dev-python/python-ldap-9999 @@ -9,5 +9,5 @@ RDEPEND=>=net-nds/openldap-2.4 dev-python/pyasn1[python_targets_python2_6(-)?,py REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d5cc3adaf1bb777adac46a9bd76f336d diff --git a/metadata/md5-cache/dev-python/python-linux-procfs-9999 b/metadata/md5-cache/dev-python/python-linux-procfs-9999 index f6fcfa3c936b..e2d684c12a0d 100644 --- a/metadata/md5-cache/dev-python/python-linux-procfs-9999 +++ b/metadata/md5-cache/dev-python/python-linux-procfs-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a28450f0c84e908b68600013a6a995b3 diff --git a/metadata/md5-cache/dev-python/python-novaclient-9999 b/metadata/md5-cache/dev-python/python-novaclient-9999 index c3bc88877977..85f3c1f7ad10 100644 --- a/metadata/md5-cache/dev-python/python-novaclient-9999 +++ b/metadata/md5-cache/dev-python/python-novaclient-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/httplib2 dev-python/prettytable dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4d3096a4345c3239acaaa6abcf5bf90b diff --git a/metadata/md5-cache/dev-python/pytools-2014.1.2 b/metadata/md5-cache/dev-python/pytools-2014.1.2 new file mode 100644 index 000000000000..e816058c2b58 --- /dev/null +++ b/metadata/md5-cache/dev-python/pytools-2014.1.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/setuptools-0.7.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/decorator[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] test? ( dev-python/pytest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=A collection of tools missing from the Python standard library +EAPI=5 +HOMEPAGE=http://mathema.tician.de/software/pytools +IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pytools/pytools-2014.1.2.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=9e8d8caf6e7a33a54208b3d274bb882a diff --git a/metadata/md5-cache/dev-python/pytools-9999 b/metadata/md5-cache/dev-python/pytools-9999 index fadd1d5840e4..3c74374d03e5 100644 --- a/metadata/md5-cache/dev-python/pytools-9999 +++ b/metadata/md5-cache/dev-python/pytools-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=012b3839bb65f2716b0d08fe9768025b diff --git a/metadata/md5-cache/dev-python/pyxattr-9999 b/metadata/md5-cache/dev-python/pyxattr-9999 index 11bfbe35f58d..ac0734eaf660 100644 --- a/metadata/md5-cache/dev-python/pyxattr-9999 +++ b/metadata/md5-cache/dev-python/pyxattr-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=sys-apps/attr python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=48e8a5b6012d9bb2fb5221e0e2a7a6c5 diff --git a/metadata/md5-cache/dev-python/rackspace-auth-openstack-9999 b/metadata/md5-cache/dev-python/rackspace-auth-openstack-9999 index 7212c80393ea..2b316f5f3508 100644 --- a/metadata/md5-cache/dev-python/rackspace-auth-openstack-9999 +++ b/metadata/md5-cache/dev-python/rackspace-auth-openstack-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=64029c9f70f53f0fd3f8ffc1f3ed7ca3 diff --git a/metadata/md5-cache/dev-python/rackspace-novaclient-9999 b/metadata/md5-cache/dev-python/rackspace-novaclient-9999 index 5f2c65ab5639..45626ce9dc67 100644 --- a/metadata/md5-cache/dev-python/rackspace-novaclient-9999 +++ b/metadata/md5-cache/dev-python/rackspace-novaclient-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-python/python-novaclient[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rackspace-auth-openstack[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/os-diskconfig-python-novaclient-ext[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rax-backup-schedule-python-novaclient-ext[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/os-networksv2-python-novaclient-ext[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rax-default-network-flags-python-novaclient-ext[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a7f6cd06e7d4217d6958686e6ea68e97 diff --git a/metadata/md5-cache/dev-python/rax-backup-schedule-python-novaclient-ext-9999 b/metadata/md5-cache/dev-python/rax-backup-schedule-python-novaclient-ext-9999 index bcfd277270f4..314832f9b6ef 100644 --- a/metadata/md5-cache/dev-python/rax-backup-schedule-python-novaclient-ext-9999 +++ b/metadata/md5-cache/dev-python/rax-backup-schedule-python-novaclient-ext-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/python-novaclient-2.10.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9b9425bf0f0aba226462078d2eb4af25 diff --git a/metadata/md5-cache/dev-python/rax-default-network-flags-python-novaclient-ext-9999 b/metadata/md5-cache/dev-python/rax-default-network-flags-python-novaclient-ext-9999 index 878e9a84e1ab..d97f524139d7 100644 --- a/metadata/md5-cache/dev-python/rax-default-network-flags-python-novaclient-ext-9999 +++ b/metadata/md5-cache/dev-python/rax-default-network-flags-python-novaclient-ext-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/python-novaclient-2.10.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=24ded36e7d2ae41ba1f0ad1829edd506 diff --git a/metadata/md5-cache/dev-python/remoteobjects-99999999 b/metadata/md5-cache/dev-python/remoteobjects-99999999 index d3184663d0ad..f3954453369e 100644 --- a/metadata/md5-cache/dev-python/remoteobjects-99999999 +++ b/metadata/md5-cache/dev-python/remoteobjects-99999999 @@ -7,5 +7,5 @@ IUSE=test LICENSE=BSD RDEPEND=dev-python/simplejson dev-python/httplib2 =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d59886d5cd8a2810483a52531fa77ccc diff --git a/metadata/md5-cache/dev-python/retry-decorator-1.0.0 b/metadata/md5-cache/dev-python/retry-decorator-1.0.0 index 341d68543ce9..0d96b9e08da1 100644 --- a/metadata/md5-cache/dev-python/retry-decorator-1.0.0 +++ b/metadata/md5-cache/dev-python/retry-decorator-1.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=Decorator for retrying when exceptions occur EAPI=5 HOMEPAGE=https://github.com/pnpnpn/retry-decorator IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=https://github.com/pnpnpn/retry-decorator/archive/v1.0.0.tar.gz -> retry-decorator-1.0.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 -_md5_=02027a6fe1fb29100a64b4b569b0ec1a +_md5_=c7e152619752a880c1bde76fbd5b5763 diff --git a/metadata/md5-cache/dev-python/robotframework-selenium2library-9999 b/metadata/md5-cache/dev-python/robotframework-selenium2library-9999 index 0412da9c6bd8..5e33b3c88fd5 100644 --- a/metadata/md5-cache/dev-python/robotframework-selenium2library-9999 +++ b/metadata/md5-cache/dev-python/robotframework-selenium2library-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/selenium-2.12.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/decorator-3.3.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/robotframework-2.6.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0b4cbc0f5e773824e45055ab209916c4 diff --git a/metadata/md5-cache/dev-python/rtslib-9999 b/metadata/md5-cache/dev-python/rtslib-9999 index 3fd2b40f9bc5..01d693471537 100644 --- a/metadata/md5-cache/dev-python/rtslib-9999 +++ b/metadata/md5-cache/dev-python/rtslib-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://linux-iscsi.org/ LICENSE=AGPL-3 RDEPEND=dev-python/configobj dev-python/ipaddr dev-python/netifaces =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9491aae69522e24f2bce21c368bdb57e diff --git a/metadata/md5-cache/dev-python/scoop-0.7.0 b/metadata/md5-cache/dev-python/scoop-0.7.0 deleted file mode 100644 index 27eb54bbd7eb..000000000000 --- a/metadata/md5-cache/dev-python/scoop-0.7.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/greenlet-0.3.4 >=dev-python/pyzmq-13.1.0 >=dev-python/argparse-1.1 dev-python/setuptools userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] -DESCRIPTION=Distributed Evolutionary Algorithms in Python -EAPI=5 -HOMEPAGE=https://code.google.com/p/scoop/ http://pypi.python.org/pypi/scoop -IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-3 -RDEPEND=>=dev-python/greenlet-0.3.4 >=dev-python/pyzmq-13.1.0 >=dev-python/argparse-1.1 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/s/scoop/scoop-0.7.0.release.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=28d451e9c49ade37778de082001a83d2 diff --git a/metadata/md5-cache/dev-python/scoop-0.7.0-r1 b/metadata/md5-cache/dev-python/scoop-0.7.0-r1 new file mode 100644 index 000000000000..0ec49d97519c --- /dev/null +++ b/metadata/md5-cache/dev-python/scoop-0.7.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/greenlet-0.3.4 >=dev-python/pyzmq-13.1.0 virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/setuptools userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=Distributed Evolutionary Algorithms in Python +EAPI=5 +HOMEPAGE=https://code.google.com/p/scoop/ http://pypi.python.org/pypi/scoop +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3 +RDEPEND=>=dev-python/greenlet-0.3.4 >=dev-python/pyzmq-13.1.0 virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/scoop/scoop-0.7.0.release.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=efeb7481b23646faa04b14b3b84d6814 diff --git a/metadata/md5-cache/dev-python/snakeoil-9999 b/metadata/md5-cache/dev-python/snakeoil-9999 index 93513c32f176..ceb9d6bb080a 100644 --- a/metadata/md5-cache/dev-python/snakeoil-9999 +++ b/metadata/md5-cache/dev-python/snakeoil-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=!=dev-lang/python-2.6.8-r3:2.6 ) 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:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dc67db0d5ba60850de2d5cc3eed19977 diff --git a/metadata/md5-cache/dev-python/socksipy-1.02 b/metadata/md5-cache/dev-python/socksipy-1.02 index a1315facf242..4e0dd01d7510 100644 --- a/metadata/md5-cache/dev-python/socksipy-1.02 +++ b/metadata/md5-cache/dev-python/socksipy-1.02 @@ -4,11 +4,11 @@ DESCRIPTION=SOCKS proxy implementation for python EAPI=5 HOMEPAGE=http://socksipy.sourceforge.net/ http://code.google.com/p/socksipy-branch/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=http://socksipy-branch.googlecode.com/files/SocksiPy-branch-1.02.zip _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=a8bd327407ba52c370938ab4f6549df8 +_md5_=89b8391914880ab68962a5af0366de9b diff --git a/metadata/md5-cache/dev-python/sphinx-bootstrap-theme-0.3.9 b/metadata/md5-cache/dev-python/sphinx-bootstrap-theme-0.3.9 new file mode 100644 index 000000000000..2bc933ff1408 --- /dev/null +++ b/metadata/md5-cache/dev-python/sphinx-bootstrap-theme-0.3.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=Sphinx theme integrates the Bootstrap CSS / JavaScript framework +EAPI=5 +HOMEPAGE=http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.3.9.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=8b0edf230452341c3aee6d5896239232 diff --git a/metadata/md5-cache/dev-python/sure-1.2.3 b/metadata/md5-cache/dev-python/sure-1.2.3 index dfe71cb69521..cec7d8cbacb5 100644 --- a/metadata/md5-cache/dev-python/sure-1.2.3 +++ b/metadata/md5-cache/dev-python/sure-1.2.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] DESCRIPTION=A utility belt for automated testing in python for python EAPI=5 HOMEPAGE=http://github.com/gabrielfalcao/sure -IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_targets_pypy2_0 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/s/sure/sure-1.2.3.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=dbea08c2753a3b17cc73a90dd60d5318 +_md5_=3e306ea5e196593180592e7e6f06d197 diff --git a/metadata/md5-cache/dev-python/sure-1.2.5 b/metadata/md5-cache/dev-python/sure-1.2.5 new file mode 100644 index 000000000000..131cf158f9a8 --- /dev/null +++ b/metadata/md5-cache/dev-python/sure-1.2.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=A utility belt for automated testing in python for python +EAPI=5 +HOMEPAGE=http://github.com/gabrielfalcao/sure +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_targets_pypy2_0 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_targets_pypy2_0 ) +SLOT=0 +SRC_URI=mirror://pypi/s/sure/sure-1.2.5.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=c3d1412a9c1e1292d5a0741e3560f4b5 diff --git a/metadata/md5-cache/dev-python/ujson-1.33 b/metadata/md5-cache/dev-python/ujson-1.33 index 3771698e236b..8c7496e56440 100644 --- a/metadata/md5-cache/dev-python/ujson-1.33 +++ b/metadata/md5-cache/dev-python/ujson-1.33 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] app-arch/unzip userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] app-arch/unzip userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] DESCRIPTION=Ultra fast JSON encoder and decoder for Python EAPI=5 HOMEPAGE=http://pypi.python.org/pypi/ujson/ -IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD -RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] app-arch/unzip python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 ) +RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] app-arch/unzip python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/u/ujson/ujson-1.33.zip _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=bb1ed3079f6ec301467970f866cb55fa +_md5_=2a4c5332f6792f4de42f784bdfab20cf diff --git a/metadata/md5-cache/dev-python/ws4py-0.3.2 b/metadata/md5-cache/dev-python/ws4py-0.3.2 new file mode 100644 index 000000000000..febe3c1825b1 --- /dev/null +++ b/metadata/md5-cache/dev-python/ws4py-0.3.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=test? ( dev-python/unittest2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/cherrypy-3.2.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/gevent[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[threads?] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads?] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=WebSocket support for Python +EAPI=5 +HOMEPAGE=https://github.com/Lawouach/WebSocket-for-Python +IUSE=+client +server test +threads python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=BSD +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[threads?] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads?] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/Lawouach/WebSocket-for-Python/tarball/v0.3.2 -> ws4py-0.3.2.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 +_md5_=46d278ddd48340676a5dede85a97a2e8 diff --git a/metadata/md5-cache/dev-python/ws4py-9999 b/metadata/md5-cache/dev-python/ws4py-9999 index 0a20326bf955..400e476ad097 100644 --- a/metadata/md5-cache/dev-python/ws4py-9999 +++ b/metadata/md5-cache/dev-python/ws4py-9999 @@ -7,5 +7,5 @@ IUSE=+client +server test +threads LICENSE=BSD RDEPEND=client? ( dev-lang/python[threads?] ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3902b6fa5addb84a2c1305106471f720 diff --git a/metadata/md5-cache/dev-ruby/acts_as_list-0.4.0 b/metadata/md5-cache/dev-ruby/acts_as_list-0.4.0 new file mode 100644 index 000000000000..5ecd873e79f5 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/acts_as_list-0.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/activerecord-3[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] dev-ruby/activerecord[ruby_targets_ruby19,sqlite3] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Capabilities for sorting and reordering a number of objects in a list. +EAPI=5 +HOMEPAGE=http://rake.rubyforge.org/ +IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test +KEYWORDS=~amd64 ~x86 ~x86-macos +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/activerecord-3[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ) +SLOT=3 +SRC_URI=mirror://rubygems/acts_as_list-0.4.0.gem +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=ac517e99c6b0ff0ee53f619e724db548 diff --git a/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.6 b/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.6 index 8784e890aeef..d2018e6e6207 100644 --- a/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.6 +++ b/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.6 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/bcrypt-3.1.6.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=65be3725764f426396e40864db7074ea +_md5_=b99000a7a4e93e988d7b87b84e0174a8 diff --git a/metadata/md5-cache/dev-ruby/blankslate-3.1.2 b/metadata/md5-cache/dev-ruby/blankslate-3.1.2 index 3d1613d29255..5e5139d2b03e 100644 --- a/metadata/md5-cache/dev-ruby/blankslate-3.1.2 +++ b/metadata/md5-cache/dev-ruby/blankslate-3.1.2 @@ -4,11 +4,11 @@ DESCRIPTION=A base class where almost all of the methods from Object and Kernel EAPI=5 HOMEPAGE=https://rubygems.org/gems/blankslate IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~hppa ~ia64 +KEYWORDS=~amd64 ~arm ~hppa ~ia64 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/blankslate-3.1.2.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4e2e228577be2c2566dbe4645ff24647 +_md5_=31677a01f0a6fa69e93f24edb05bf6f3 diff --git a/metadata/md5-cache/dev-ruby/instantiator-0.0.6 b/metadata/md5-cache/dev-ruby/instantiator-0.0.6 index dc6fe6d71194..79cf09c6133b 100644 --- a/metadata/md5-cache/dev-ruby/instantiator-0.0.6 +++ b/metadata/md5-cache/dev-ruby/instantiator-0.0.6 @@ -4,11 +4,11 @@ DESCRIPTION=Instantiate an arbitrary Ruby class EAPI=5 HOMEPAGE=https://github.com/floehopper/introspection IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~hppa ~ia64 +KEYWORDS=~amd64 ~arm ~hppa ~ia64 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-ruby/blankslate[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/blankslate[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/blankslate[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/blankslate[ruby_targets_ruby21] ) ruby_targets_jruby? ( dev-ruby/blankslate[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/instantiator-0.0.6.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=6b75f12db446074a5b06d122fe476a08 +_md5_=478d74e022d1f1f179c5f5faedcaf779 diff --git a/metadata/md5-cache/dev-ruby/introspection-0.0.3 b/metadata/md5-cache/dev-ruby/introspection-0.0.3 index 638004f2407d..5d1945dca9bb 100644 --- a/metadata/md5-cache/dev-ruby/introspection-0.0.3 +++ b/metadata/md5-cache/dev-ruby/introspection-0.0.3 @@ -4,11 +4,11 @@ DESCRIPTION=Dynamic inspection of the hierarchy of method definitions on a Ruby EAPI=5 HOMEPAGE=http://jamesmead.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby test test -KEYWORDS=~amd64 ~hppa ~ia64 +KEYWORDS=~amd64 ~arm ~hppa ~ia64 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby18] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby19] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby20] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby21] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby21] ) ruby_targets_jruby? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_jruby] >=dev-ruby/instantiator-0.0.3[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/introspection-0.0.3.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ef1386b73e26af5a43a25b7322727021 +_md5_=fe302fe7ed366f87d5d0a622db90a4ca diff --git a/metadata/md5-cache/dev-ruby/minitest-4.7.5 b/metadata/md5-cache/dev-ruby/minitest-4.7.5 new file mode 100644 index 000000000000..554c326374ba --- /dev/null +++ b/metadata/md5-cache/dev-ruby/minitest-4.7.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) 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_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. +EAPI=5 +HOMEPAGE=https://github.com/seattlerb/minitest +IUSE=doc test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/minitest-4.7.5.gem +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=8d79ccd10058bf768fbb7f307a2359e8 diff --git a/metadata/md5-cache/dev-ruby/mocha-0.14.0 b/metadata/md5-cache/dev-ruby/mocha-0.14.0 index bd41ea709176..bc259addd11e 100644 --- a/metadata/md5-cache/dev-ruby/mocha-0.14.0 +++ b/metadata/md5-cache/dev-ruby/mocha-0.14.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Ruby library for mocking and stubbing using a syntax like that of EAPI=5 HOMEPAGE=http://gofreerange.com/mocha/docs/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~hppa ~ia64 +KEYWORDS=~amd64 ~arm ~hppa ~ia64 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-ruby/metaclass[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/metaclass[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/metaclass[ruby_targets_ruby20] ) ruby_targets_jruby? ( dev-ruby/metaclass[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0.14 SRC_URI=mirror://rubygems/mocha-0.14.0.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=6b25dc857105a9e1df7786e9677b162e +_md5_=251f4df1b4e5b23480a050d43bf8f892 diff --git a/metadata/md5-cache/dev-ruby/ruby-elf-9999 b/metadata/md5-cache/dev-ruby/ruby-elf-9999 index 279968181208..8d9637fb8600 100644 --- a/metadata/md5-cache/dev-ruby/ruby-elf-9999 +++ b/metadata/md5-cache/dev-ruby/ruby-elf-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2+ RDEPEND=virtual/man ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=ab297c1707088b39bd0a6b07667aa364 diff --git a/metadata/md5-cache/dev-ruby/ruby-gettext-3.1.1 b/metadata/md5-cache/dev-ruby/ruby-gettext-3.1.1 new file mode 100644 index 000000000000..9f618a4dbfb1 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ruby-gettext-3.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby19] dev-ruby/text[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby20] dev-ruby/text[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) dev-ruby/racc[ruby_targets_ruby19] ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) dev-ruby/racc[ruby_targets_ruby20] ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] dev-ruby/test-unit-rr[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] dev-ruby/test-unit-rr[ruby_targets_ruby20] ) ) sys-devel/gettext ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DESCRIPTION=Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package +EAPI=5 +HOMEPAGE=http://www.yotabanana.com/hiki/ruby-gettext.html +IUSE=doc test test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test +KEYWORDS=~amd64 ~arm ~hppa ~ia64 +LICENSE=Ruby +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby19] dev-ruby/text[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby20] dev-ruby/text[ruby_targets_ruby20] ) sys-devel/gettext ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +SLOT=0 +SRC_URI=mirror://rubygems/gettext-3.1.1.gem +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=d08fecba636164229202f1fbe691be07 diff --git a/metadata/md5-cache/dev-ruby/sprockets-2.11.0 b/metadata/md5-cache/dev-ruby/sprockets-2.11.0 new file mode 100644 index 000000000000..60b9de582eb7 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/sprockets-2.11.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( =dev-ruby/hike-1*[ruby_targets_ruby19] >=dev-ruby/hike-1.2[ruby_targets_ruby19] =dev-ruby/multi_json-1*[ruby_targets_ruby19] =dev-ruby/rack-1*[ruby_targets_ruby19] =dev-ruby/tilt-1*[ruby_targets_ruby19] >=dev-ruby/tilt-1.3.1[ruby_targets_ruby19] !!=dev-ruby/sass-3.1[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Ruby library for compiling and serving web assets. +EAPI=5 +HOMEPAGE=https://github.com/sstephenson/sprockets +IUSE=test elibc_FreeBSD ruby_targets_ruby19 test test +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( =dev-ruby/hike-1*[ruby_targets_ruby19] >=dev-ruby/hike-1.2[ruby_targets_ruby19] =dev-ruby/multi_json-1*[ruby_targets_ruby19] =dev-ruby/rack-1*[ruby_targets_ruby19] =dev-ruby/tilt-1*[ruby_targets_ruby19] >=dev-ruby/tilt-1.3.1[ruby_targets_ruby19] !! sprockets-2.11.0-git.tgz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=4b59ae79b20b719ca852e7a2385a6634 diff --git a/metadata/md5-cache/dev-ruby/sqlite3-1.3.6 b/metadata/md5-cache/dev-ruby/sqlite3-1.3.6 index d6788f4c175a..f27cbb23c794 100644 --- a/metadata/md5-cache/dev-ruby/sqlite3-1.3.6 +++ b/metadata/md5-cache/dev-ruby/sqlite3-1.3.6 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) SLOT=0 SRC_URI=mirror://rubygems/sqlite3-1.3.6.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7454e249e95981e3408b64ece5699c4f +_md5_=f7d270e046f2ab721be84fb8cede713c diff --git a/metadata/md5-cache/dev-ruby/sqlite3-1.3.8-r1 b/metadata/md5-cache/dev-ruby/sqlite3-1.3.8-r1 index 601c7b0cd76c..19edfb148e8f 100644 --- a/metadata/md5-cache/dev-ruby/sqlite3-1.3.8-r1 +++ b/metadata/md5-cache/dev-ruby/sqlite3-1.3.8-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/sqlite3-1.3.8.gem _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5bf37820c1062baccb060e7ba985f824 +_md5_=3a97f4b95fef3f4f1c47a564fe2c9a5b diff --git a/metadata/md5-cache/dev-ruby/system_timer-1.2.4 b/metadata/md5-cache/dev-ruby/system_timer-1.2.4 index c8c261fbeeb4..cec4272697ff 100644 --- a/metadata/md5-cache/dev-ruby/system_timer-1.2.4 +++ b/metadata/md5-cache/dev-ruby/system_timer-1.2.4 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ) SLOT=0 SRC_URI=https://github.com/ph7/system-timer/tarball/1.2.4 -> system_timer-1.2.4.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e73bfc2c20224798cb939485cea540a1 +_md5_=4e3891b86b280f69ffd70231580f7987 diff --git a/metadata/md5-cache/dev-ruby/ttfunk-1.1.1 b/metadata/md5-cache/dev-ruby/ttfunk-1.1.1 new file mode 100644 index 000000000000..6989fb5901fd --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ttfunk-1.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=A TrueType font parser written in pure ruby. +EAPI=5 +HOMEPAGE=https://github.com/prawnpdf/ttfunk/ +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test +KEYWORDS=~amd64 +LICENSE=|| ( GPL-2 GPL-3 Ruby ) +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) +SLOT=1.1 +SRC_URI=https://github.com/prawnpdf/ttfunk/archive/1.1.1.tar.gz -> ttfunk-1.1.1.tar.gz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=3f03ac065df66c93537a1acc2adf74b2 diff --git a/metadata/md5-cache/dev-tex/tipa-1.3 b/metadata/md5-cache/dev-tex/tipa-1.3 index 105bd2efd68a..6e7ebb01a737 100644 --- a/metadata/md5-cache/dev-tex/tipa-1.3 +++ b/metadata/md5-cache/dev-tex/tipa-1.3 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install postinst postrm DEPEND=virtual/latex-base DESCRIPTION=International Phonetic Alphabet package for LaTeX HOMEPAGE=http://www.l.u-tokyo.ac.jp/~fkr/ -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=LPPL-1.2 RDEPEND=virtual/latex-base SLOT=0 SRC_URI=http://www.l.u-tokyo.ac.jp/~fkr/tipa/tipa-1.3.tar.gz -_md5_=bcf9aded69c42e9882457d5d77bc90bc +_md5_=34ee77fd197da6779f4c7ea3142650dc diff --git a/metadata/md5-cache/dev-util/abi-compliance-checker-9999 b/metadata/md5-cache/dev-util/abi-compliance-checker-9999 index 0eb2b6bbf66f..67be95ab4a13 100644 --- a/metadata/md5-cache/dev-util/abi-compliance-checker-9999 +++ b/metadata/md5-cache/dev-util/abi-compliance-checker-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=http://ispras.linuxbase.org/index.php/ABI_compliance_checker LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0e9af84b4b5370e2202ffee6f66cd39c diff --git a/metadata/md5-cache/dev-util/atomic-install-9999 b/metadata/md5-cache/dev-util/atomic-install-9999 index f9e303321c8f..ba6e9b495c31 100644 --- a/metadata/md5-cache/dev-util/atomic-install-9999 +++ b/metadata/md5-cache/dev-util/atomic-install-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs xattr LICENSE=BSD RDEPEND=xattr? ( sys-apps/attr ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=eb1eebc5888ee6fce7524bb2bf949889 diff --git a/metadata/md5-cache/dev-util/bdelta-9999 b/metadata/md5-cache/dev-util/bdelta-9999 index c9d2a1a8cd31..626e57e29b43 100644 --- a/metadata/md5-cache/dev-util/bdelta-9999 +++ b/metadata/md5-cache/dev-util/bdelta-9999 @@ -5,5 +5,5 @@ EAPI=4 HOMEPAGE=http://bdelta.org LICENSE=MPL-2.0 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=de52ec82693829bf4ad761fab15ecace diff --git a/metadata/md5-cache/dev-util/buildbot-9999 b/metadata/md5-cache/dev-util/buildbot-9999 index d034b54a5b1b..0640acd598b8 100644 --- a/metadata/md5-cache/dev-util/buildbot-9999 +++ b/metadata/md5-cache/dev-util/buildbot-9999 @@ -7,5 +7,5 @@ IUSE=doc examples irc mail manhole test LICENSE=GPL-2 RDEPEND=>=dev-python/jinja-2.1 || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 ) >=dev-python/twisted-core-8.0.0 dev-python/twisted-web =sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2734b22b443a4466822ae1a463154cbe diff --git a/metadata/md5-cache/dev-util/catalyst-2.9999 b/metadata/md5-cache/dev-util/catalyst-2.9999 index c36f50cae688..b71d83de962f 100644 --- a/metadata/md5-cache/dev-util/catalyst-2.9999 +++ b/metadata/md5-cache/dev-util/catalyst-2.9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c4bfcf85609d95147331e842dee3176e diff --git a/metadata/md5-cache/dev-util/catalyst-9999 b/metadata/md5-cache/dev-util/catalyst-9999 index d715a399e289..aaa2aada3a27 100644 --- a/metadata/md5-cache/dev-util/catalyst-9999 +++ b/metadata/md5-cache/dev-util/catalyst-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=91454950a0716f181ca84bde27e6feaa diff --git a/metadata/md5-cache/dev-util/cdiff-9999 b/metadata/md5-cache/dev-util/cdiff-9999 index 9540df818c6d..1e84002083e4 100644 --- a/metadata/md5-cache/dev-util/cdiff-9999 +++ b/metadata/md5-cache/dev-util/cdiff-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=!app-misc/colordiff dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sys-apps/less python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2c3be9ed31fa35defa67749d4a4ac975 diff --git a/metadata/md5-cache/dev-util/cligh-9999 b/metadata/md5-cache/dev-util/cligh-9999 index 080d91044c03..cc13c7cf4fc6 100644 --- a/metadata/md5-cache/dev-util/cligh-9999 +++ b/metadata/md5-cache/dev-util/cligh-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-python/PyGithub[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c00e758a835b67552e8098a354f06932 diff --git a/metadata/md5-cache/dev-util/cppunit-9999 b/metadata/md5-cache/dev-util/cppunit-9999 index b5120949b863..d555c7252568 100644 --- a/metadata/md5-cache/dev-util/cppunit-9999 +++ b/metadata/md5-cache/dev-util/cppunit-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.freedesktop.org/wiki/Software/cppunit IUSE=doc examples static-libs LICENSE=LGPL-2.1 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=da6eed9214d17f51e46db7afe31b7252 diff --git a/metadata/md5-cache/dev-util/debootstrap-1.0.56 b/metadata/md5-cache/dev-util/debootstrap-1.0.56 index 39068ab2fdae..3670111ed4a4 100644 --- a/metadata/md5-cache/dev-util/debootstrap-1.0.56 +++ b/metadata/md5-cache/dev-util/debootstrap-1.0.56 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install postinst unpack DESCRIPTION=Debian/Ubuntu bootstrap scripts EAPI=5 HOMEPAGE=http://packages.qa.debian.org/d/debootstrap.html -KEYWORDS=~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=app-arch/dpkg net-misc/wget sys-devel/binutils SLOT=0 SRC_URI=mirror://debian/pool/main/d/debootstrap/debootstrap_1.0.56.tar.gz mirror://gentoo/devices.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=c3e703e273e2a20217b9db3ddbdd67ce +_md5_=bcc95d980d60fbabe6bc7c3f9e1b5ef4 diff --git a/metadata/md5-cache/dev-util/dwarves-9999 b/metadata/md5-cache/dev-util/dwarves-9999 index 496f14047c4c..927db707dfee 100644 --- a/metadata/md5-cache/dev-util/dwarves-9999 +++ b/metadata/md5-cache/dev-util/dwarves-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=GPL-2 RDEPEND=>=dev-libs/elfutils-0.131 sys-libs/zlib SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a854b750bf756d36db0ca20d0110cf58 diff --git a/metadata/md5-cache/dev-util/ghh-9999 b/metadata/md5-cache/dev-util/ghh-9999 index 20ccd8be609d..464fea968058 100644 --- a/metadata/md5-cache/dev-util/ghh-9999 +++ b/metadata/md5-cache/dev-util/ghh-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://jean-francois.richard.name/ghh/ LICENSE=GPL-2 RDEPEND=x11-libs/gtk+:2 dev-libs/glib:2 gnome-base/libgnome app-text/gnome-doc-utils >=app-text/asciidoc-8 dev-python/pygtk:2 dev-vcs/git || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8216bea2d490028824f4807074e49c84 diff --git a/metadata/md5-cache/dev-util/ketchup-9999 b/metadata/md5-cache/dev-util/ketchup-9999 index 2e77b8920ac8..84a5723463e5 100644 --- a/metadata/md5-cache/dev-util/ketchup-9999 +++ b/metadata/md5-cache/dev-util/ketchup-9999 @@ -5,5 +5,5 @@ EAPI=4 HOMEPAGE=http://github.com/psomas/ketchup LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3992b59f5682d744d16d83acb246aa24 diff --git a/metadata/md5-cache/dev-util/mdds-0.10.1 b/metadata/md5-cache/dev-util/mdds-0.10.2 similarity index 78% rename from metadata/md5-cache/dev-util/mdds-0.10.1 rename to metadata/md5-cache/dev-util/mdds-0.10.2 index 7797cd3c1a5e..e1b962f11d9c 100644 --- a/metadata/md5-cache/dev-util/mdds-0.10.1 +++ b/metadata/md5-cache/dev-util/mdds-0.10.2 @@ -6,7 +6,7 @@ HOMEPAGE=http://code.google.com/p/multidimalgorithm/ KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-libs/boost -SLOT=0/0.10.1 -SRC_URI=http://kohei.us/files/mdds/src/mdds_0.10.1.tar.bz2 +SLOT=0/0.10.2 +SRC_URI=http://kohei.us/files/mdds/src/mdds_0.10.2.tar.bz2 _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=68a59185a3570ae0af023809544bc3e5 +_md5_=d438aedb690c069301d5dc8d7f05d472 diff --git a/metadata/md5-cache/dev-util/osc-0.142.2 b/metadata/md5-cache/dev-util/osc-0.142.2 deleted file mode 100644 index 1763ee55cf5e..000000000000 --- a/metadata/md5-cache/dev-util/osc-0.142.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] -DESCRIPTION=Command line tool for Open Build Service -EAPI=5 -HOMEPAGE=http://en.opensuse.org/openSUSE:OSC -IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) -SLOT=0 -SRC_URI=https://api.opensuse.org/public/source/openSUSE:Tools/osc/osc-0.142.2.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f obs-download 8b22473fde39f5051ce00b61062dd086 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=bca1293228a9847650c95fc9e3091d31 diff --git a/metadata/md5-cache/dev-util/osc-0.143.0 b/metadata/md5-cache/dev-util/osc-0.143.0 index 3f4d9baaacc4..9ad4090c29ca 100644 --- a/metadata/md5-cache/dev-util/osc-0.143.0 +++ b/metadata/md5-cache/dev-util/osc-0.143.0 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] DESCRIPTION=Command line tool for Open Build Service EAPI=5 HOMEPAGE=http://en.opensuse.org/openSUSE:OSC IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 -PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta +RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=https://api.opensuse.org/public/source/openSUSE:Tools/osc/osc-0.143.0.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f obs-download 8b22473fde39f5051ce00b61062dd086 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=e94649804415a1d384321940bdeb7bec +_md5_=41013c5f85d5c804ad998a6d154063d4 diff --git a/metadata/md5-cache/dev-util/osc-9999 b/metadata/md5-cache/dev-util/osc-9999 index 8c2076f7a56b..475091b92826 100644 --- a/metadata/md5-cache/dev-util/osc-9999 +++ b/metadata/md5-cache/dev-util/osc-9999 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-vcs/git +DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-vcs/git DESCRIPTION=Command line tool for Open Build Service EAPI=5 HOMEPAGE=http://en.opensuse.org/openSUSE:OSC IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 LICENSE=GPL-2 -PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta +RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=ce2d67ad405d223ee86cf5076531b7c0 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=9fe985eb2c43e931fcd3f4a692c8e30d diff --git a/metadata/md5-cache/dev-util/pkgconf-9999 b/metadata/md5-cache/dev-util/pkgconf-9999 index f988b057a725..ff1fed95152a 100644 --- a/metadata/md5-cache/dev-util/pkgconf-9999 +++ b/metadata/md5-cache/dev-util/pkgconf-9999 @@ -7,5 +7,5 @@ IUSE=+pkg-config strict LICENSE=BSD-1 RDEPEND=pkg-config? ( !dev-util/pkgconfig !dev-util/pkg-config-lite !dev-util/pkgconfig-openbsd[pkg-config] ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9e208c0a14379a3ea58966f09b3dba0a diff --git a/metadata/md5-cache/dev-util/pkgconfig-9999 b/metadata/md5-cache/dev-util/pkgconfig-9999 index 9f5908da1a77..a59eb738473a 100644 --- a/metadata/md5-cache/dev-util/pkgconfig-9999 +++ b/metadata/md5-cache/dev-util/pkgconfig-9999 @@ -7,5 +7,5 @@ IUSE=elibc_FreeBSD elibc_glibc hardened internal-glib LICENSE=GPL-2 RDEPEND=!internal-glib? ( >=dev-libs/glib-2.30 ) !dev-util/pkgconf[pkg-config] !dev-util/pkg-config-lite !dev-util/pkgconfig-openbsd[pkg-config] SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8ca48f755c0935bcbef0f197a83b780f diff --git a/metadata/md5-cache/dev-util/pkgcore-checks-9999 b/metadata/md5-cache/dev-util/pkgcore-checks-9999 index 5ae260bf76f1..b1ff46a727ee 100644 --- a/metadata/md5-cache/dev-util/pkgcore-checks-9999 +++ b/metadata/md5-cache/dev-util/pkgcore-checks-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.pkgcore.org/ LICENSE=GPL-2 RDEPEND=>=sys-apps/pkgcore-0.5.9 >=dev-python/snakeoil-0.3.6 dev-lang/python SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7c93a40fd2857218334942cff535b6d7 diff --git a/metadata/md5-cache/dev-util/plan9port-20140224 b/metadata/md5-cache/dev-util/plan9port-20140224 new file mode 100644 index 000000000000..9afeffb7888d --- /dev/null +++ b/metadata/md5-cache/dev-util/plan9port-20140224 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=X? ( x11-apps/xauth ) +DESCRIPTION=Port of many Plan 9 programs and libraries +EAPI=4 +HOMEPAGE=http://swtch.com/plan9port/ +IUSE=X +KEYWORDS=~amd64 ~x86 +LICENSE=9base BSD-4 MIT LGPL-2.1 BigelowHolmes +RDEPEND=X? ( x11-apps/xauth ) +SLOT=0 +SRC_URI=http://plan9port.googlecode.com/files/plan9port-20140224.tgz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=32591aae1feff0e07368dacc534e827e diff --git a/metadata/md5-cache/dev-util/quilt-9999 b/metadata/md5-cache/dev-util/quilt-9999 index 88b6443d33fa..3cbcefe2a42e 100644 --- a/metadata/md5-cache/dev-util/quilt-9999 +++ b/metadata/md5-cache/dev-util/quilt-9999 @@ -7,5 +7,5 @@ IUSE=graphviz LICENSE=GPL-2 RDEPEND=dev-util/diffstat mail-mta/sendmail sys-apps/ed >=sys-apps/coreutils-8.5 graphviz? ( media-gfx/graphviz ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d98d94c41805e5c677d802abf378679f diff --git a/metadata/md5-cache/dev-util/sasm-2.2 b/metadata/md5-cache/dev-util/sasm-2.2 new file mode 100644 index 000000000000..eb3010fdc00d --- /dev/null +++ b/metadata/md5-cache/dev-util/sasm-2.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 +DESCRIPTION=Simple crossplatform IDE for NASM assembly language +EAPI=5 +HOMEPAGE=http://dman95.github.io/SASM/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +SLOT=0 +SRC_URI=https://github.com/Dman95/SASM/archive/v2.2.tar.gz -> sasm-2.2.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=9d03fbe58a7aa91ae586043bfa2efd4b diff --git a/metadata/md5-cache/dev-util/sasm-9999 b/metadata/md5-cache/dev-util/sasm-9999 new file mode 100644 index 000000000000..4cb4f20a6486 --- /dev/null +++ b/metadata/md5-cache/dev-util/sasm-9999 @@ -0,0 +1,9 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-vcs/git +DESCRIPTION=Simple crossplatform IDE for NASM assembly language +EAPI=5 +HOMEPAGE=http://dman95.github.io/SASM/ +LICENSE=GPL-3 +SLOT=0 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=0d53e6b0d2ef96acf025ca0cdd275a0b diff --git a/metadata/md5-cache/dev-util/spec-cleaner-9999 b/metadata/md5-cache/dev-util/spec-cleaner-9999 index b83c1e34d086..6e1bd37577de 100644 --- a/metadata/md5-cache/dev-util/spec-cleaner-9999 +++ b/metadata/md5-cache/dev-util/spec-cleaner-9999 @@ -7,5 +7,5 @@ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 LICENSE=BSD RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4a9ea53671391150fde40558c03a746d diff --git a/metadata/md5-cache/dev-util/squashdelta-9999 b/metadata/md5-cache/dev-util/squashdelta-9999 index 8b7850956d30..d13a7ee9a9d8 100644 --- a/metadata/md5-cache/dev-util/squashdelta-9999 +++ b/metadata/md5-cache/dev-util/squashdelta-9999 @@ -7,5 +7,5 @@ IUSE=lz4 lzo LICENSE=BSD public-domain RDEPEND=lz4? ( app-arch/lz4:0= ) lzo? ( dev-libs/lzo:2= ) dev-util/xdelta:3 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=22a4d8f43295c513f8364362be43921a diff --git a/metadata/md5-cache/dev-util/squashmerge-9999 b/metadata/md5-cache/dev-util/squashmerge-9999 index 943317743721..789846e669f6 100644 --- a/metadata/md5-cache/dev-util/squashmerge-9999 +++ b/metadata/md5-cache/dev-util/squashmerge-9999 @@ -7,5 +7,5 @@ IUSE=lz4 lzo LICENSE=BSD RDEPEND=lz4? ( app-arch/lz4:0= ) lzo? ( dev-libs/lzo:2= ) dev-util/xdelta:3 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f3b6ce7235c3930fc062c5caa4cc424e diff --git a/metadata/md5-cache/dev-util/strace-9999 b/metadata/md5-cache/dev-util/strace-9999 index 1ea834b416a6..7af1ed39daae 100644 --- a/metadata/md5-cache/dev-util/strace-9999 +++ b/metadata/md5-cache/dev-util/strace-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://sourceforge.net/projects/strace/ IUSE=aio +perl static LICENSE=BSD SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8a69d7f3a93e068a0dec8af0e081d1a3 diff --git a/metadata/md5-cache/dev-util/suse-build-2013.10.15 b/metadata/md5-cache/dev-util/suse-build-2013.10.15 deleted file mode 100644 index ee4989f3ae3c..000000000000 --- a/metadata/md5-cache/dev-util/suse-build-2013.10.15 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install -DESCRIPTION=Script to build SUSE Linux RPMs -EAPI=5 -HOMEPAGE=https://build.opensuse.org/package/show/openSUSE:Tools/build -IUSE=symlink -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=virtual/perl-Digest-MD5 virtual/perl-Getopt-Long dev-perl/XML-Parser dev-perl/TimeDate app-shells/bash app-arch/cpio app-arch/rpm -SLOT=0 -SRC_URI=https://api.opensuse.org/public/source/openSUSE:Tools/build/obs-build-20131015.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f obs-download 8b22473fde39f5051ce00b61062dd086 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=9fdd0a74bfc9656439e0019cdfdf7b58 diff --git a/metadata/md5-cache/dev-util/suse-build-2013.10.15-r1 b/metadata/md5-cache/dev-util/suse-build-2013.10.15-r1 deleted file mode 100644 index 1524a86441f0..000000000000 --- a/metadata/md5-cache/dev-util/suse-build-2013.10.15-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DESCRIPTION=Script to build SUSE Linux RPMs -EAPI=5 -HOMEPAGE=https://build.opensuse.org/package/show/openSUSE:Tools/build -IUSE=symlink -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=virtual/perl-Digest-MD5 virtual/perl-Getopt-Long dev-perl/XML-Parser dev-perl/TimeDate app-shells/bash app-arch/cpio app-arch/rpm -SLOT=0 -SRC_URI=https://api.opensuse.org/public/source/openSUSE:Tools/build/obs-build-20131015.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f obs-download 8b22473fde39f5051ce00b61062dd086 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=dbdc1b8bda5bcbea1828e6d33d861439 diff --git a/metadata/md5-cache/dev-util/suse-build-2013.12.05 b/metadata/md5-cache/dev-util/suse-build-2013.12.05 index 0e6972af1692..540069ee50ae 100644 --- a/metadata/md5-cache/dev-util/suse-build-2013.12.05 +++ b/metadata/md5-cache/dev-util/suse-build-2013.12.05 @@ -3,10 +3,10 @@ DESCRIPTION=Script to build SUSE Linux RPMs EAPI=5 HOMEPAGE=https://build.opensuse.org/package/show/openSUSE:Tools/build IUSE=symlink -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=virtual/perl-Digest-MD5 virtual/perl-Getopt-Long dev-perl/XML-Parser dev-perl/TimeDate app-shells/bash app-arch/cpio app-arch/rpm SLOT=0 SRC_URI=https://api.opensuse.org/public/source/openSUSE:Tools/build/obs-build-20131205.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f obs-download 8b22473fde39f5051ce00b61062dd086 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=c8418afe33993c3beb56b53a8661e2f5 +_md5_=a8c5f188c6f0b8e23e42479772836d03 diff --git a/metadata/md5-cache/dev-util/suse-build-9999 b/metadata/md5-cache/dev-util/suse-build-9999 index f3c8efee9d52..b63f649e9427 100644 --- a/metadata/md5-cache/dev-util/suse-build-9999 +++ b/metadata/md5-cache/dev-util/suse-build-9999 @@ -7,5 +7,5 @@ IUSE=symlink LICENSE=GPL-2 RDEPEND=virtual/perl-Digest-MD5 virtual/perl-Getopt-Long dev-perl/XML-Parser dev-perl/TimeDate app-shells/bash app-arch/cpio app-arch/rpm SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7896e01be5cc1016d8bfe22d319a01d2 diff --git a/metadata/md5-cache/dev-util/trinity-9999 b/metadata/md5-cache/dev-util/trinity-9999 index b6d0d058f978..621b6dde4249 100644 --- a/metadata/md5-cache/dev-util/trinity-9999 +++ b/metadata/md5-cache/dev-util/trinity-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://codemonkey.org.uk/projects/trinity/ IUSE=examples LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e8b94c286eb2fd2e64e6bf9a558d1d17 diff --git a/metadata/md5-cache/dev-vcs/git-9999 b/metadata/md5-cache/dev-vcs/git-9999 index 57b53ed99227..e7783d61cc1d 100644 --- a/metadata/md5-cache/dev-vcs/git-9999 +++ b/metadata/md5-cache/dev-vcs/git-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/gnome-keyring ) gpg? ( app-crypt/gnupg ) mediawiki? ( dev-perl/HTML-Tree dev-perl/MediaWiki-API ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b405d14ad8df557e59f7fa8c04d3b61e diff --git a/metadata/md5-cache/dev-vcs/git-9999-r1 b/metadata/md5-cache/dev-vcs/git-9999-r1 index 2015eb5c4c66..ca0e20a533a2 100644 --- a/metadata/md5-cache/dev-vcs/git-9999-r1 +++ b/metadata/md5-cache/dev-vcs/git-9999-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/gnome-keyring ) gpg? ( app-crypt/gnupg ) mediawiki? ( dev-perl/HTML-Tree dev-perl/MediaWiki-API ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=718a50c23811a5128a8b93d084c6d097 diff --git a/metadata/md5-cache/dev-vcs/git-9999-r2 b/metadata/md5-cache/dev-vcs/git-9999-r2 index ada253669439..b6c68eb75384 100644 --- a/metadata/md5-cache/dev-vcs/git-9999-r2 +++ b/metadata/md5-cache/dev-vcs/git-9999-r2 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/gnome-keyring ) gpg? ( app-crypt/gnupg ) mediawiki? ( dev-perl/HTML-Tree dev-perl/MediaWiki-API ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a0c82991e26a4e8d41ff32d067425341 diff --git a/metadata/md5-cache/dev-vcs/git-9999-r3 b/metadata/md5-cache/dev-vcs/git-9999-r3 index 70ef83d64344..55d3600a73db 100644 --- a/metadata/md5-cache/dev-vcs/git-9999-r3 +++ b/metadata/md5-cache/dev-vcs/git-9999-r3 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/gnome-keyring ) gpg? ( app-crypt/gnupg ) mediawiki? ( dev-perl/HTML-Tree dev-perl/MediaWiki-API ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9c1a8d9f4f17f88e2427e16aba2db8e1 diff --git a/metadata/md5-cache/dev-vcs/git-bz-9999 b/metadata/md5-cache/dev-vcs/git-bz-9999 index d8c697b531a4..6ce69b6277fd 100644 --- a/metadata/md5-cache/dev-vcs/git-bz-9999 +++ b/metadata/md5-cache/dev-vcs/git-bz-9999 @@ -7,5 +7,5 @@ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 py LICENSE=GPL-2 RDEPEND=dev-vcs/git SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e3bde71ce4b0fb37ee6b1c8c5397c36c diff --git a/metadata/md5-cache/dev-vcs/git-cola-2.0.0 b/metadata/md5-cache/dev-vcs/git-cola-2.0.0 new file mode 100644 index 000000000000..0d522abeebee --- /dev/null +++ b/metadata/md5-cache/dev-vcs/git-cola-2.0.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend setup test +DEPEND=dev-python/jsonpickle[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] dev-python/pyinotify[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] dev-python/PyQt4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] dev-vcs/git app-text/asciidoc app-text/xmlto sys-devel/gettext doc? ( dev-python/sphinx[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] ) test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] sys-apps/net-tools ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] +DESCRIPTION=The highly caffeinated git GUI +EAPI=5 +HOMEPAGE=http://git-cola.github.com/ +IUSE=doc test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=dev-python/jsonpickle[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] dev-python/pyinotify[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] dev-python/PyQt4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] dev-vcs/git python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) +SLOT=0 +SRC_URI=https://github.com/git-cola/git-cola/archive/v2.0.0.tar.gz -> git-cola-2.0.0.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=94640a2a3c827199e40f407eac0f6cb4 diff --git a/metadata/md5-cache/dev-vcs/gitstats-9999 b/metadata/md5-cache/dev-vcs/gitstats-9999 index dd8e7281fe42..e9834389cc7c 100644 --- a/metadata/md5-cache/dev-vcs/gitstats-9999 +++ b/metadata/md5-cache/dev-vcs/gitstats-9999 @@ -7,5 +7,5 @@ IUSE=python_targets_python2_6 python_targets_python2_7 LICENSE=GPL-3 RDEPEND=sci-visualization/gnuplot[gd] dev-vcs/git SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=890ecf0dbe6259ddcedfc2135cfa8a35 diff --git a/metadata/md5-cache/dev-vcs/gti-9999 b/metadata/md5-cache/dev-vcs/gti-9999 index d452e91a2e89..d9249f413698 100644 --- a/metadata/md5-cache/dev-vcs/gti-9999 +++ b/metadata/md5-cache/dev-vcs/gti-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://r-wos.org/hacks/gti LICENSE=MIT RDEPEND=dev-vcs/git SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=76d8bec43d1275f84997059c926a7e6e diff --git a/metadata/md5-cache/dev-vcs/mercurial-2.8.2 b/metadata/md5-cache/dev-vcs/mercurial-2.8.2 index 5ef44138bd84..a4fed5a47cce 100644 --- a/metadata/md5-cache/dev-vcs/mercurial-2.8.2 +++ b/metadata/md5-cache/dev-vcs/mercurial-2.8.2 @@ -4,11 +4,11 @@ DESCRIPTION=Scalable distributed SCM EAPI=5 HOMEPAGE=http://mercurial.selenic.com/ IUSE=bugzilla emacs gpg test tk zsh-completion python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=bugzilla? ( dev-python/mysql-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) zsh-completion? ( app-shells/zsh ) app-misc/ca-certificates python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[threads] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://mercurial.selenic.com/release/mercurial-2.8.2.tar.gz _eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=4c323c9cffafee8f94b54153f94b1d72 +_md5_=4444b3de31acb8ba49eedcf467e78d24 diff --git a/metadata/md5-cache/dev-vcs/svn2git-9999 b/metadata/md5-cache/dev-vcs/svn2git-9999 index be596d3c377c..9bcab024dcb1 100644 --- a/metadata/md5-cache/dev-vcs/svn2git-9999 +++ b/metadata/md5-cache/dev-vcs/svn2git-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://gitorious.org/svn2git/svn2git LICENSE=GPL-3 RDEPEND=dev-vcs/subversion dev-qt/qtcore:4 dev-vcs/git SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1fb43f3b69c293a337288428a4379cb2 diff --git a/metadata/md5-cache/games-arcade/tuxanci-99999999 b/metadata/md5-cache/games-arcade/tuxanci-99999999 index 4c37be8175d4..0bc9a88dd1c5 100644 --- a/metadata/md5-cache/games-arcade/tuxanci-99999999 +++ b/metadata/md5-cache/games-arcade/tuxanci-99999999 @@ -7,5 +7,5 @@ IUSE=debug dedicated +ipv6 nls opengl physfs +sound LICENSE=GPL-2 RDEPEND=!dedicated? ( >=media-libs/fontconfig-2.7.0 media-libs/libsdl[X,opengl?] media-libs/sdl-ttf[X] >=media-libs/sdl-image-1.2.10[png] sound? ( >=media-libs/sdl-mixer-1.2.11[vorbis] ) ) physfs? ( dev-games/physfs[zip] ) !physfs? ( >=dev-libs/libzip-0.9 ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 games 0e2f69d5415e0363531260d2eabb0826 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 games 0e2f69d5415e0363531260d2eabb0826 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=cf942f2796c6f2aed6d7a192abff622a diff --git a/metadata/md5-cache/games-emulation/dolphin-9999 b/metadata/md5-cache/games-emulation/dolphin-9999 index 86011f7b1dc8..623d955041bb 100644 --- a/metadata/md5-cache/games-emulation/dolphin-9999 +++ b/metadata/md5-cache/games-emulation/dolphin-9999 @@ -7,5 +7,5 @@ IUSE=alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudio LICENSE=GPL-2 RDEPEND=>=media-libs/glew-1.10 >=media-libs/libsdl-1.2[joystick] =net-libs/miniupnpc-1.8 sys-libs/readline x11-libs/libXext x11-libs/libXrandr alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) bluetooth? ( net-wireless/bluez ) ffmpeg? ( virtual/ffmpeg ) lzo? ( dev-libs/lzo ) openal? ( media-libs/openal ) opengl? ( virtual/opengl ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 games 0e2f69d5415e0363531260d2eabb0826 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f wxwidgets 755f4b28ecdf7c1213011108e566babc +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 games 0e2f69d5415e0363531260d2eabb0826 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f wxwidgets 755f4b28ecdf7c1213011108e566babc _md5_=010cfc0e8285773e223f0716c7c2d9df diff --git a/metadata/md5-cache/games-engines/renpy-6.17.1 b/metadata/md5-cache/games-engines/renpy-6.17.1 new file mode 100644 index 000000000000..496d4423a557 --- /dev/null +++ b/metadata/md5-cache/games-engines/renpy-6.17.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=app-admin/eselect-renpy-0.4 dev-libs/fribidi dev-python/pygame[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-exec-0.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] media-libs/glew media-libs/libpng:0 media-libs/libsdl[X,video] media-libs/freetype:2 sys-libs/zlib virtual/ffmpeg virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pkgconfig userland_GNU? ( >=sys-apps/coreutils-8.5 ) >=sys-apps/sed-4 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(-)] +DESCRIPTION=Visual novel engine written in python +EAPI=5 +HOMEPAGE=http://www.renpy.org +IUSE=development doc examples python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=app-admin/eselect-renpy-0.4 dev-libs/fribidi dev-python/pygame[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-exec-0.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] media-libs/glew media-libs/libpng:0 media-libs/libsdl[X,video] media-libs/freetype:2 sys-libs/zlib virtual/ffmpeg virtual/python-argparse[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=examples? ( development ) || ( python_targets_python2_7 ) +SLOT=6.17 +SRC_URI=http://www.renpy.org/dl/6.17.1/renpy-6.17.1-source.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 games 0e2f69d5415e0363531260d2eabb0826 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=fc7d288a8e5d094b4030923574d9b26b diff --git a/metadata/md5-cache/games-fps/quake3-9999 b/metadata/md5-cache/games-fps/quake3-9999 index f23ff46b38c0..ee26dba5e356 100644 --- a/metadata/md5-cache/games-fps/quake3-9999 +++ b/metadata/md5-cache/games-fps/quake3-9999 @@ -7,5 +7,5 @@ IUSE=dedicated opengl teamarena +openal curl vorbis voice mumble LICENSE=GPL-2 RDEPEND=opengl? ( virtual/opengl media-libs/libsdl[audio,video,joystick,X,opengl] virtual/jpeg openal? ( media-libs/openal ) vorbis? ( media-libs/libogg media-libs/libvorbis ) voice? ( media-libs/speex ) curl? ( net-misc/curl ) ) !dedicated? ( virtual/opengl media-libs/libsdl[audio,video,joystick,X,opengl] virtual/jpeg openal? ( media-libs/openal ) vorbis? ( media-libs/libogg media-libs/libvorbis ) voice? ( media-libs/speex ) curl? ( net-misc/curl ) ) opengl? ( voice? ( mumble? ( media-sound/mumble ) ) ) !dedicated? ( voice? ( mumble? ( media-sound/mumble ) ) ) games-fps/quake3-data teamarena? ( games-fps/quake3-teamarena ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 games 0e2f69d5415e0363531260d2eabb0826 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 games 0e2f69d5415e0363531260d2eabb0826 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8478766dc8ee9a4bef46193b03cf410f diff --git a/metadata/md5-cache/games-roguelike/stone-soup-0.13.1 b/metadata/md5-cache/games-roguelike/stone-soup-0.13.1 index ca602f092387..7aa789e65845 100644 --- a/metadata/md5-cache/games-roguelike/stone-soup-0.13.1 +++ b/metadata/md5-cache/games-roguelike/stone-soup-0.13.1 @@ -4,7 +4,7 @@ DESCRIPTION=Role-playing roguelike game of exploration and treasure-hunting in d EAPI=5 HOMEPAGE=http://crawl.develz.org/wordpress/ IUSE=debug ncurses test +tiles -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT RDEPEND=dev-db/sqlite:3 >=dev-lang/lua-5.1.0[deprecated] sys-libs/zlib ncurses? ( sys-libs/ncurses ) tiles? ( media-fonts/dejavu media-libs/freetype:2 media-libs/libpng:0 media-libs/libsdl[X,opengl,video] media-libs/sdl-image[png] virtual/glu virtual/opengl ) REQUIRED_USE=|| ( ncurses tiles ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/crawl-ref/Stone%20Soup/0.13.1/stone_soup-0.13.1-nodeps.tar.xz http://dev.gentoo.org/~hasufell/distfiles/stone-soup.png http://dev.gentoo.org/~hasufell/distfiles/stone-soup.svg _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 games 0e2f69d5415e0363531260d2eabb0826 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=40c232d884a3458704b3ff1f46b50d3c +_md5_=8bed50477ca57b20aeebb3f69177fbde diff --git a/metadata/md5-cache/games-util/pyfa-9999 b/metadata/md5-cache/games-util/pyfa-9999 index a93c7bd42d3d..e7ab7a7727fe 100644 --- a/metadata/md5-cache/games-util/pyfa-9999 +++ b/metadata/md5-cache/games-util/pyfa-9999 @@ -7,5 +7,5 @@ IUSE=+graph python_targets_python2_6 python_targets_python2_7 LICENSE=GPL-3+ LGPL-2.1+ CC-BY-2.5 free-noncomm RDEPEND=dev-python/sqlalchemy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/wxpython:2.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] graph? ( dev-python/matplotlib[wxwidgets,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[sqlite,threads] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6d4e515341e84f28dcaf2fec99f64cbd diff --git a/metadata/md5-cache/gnustep-apps/systempreferences-1.2.0 b/metadata/md5-cache/gnustep-apps/systempreferences-1.2.0 new file mode 100644 index 000000000000..ee8996e78bdb --- /dev/null +++ b/metadata/md5-cache/gnustep-apps/systempreferences-1.2.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=>=gnustep-base/gnustep-make-2.0 virtual/gnustep-back +DESCRIPTION=System Preferences is a clone of Apple OS X' System Preferences +EAPI=5 +HOMEPAGE=http://www.gnustep.it/enrico/system-preferences/ +IUSE=debug doc +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=gnustep-base/gnustep-make-2.0 virtual/gnustep-back debug? ( !=kde-base/kactivities-4.11.6:4[aqua=] >=kde-base/libkworkspace-4.11.6:4[aqua=] !aqua? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.11.6:4[aqua=] +DESCRIPTION=PowerDevil is an utility for KDE4 for Laptop Powermanagement. +EAPI=5 +HOMEPAGE=http://solid.kde.org +IUSE=debug +pm-utils aqua +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=>=kde-base/kactivities-4.11.6:4[aqua=] >=kde-base/libkworkspace-4.11.6:4[aqua=] !aqua? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr ) pm-utils? ( sys-power/pm-utils ) >=kde-base/oxygen-icons-4.11.6:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.11.6:4[aqua=] +SLOT=4/4.11 +SRC_URI=mirror://kde/stable/4.11.6/src/kde-workspace-4.11.6.tar.xz +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 kde4-meta 28d3b06d485ec5f44e571b20e62d4aa7 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=541ed37889af1d5840f91d59ff58e23c diff --git a/metadata/md5-cache/kde-base/pykde4-4.11.5 b/metadata/md5-cache/kde-base/pykde4-4.11.5 index 7c3847b76191..c5d98a604c53 100644 --- a/metadata/md5-cache/kde-base/pykde4-4.11.5 +++ b/metadata/md5-cache/kde-base/pykde4-4.11.5 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=4/4.11 SRC_URI=mirror://kde/stable/4.11.5/src/pykde4-4.11.5.tar.xz _eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed portability 536c5e70c5fb252ed3b769e04aa3f05b python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=927ab7d0b4f547c09f806190c2f8f9d2 +_md5_=ada95e2bb566058e89de3bfc588c4c84 diff --git a/metadata/md5-cache/kde-base/pykde4-4.12.2 b/metadata/md5-cache/kde-base/pykde4-4.12.2 index a5a62f9ee92c..553de15c1fee 100644 --- a/metadata/md5-cache/kde-base/pykde4-4.12.2 +++ b/metadata/md5-cache/kde-base/pykde4-4.12.2 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=4/4.12 SRC_URI=mirror://kde/stable/4.12.2/src/pykde4-4.12.2.tar.xz _eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed portability 536c5e70c5fb252ed3b769e04aa3f05b python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=4e100b9faef2e4bafd7e1cfc252963e6 +_md5_=2759a6d4379165e0d730671126d171a7 diff --git a/metadata/md5-cache/kde-misc/customizable-weather-1.9.1 b/metadata/md5-cache/kde-misc/customizable-weather-1.10.1 similarity index 98% rename from metadata/md5-cache/kde-misc/customizable-weather-1.9.1 rename to metadata/md5-cache/kde-misc/customizable-weather-1.10.1 index 64a525ec0812..729584de4d5c 100644 --- a/metadata/md5-cache/kde-misc/customizable-weather-1.9.1 +++ b/metadata/md5-cache/kde-misc/customizable-weather-1.10.1 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=>=kde-base/plasma-workspace-4.4:4[aqua=] >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_br? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_br(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_ro? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@Latn? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@Latn(+)] ) linguas_tr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 -SRC_URI=http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.9.1.tar.bz2 +SRC_URI=http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.10.1.tar.bz2 _eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=a88f7e7e12a68d4a410b5aed82a23845 +_md5_=dbeff68b57b1b436be8aabe144daceeb diff --git a/metadata/md5-cache/kde-misc/kshutdown-3.2 b/metadata/md5-cache/kde-misc/kshutdown-3.2 new file mode 100644 index 000000000000..af93728900af --- /dev/null +++ b/metadata/md5-cache/kde-misc/kshutdown-3.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=app-arch/unzip >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.8:4[aqua=] +DESCRIPTION=A shutdown manager for KDE +EAPI=5 +HOMEPAGE=http://kshutdown.sourceforge.net +IUSE=debug linguas_ar linguas_bg linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_fr linguas_hu linguas_it linguas_nb linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ru linguas_sk linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_zh_CN aqua +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=kde-base/oxygen-icons-4.8:4[aqua=] linguas_ar? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_ar(+)] ) linguas_bg? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_bg(+)] ) linguas_cs? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_es(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_fr(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_hu(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_it(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_nb(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_pt_BR(+)] ) linguas_ru? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_ru(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_sk(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_tr(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.8:4[aqua=,linguas_zh_CN(+)] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.8:4[aqua=] +SLOT=4 +SRC_URI=mirror://sourceforge/kshutdown/kshutdown-source-3.2.zip +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=c900f9b0f9f54d402525c9f61a1c1635 diff --git a/metadata/md5-cache/mail-client/trojita-9999 b/metadata/md5-cache/mail-client/trojita-9999 index 1c41d136473d..7db5f4fd2a7a 100644 --- a/metadata/md5-cache/mail-client/trojita-9999 +++ b/metadata/md5-cache/mail-client/trojita-9999 @@ -7,5 +7,5 @@ IUSE=debug test +zlib test LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=>=dev-qt/qtbearer-4.8.0:4 >=dev-qt/qtgui-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[sqlite] >=dev-qt/qtwebkit-4.8.0:4 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=c11e3b29df728f26922d21f3c3827ee4 diff --git a/metadata/md5-cache/mail-mta/qpsmtpd-9999 b/metadata/md5-cache/mail-mta/qpsmtpd-9999 index 56a6bb296793..7f9354c0e8ad 100644 --- a/metadata/md5-cache/mail-mta/qpsmtpd-9999 +++ b/metadata/md5-cache/mail-mta/qpsmtpd-9999 @@ -7,5 +7,5 @@ IUSE=postfix ipv6 syslog LICENSE=MIT RDEPEND=>=dev-lang/perl-5.8.0 >=dev-perl/Net-DNS-0.690.0 virtual/perl-MIME-Base64 dev-perl/MailTools dev-perl/IPC-Shareable dev-perl/Socket6 dev-perl/Danga-Socket dev-perl/ParaDNS dev-perl/UNIVERSAL-isa ipv6? ( dev-perl/IO-Socket-INET6 ) syslog? ( virtual/perl-Sys-Syslog ) virtual/inetd || ( >=dev-lang/perl-5.16 =dev-libs/glib-2.28:2 dev-libs/libxml2:2 gnome-base/librsvg:2 media-gfx/exiv2:0=[xmp] media-libs/lcms:2 >=media-libs/lensfun-0.2.3 media-libs/libpng:0= media-libs/openexr:0= media-libs/tiff:0 net-misc/curl virtual/jpeg x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/pango colord? ( x11-misc/colord:0= ) flickr? ( media-libs/flickcurl ) geo? ( net-libs/libsoup:2.4 ) gnome-keyring? ( gnome-base/gnome-keyring ) gphoto2? ( media-libs/libgphoto2:= ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg2k? ( media-libs/openjpeg:0 ) opencl? ( virtual/opencl ) slideshow? ( media-libs/libsdl virtual/glu virtual/opengl ) web-services? ( dev-libs/json-glib ) webp? ( media-libs/libwebp:0= ) kde? ( kde-base/kwalletd ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0364d521b829845a0d18f706555bda8e diff --git a/metadata/md5-cache/media-gfx/drqueue-9999 b/metadata/md5-cache/media-gfx/drqueue-9999 index 317a4f1a1be3..1df25ff42f8c 100644 --- a/metadata/md5-cache/media-gfx/drqueue-9999 +++ b/metadata/md5-cache/media-gfx/drqueue-9999 @@ -7,5 +7,5 @@ IUSE=X python ruby LICENSE=GPL-2 RDEPEND=X? ( x11-libs/gtk+:2 ) ruby? ( dev-lang/ruby ) app-shells/tcsh python? ( =dev-lang/python-2* ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5c60bd378fe31e6cbd9e56dadc9fe75b diff --git a/metadata/md5-cache/media-gfx/gimp-9999 b/metadata/md5-cache/media-gfx/gimp-9999 index b099d6f660b3..fcac711053f9 100644 --- a/metadata/md5-cache/media-gfx/gimp-9999 +++ b/metadata/md5-cache/media-gfx/gimp-9999 @@ -7,5 +7,5 @@ IUSE=alsa aalib altivec aqua bzip2 curl dbus debug doc exif gnome postscript jpe LICENSE=GPL-3 LGPL-3 RDEPEND=>=dev-libs/glib-2.30.2:2 >=dev-libs/atk-2.2.0 >=x11-libs/gtk+-2.24.10:2 >=x11-libs/gdk-pixbuf-2.24.1:2 >=x11-libs/cairo-1.10.2 >=x11-libs/pango-1.29.4 xpm? ( x11-libs/libXpm ) >=media-libs/freetype-2.1.7 >=media-libs/fontconfig-2.2.0 sys-libs/zlib dev-libs/libxml2 dev-libs/libxslt x11-themes/hicolor-icon-theme >=media-libs/babl-0.1.11 >=media-libs/gegl-0.2.1 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) dbus? ( dev-libs/dbus-glib ) gnome? ( gnome-base/gvfs ) webkit? ( >=net-libs/webkit-gtk-1.6.1:2 ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/jasper ) exif? ( >=media-libs/libexif-0.6.15 ) lcms? ( >=media-libs/lcms-1.16:0 ) mng? ( media-libs/libmng ) pdf? ( >=app-text/poppler-0.12.4[cairo] ) png? ( >=media-libs/libpng-1.2.37:0 ) python? ( >=dev-python/pygtk-2.10.4:2 ) tiff? ( >=media-libs/tiff-3.5.7:0 ) svg? ( >=gnome-base/librsvg-2.34.2:2 ) wmf? ( >=media-libs/libwmf-0.2.8 ) x11-libs/libXcursor sys-libs/zlib bzip2? ( app-arch/bzip2 ) postscript? ( app-text/ghostscript-gpl ) udev? ( virtual/udev[gudev] ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) SLOT=2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d1d580c48e28fcba4b7b6c3721f935bd diff --git a/metadata/md5-cache/media-gfx/pinta-9999 b/metadata/md5-cache/media-gfx/pinta-9999 index 4d9727ef5ddb..726e29841b8c 100644 --- a/metadata/md5-cache/media-gfx/pinta-9999 +++ b/metadata/md5-cache/media-gfx/pinta-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://pinta-project.com LICENSE=MIT CC-BY-3.0 RDEPEND=dev-dotnet/atk-sharp:2 dev-dotnet/gdk-sharp:2 dev-dotnet/glib-sharp:2 dev-dotnet/gtk-sharp:2 dev-dotnet/mono-addins[gtk] dev-dotnet/pango-sharp:2 dev-lang/mono x11-libs/cairo[X] x11-libs/gdk-pixbuf[X,jpeg,tiff] x11-themes/gnome-icon-theme SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f mono 203a4295c06155d318bdff9c6b2d5e1c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f mono 203a4295c06155d318bdff9c6b2d5e1c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f055a5b49dadb1b0d5053046f7299f11 diff --git a/metadata/md5-cache/media-gfx/pixels2pgf-9999 b/metadata/md5-cache/media-gfx/pixels2pgf-9999 index 7c595cd42f25..5dc0c67d9071 100644 --- a/metadata/md5-cache/media-gfx/pixels2pgf-9999 +++ b/metadata/md5-cache/media-gfx/pixels2pgf-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/pixels2pgf/ LICENSE=BSD RDEPEND=media-libs/libsdl media-libs/sdl-image SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=673f2e7df2c17241c2629128a386db76 diff --git a/metadata/md5-cache/media-libs/avidemux-core-9999 b/metadata/md5-cache/media-libs/avidemux-core-9999 index ea44b7fd55d9..e1fa1fb78648 100644 --- a/metadata/md5-cache/media-libs/avidemux-core-9999 +++ b/metadata/md5-cache/media-libs/avidemux-core-9999 @@ -7,5 +7,5 @@ IUSE=debug nls sdl system-ffmpeg vaapi vdpau video_cards_fglrx xv LICENSE=GPL-1 GPL-2 MIT PSF-2 public-domain RDEPEND=!=virtual/ffmpeg-9:0[mp3,theora] ) xv? ( x11-libs/libXv:0 ) vaapi? ( x11-libs/libva:0 ) vdpau? ( x11-libs/libvdpau:0 ) video_cards_fglrx? ( x11-libs/xvba-video:0 ) nls? ( virtual/libintl:0 ) SLOT=2.6 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=62d33061a193a13c6b4059611875fc40 diff --git a/metadata/md5-cache/media-libs/avidemux-plugins-9999 b/metadata/md5-cache/media-libs/avidemux-plugins-9999 index edfb5990a374..76c255d9c9fc 100644 --- a/metadata/md5-cache/media-libs/avidemux-plugins-9999 +++ b/metadata/md5-cache/media-libs/avidemux-plugins-9999 @@ -7,5 +7,5 @@ IUSE=aac aften a52 alsa amr debug dts fontconfig fribidi jack lame libsamplerate LICENSE=GPL-1 GPL-2 MIT PSF-2 public-domain RDEPEND=~media-libs/avidemux-core-9999:2.6[vdpau?] ~media-video/avidemux-9999:2.6[opengl?,qt4?] >=dev-lang/spidermonkey-1.5-r2:0= dev-libs/libxml2:2 media-libs/libpng:0= virtual/libiconv:0 aac? ( media-libs/faac:0 media-libs/faad2:0 ) aften? ( media-libs/aften:0 ) alsa? ( >=media-libs/alsa-lib-1.0.3b-r2:0 ) amr? ( media-libs/opencore-amr:0 ) dts? ( media-libs/libdca:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) fribidi? ( dev-libs/fribidi:0 ) jack? ( media-sound/jack-audio-connection-kit:0 libsamplerate? ( media-libs/libsamplerate:0 ) ) lame? ( media-sound/lame:0 ) oss? ( virtual/os-headers:0 ) pulseaudio? ( media-sound/pulseaudio:0 ) truetype? ( media-libs/freetype:2 ) twolame? ( media-sound/twolame:0 ) x264? ( media-libs/x264:0= ) xv? ( x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/libXv:0 ) xvid? ( media-libs/xvid:0 ) vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0 ) 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(+)?] SLOT=2.6 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f2a10e04b40b01e0925654c31aa57cfc diff --git a/metadata/md5-cache/media-libs/babl-9999 b/metadata/md5-cache/media-libs/babl-9999 index d8af9f3f3e89..2413e822c3e4 100644 --- a/metadata/md5-cache/media-libs/babl-9999 +++ b/metadata/md5-cache/media-libs/babl-9999 @@ -7,5 +7,5 @@ IUSE=altivec +introspection sse mmx vala LICENSE=LGPL-3 RDEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 _md5_=a56ec76f8e807004afd96b4282a06f34 diff --git a/metadata/md5-cache/media-libs/evas-9999 b/metadata/md5-cache/media-libs/evas-9999 index 2396333490b3..21eada2a2dcc 100644 --- a/metadata/md5-cache/media-libs/evas-9999 +++ b/metadata/md5-cache/media-libs/evas-9999 @@ -7,5 +7,5 @@ IUSE=altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx o LICENSE=BSD-2 RDEPEND=>=dev-libs/eina-9999 >=media-libs/freetype-2.3.9 fontconfig? ( media-libs/fontconfig ) gles? ( media-libs/mesa[gallium,gles2] ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( media-libs/libpng:0= ) bidi? ( >=dev-libs/fribidi-0.19.1 ) directfb? ( >=dev-libs/DirectFB-0.9.16 ) tiff? ( media-libs/tiff ) wayland? ( dev-libs/wayland ) xpm? ( x11-libs/libXpm ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrender opengl? ( virtual/opengl ) ) !X? ( xcb? ( x11-libs/xcb-util ) ) eet? ( >=dev-libs/eet-9999 ) nls? ( sys-devel/gettext ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c05faa58e8d355e219beaeafd8c7441d diff --git a/metadata/md5-cache/media-libs/ffmpegsource-9999 b/metadata/md5-cache/media-libs/ffmpegsource-9999 index e3e0961e0209..32fb22b7d46f 100644 --- a/metadata/md5-cache/media-libs/ffmpegsource-9999 +++ b/metadata/md5-cache/media-libs/ffmpegsource-9999 @@ -7,5 +7,5 @@ IUSE=static-libs LICENSE=MIT RDEPEND=sys-libs/zlib >=virtual/ffmpeg-9 SLOT=0/3 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1e9425a8d42c4f782da46d8c0c0261ef diff --git a/metadata/md5-cache/media-libs/flac-1.2.1-r4 b/metadata/md5-cache/media-libs/flac-1.2.1-r4 index 673f03fce08f..76ca3be845d2 100644 --- a/metadata/md5-cache/media-libs/flac-1.2.1-r4 +++ b/metadata/md5-cache/media-libs/flac-1.2.1-r4 @@ -4,10 +4,10 @@ DESCRIPTION=free lossless audio encoder and decoder EAPI=2 HOMEPAGE=http://flac.sourceforge.net IUSE=3dnow altivec +cxx debug ogg sse static-libs -KEYWORDS=~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=BSD FDL-1.2 GPL-2 LGPL-2.1 RDEPEND=ogg? ( >=media-libs/libogg-1.1.3 ) SLOT=0 SRC_URI=mirror://sourceforge/flac/flac-1.2.1.tar.gz mirror://gentoo/flac-1.2.1-embedded-m4.tar.bz2 _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=d512756a5f0c3c58c35f4afbaff0cc74 +_md5_=958876b5be7d65187d82531e51f98101 diff --git a/metadata/md5-cache/media-libs/gegl-9999 b/metadata/md5-cache/media-libs/gegl-9999 index 0c67ba0c61e7..8c6c018b45af 100644 --- a/metadata/md5-cache/media-libs/gegl-9999 +++ b/metadata/md5-cache/media-libs/gegl-9999 @@ -7,5 +7,5 @@ IUSE=cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sd LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) ffmpeg? ( virtual/ffmpeg ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 _md5_=a63cc16005a626b25ebe99413cde63aa diff --git a/metadata/md5-cache/media-libs/harfbuzz-9999 b/metadata/md5-cache/media-libs/harfbuzz-9999 index 25512c2b6c2b..e853fe999672 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-9999 +++ b/metadata/md5-cache/media-libs/harfbuzz-9999 @@ -8,5 +8,5 @@ LICENSE=Old-MIT ISC icu RDEPEND=cairo? ( x11-libs/cairo:= ) glib? ( dev-libs/glib:2 ) graphite? ( media-gfx/graphite2:= ) icu? ( dev-libs/icu:= ) introspection? ( >=dev-libs/gobject-introspection-1.34 ) truetype? ( media-libs/freetype:2= ) REQUIRED_USE=introspection? ( glib ) SLOT=0/0.9.18 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1cf00f1d296ae550f6b0192816ca9c6c diff --git a/metadata/md5-cache/media-libs/hupnp-ng-9999 b/metadata/md5-cache/media-libs/hupnp-ng-9999 index 8c9d6c9d352a..bd3b6d1a5a98 100644 --- a/metadata/md5-cache/media-libs/hupnp-ng-9999 +++ b/metadata/md5-cache/media-libs/hupnp-ng-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/0xd34df00d/hupnp-ng LICENSE=LGPL-3 RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtxmlpatterns:4 !media-libs/herqq SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=699f3583c81716cb797543567b866046 diff --git a/metadata/md5-cache/media-libs/imlib2-9999 b/metadata/md5-cache/media-libs/imlib2-9999 index c3c5ae30034b..77089da4661d 100644 --- a/metadata/md5-cache/media-libs/imlib2-9999 +++ b/metadata/md5-cache/media-libs/imlib2-9999 @@ -7,5 +7,5 @@ IUSE=bzip2 gif jpeg mmx mp3 png static-libs tiff X zlib nls doc LICENSE=BSD RDEPEND==media-libs/freetype-2* bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) gif? ( >=media-libs/giflib-4.1.0 ) png? ( media-libs/libpng:0 ) jpeg? ( virtual/jpeg:0 ) tiff? ( media-libs/tiff:0 ) X? ( x11-libs/libX11 x11-libs/libXext ) mp3? ( media-libs/libid3tag ) nls? ( sys-devel/gettext ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 enlightenment 6aee6d669b6c495a4e151bd1bd85e57c eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ee4a78c74e636d472c9ea4e6884c765a diff --git a/metadata/md5-cache/media-libs/libbluray-9999 b/metadata/md5-cache/media-libs/libbluray-9999 index 57b98d9f627e..e6898d168744 100644 --- a/metadata/md5-cache/media-libs/libbluray-9999 +++ b/metadata/md5-cache/media-libs/libbluray-9999 @@ -7,5 +7,5 @@ IUSE=aacs java static-libs +truetype utils +xml elibc_FreeBSD java LICENSE=LGPL-2.1 RDEPEND=xml? ( dev-libs/libxml2 ) aacs? ( media-libs/libaacs ) java? ( truetype? ( media-libs/freetype:2 ) >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=9b7e7b824c9d1269c770510f83e610f0 diff --git a/metadata/md5-cache/media-libs/libcdr-9999 b/metadata/md5-cache/media-libs/libcdr-9999 index fad4eee886b5..a24bb87884d6 100644 --- a/metadata/md5-cache/media-libs/libcdr-9999 +++ b/metadata/md5-cache/media-libs/libcdr-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=LGPL-2.1 RDEPEND=app-text/libwpd:0.9 app-text/libwpg:0.2 dev-libs/icu:= media-libs/lcms:2 sys-libs/zlib SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d6e213202422d99cad0db52cf949e0b0 diff --git a/metadata/md5-cache/media-libs/libfreehand-9999 b/metadata/md5-cache/media-libs/libfreehand-9999 index bfa1368cc650..93bf6159de14 100644 --- a/metadata/md5-cache/media-libs/libfreehand-9999 +++ b/metadata/md5-cache/media-libs/libfreehand-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=MPL-2.0 RDEPEND=app-text/libwpd:0.9 app-text/libwpg:0.2 sys-libs/zlib SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0fb66a6f0b0cdfdc5d367010fee05d82 diff --git a/metadata/md5-cache/media-libs/libilbc-9999 b/metadata/md5-cache/media-libs/libilbc-9999 index 00a312bf564a..265fa5b9cf28 100644 --- a/metadata/md5-cache/media-libs/libilbc-9999 +++ b/metadata/md5-cache/media-libs/libilbc-9999 @@ -5,5 +5,5 @@ EAPI=4 HOMEPAGE=https://github.com/dekkers/libilbc LICENSE=BSD SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e734723185241921f54582769f40a10d diff --git a/metadata/md5-cache/media-libs/libmtp-9999 b/metadata/md5-cache/media-libs/libmtp-9999 index 34bff1e229d2..8d8816388db6 100644 --- a/metadata/md5-cache/media-libs/libmtp-9999 +++ b/metadata/md5-cache/media-libs/libmtp-9999 @@ -7,5 +7,5 @@ IUSE=+crypt doc examples static-libs LICENSE=LGPL-2.1 RDEPEND=virtual/libusb:1 crypt? ( dev-libs/libgcrypt ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 _md5_=acfa3a10c919996e05d8ea6e6d869766 diff --git a/metadata/md5-cache/media-libs/libmygpo-qt-9999 b/metadata/md5-cache/media-libs/libmygpo-qt-9999 index 748b97d6efc5..b98cae88826b 100644 --- a/metadata/md5-cache/media-libs/libmygpo-qt-9999 +++ b/metadata/md5-cache/media-libs/libmygpo-qt-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://wiki.gpodder.org/wiki/Libmygpo-qt LICENSE=LGPL-2.1 RDEPEND=dev-qt/qtcore:4 >=dev-libs/qjson-0.5 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8f69faba1649cfb58f1196753fcede2c diff --git a/metadata/md5-cache/media-libs/libpostproc-9999 b/metadata/md5-cache/media-libs/libpostproc-9999 index ba732c4122c9..dbe1391250be 100644 --- a/metadata/md5-cache/media-libs/libpostproc-9999 +++ b/metadata/md5-cache/media-libs/libpostproc-9999 @@ -7,5 +7,5 @@ IUSE=pic static-libs 3dnow altivec mmx mmxext LICENSE=GPL-2 RDEPEND=>=virtual/ffmpeg-0.10.2-r2 !=dev-libs/glib-2.24.2:2 >=dev-libs/libgcrypt-1.4.5:= >=media-libs/libquvi-scripts-0.9 >=net-libs/libproxy-0.3.1 >=net-misc/curl-7.21.0 >=dev-lang/lua-5.1[deprecated] nls? ( virtual/libintl ) SLOT=0/8 SRC_URI=mirror://sourceforge/quvi/0.9/libquvi-0.9.4.tar.xz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=3e5f41a54db36fd5db53c3831edd5673 +_md5_=4427f4615c6ba1139857aa028fb664c2 diff --git a/metadata/md5-cache/media-libs/libquvi-scripts-0.9.20131130 b/metadata/md5-cache/media-libs/libquvi-scripts-0.9.20131130 index 98731e779505..7fbd78aa9aa0 100644 --- a/metadata/md5-cache/media-libs/libquvi-scripts-0.9.20131130 +++ b/metadata/md5-cache/media-libs/libquvi-scripts-0.9.20131130 @@ -4,10 +4,10 @@ DESCRIPTION=Embedded lua scripts for libquvi EAPI=5 HOMEPAGE=http://quvi.sourceforge.net/ IUSE=offensive -KEYWORDS=amd64 ~hppa x86 +KEYWORDS=amd64 ~arm ~hppa x86 LICENSE=AGPL-3 RDEPEND=>=dev-lua/LuaBitOp-1.0.1 >=dev-lua/luaexpat-1.2.0 >=dev-lua/luajson-1.1.1 >=dev-lua/luasocket-2.0.2 RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/quvi/libquvi-scripts-0.9.20131130.tar.xz -_md5_=575a38e6dc29d27dadcbf936bb0616c1 +_md5_=1947a57d347225226db010c36df01706 diff --git a/metadata/md5-cache/media-libs/libvisio-9999 b/metadata/md5-cache/media-libs/libvisio-9999 index eebd0b411847..de7061831a73 100644 --- a/metadata/md5-cache/media-libs/libvisio-9999 +++ b/metadata/md5-cache/media-libs/libvisio-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 ) RDEPEND=app-text/libwpd:0.9 app-text/libwpg:0.2 dev-libs/icu:= dev-libs/libxml2 sys-libs/zlib SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e6428cffad76758c725a6e9b84b10d61 diff --git a/metadata/md5-cache/media-libs/libvpx-9999 b/metadata/md5-cache/media-libs/libvpx-9999 index ae4e57cf568c..8e6936a2e456 100644 --- a/metadata/md5-cache/media-libs/libvpx-9999 +++ b/metadata/md5-cache/media-libs/libvpx-9999 @@ -9,5 +9,5 @@ RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) REQUIRED_USE=sse? ( sse2 ) sse2? ( mmx ) ssse3? ( sse2 ) SLOT=0 SRC_URI=test? ( mirror://gentoo/libvpx-testdata-1.3.0.tar.bz2 ) -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=69821846d131c2b0ca9f9676b5660094 diff --git a/metadata/md5-cache/media-libs/mesa-10.0.3 b/metadata/md5-cache/media-libs/mesa-10.0.3 index a10938899c6a..6058947c69c3 100644 --- a/metadata/md5-cache/media-libs/mesa-10.0.3 +++ b/metadata/md5-cache/media-libs/mesa-10.0.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=!=app-admin/eselect-opengl-1.2.7 dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libX11-1.3.99.901[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxshmfence-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXdamage[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxcb-1.9.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] opencl? ( app-admin/eselect-opencl dev-libs/libclc ) vdpau? ( >=x11-libs/libvdpau-0.4.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1.2.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libdrm-2.4.49[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) llvm? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] ) video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) opencl? ( >=sys-devel/llvm-3.3-r1[video_cards_radeon,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-devel/clang-3.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-devel/gcc-4.6 ) sys-devel/bison sys-devel/flex virtual/pkgconfig >=x11-proto/dri2proto-2.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/dri3proto-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/presentproto-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/glproto-1.4.15-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/xextproto-7.0.99.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-proto/xf86driproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-proto/xf86vidmodeproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-libs/libxml2[python,python_targets_python2_7(-),python_single_target_python2_7(+)] ) ( >=dev-lang/python-2.6.8-r3:2.6 dev-libs/libxml2[python,python_targets_python2_6(-),python_single_target_python2_6(+)] ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DEPEND=!=app-admin/eselect-opengl-1.2.7 dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libX11-1.3.99.901[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxshmfence-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXdamage[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxcb-1.9.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] llvm? ( video_cards_radeonsi? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) video_cards_r600? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) !video_cards_r600? ( video_cards_radeon? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) ) llvm-shared-libs? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) opencl? ( app-admin/eselect-opencl dev-libs/libclc ) vdpau? ( >=x11-libs/libvdpau-0.4.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1.2.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libdrm-2.4.49[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) llvm? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] ) video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) opencl? ( >=sys-devel/llvm-3.3-r1[video_cards_radeon,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-devel/clang-3.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-devel/gcc-4.6 ) sys-devel/bison sys-devel/flex virtual/pkgconfig >=x11-proto/dri2proto-2.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/dri3proto-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/presentproto-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/glproto-1.4.15-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/xextproto-7.0.99.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-proto/xf86driproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-proto/xf86vidmodeproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-libs/libxml2[python,python_targets_python2_7(-),python_single_target_python2_7(+)] ) ( >=dev-lang/python-2.6.8-r3:2.6 dev-libs/libxml2[python,python_targets_python2_6(-),python_single_target_python2_6(+)] ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool userland_GNU? ( >=sys-apps/coreutils-8.5 ) DESCRIPTION=OpenGL-like graphic library for Linux EAPI=5 HOMEPAGE=http://mesa3d.sourceforge.net/ IUSE=video_cards_i915 video_cards_i965 video_cards_ilo video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_nouveau video_cards_vmware bindist +classic debug +egl +gallium gbm gles1 gles2 +llvm +nptl llvm-shared-libs opencl openvg osmesa pax_kernel pic r600-llvm-compiler selinux vdpau wayland xvmc xa kernel_FreeBSD abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT SGI-B-2.0 -RDEPEND=!=app-admin/eselect-opengl-1.2.7 dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libX11-1.3.99.901[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxshmfence-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXdamage[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxcb-1.9.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] opencl? ( app-admin/eselect-opencl dev-libs/libclc ) vdpau? ( >=x11-libs/libvdpau-0.4.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1.2.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libdrm-2.4.49[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) +RDEPEND=!=app-admin/eselect-opengl-1.2.7 dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libX11-1.3.99.901[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxshmfence-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXdamage[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxcb-1.9.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] llvm? ( video_cards_radeonsi? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) video_cards_r600? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) !video_cards_r600? ( video_cards_radeon? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) ) llvm-shared-libs? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) opencl? ( app-admin/eselect-opencl dev-libs/libclc ) vdpau? ( >=x11-libs/libvdpau-0.4.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1.2.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libdrm-2.4.49[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.49[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.49[video_cards_radeon] ) REQUIRED_USE=llvm? ( gallium ) openvg? ( egl gallium ) opencl? ( gallium video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) ) gles1? ( egl ) gles2? ( egl ) r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi video_cards_radeon ) ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_ilo? ( gallium ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vmware? ( gallium ) SLOT=0 SRC_URI=ftp://ftp.freedesktop.org/pub/mesa/10.0.3/MesaLib-10.0.3.tar.bz2 _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=feea1d3d889c7dee54d4d957f50f669c +_md5_=d6a7529b6c06c122d7a86a309c5490b1 diff --git a/metadata/md5-cache/media-libs/mesa-9.2.5-r1 b/metadata/md5-cache/media-libs/mesa-9.2.5-r1 new file mode 100644 index 000000000000..ea5ac092f0b4 --- /dev/null +++ b/metadata/md5-cache/media-libs/mesa-9.2.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=!=app-admin/eselect-opengl-1.2.7 dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libX11-1.3.99.901[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXdamage[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxcb-1.8.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] llvm? ( video_cards_radeonsi? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) video_cards_r600? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) !video_cards_r600? ( video_cards_radeon? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) ) llvm-shared-libs? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) opencl? ( app-admin/eselect-opencl dev-libs/libclc ) vdpau? ( >=x11-libs/libvdpau-0.4.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1.0.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) xorg? ( x11-base/xorg-server:= x11-libs/libdrm[libkms] ) xvmc? ( >=x11-libs/libXvMC-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libdrm-2.4.46[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) llvm? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] ) video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) opencl? ( >=sys-devel/llvm-3.3-r1[video_cards_radeon,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-devel/clang-3.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-devel/gcc-4.6 ) sys-devel/bison sys-devel/flex virtual/pkgconfig >=x11-proto/dri2proto-2.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/glproto-1.4.15-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-proto/xextproto-7.0.99.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-proto/xf86driproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-proto/xf86vidmodeproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-libs/libxml2[python,python_targets_python2_7(-),python_single_target_python2_7(+)] ) ( >=dev-lang/python-2.6.8-r3:2.6 dev-libs/libxml2[python,python_targets_python2_6(-),python_single_target_python2_6(+)] ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DESCRIPTION=OpenGL-like graphic library for Linux +EAPI=5 +HOMEPAGE=http://mesa3d.sourceforge.net/ +IUSE=video_cards_i915 video_cards_i965 video_cards_ilo video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_nouveau video_cards_vmware bindist +classic debug +egl +gallium gbm gles1 gles2 +llvm +nptl llvm-shared-libs opencl openvg osmesa pax_kernel pic r600-llvm-compiler selinux vdpau wayland xvmc xa xorg kernel_FreeBSD abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT SGI-B-2.0 +RDEPEND=!=app-admin/eselect-opengl-1.2.7 dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libX11-1.3.99.901[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXdamage[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=x11-libs/libxcb-1.8.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] llvm? ( video_cards_radeonsi? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) video_cards_r600? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) !video_cards_r600? ( video_cards_radeon? ( || ( dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] dev-libs/libelf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) ) llvm-shared-libs? ( >=sys-devel/llvm-2.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ) opencl? ( app-admin/eselect-opencl dev-libs/libclc ) vdpau? ( >=x11-libs/libvdpau-0.4.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1.0.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) xorg? ( x11-base/xorg-server:= x11-libs/libdrm[libkms] ) xvmc? ( >=x11-libs/libXvMC-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) >=x11-libs/libdrm-2.4.46[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.46[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.46[video_cards_radeon] ) +REQUIRED_USE=llvm? ( gallium ) openvg? ( egl gallium ) opencl? ( gallium llvm-shared-libs video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) ) gles1? ( egl ) gles2? ( egl ) r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi video_cards_radeon ) ) wayland? ( egl ) xa? ( gallium ) xorg? ( gallium ) video_cards_freedreno? ( gallium ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_ilo? ( gallium ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vmware? ( gallium ) +SLOT=0 +SRC_URI=ftp://ftp.freedesktop.org/pub/mesa/9.2.5/MesaLib-9.2.5.tar.bz2 mirror://gentoo/mesa-9.2-gentoo-patches-04.tar.xz +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=c4e7fac8fd182faef1827c64a0463e5c diff --git a/metadata/md5-cache/media-libs/openal-1.15.1-r2 b/metadata/md5-cache/media-libs/openal-1.15.1-r2 index e04254b3cce1..e3766b6dfe5a 100644 --- a/metadata/md5-cache/media-libs/openal-1.15.1-r2 +++ b/metadata/md5-cache/media-libs/openal-1.15.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A software implementation of the OpenAL 3D audio API EAPI=5 HOMEPAGE=http://kcat.strangesoft.net/openal.html IUSE=alsa coreaudio debug neon oss portaudio pulseaudio sse abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux LICENSE=LGPL-2 RDEPEND=alsa? ( media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) portaudio? ( >=media-libs/portaudio-19_pre[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) abi_x86_32? ( !=media-libs/libXcm-0.5.2 fltk? ( x11-libs/fltk:1 ) X? ( x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXxf86vm x11-libs/libXinerama ) cairo? ( x11-libs/cairo ) cups? ( net-print/cups ) exif? ( media-gfx/exiv2 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) raw? ( media-libs/libraw ) RESTRICT=test SLOT=0 -_eclasses_=cmake-multilib 8339f7796a9fe34e9c2e8d5288e183e8 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-multilib 8339f7796a9fe34e9c2e8d5288e183e8 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6fed8669af26330563e2092eaac49ec4 diff --git a/metadata/md5-cache/media-libs/phonon-9999 b/metadata/md5-cache/media-libs/phonon-9999 index 497ad5d14f9b..a5a4424a8406 100644 --- a/metadata/md5-cache/media-libs/phonon-9999 +++ b/metadata/md5-cache/media-libs/phonon-9999 @@ -9,5 +9,5 @@ PDEPEND=aqua? ( media-libs/phonon-qt7 ) gstreamer? ( >=media-libs/phonon-gstream RDEPEND=!!dev-qt/qtphonon:4 qt4? ( dev-qt/qtcore:4 dev-qt/designer:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qttest:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qttest:5 ) pulseaudio? ( dev-libs/glib:2 >=media-sound/pulseaudio-0.9.21[glib] ) zeitgeist? ( dev-libs/libqzeitgeist ) REQUIRED_USE=|| ( aqua gstreamer vlc ) || ( qt4 qt5 ) zeitgeist? ( qt4 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e4b8dc6b38198f28b2fbab9aa20eee95 diff --git a/metadata/md5-cache/media-libs/phonon-gstreamer-9999 b/metadata/md5-cache/media-libs/phonon-gstreamer-9999 index 47f3c6f82a2b..424cacfe5d73 100644 --- a/metadata/md5-cache/media-libs/phonon-gstreamer-9999 +++ b/metadata/md5-cache/media-libs/phonon-gstreamer-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=media-libs/gstreamer:0.10 media-plugins/gst-plugins-meta:0.10[alsa?,ogg,vorbis] >=media-libs/phonon-4.7.0[qt4?,qt5?] qt4? ( dev-qt/qtcore:4[glib] dev-qt/qtgui:4[glib] dev-qt/qtopengl:4 ) qt5? ( dev-qt/qtcore:5[glib] dev-qt/qtgui:5[glib] dev-qt/qtopengl:5 ) virtual/opengl network? ( media-plugins/gst-plugins-soup:0.10 ) REQUIRED_USE=|| ( qt4 qt5 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0b8c6dc67f75341569d58acfbd81cbed diff --git a/metadata/md5-cache/media-libs/phonon-vlc-9999 b/metadata/md5-cache/media-libs/phonon-vlc-9999 index ccecd449397c..b720e04cc708 100644 --- a/metadata/md5-cache/media-libs/phonon-vlc-9999 +++ b/metadata/md5-cache/media-libs/phonon-vlc-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=media-libs/phonon-4.7.0[qt4=,qt5=] >=media-video/vlc-2.0.1:=[dbus,ogg,vorbis] qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 ) REQUIRED_USE=|| ( qt4 qt5 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b796fd7ffad1dd4c7bc8d6d0036f9119 diff --git a/metadata/md5-cache/media-libs/raspberrypi-userland-9999 b/metadata/md5-cache/media-libs/raspberrypi-userland-9999 index 65f5b45d7fde..dc5208be09ec 100644 --- a/metadata/md5-cache/media-libs/raspberrypi-userland-9999 +++ b/metadata/md5-cache/media-libs/raspberrypi-userland-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=https://github.com/raspberrypi/userland LICENSE=BSD SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6280b00a2ac36bded3b92292597ae0b3 diff --git a/metadata/md5-cache/media-libs/vo-aacenc-9999 b/metadata/md5-cache/media-libs/vo-aacenc-9999 index 8c811c3af8d7..4e81f08e0e88 100644 --- a/metadata/md5-cache/media-libs/vo-aacenc-9999 +++ b/metadata/md5-cache/media-libs/vo-aacenc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://sourceforge.net/projects/opencore-amr/ IUSE=examples static-libs neon abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 LICENSE=Apache-2.0 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5a0a34bd1517c96960e5d28119304a59 diff --git a/metadata/md5-cache/media-libs/vo-amrwbenc-9999 b/metadata/md5-cache/media-libs/vo-amrwbenc-9999 index 5b056588cb92..e8677729087b 100644 --- a/metadata/md5-cache/media-libs/vo-amrwbenc-9999 +++ b/metadata/md5-cache/media-libs/vo-amrwbenc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://sourceforge.net/projects/opencore-amr/ IUSE=examples static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 LICENSE=Apache-2.0 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0da7bf0b453a3d4ee88e2ea33b181061 diff --git a/metadata/md5-cache/media-libs/waffle-9999 b/metadata/md5-cache/media-libs/waffle-9999 index 790aa8f3f502..df96eafd60de 100644 --- a/metadata/md5-cache/media-libs/waffle-9999 +++ b/metadata/md5-cache/media-libs/waffle-9999 @@ -7,5 +7,5 @@ IUSE=doc egl gbm test wayland abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi LICENSE=BSD-2 RDEPEND=media-libs/mesa[egl?,gbm?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] wayland? ( >=dev-libs/wayland-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) gbm? ( virtual/udev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] SLOT=0 -_eclasses_=cmake-multilib 8339f7796a9fe34e9c2e8d5288e183e8 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-multilib 8339f7796a9fe34e9c2e8d5288e183e8 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d0672745764a74032af72b3309beddc2 diff --git a/metadata/md5-cache/media-libs/x264-9999 b/metadata/md5-cache/media-libs/x264-9999 index f70f31df8aad..56e642923b06 100644 --- a/metadata/md5-cache/media-libs/x264-9999 +++ b/metadata/md5-cache/media-libs/x264-9999 @@ -7,5 +7,5 @@ IUSE=10bit +interlaced opencl pic static-libs sse +threads abi_x86_32 abi_x86_64 LICENSE=GPL-2 RDEPEND=opencl? ( virtual/opencl ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r7 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) SLOT=0/138 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=34ff3f21b03b43bf01ddb59fa055a7a4 diff --git a/metadata/md5-cache/media-plugins/npapi-vlc-9999 b/metadata/md5-cache/media-plugins/npapi-vlc-9999 index 64bcf24a5777..94c73d2ba40f 100644 --- a/metadata/md5-cache/media-plugins/npapi-vlc-9999 +++ b/metadata/md5-cache/media-plugins/npapi-vlc-9999 @@ -7,5 +7,5 @@ IUSE=gtk LICENSE=LGPL-2.1 RDEPEND=>=media-video/vlc-1.1 x11-libs/libX11 !gtk? ( x11-libs/libXpm x11-libs/libSM x11-libs/libICE ) gtk? ( x11-libs/gtk+:2 ) !=media-video/vdr-1.6 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-admin/eselect-vdr-0.0.2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a vdr-plugin-2 cfafcfb326f4cadfe8ea1267ffc14825 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a vdr-plugin-2 cfafcfb326f4cadfe8ea1267ffc14825 _md5_=81e2684d7012a2a5a6499f5972df1689 diff --git a/metadata/md5-cache/media-plugins/xbmc-addon-xvdr-9999 b/metadata/md5-cache/media-plugins/xbmc-addon-xvdr-9999 index 1488ea2efd58..3eaeb7b1d706 100644 --- a/metadata/md5-cache/media-plugins/xbmc-addon-xvdr-9999 +++ b/metadata/md5-cache/media-plugins/xbmc-addon-xvdr-9999 @@ -5,5 +5,5 @@ EAPI=4 HOMEPAGE=https://github.com/pipelka/xbmc-addon-xvdr LICENSE=GPL-2 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d5f6ca8f4b984f3237ee03069a09c98b diff --git a/metadata/md5-cache/media-sound/ardour-3.0 b/metadata/md5-cache/media-sound/ardour-3.0 deleted file mode 100644 index fbb6c2d79c70..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 curl? ( net-misc/curl ) lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=5 -HOMEPAGE=http://ardour.org/ -IUSE=altivec curl debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 curl? ( net-misc/curl ) lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord ) -SLOT=3 -SRC_URI=mirror://gentoo/ardour-3.0.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=0a3f51cbbe99493dddd7e423e0414d51 diff --git a/metadata/md5-cache/media-sound/ardour-3.2 b/metadata/md5-cache/media-sound/ardour-3.2 deleted file mode 100644 index fc6107959d65..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 curl? ( net-misc/curl ) lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=5 -HOMEPAGE=http://ardour.org/ -IUSE=altivec curl debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 curl? ( net-misc/curl ) lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) -SLOT=3 -SRC_URI=mirror://gentoo/Ardour3-3.2.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=e307080327f5e80c159030b9b05464e7 diff --git a/metadata/md5-cache/media-sound/ardour-3.3 b/metadata/md5-cache/media-sound/ardour-3.3 deleted file mode 100644 index 41c0204c874f..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 curl? ( net-misc/curl ) lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=5 -HOMEPAGE=http://ardour.org/ -IUSE=altivec curl debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 curl? ( net-misc/curl ) lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) -SLOT=3 -SRC_URI=mirror://gentoo/Ardour3-3.3.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=a75d296c61675d478719bf2a333bf3c9 diff --git a/metadata/md5-cache/media-sound/ardour-3.3-r1 b/metadata/md5-cache/media-sound/ardour-3.3-r1 deleted file mode 100644 index 816944186161..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.3-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=5 -HOMEPAGE=http://ardour.org/ -IUSE=altivec debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) -SLOT=3 -SRC_URI=mirror://gentoo/Ardour3-3.3.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=4e08c3d75d0d4e38edd02cdc951d55c6 diff --git a/metadata/md5-cache/media-sound/ardour-3.4 b/metadata/md5-cache/media-sound/ardour-3.4 deleted file mode 100644 index a0a7df1a0efa..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-vcs/git dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=4 -HOMEPAGE=http://ardour.org/ -IUSE=altivec debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) -SLOT=3 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=21b2800d4f5cd111729b8bfa343b0001 diff --git a/metadata/md5-cache/media-sound/ardour-3.5.14 b/metadata/md5-cache/media-sound/ardour-3.5.14 deleted file mode 100644 index 81a0c7036b6e..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.5.14 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) app-arch/unzip dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=4 -HOMEPAGE=http://ardour.org/ -IUSE=altivec debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) -SLOT=3 -SRC_URI=https://github.com/Ardour/ardour/archive/3.5.14.zip -> ardour-3.5.14.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=34a7b16e14cbd481ec2d86ee74a03d52 diff --git a/metadata/md5-cache/media-sound/ardour-3.5.143 b/metadata/md5-cache/media-sound/ardour-3.5.143 deleted file mode 100644 index 02083950d737..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.5.143 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=4 -HOMEPAGE=http://ardour.org/ -IUSE=altivec debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) -SLOT=3 -SRC_URI=https://github.com/Ardour/ardour/archive/3.5.143.tar.gz -> ardour-3.5.143.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=1beb63d1e7261280a5b86b7fbf847043 diff --git a/metadata/md5-cache/media-sound/ardour-3.5.308 b/metadata/md5-cache/media-sound/ardour-3.5.357 similarity index 94% rename from metadata/md5-cache/media-sound/ardour-3.5.308 rename to metadata/md5-cache/media-sound/ardour-3.5.357 index 2d078b518cb0..22ed95a70379 100644 --- a/metadata/md5-cache/media-sound/ardour-3.5.308 +++ b/metadata/md5-cache/media-sound/ardour-3.5.357 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) SLOT=3 -SRC_URI=https://github.com/Ardour/ardour/archive/3.5.308.tar.gz -> ardour-3.5.308.tar.gz +SRC_URI=https://github.com/Ardour/ardour/archive/3.5.357.tar.gz -> ardour-3.5.357.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=1ce876b148d16b74a9ab3e499b803fee +_md5_=8201408bb88fdcd84370931a1dd33c04 diff --git a/metadata/md5-cache/media-sound/ardour-3.5.74 b/metadata/md5-cache/media-sound/ardour-3.5.74 deleted file mode 100644 index 7575349225a3..000000000000 --- a/metadata/md5-cache/media-sound/ardour-3.5.74 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare unpack -DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) app-arch/unzip dev-lang/python !dev-lang/python[-threads] -DESCRIPTION=Digital Audio Workstation -EAPI=4 -HOMEPAGE=http://ardour.org/ -IUSE=altivec debug doc nls lv2 sse -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) -SLOT=3 -SRC_URI=https://github.com/Ardour/ardour/archive/3.5.74.zip -> ardour-3.5.74.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 -_md5_=d5d3eaa7b903fdb800cc342d3a2e0a33 diff --git a/metadata/md5-cache/media-sound/ardour-9999 b/metadata/md5-cache/media-sound/ardour-9999 index cf3fcd4da268..bc9ac1db6a50 100644 --- a/metadata/md5-cache/media-sound/ardour-9999 +++ b/metadata/md5-cache/media-sound/ardour-9999 @@ -7,5 +7,5 @@ IUSE=altivec debug doc nls lv2 sse LICENSE=GPL-2 RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 >=media-libs/lv2-1.4.0 ) SLOT=3 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 _md5_=e227776d749e70847b57429dfe1b6a35 diff --git a/metadata/md5-cache/media-sound/clementine-9999 b/metadata/md5-cache/media-sound/clementine-9999 index 0be23ff8ce77..b0f1435f4189 100644 --- a/metadata/md5-cache/media-sound/clementine-9999 +++ b/metadata/md5-cache/media-sound/clementine-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=>=dev-qt/qtgui-4.5:4 dbus? ( >=dev-qt/qtdbus-4.5:4 ) >=dev-qt/qtopengl-4.5:4 >=dev-qt/qtsql-4.5:4[sqlite] system-sqlite? ( dev-db/sqlite[fts3(+)] ) >=media-libs/taglib-1.8[mp4] >=dev-libs/glib-2.24.1-r1 dev-libs/libxml2 dev-libs/protobuf:= dev-libs/qjson media-libs/libechonest:= >=media-libs/libmygpo-qt-1.0.7 >=media-libs/chromaprint-0.6 media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 virtual/glu virtual/opengl ayatana? ( dev-libs/libindicate-qt ) cdda? ( dev-libs/libcdio ) ipod? ( >=media-libs/libgpod-0.8.0 ) lastfm? ( >=media-libs/liblastfm-1 ) mtp? ( >=media-libs/libmtp-1.0.0 ) moodbar? ( sci-libs/fftw:3.0 ) projectm? ( media-libs/glew ) dbus? ( udev? ( sys-fs/udisks:0 ) ) mms? ( media-plugins/gst-plugins-libmms:0.10 ) mtp? ( gnome-base/gvfs ) projectm? ( >=media-libs/libprojectm-1.2.0 ) media-plugins/gst-plugins-meta:0.10 media-plugins/gst-plugins-gio:0.10 media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-taglib:0.10 REQUIRED_USE=udev? ( dbus ) wiimote? ( dbus ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=4b0c27c173c44a059dfe58704cb3bec2 diff --git a/metadata/md5-cache/media-sound/gmusicbrowser-9999 b/metadata/md5-cache/media-sound/gmusicbrowser-9999 index bd1509640d9e..20d8cffc078c 100644 --- a/metadata/md5-cache/media-sound/gmusicbrowser-9999 +++ b/metadata/md5-cache/media-sound/gmusicbrowser-9999 @@ -7,5 +7,5 @@ IUSE=doc LICENSE=GPL-3 RDEPEND=dev-lang/perl dev-perl/gtk2-perl virtual/perl-MIME-Base64 || ( net-misc/wget dev-perl/AnyEvent-HTTP ) || ( ( dev-perl/GStreamer dev-perl/GStreamer-Interfaces media-plugins/gst-plugins-meta:0.10 ) ( || ( media-video/mplayer media-video/mplayer2 ) ) ( media-sound/alsa-utils media-sound/flac123 || ( media-sound/mpg123 media-sound/mpg321 ) media-sound/vorbis-tools ) ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d01a6cf6eb63f51ec6a03e5db62e85f4 diff --git a/metadata/md5-cache/media-sound/guayadeque-0.3.7 b/metadata/md5-cache/media-sound/guayadeque-0.3.7 new file mode 100644 index 000000000000..16f7eed4ac87 --- /dev/null +++ b/metadata/md5-cache/media-sound/guayadeque-0.3.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-db/sqlite:3 dev-db/wxsqlite3 dev-libs/glib:2 media-libs/flac media-libs/gstreamer:0.10[introspection] >=media-libs/taglib-1.6.4 net-misc/curl sys-apps/dbus x11-libs/wxGTK:2.8[X] ayatana? ( >=dev-libs/libindicate-0.7 ) ipod? ( media-libs/libgpod ) !minimal? ( dev-perl/GStreamer media-libs/gnonlin:0.10 media-plugins/gst-plugins-alsa:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-gio:0.10 media-plugins/gst-plugins-gnomevfs:0.10 media-plugins/gst-plugins-libnice:0.10 media-plugins/gst-plugins-pulse:0.10 media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-x:0.10 media-libs/gst-plugins-bad:0.10 media-libs/gst-plugins-base:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-ugly:0.10 ) app-arch/unzip sys-devel/gettext virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Music management program designed for all music enthusiasts +EAPI=5 +HOMEPAGE=http://guayadeque.org/ +IUSE=ayatana ipod +minimal linguas_es linguas_uk linguas_it linguas_de linguas_fr linguas_is linguas_nb linguas_th linguas_cs linguas_ru linguas_hu linguas_sv linguas_nl linguas_pt_BR linguas_pt linguas_el linguas_sk linguas_pl linguas_tr linguas_ja linguas_sr linguas_bg linguas_ca_ES linguas_hr +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-db/sqlite:3 dev-db/wxsqlite3 dev-libs/glib:2 media-libs/flac media-libs/gstreamer:0.10[introspection] >=media-libs/taglib-1.6.4 net-misc/curl sys-apps/dbus x11-libs/wxGTK:2.8[X] ayatana? ( >=dev-libs/libindicate-0.7 ) ipod? ( media-libs/libgpod ) !minimal? ( dev-perl/GStreamer media-libs/gnonlin:0.10 media-plugins/gst-plugins-alsa:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-gio:0.10 media-plugins/gst-plugins-gnomevfs:0.10 media-plugins/gst-plugins-libnice:0.10 media-plugins/gst-plugins-pulse:0.10 media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-x:0.10 media-libs/gst-plugins-bad:0.10 media-libs/gst-plugins-base:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-ugly:0.10 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/guayadeque/guayadeque-0.3.7.tar.bz2 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 wxwidgets 755f4b28ecdf7c1213011108e566babc +_md5_=ae9c44ae2a14e2e177fcfde027f24cd2 diff --git a/metadata/md5-cache/media-sound/lilypond-9999 b/metadata/md5-cache/media-sound/lilypond-9999 index 53ca8152bcec..016c4ca36288 100644 --- a/metadata/md5-cache/media-sound/lilypond-9999 +++ b/metadata/md5-cache/media-sound/lilypond-9999 @@ -9,5 +9,5 @@ RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,rege REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f45dff559048ad70d9a69fa54b25ef6e diff --git a/metadata/md5-cache/media-sound/ncmpcpp-9999 b/metadata/md5-cache/media-sound/ncmpcpp-9999 index 622ad77368bb..262be66429c2 100644 --- a/metadata/md5-cache/media-sound/ncmpcpp-9999 +++ b/metadata/md5-cache/media-sound/ncmpcpp-9999 @@ -7,5 +7,5 @@ IUSE=bash-completion clock curl outputs taglib unicode visualizer LICENSE=GPL-2 RDEPEND=>=dev-libs/boost-1.50[nls] sys-libs/ncurses[unicode?] >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) visualizer? ( sci-libs/fftw:3.0 ) taglib? ( media-libs/taglib ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7fe56eac20a2c8ee260f84856566de2c diff --git a/metadata/md5-cache/media-sound/pianobar-9999 b/metadata/md5-cache/media-sound/pianobar-9999 index b086d56e929d..be6953d8a244 100644 --- a/metadata/md5-cache/media-sound/pianobar-9999 +++ b/metadata/md5-cache/media-sound/pianobar-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=media-libs/libao net-libs/gnutls dev-libs/libgcrypt dev-libs/json-c aac? ( media-libs/faad2 ) mp3? ( media-libs/libmad ) REQUIRED_USE=|| ( aac mp3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5d59c4e541ea736d24a62dea939f4b11 diff --git a/metadata/md5-cache/media-sound/pithos-99999999 b/metadata/md5-cache/media-sound/pithos-99999999 index 988e866ab588..3c6d5cae0e20 100644 --- a/metadata/md5-cache/media-sound/pithos-99999999 +++ b/metadata/md5-cache/media-sound/pithos-99999999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=dev-python/pyxdg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/notify-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/gst-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] media-plugins/gst-plugins-meta[aac,http,mp3] gnome? ( gnome-base/gnome-settings-daemon ) !gnome? ( dev-libs/keybinder[python] ) 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 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d80ed0659e1e093cf043bb3171b35b94 diff --git a/metadata/md5-cache/media-sound/pms-9999 b/metadata/md5-cache/media-sound/pms-9999 index 0f620cdd1e44..721c8c997a32 100644 --- a/metadata/md5-cache/media-sound/pms-9999 +++ b/metadata/md5-cache/media-sound/pms-9999 @@ -7,5 +7,5 @@ IUSE=regex LICENSE=GPL-3 RDEPEND=sys-libs/ncurses dev-libs/glib:2 regex? ( >=dev-libs/boost-1.36 ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6da9fef5a02affed57d49ed520b996ac diff --git a/metadata/md5-cache/media-sound/split2flac-9999 b/metadata/md5-cache/media-sound/split2flac-9999 index c01d65e84771..25b7881e02bb 100644 --- a/metadata/md5-cache/media-sound/split2flac-9999 +++ b/metadata/md5-cache/media-sound/split2flac-9999 @@ -7,5 +7,5 @@ IUSE=enca flake imagemagick mac mp3 mp4 ogg replaygain wavpack LICENSE=MIT RDEPEND=app-cdr/cuetools media-sound/shntool[mac?] virtual/libiconv media-libs/flac enca? ( app-i18n/enca ) flake? ( media-sound/flake ) mp3? ( media-sound/lame || ( media-libs/mutagen media-libs/id3lib ) ) mp4? ( media-libs/faac media-libs/libmp4v2:0[utils] ) ogg? ( media-sound/vorbis-tools ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) mp4? ( media-sound/aacgain ) ogg? ( media-sound/vorbisgain ) ) imagemagick? ( media-gfx/imagemagick ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=239cd72b7bff64f6b191bc80424512ed diff --git a/metadata/md5-cache/media-sound/tomahawk-9999 b/metadata/md5-cache/media-sound/tomahawk-9999 index 1783cbce5281..57a665ba3b1d 100644 --- a/metadata/md5-cache/media-sound/tomahawk-9999 +++ b/metadata/md5-cache/media-sound/tomahawk-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 BSD RDEPEND=app-crypt/qca:2 >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 dev-libs/qjson dev-libs/quazip dev-libs/qtkeychain >=media-libs/libechonest-2.1.0 >=media-libs/liblastfm-1.0.1 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 x11-libs/libX11 jabber? ( >=net-libs/jreen-1.1.1 ) !qt5? ( >=dev-libs/libattica-0.4.0 dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 dev-qt/qtwebkit:4 ) qt5? ( >=dev-libs/libattica-0.4.0[qt5] dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtsvg:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 ) telepathy? ( net-libs/telepathy-qt ) twitter? ( net-libs/qtweetlib ) app-crypt/qca-ossl kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] ) REQUIRED_USE=telepathy? ( kde ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=467097d4ea538b6ed5d681e38d5b3c8d diff --git a/metadata/md5-cache/media-sound/xnoise-9999 b/metadata/md5-cache/media-sound/xnoise-9999 index b7ef07aecc01..a2f716e6457a 100644 --- a/metadata/md5-cache/media-sound/xnoise-9999 +++ b/metadata/md5-cache/media-sound/xnoise-9999 @@ -7,5 +7,5 @@ IUSE=ayatana +lastfm +lyrics LICENSE=GPL-2 RDEPEND=x11-libs/gtk+:3 >=dev-libs/glib-2.34:2 gnome-base/librsvg:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-plugins/gst-plugins-meta:1.0 dev-db/sqlite:3 >=media-libs/libtaginfo-0.1.6 x11-libs/cairo x11-libs/libX11 ayatana? ( dev-libs/libappindicator:3 ) lastfm? ( net-libs/libsoup:2.4 ) lyrics? ( net-libs/libsoup:2.4 dev-libs/libxml2:2 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 _md5_=8f8be40ead3d978dd5711a341a2f4618 diff --git a/metadata/md5-cache/media-tv/xbmc-9999 b/metadata/md5-cache/media-tv/xbmc-9999 index d841c7df5730..91c44c75f63d 100644 --- a/metadata/md5-cache/media-tv/xbmc-9999 +++ b/metadata/md5-cache/media-tv/xbmc-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[sqlite] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/bzip2 app-arch/unzip app-arch/zip app-i18n/enca airplay? ( app-pda/libplist ) dev-libs/boost dev-libs/fribidi dev-libs/libcdio[-minimal] cec? ( >=dev-libs/libcec-2.1 ) dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] dev-libs/yajl dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] media-fonts/corefonts media-fonts/roboto media-libs/alsa-lib media-libs/flac media-libs/fontconfig media-libs/freetype >=media-libs/glew-1.5.6 media-libs/jasper media-libs/jbigkit >=media-libs/libass-0.9.7 bluray? ( media-libs/libbluray ) css? ( media-libs/libdvdcss ) media-libs/libmad media-libs/libmodplug media-libs/libmpeg2 media-libs/libogg media-libs/libpng projectm? ( media-libs/libprojectm ) media-libs/libsamplerate sdl? ( media-libs/libsdl[audio,opengl,video,X] ) alsa? ( media-libs/libsdl[alsa] ) >=media-libs/taglib-1.8 media-libs/libvorbis sdl? ( media-libs/sdl-gfx >=media-libs/sdl-image-1.2.10[gif,jpeg,png] media-libs/sdl-mixer media-libs/sdl-sound ) media-libs/tiff pulseaudio? ( media-sound/pulseaudio ) media-sound/wavpack || ( >=media-video/ffmpeg-1.2.1:0=[encode] ( media-libs/libpostproc >=media-video/libav-10_alpha:=[encode] ) ) rtmp? ( media-video/rtmpdump ) avahi? ( net-dns/avahi ) nfs? ( net-fs/libnfs ) webserver? ( net-libs/libmicrohttpd[messages] ) sftp? ( net-libs/libssh[sftp] ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) bluetooth? ( net-wireless/bluez ) sys-apps/dbus caps? ( sys-libs/libcap ) sys-libs/zlib virtual/jpeg usb? ( virtual/libusb ) mysql? ( virtual/mysql ) opengl? ( virtual/glu virtual/opengl ) gles? ( virtual/opengl ) vaapi? ( x11-libs/libva[opengl] ) vdpau? ( || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) || ( >=media-video/ffmpeg-1.2.1:0=[vdpau] >=media-video/libav-10_alpha:=[vdpau] ) ) X? ( x11-apps/xdpyinfo x11-apps/mesa-progs x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender ) udev? ( sys-fs/udisks:0 sys-power/upower ) REQUIRED_USE=pvr? ( mysql ) rsxs? ( X ) X? ( sdl ) xrandr? ( X ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0487cef75cd9e1b40ed91bde9743138d diff --git a/metadata/md5-cache/media-video/aegisub-9999 b/metadata/md5-cache/media-video/aegisub-9999 index 0bb70b904a7d..ef5157905fa2 100644 --- a/metadata/md5-cache/media-video/aegisub-9999 +++ b/metadata/md5-cache/media-video/aegisub-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=x11-libs/wxGTK-3.0.0:3.0[X,opengl,debug?] virtual/opengl virtual/glu >=media-libs/libass-0.10.0[fontconfig] virtual/libiconv >=dev-lang/lua-5.1.1 >=dev-libs/boost-1.52.0:=[icu,nls] >=dev-libs/icu-4.8.1.1:= >=media-libs/fontconfig-2.4.2 >=media-libs/freetype-2.3.5:2 alsa? ( >=media-libs/alsa-lib-1.0.16 ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( >=media-sound/pulseaudio-0.9.5 ) openal? ( media-libs/openal ) spell? ( >=app-text/hunspell-1.2.2 ) ffmpeg? ( >=media-libs/ffmpegsource-2.17:= ) fftw? ( >=sci-libs/fftw-3.3 ) REQUIRED_USE=|| ( alsa openal oss portaudio pulseaudio ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 wxwidgets 755f4b28ecdf7c1213011108e566babc +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 wxwidgets 755f4b28ecdf7c1213011108e566babc _md5_=b55534c9eaeec6cfc9eb88a54912d7c9 diff --git a/metadata/md5-cache/media-video/aravis-9999 b/metadata/md5-cache/media-video/aravis-9999 index 7775cf3e5268..2eb7ce6aac0e 100644 --- a/metadata/md5-cache/media-video/aravis-9999 +++ b/metadata/md5-cache/media-video/aravis-9999 @@ -7,5 +7,5 @@ IUSE=X gstreamer LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.22 dev-libs/libxml2 X? ( >=x11-libs/gtk+-2.12:2 media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 media-libs/gst-plugins-base:0.10 media-plugins/gst-plugins-xvideo:0.10 ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=733e27c417cca9e40af448e3131f9360 diff --git a/metadata/md5-cache/media-video/avidemux-9999 b/metadata/md5-cache/media-video/avidemux-9999 index f2ed20e21fdd..fdb8e6110aec 100644 --- a/metadata/md5-cache/media-video/avidemux-9999 +++ b/metadata/md5-cache/media-video/avidemux-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-1 GPL-2 MIT PSF-2 public-domain PDEPEND=~media-libs/avidemux-plugins-9999:2.6[opengl?,qt4?] RDEPEND=~media-libs/avidemux-core-9999:2.6[nls?,sdl?,vaapi?,vdpau?,video_cards_fglrx?,xv?] opengl? ( virtual/opengl:0 ) qt4? ( >=dev-qt/qtgui-4.8.3:4 ) vaapi? ( x11-libs/libva:0 ) video_cards_fglrx? ( x11-libs/xvba-video:0 ) SLOT=2.6 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=16ca93b93bcb7c9fc0cb8304b65ebf5c diff --git a/metadata/md5-cache/media-video/ffmpeg-9999 b/metadata/md5-cache/media-video/ffmpeg-9999 index 77bc2b6e2b22..e0de87f1016b 100644 --- a/metadata/md5-cache/media-video/ffmpeg-9999 +++ b/metadata/md5-cache/media-video/ffmpeg-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) ) RDEPEND=alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bluray? ( media-libs/libbluray ) bzip2? ( app-arch/bzip2 ) cdio? ( || ( dev-libs/libcdio-paranoia =media-libs/celt-0.11.1 ) encode? ( aac? ( media-libs/vo-aacenc ) aacplus? ( media-libs/libaacplus ) amrenc? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) mp3? ( >=media-sound/lame-3.98.3 ) theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg ) twolame? ( media-sound/twolame ) wavpack? ( media-sound/wavpack ) x264? ( >=media-libs/x264-0.0.20111017:= ) xvid? ( >=media-libs/xvid-1.1.0 ) ) fdk? ( >=media-libs/fdk-aac-0.1.3 ) flite? ( app-accessibility/flite ) fontconfig? ( media-libs/fontconfig ) frei0r? ( media-plugins/frei0r-plugins ) gme? ( media-libs/game-music-emu ) gnutls? ( >=net-libs/gnutls-2.12.16 ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) iconv? ( virtual/libiconv ) iec61883? ( media-libs/libiec61883 sys-libs/libraw1394 sys-libs/libavc1394 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2:0 ) libass? ( media-libs/libass ) libcaca? ( media-libs/libcaca ) libsoxr? ( media-libs/soxr ) libv4l? ( media-libs/libv4l ) modplug? ( media-libs/libmodplug ) openal? ( >=media-libs/openal-1.1 ) opengl? ( virtual/opengl ) openssl? ( dev-libs/openssl ) opus? ( media-libs/opus ) pulseaudio? ( media-sound/pulseaudio ) quvi? ( media-libs/libquvi:0.4 ) rtmp? ( >=media-video/rtmpdump-2.2f ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) ssh? ( net-libs/libssh ) truetype? ( media-libs/freetype:2 ) vaapi? ( >=x11-libs/libva-0.32 ) vdpau? ( x11-libs/libvdpau ) vorbis? ( media-libs/libvorbis media-libs/libogg ) vpx? ( >=media-libs/libvpx-0.9.6 ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes ) zlib? ( sys-libs/zlib ) zvbi? ( media-libs/zvbi ) !media-video/qt-faststart !media-libs/libpostproc REQUIRED_USE=bindist? ( encode? ( !faac !aacplus ) !openssl ) libv4l? ( v4l ) fftools_cws2fws? ( zlib ) test? ( encode ) SLOT=0/52.55.55 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6f95385c4ce08e8a00e54009752cae2d diff --git a/metadata/md5-cache/media-video/get_flash_videos-9999 b/metadata/md5-cache/media-video/get_flash_videos-9999 index 2bbdbaadbc74..e7a453f8f15b 100644 --- a/metadata/md5-cache/media-video/get_flash_videos-9999 +++ b/metadata/md5-cache/media-video/get_flash_videos-9999 @@ -7,5 +7,5 @@ IUSE=test LICENSE=Apache-2.0 RDEPEND=dev-perl/WWW-Mechanize perl-core/Module-CoreList dev-perl/HTML-TokeParser-Simple dev-perl/Module-Find || ( >=dev-lang/perl-5.16 =media-video/ffmpeg- REQUIRED_USE=bindist? ( !faac ) dga? ( X ) dvdnav? ( dvd ) dxr3? ( X ) enca? ( iconv ) ggi? ( X ) libass? ( truetype ) opengl? ( X ) osdmenu? ( X ) truetype? ( iconv ) vdpau? ( X ) vidix? ( X ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) xvmc? ( xv ) SLOT=0 SRC_URI=!truetype? ( mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2 mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2 ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=834f4d95fe043a4f48cd7b58f2b71fd6 diff --git a/metadata/md5-cache/media-video/mplayer2-9999 b/metadata/md5-cache/media-video/mplayer2-9999 index b288197dcdb0..eee00fdd0a61 100644 --- a/metadata/md5-cache/media-video/mplayer2-9999 +++ b/metadata/md5-cache/media-video/mplayer2-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=sys-libs/ncurses sys-libs/zlib X? ( x11-libs/libXext x11-libs/libXxf86vm opengl? ( virtual/opengl ) lcms? ( media-libs/lcms:2 ) vdpau? ( x11-libs/libvdpau ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) alsa? ( media-libs/alsa-lib ) bluray? ( media-libs/libbluray ) bs2b? ( media-libs/libbs2b ) cdio? ( || ( dev-libs/libcdio-paranoia =media-libs/libdvdread-4.1.3 dvdnav? ( >=media-libs/libdvdnav-4.1.3 ) ) enca? ( app-i18n/enca ) gif? ( media-libs/giflib ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg ) ladspa? ( media-libs/ladspa-sdk ) libass? ( >=media-libs/libass-0.9.10[enca?,fontconfig] virtual/ttf-fonts ) libcaca? ( media-libs/libcaca ) lirc? ( app-misc/lirc ) mng? ( media-libs/libmng ) mp3? ( media-sound/mpg123 ) png? ( media-libs/libpng ) pnm? ( media-libs/netpbm ) portaudio? ( >=media-libs/portaudio-19_pre20111121 ) postproc? ( || ( media-libs/libpostproc media-video/ffmpeg:0 ) ) pulseaudio? ( media-sound/pulseaudio ) quvi? ( >=media-libs/libquvi-0.4.1 =virtual/ffmpeg-9[threads?,vdpau?] symlink? ( !media-video/mplayer ) REQUIRED_USE=cddb? ( cdio network ) dvdnav? ( dvd ) enca? ( iconv ) lcms? ( opengl ) libass? ( iconv ) opengl? ( || ( aqua X ) ) portaudio? ( threads ) pvr? ( v4l ) radio? ( v4l || ( alsa oss ) ) v4l? ( threads ) vdpau? ( X ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d485e0a052f7f0e7e0d329354d8cccf2 diff --git a/metadata/md5-cache/media-video/mpv-9999 b/metadata/md5-cache/media-video/mpv-9999 index 3b8d7444bb61..6e3833665590 100644 --- a/metadata/md5-cache/media-video/mpv-9999 +++ b/metadata/md5-cache/media-video/mpv-9999 @@ -9,5 +9,5 @@ RDEPEND=|| ( >=media-video/libav-9:=[encode?,threads,vaapi?,vdpau?] >=media-vide REQUIRED_USE=dvdnav? ( dvd ) enca? ( iconv ) lcms? ( opengl ) libguess? ( iconv ) luajit? ( lua ) opengl? ( || ( wayland X ) ) pvr? ( v4l ) radio? ( v4l || ( alsa oss ) ) vaapi? ( X ) vdpau? ( X ) wayland? ( opengl ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) SLOT=0 SRC_URI=https://waf.googlecode.com/files/waf-1.7.13 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 _md5_=a5d668a0a1e4f29eaded153b95123514 diff --git a/metadata/md5-cache/media-video/rtmpdump-9999 b/metadata/md5-cache/media-video/rtmpdump-9999 index 925e33a364df..4b5fb9e925d1 100644 --- a/metadata/md5-cache/media-video/rtmpdump-9999 +++ b/metadata/md5-cache/media-video/rtmpdump-9999 @@ -7,5 +7,5 @@ IUSE=gnutls polarssl ssl LICENSE=GPL-2 LGPL-2.1 RDEPEND=ssl? ( gnutls? ( net-libs/gnutls ) polarssl? ( !gnutls? ( >=net-libs/polarssl-0.14.0 ) ) !gnutls? ( !polarssl? ( dev-libs/openssl ) ) ) sys-libs/zlib SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5da314cbe19459b2fd6d6dac93e59b67 diff --git a/metadata/md5-cache/media-video/smplayer2-9999 b/metadata/md5-cache/media-video/smplayer2-9999 index ff3df00574b4..4f48f3243235 100644 --- a/metadata/md5-cache/media-video/smplayer2-9999 +++ b/metadata/md5-cache/media-video/smplayer2-9999 @@ -7,5 +7,5 @@ IUSE=dbus debug +download-subs linguas_bg linguas_ca linguas_cs linguas_da lingu LICENSE=GPL-2 RDEPEND=dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) download-subs? ( dev-libs/quazip ) media-video/mplayer2[libass,png] SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dd590e9b120fb09ed5dc024740badcdf diff --git a/metadata/md5-cache/media-video/snappy-9999 b/metadata/md5-cache/media-video/snappy-9999 index 2a6dd35ff1dc..9b82e8ea8128 100644 --- a/metadata/md5-cache/media-video/snappy-9999 +++ b/metadata/md5-cache/media-video/snappy-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/luisbg/snappy LICENSE=GPL-2 LGPL-2 RDEPEND=>=dev-libs/glib-2.26:2 >=media-libs/clutter-1.2.0:1.0 >=media-libs/clutter-gst-1.0.0:1.0 x11-libs/libXtst >=media-libs/gstreamer-0.10.30:0.10 >=media-libs/gst-plugins-base-0.10.30:0.10 >=media-plugins/gst-plugins-meta-0.10-r2:0.10 !!net-misc/spice-gtk SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6cbc02302b54d3510f7ae94fc1b64309 diff --git a/metadata/md5-cache/media-video/subliminal-9999 b/metadata/md5-cache/media-video/subliminal-9999 index b37b8874748c..edf1598f21d4 100644 --- a/metadata/md5-cache/media-video/subliminal-9999 +++ b/metadata/md5-cache/media-video/subliminal-9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-)?,-python_ REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=54be17f8186c434093401a26baf9ffd5 diff --git a/metadata/md5-cache/media-video/vlc-2.0.9999 b/metadata/md5-cache/media-video/vlc-2.0.9999 index 416d591d036d..538e646488a1 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.9999 +++ b/metadata/md5-cache/media-video/vlc-2.0.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] virtual/libintl:0 a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a94c0b296f67eda3491fd6d110f7869c diff --git a/metadata/md5-cache/media-video/vlc-2.1.9999 b/metadata/md5-cache/media-video/vlc-2.1.9999 index a22dfa63e3ba..762a47a023f7 100644 --- a/metadata/md5-cache/media-video/vlc-2.1.9999 +++ b/metadata/md5-cache/media-video/vlc-2.1.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 GPL-2 RDEPEND=!=sys-libs/zlib-1.2.5.1-r2:0[minizip] virtual/libintl:0 a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 dev-qt/qtwidgets:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=net-libs/libvncserver-0.9.9:0 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) qt4? ( X !qt5 ) qt5? ( X !qt4 ) sdl? ( X ) skins? ( truetype X ^^ ( qt4 qt5 ) ) vaapi? ( avcodec X ) vlm? ( encode ) xv? ( xcb ) SLOT=0/5-7 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=79725b287078137a5c0676c3e37b4606 diff --git a/metadata/md5-cache/media-video/vlc-9999 b/metadata/md5-cache/media-video/vlc-9999 index ef2c8543abe4..9acde3bc159b 100644 --- a/metadata/md5-cache/media-video/vlc-9999 +++ b/metadata/md5-cache/media-video/vlc-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 GPL-2 RDEPEND=!=sys-libs/zlib-1.2.5.1-r2:0[minizip] virtual/libintl:0 a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.3.0:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) jpeg? ( virtual/jpeg:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 dev-qt/qtwidgets:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=net-libs/libvncserver-0.9.9:0 ) vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) qt4? ( X !qt5 ) qt5? ( X !qt4 ) sdl? ( X ) skins? ( truetype X ^^ ( qt4 qt5 ) ) vaapi? ( avcodec X ) vlm? ( encode ) xv? ( xcb ) SLOT=0/5-7 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=b845ca06f1bb7c1a650075670fc1d8e8 diff --git a/metadata/md5-cache/media-video/x264-encoder-9999 b/metadata/md5-cache/media-video/x264-encoder-9999 index a1badaaf8e79..3be54cf7fcd9 100644 --- a/metadata/md5-cache/media-video/x264-encoder-9999 +++ b/metadata/md5-cache/media-video/x264-encoder-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=ffmpeg? ( virtual/ffmpeg ) ~media-libs/x264-9999[10bit=,interlaced=,threads=] ffmpegsource? ( media-libs/ffmpegsource ) mp4? ( >=media-video/gpac-0.4.1_pre20060122 ) REQUIRED_USE=ffmpegsource? ( ffmpeg ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e14e05d325d3c0c5fe38497f3a7096f1 diff --git a/metadata/md5-cache/net-analyzer/ettercap-9999 b/metadata/md5-cache/net-analyzer/ettercap-9999 index 0004233b8e79..a6f273fa8852 100644 --- a/metadata/md5-cache/net-analyzer/ettercap-9999 +++ b/metadata/md5-cache/net-analyzer/ettercap-9999 @@ -7,5 +7,5 @@ IUSE=gtk ipv6 ncurses +plugins LICENSE=GPL-2+ RDEPEND=dev-libs/openssl dev-libs/libpcre net-libs/libnet:1.1 >=net-libs/libpcap-0.8.1 sys-libs/zlib gtk? ( >=dev-libs/atk-1.2.4 >=dev-libs/glib-2.2.2:2 media-libs/freetype x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.2.2:2 >=x11-libs/pango-1.2.3 ) ncurses? ( >=sys-libs/ncurses-5.3 ) plugins? ( >=net-misc/curl-7.26.0 sys-devel/libtool ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8154b9b81cc9910c3ce1c51fc8030500 diff --git a/metadata/md5-cache/net-analyzer/gr-fosphor-9999 b/metadata/md5-cache/net-analyzer/gr-fosphor-9999 index b1e0d0a165c6..703f4a3b9a36 100644 --- a/metadata/md5-cache/net-analyzer/gr-fosphor-9999 +++ b/metadata/md5-cache/net-analyzer/gr-fosphor-9999 @@ -7,5 +7,5 @@ IUSE=+glfw qt4 wxwidgets python_targets_python2_6 python_targets_python2_7 pytho LICENSE=GPL-3+ RDEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 ) >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?] net-wireless/gr-osmosdr glfw? ( >=media-libs/glfw-3 ) virtual/opencl virtual/opengl SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e43e4ea5026f26fc748059d022f7eaea diff --git a/metadata/md5-cache/net-analyzer/gsm-receiver-9999 b/metadata/md5-cache/net-analyzer/gsm-receiver-9999 index e5530283c834..2fd0c1ada186 100644 --- a/metadata/md5-cache/net-analyzer/gsm-receiver-9999 +++ b/metadata/md5-cache/net-analyzer/gsm-receiver-9999 @@ -7,5 +7,5 @@ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_pyth LICENSE=GPL-3 RDEPEND=net-libs/libosmocore >=net-wireless/gnuradio-3.7_rc:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=05245cdb0dbc03298a8d9bd252bf6b5b diff --git a/metadata/md5-cache/net-analyzer/iptraf-ng-9999 b/metadata/md5-cache/net-analyzer/iptraf-ng-9999 index 86f7e202f49a..243d3773aaf9 100644 --- a/metadata/md5-cache/net-analyzer/iptraf-ng-9999 +++ b/metadata/md5-cache/net-analyzer/iptraf-ng-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 doc? ( FDL-1.1 ) RDEPEND=>=sys-libs/ncurses-5.7-r7 RESTRICT=test SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a8caf47f438cfeacc6bbf15214b83c89 diff --git a/metadata/md5-cache/net-analyzer/linkchecker-9999 b/metadata/md5-cache/net-analyzer/linkchecker-9999 index 30d1d303d485..6d015e576e80 100644 --- a/metadata/md5-cache/net-analyzer/linkchecker-9999 +++ b/metadata/md5-cache/net-analyzer/linkchecker-9999 @@ -9,5 +9,5 @@ RDEPEND=dev-python/dnspython[python_targets_python2_6(-)?,python_targets_python2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=037ee6470f303d45ca1b5177b0e59a31 diff --git a/metadata/md5-cache/net-analyzer/metasploit-9999 b/metadata/md5-cache/net-analyzer/metasploit-9999 index ba09d8917d86..168b2cac08dd 100644 --- a/metadata/md5-cache/net-analyzer/metasploit-9999 +++ b/metadata/md5-cache/net-analyzer/metasploit-9999 @@ -9,5 +9,5 @@ RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] dev-ruby/ac REQUIRED_USE=|| ( ruby_targets_ruby19 ) RESTRICT=strip SLOT=9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5176d5611efebb8d1c9393c9755515eb diff --git a/metadata/md5-cache/net-analyzer/mtr-9999 b/metadata/md5-cache/net-analyzer/mtr-9999 index 4dba298ea8f9..115371a2c3e3 100644 --- a/metadata/md5-cache/net-analyzer/mtr-9999 +++ b/metadata/md5-cache/net-analyzer/mtr-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=sys-libs/ncurses gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) SLOT=0 SRC_URI=mirror://gentoo/gtk-2.0-for-mtr.m4.bz2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fe01775464b05a674889876cce63456a diff --git a/metadata/md5-cache/net-analyzer/multimon-ng-9999 b/metadata/md5-cache/net-analyzer/multimon-ng-9999 index c64fc742ab0f..335cb3fa04c7 100644 --- a/metadata/md5-cache/net-analyzer/multimon-ng-9999 +++ b/metadata/md5-cache/net-analyzer/multimon-ng-9999 @@ -7,5 +7,5 @@ IUSE=pulseaudio LICENSE=GPL-2 RDEPEND=pulseaudio? ( media-sound/pulseaudio ) dev-qt/qtcore x11-libs/libX11 SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ceca998678fb6325e3324e33e7a2fbba diff --git a/metadata/md5-cache/net-analyzer/munin-2.1.9999 b/metadata/md5-cache/net-analyzer/munin-2.1.9999 index 135031b8a46e..ddf8cb8f4097 100644 --- a/metadata/md5-cache/net-analyzer/munin-2.1.9999 +++ b/metadata/md5-cache/net-analyzer/munin-2.1.9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl[berkdb] sys-process/procps doc? ( dev-python/sphinx ) irc? ( dev-perl/Net-IRC ) mysql? ( virtual/mysql dev-perl/Cache-Cache dev-perl/DBD-mysql ) ssl? ( dev-perl/Net-SSLeay ) postgres? ( dev-perl/DBD-Pg dev-db/postgresql-base ) memcached? ( dev-perl/Cache-Memcached ) cgi? ( dev-perl/FCGI ) apache? ( www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite] ) syslog? ( virtual/perl-Sys-Syslog ) http? ( dev-perl/libwww-perl ) dhcpd? ( >=net-misc/dhcp-3[server] dev-perl/Net-IP dev-perl/HTTP-Date ) dev-perl/DBI dev-perl/DateManip dev-perl/File-Copy-Recursive dev-perl/List-MoreUtils dev-perl/Log-Log4perl dev-perl/Net-CIDR dev-perl/Net-Netmask dev-perl/Net-SNMP dev-perl/net-server[ipv6(-)?] virtual/perl-Digest-MD5 virtual/perl-Getopt-Long virtual/perl-MIME-Base64 virtual/perl-Storable virtual/perl-Text-Balanced virtual/perl-Time-HiRes !minimal? ( dev-perl/HTML-Template dev-perl/IO-Socket-INET6 dev-perl/URI >=net-analyzer/rrdtool-1.3[perl] virtual/ssh ) virtual/awk ipmi? ( >=sys-libs/freeipmi-1.1.6-r1 ) java? ( >=virtual/jre-1.5 || ( net-analyzer/netcat6 net-analyzer/netcat ) ) !minimal? ( virtual/cron media-fonts/dejavu ) !=dev-java/java-config-2.1.9-r1 ) REQUIRED_USE=cgi? ( !minimal ) apache? ( cgi ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f3d3bdbc42270be091778eb55672bdb9 diff --git a/metadata/md5-cache/net-analyzer/nagios-plugins-flameeyes-9999 b/metadata/md5-cache/net-analyzer/nagios-plugins-flameeyes-9999 index 469d96b92fa2..05097771c214 100644 --- a/metadata/md5-cache/net-analyzer/nagios-plugins-flameeyes-9999 +++ b/metadata/md5-cache/net-analyzer/nagios-plugins-flameeyes-9999 @@ -7,5 +7,5 @@ IUSE=smart samba LICENSE=MIT RDEPEND=dev-perl/Nagios-Plugin sys-apps/portage dev-perl/Time-Duration dev-perl/TimeDate smart? ( sys-apps/smartmontools app-admin/sudo ) samba? ( dev-perl/Filesys-SmbClient ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=18735ca8929cd105876c5df9d6170c24 diff --git a/metadata/md5-cache/net-analyzer/netsniff-ng-9999 b/metadata/md5-cache/net-analyzer/netsniff-ng-9999 index 538e97060216..dbeb2e8ed49e 100644 --- a/metadata/md5-cache/net-analyzer/netsniff-ng-9999 +++ b/metadata/md5-cache/net-analyzer/netsniff-ng-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://netsniff-ng.org/ LICENSE=GPL-2 RDEPEND=dev-libs/geoip dev-libs/libnl:3 dev-libs/userspace-rcu net-libs/libnetfilter_conntrack sys-libs/ncurses:5 dev-libs/libcli net-libs/libpcap sys-libs/ncurses:5 net-libs/libnet:1.1 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7916c270b1447dbdc8159ca4ea9130d4 diff --git a/metadata/md5-cache/net-analyzer/zabbix-2.2.2_rc2-r3 b/metadata/md5-cache/net-analyzer/zabbix-2.2.2 similarity index 92% rename from metadata/md5-cache/net-analyzer/zabbix-2.2.2_rc2-r3 rename to metadata/md5-cache/net-analyzer/zabbix-2.2.2 index d861e0ea9f79..77aa3315e1ff 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-2.2.2_rc2-r3 +++ b/metadata/md5-cache/net-analyzer/zabbix-2.2.2 @@ -3,11 +3,11 @@ DEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus- DESCRIPTION=ZABBIX is software for monitoring of your applications, network and servers. EAPI=5 HOMEPAGE=http://www.zabbix.com/ -IUSE=agent java curl frontend ipv6 jabber ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static elibc_FreeBSD java +IUSE=agent java curl frontend ipv6 jabber ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static systemd elibc_FreeBSD java KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( >=dev-db/postgresql-base-8.3.0 ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) jabber? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( >=virtual/jdk-1.4 ) odbc? ( dev-db/unixODBC ) proxy? ( <=net-analyzer/fping-2.9 ) server? ( <=net-analyzer/fping-2.9 app-admin/webapp-config ) java? ( >=virtual/jre-1.4 dev-java/slf4j-api dev-java/json-simple ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.1.9-r1 ) SLOT=0 -SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.2.2rc2.tar.gz +SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.2.2.tar.gz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 depend.php df169a364e191b840b695604097e3c21 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed phpconfutils e108303831029e5b8a9d24b991b1d62a systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=ef37596d3e5ec25f701145ea1cb9d6b0 +_md5_=1686e4e9b958a0e7bfa1e28b0b0bbb0d diff --git a/metadata/md5-cache/net-analyzer/zmap-9999 b/metadata/md5-cache/net-analyzer/zmap-9999 index a07a32cf17b4..25fef1eb7e93 100644 --- a/metadata/md5-cache/net-analyzer/zmap-9999 +++ b/metadata/md5-cache/net-analyzer/zmap-9999 @@ -7,5 +7,5 @@ IUSE=json redis +filecaps LICENSE=Apache-2.0 RDEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=59c6a2b10f50f9a27960a8b48a23b090 diff --git a/metadata/md5-cache/net-dialup/accel-ppp-1.7.9999 b/metadata/md5-cache/net-dialup/accel-ppp-1.7.9999 index bc10fb021430..cf71325cab98 100644 --- a/metadata/md5-cache/net-dialup/accel-ppp-1.7.9999 +++ b/metadata/md5-cache/net-dialup/accel-ppp-1.7.9999 @@ -7,5 +7,5 @@ IUSE=debug doc postgres radius shaper snmp LICENSE=GPL-2 RDEPEND=postgres? ( dev-db/postgresql-base ) snmp? ( net-analyzer/net-snmp ) dev-libs/libpcre dev-libs/openssl:0 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=fa2432b9e1513886028a2f815a1ba585 diff --git a/metadata/md5-cache/net-dns/knot-9999 b/metadata/md5-cache/net-dns/knot-9999 index d9eecb746545..cc5f6bea8c32 100644 --- a/metadata/md5-cache/net-dns/knot-9999 +++ b/metadata/md5-cache/net-dns/knot-9999 @@ -7,5 +7,5 @@ IUSE=debug caps +fastparser LICENSE=GPL-3 RDEPEND=dev-libs/openssl dev-libs/userspace-rcu caps? ( sys-libs/libcap-ng ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e366392b43cc467c591eace589d0e8d0 diff --git a/metadata/md5-cache/net-fs/cvmfs-9999 b/metadata/md5-cache/net-fs/cvmfs-9999 index 5071fe93a541..459079f37518 100644 --- a/metadata/md5-cache/net-fs/cvmfs-9999 +++ b/metadata/md5-cache/net-fs/cvmfs-9999 @@ -7,5 +7,5 @@ IUSE=+client debug doc test server LICENSE=BSD RDEPEND=dev-cpp/gtest dev-db/sqlite:3 dev-libs/openssl net-libs/pacparser net-misc/curl[adns] sys-apps/attr sys-libs/zlib client? ( dev-cpp/sparsehash dev-libs/leveldb sys-fs/fuse ) server? ( >=dev-cpp/tbb-4.2 ) client? ( net-fs/autofs ) server? ( www-servers/apache[ssl] ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=430317399851210ffd0a6119e4dfbb91 diff --git a/metadata/md5-cache/net-fs/libnfs-9999 b/metadata/md5-cache/net-fs/libnfs-9999 index 8883ce85d768..c304cce64b86 100644 --- a/metadata/md5-cache/net-fs/libnfs-9999 +++ b/metadata/md5-cache/net-fs/libnfs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/sahlberg/libnfs IUSE=examples static-libs LICENSE=LGPL-2.1 GPL-3 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4f6804051acbb7bd37cbcaa32302a414 diff --git a/metadata/md5-cache/net-ftp/cmdftp-0.9.7 b/metadata/md5-cache/net-ftp/cmdftp-0.9.7 index 9fa9fe00274b..d452f279792a 100644 --- a/metadata/md5-cache/net-ftp/cmdftp-0.9.7 +++ b/metadata/md5-cache/net-ftp/cmdftp-0.9.7 @@ -1,8 +1,8 @@ DEFINED_PHASES=compile install DESCRIPTION=Light weight, yet robust command line FTP client with shell-like functions. HOMEPAGE=http://savannah.nongnu.org/projects/cmdftp/ -KEYWORDS=~amd64 x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=GPL-3 SLOT=0 SRC_URI=http://download.savannah.nongnu.org/releases/cmdftp/cmdftp-0.9.7.tar.bz2 -_md5_=0f2dbef6596d26424e33ad67971bcfab +_md5_=395d31293801058aaae006e623139078 diff --git a/metadata/md5-cache/net-im/ekg2-9999 b/metadata/md5-cache/net-im/ekg2-9999 index e987071f4563..79087fe16865 100644 --- a/metadata/md5-cache/net-im/ekg2-9999 +++ b/metadata/md5-cache/net-im/ekg2-9999 @@ -7,5 +7,5 @@ IUSE=gadu gpm gpg gtk minimal ncurses nls nntp openssl perl python readline rss LICENSE=GPL-2 RDEPEND=dev-libs/glib:2= gadu? ( net-libs/libgadu:0= ) gpg? ( app-crypt/gpgme:1= ) gtk? ( x11-libs/gtk+:2= ) nls? ( virtual/libintl:0= ) openssl? ( dev-libs/openssl:0= ) perl? ( dev-lang/perl:0= ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) readline? ( sys-libs/readline:0= ) rss? ( dev-libs/expat:0= ) ssl? ( net-libs/gnutls:0= ) xmpp? ( dev-libs/expat:0= ) zlib? ( sys-libs/zlib:0= ) ncurses? ( sys-libs/ncurses:5=[unicode=] gpm? ( sys-libs/gpm:0= ) spell? ( app-text/aspell:0= ) ) sqlite? ( !sqlite2? ( dev-db/sqlite:3= ) sqlite2? ( dev-db/sqlite:0= ) ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=48d431e082583e7a970f8147f3bca130 diff --git a/metadata/md5-cache/net-im/emesene-9999 b/metadata/md5-cache/net-im/emesene-9999 index ca49b083aefc..cca52b301314 100644 --- a/metadata/md5-cache/net-im/emesene-9999 +++ b/metadata/md5-cache/net-im/emesene-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.emesene.org LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) RDEPEND=dev-python/pygtk:2 dev-python/notify-python dev-python/pywebkitgtk dev-python/pyopenssl dev-python/xmpppy =dev-lang/python-2* =dev-lang/python-2*[sqlite] SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=40027c7e37db351a7c05da4d155771be diff --git a/metadata/md5-cache/net-im/jabberd2-2.3.2 b/metadata/md5-cache/net-im/jabberd2-2.3.2 new file mode 100644 index 000000000000..d810349adcba --- /dev/null +++ b/metadata/md5-cache/net-im/jabberd2-2.3.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=dev-libs/expat net-libs/udns net-dns/libidn virtual/gsasl berkdb? ( >=sys-libs/db-4.1.25 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) ssl? ( >=dev-libs/openssl-1.0.1:0 ) sqlite? ( dev-db/sqlite:3 ) zlib? ( sys-libs/zlib ) app-arch/xz-utils virtual/pkgconfig test? ( dev-libs/check ) +DESCRIPTION=Open Source Jabber Server +EAPI=5 +HOMEPAGE=http://jabberd2.org +IUSE=berkdb debug ldap memdebug mysql pam postgres sqlite ssl test zlib +KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=dev-libs/expat net-libs/udns net-dns/libidn virtual/gsasl berkdb? ( >=sys-libs/db-4.1.25 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) ssl? ( >=dev-libs/openssl-1.0.1:0 ) sqlite? ( dev-db/sqlite:3 ) zlib? ( sys-libs/zlib ) >=net-im/jabber-base-0.01 +REQUIRED_USE=memdebug? ( debug ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/jabberd2/jabberd2/releases/download/jabberd-2.3.2/jabberd-2.3.2.tar.xz +_eclasses_=db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=ac1b7f569959584e8a1b2aa5d6d80ed8 diff --git a/metadata/md5-cache/net-im/kmess-2.0.9999 b/metadata/md5-cache/net-im/kmess-2.0.9999 index a2913593b73b..f022819e4490 100644 --- a/metadata/md5-cache/net-im/kmess-2.0.9999 +++ b/metadata/md5-cache/net-im/kmess-2.0.9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=app-crypt/qca:2 app-crypt/qca-ossl:2 dev-libs/libxml2 dev-libs/libxslt gif? ( media-libs/giflib ) konqueror? ( >=kde-base/libkonq-4.4:4[aqua=] ) libnotify? ( >=kde-base/knotify-4.4:4[aqua=] ) xscreensaver? ( x11-libs/libXScrnSaver ) !net-im/kmess:0 konqueror? ( >=kde-base/konqueror-4.4:4[aqua=] ) >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] RESTRICT=test SLOT=4 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=088d86d8219100895bd9ff065780c3dc diff --git a/metadata/md5-cache/net-im/kmess-9999 b/metadata/md5-cache/net-im/kmess-9999 index 46976c45abe4..a7ca35bd51e4 100644 --- a/metadata/md5-cache/net-im/kmess-9999 +++ b/metadata/md5-cache/net-im/kmess-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=app-crypt/qca:2 app-crypt/qca-ossl:2 dev-libs/libxml2 dev-libs/libxslt gif? ( media-libs/giflib ) konqueror? ( >=kde-base/libkonq-4.4:4[aqua=] ) libnotify? ( >=kde-base/knotify-4.4:4[aqua=] ) xscreensaver? ( x11-libs/libXScrnSaver ) !net-im/kmess:0 konqueror? ( >=kde-base/konqueror-4.4:4[aqua=] ) >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] RESTRICT=test SLOT=4 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=2fe07ad8a219a3510fa06736e6ca4dde diff --git a/metadata/md5-cache/net-im/psi-9999 b/metadata/md5-cache/net-im/psi-9999 index 06e39814158d..1a7884274dcb 100644 --- a/metadata/md5-cache/net-im/psi-9999 +++ b/metadata/md5-cache/net-im/psi-9999 @@ -10,5 +10,5 @@ RDEPEND=>=dev-qt/qtgui-4.7:4 >=app-crypt/qca-2.0.2:2 dbus? ( >=dev-qt/qtdbus-4.7 REQUIRED_USE=iconsets? ( extras ) plugins? ( extras ) powersave? ( extras ) webkit? ( extras ) RESTRICT=test SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=49cb1fb51cdc283272a3384a4d267720 diff --git a/metadata/md5-cache/net-im/skypetab-ng-9999 b/metadata/md5-cache/net-im/skypetab-ng-9999 index 26635a6b713f..d0262677609f 100644 --- a/metadata/md5-cache/net-im/skypetab-ng-9999 +++ b/metadata/md5-cache/net-im/skypetab-ng-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://github.com/kekekeks/skypetab-ng LICENSE=LGPL-3 RDEPEND=dev-qt/qtgui:4 amd64? ( app-emulation/emul-linux-x86-qtlibs ) || ( >=net-im/skype-4.1 =dev-lang/perl-5.16 =dev-libs/dbus-glib-0.98 ) gtk? ( x11-libs/gtk+:2 ) libcanberra? ( media-libs/libcanberra ) libproxy? ( net-libs/libproxy ) libnotify? ( x11-libs/libnotify ) nls? ( virtual/libintl ) ntlm? ( net-libs/libntlm ) perl? ( >=dev-lang/perl-5.8.0 ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] ) spell? ( app-text/iso-codes ) ssl? ( dev-libs/openssl:0 ) theme-manager? ( dev-lang/mono ) spell? ( app-text/enchant ) REQUIRED_USE=plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) plugin-sysinfo? ( plugins ) python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 ) ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f mono-env 59ca1177366cc9e14521d3501e9bb281 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f mono-env 59ca1177366cc9e14521d3501e9bb281 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=59ae54d7416810d6d85f62fe9bd9bb44 diff --git a/metadata/md5-cache/net-irc/quassel-9999 b/metadata/md5-cache/net-irc/quassel-9999 index c757504649c6..383e81043ce3 100644 --- a/metadata/md5-cache/net-irc/quassel-9999 +++ b/metadata/md5-cache/net-irc/quassel-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=>=dev-qt/qtcore-4.6.0:4[ssl?] monolithic? ( >=dev-qt/qtscript-4.6.0:4 crypt? ( app-crypt/qca:2 app-crypt/qca-ossl ) !postgres? ( >=dev-qt/qtsql-4.6.0:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) postgres? ( >=dev-qt/qtsql-4.6.0:4[postgres] ) syslog? ( virtual/logger ) >=dev-qt/qtgui-4.6.0:4 ayatana? ( dev-libs/libindicate-qt ) dbus? ( >=dev-qt/qtdbus-4.6.0:4 dev-libs/libdbusmenu-qt ) kde? ( >=kde-base/kdelibs-4.4 >=kde-base/oxygen-icons-4.4 ayatana? ( kde-misc/plasma-widget-message-indicator ) ) phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-4.6.0:4 ) ) webkit? ( >=dev-qt/qtwebkit-4.6.0:4 ) ) !monolithic? ( server? ( >=dev-qt/qtscript-4.6.0:4 crypt? ( app-crypt/qca:2 app-crypt/qca-ossl ) !postgres? ( >=dev-qt/qtsql-4.6.0:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) postgres? ( >=dev-qt/qtsql-4.6.0:4[postgres] ) syslog? ( virtual/logger ) ) X? ( >=dev-qt/qtgui-4.6.0:4 ayatana? ( dev-libs/libindicate-qt ) dbus? ( >=dev-qt/qtdbus-4.6.0:4 dev-libs/libdbusmenu-qt ) kde? ( >=kde-base/kdelibs-4.4 >=kde-base/oxygen-icons-4.4 ayatana? ( kde-misc/plasma-widget-message-indicator ) ) phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-4.6.0:4 ) ) webkit? ( >=dev-qt/qtwebkit-4.6.0:4 ) ) ) REQUIRED_USE=|| ( X server monolithic ) crypt? ( || ( server monolithic ) ) postgres? ( || ( server monolithic ) ) syslog? ( || ( server monolithic ) ) kde? ( || ( X monolithic ) ) phonon? ( || ( X monolithic ) ) dbus? ( || ( X monolithic ) ) ayatana? ( || ( X monolithic ) ) webkit? ( || ( X monolithic ) ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=215292b5f61713fc9ba5a1689c379bd1 diff --git a/metadata/md5-cache/net-irc/weechat-9999 b/metadata/md5-cache/net-irc/weechat-9999 index a5f3996ebde0..00b76957a41d 100644 --- a/metadata/md5-cache/net-irc/weechat-9999 +++ b/metadata/md5-cache/net-irc/weechat-9999 @@ -7,5 +7,5 @@ IUSE=guile lua +perl +python ruby tcl +alias +charset +fifo +logger +relay +rmod LICENSE=GPL-3 RDEPEND=dev-libs/libgcrypt net-misc/curl[ssl] sys-libs/ncurses sys-libs/zlib charset? ( virtual/libiconv ) guile? ( dev-scheme/guile ) lua? ( dev-lang/lua[deprecated] ) nls? ( virtual/libintl ) perl? ( dev-lang/perl ) 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 ) 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(+)?] ) ruby? ( >=dev-lang/ruby-1.9 ) ssl? ( net-libs/gnutls ) spell? ( app-text/aspell ) tcl? ( >=dev-lang/tcl-8.4.15 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a918c9a2bf80c728d318f4cfee895e78 diff --git a/metadata/md5-cache/net-irc/znc-9999 b/metadata/md5-cache/net-irc/znc-9999 index ebab3962571e..ae55181788ba 100644 --- a/metadata/md5-cache/net-irc/znc-9999 +++ b/metadata/md5-cache/net-irc/znc-9999 @@ -7,5 +7,5 @@ IUSE=daemon debug ipv6 perl python ssl sasl tcl python_targets_python3_2 python_ LICENSE=GPL-2 RDEPEND=perl? ( >=dev-lang/perl-5.10 ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ssl? ( >=dev-libs/openssl-0.9.7d ) tcl? ( dev-lang/tcl ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=85cd65db5ded1d6ee2ffe9f738a52f3c diff --git a/metadata/md5-cache/net-libs/libbtbb-9999 b/metadata/md5-cache/net-libs/libbtbb-9999 index 0d90df3dc354..562cf1766f04 100644 --- a/metadata/md5-cache/net-libs/libbtbb-9999 +++ b/metadata/md5-cache/net-libs/libbtbb-9999 @@ -7,5 +7,5 @@ IUSE=+wireshark LICENSE=GPL-2 RDEPEND=wireshark? ( dev-libs/glib >=net-analyzer/wireshark-1.8.3-r1:= ) SLOT=0/9999 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=81980cf166cbd37e372763722e45693d diff --git a/metadata/md5-cache/net-libs/libguac-0.6.3 b/metadata/md5-cache/net-libs/libguac-0.6.3 deleted file mode 100644 index 2b5906b6fdea..000000000000 --- a/metadata/md5-cache/net-libs/libguac-0.6.3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=x11-libs/cairo -DESCRIPTION=This is the library used by www-apps/guacamole. -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 -RDEPEND=x11-libs/cairo -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/libguac-0.6.3.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=ba88fb7fe7045c1b6c4cc511b42d7a54 diff --git a/metadata/md5-cache/net-libs/libguac-0.7.0 b/metadata/md5-cache/net-libs/libguac-0.7.0 deleted file mode 100644 index 5011c8e229ae..000000000000 --- a/metadata/md5-cache/net-libs/libguac-0.7.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=x11-libs/cairo -DESCRIPTION=This is the library used by www-apps/guacamole. -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 -RDEPEND=x11-libs/cairo -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/libguac-0.7.0.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=90067d04eef77170ed994ea220ba60b8 diff --git a/metadata/md5-cache/net-libs/libguac-client-rdp-0.6.2 b/metadata/md5-cache/net-libs/libguac-client-rdp-0.6.2 deleted file mode 100644 index e00d0137c458..000000000000 --- a/metadata/md5-cache/net-libs/libguac-client-rdp-0.6.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=net-libs/libguac =app-crypt/gnupg-2 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=49345e58ab877a7cd59cb61c306c48d7 diff --git a/metadata/md5-cache/net-libs/libmbim-9999 b/metadata/md5-cache/net-libs/libmbim-9999 index c57fe7e17900..c8efa5a795ba 100644 --- a/metadata/md5-cache/net-libs/libmbim-9999 +++ b/metadata/md5-cache/net-libs/libmbim-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs test LICENSE=LGPL-2 RDEPEND=>=dev-libs/glib-2.32 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=32671a6e16d08208779ba90c9f95c35a diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.34 b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.34 new file mode 100644 index 000000000000..f97f4b78fd77 --- /dev/null +++ b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.34 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install +DEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) ) +DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application. +EAPI=5 +HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/ +IUSE=epoll messages ssl static-libs test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) +SLOT=0 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.34.tar.gz +_md5_=a518959be3f14404defa2b288be728d8 diff --git a/metadata/md5-cache/net-libs/libmirisdr-9999 b/metadata/md5-cache/net-libs/libmirisdr-9999 index 0d3eadf24395..d1094cf07542 100644 --- a/metadata/md5-cache/net-libs/libmirisdr-9999 +++ b/metadata/md5-cache/net-libs/libmirisdr-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=GPL-2 RDEPEND=virtual/libusb:1 SLOT=0/9999 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7eb6ec94a48b34dc36ce29130397edf8 diff --git a/metadata/md5-cache/net-libs/libosmo-dsp-9999 b/metadata/md5-cache/net-libs/libosmo-dsp-9999 index ced4918ca970..501880d4ef57 100644 --- a/metadata/md5-cache/net-libs/libosmo-dsp-9999 +++ b/metadata/md5-cache/net-libs/libosmo-dsp-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=GPL-2 RDEPEND=sci-libs/fftw SLOT=0/9999 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8b0f6c757f6700e63c590a9d8da37734 diff --git a/metadata/md5-cache/net-libs/libosmocore-9999 b/metadata/md5-cache/net-libs/libosmocore-9999 index 4c5b7392271f..741cf96f82a7 100644 --- a/metadata/md5-cache/net-libs/libosmocore-9999 +++ b/metadata/md5-cache/net-libs/libosmocore-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://bb.osmocom.org/trac/wiki/libosmocore IUSE=embedded LICENSE=GPL-2 LGPL-3 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=60b0a7bc5f2a37db1f31307c78e6f451 diff --git a/metadata/md5-cache/net-libs/libqmi-9999 b/metadata/md5-cache/net-libs/libqmi-9999 index bee0dd1a0baf..ca29abea1598 100644 --- a/metadata/md5-cache/net-libs/libqmi-9999 +++ b/metadata/md5-cache/net-libs/libqmi-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs test LICENSE=LGPL-2 RDEPEND=>=dev-libs/glib-2.32 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=eec8d4d4b6ca064ce5e9472b389e9d5a diff --git a/metadata/md5-cache/net-libs/libssh-9999 b/metadata/md5-cache/net-libs/libssh-9999 index bfe58e679390..c7fc25a183a8 100644 --- a/metadata/md5-cache/net-libs/libssh-9999 +++ b/metadata/md5-cache/net-libs/libssh-9999 @@ -7,5 +7,5 @@ IUSE=debug examples pcap +sftp ssh1 server static-libs zlib LICENSE=LGPL-2.1 RDEPEND=zlib? ( >=sys-libs/zlib-1.2 ) >=dev-libs/openssl-0.9.8 SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4f7ca2a3a9f6da86cf307ace443a2bda diff --git a/metadata/md5-cache/net-libs/qtweetlib-9999 b/metadata/md5-cache/net-libs/qtweetlib-9999 index 416dc52f2e2b..c30a064b5400 100644 --- a/metadata/md5-cache/net-libs/qtweetlib-9999 +++ b/metadata/md5-cache/net-libs/qtweetlib-9999 @@ -7,5 +7,5 @@ IUSE=debug LICENSE=GPL-2 RDEPEND=>=dev-libs/qjson-0.7.1 >=dev-qt/qtcore-4.6.0:4[ssl] SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=47d4c7342319f61b95bab41455efc78c diff --git a/metadata/md5-cache/net-libs/qxmpp-9999 b/metadata/md5-cache/net-libs/qxmpp-9999 index b65066d90145..e6b81a130712 100644 --- a/metadata/md5-cache/net-libs/qxmpp-9999 +++ b/metadata/md5-cache/net-libs/qxmpp-9999 @@ -7,5 +7,5 @@ IUSE=debug doc +speex test theora vpx LICENSE=LGPL-2.1 RDEPEND=dev-qt/qtcore:4 speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) vpx? ( media-libs/libvpx ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ff18ffadf3aa75b3e0ec6aca80e46e01 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.2.5 b/metadata/md5-cache/net-libs/webkit-gtk-2.2.5 index 330cda2731a9..8b2283b9d717 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.2.5 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.2.5 @@ -11,4 +11,4 @@ REQUIRED_USE=geoloc? ( introspection ) introspection? ( gstreamer ) gles2? ( egl SLOT=3/29 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.2.5.tar.xz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b47d4e9bd712254e9beba72c50dd7255 +_md5_=6ac84f35dc0f07c07be5140a380b773d diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.2.5-r200 b/metadata/md5-cache/net-libs/webkit-gtk-2.2.5-r200 index 2298479a8ce5..03837f7bb585 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.2.5-r200 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.2.5-r200 @@ -11,4 +11,4 @@ REQUIRED_USE=geoloc? ( introspection ) introspection? ( gstreamer ) gles2? ( egl SLOT=2 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.2.5.tar.xz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=72d1536e1fccc5c100e7f4d3228923e5 +_md5_=9f8dab0eb8e3feaf2b338c1e8d81f510 diff --git a/metadata/md5-cache/net-mail/Freemail-9999 b/metadata/md5-cache/net-mail/Freemail-9999 index 4e953e3fad0a..ec8de81b1f5d 100644 --- a/metadata/md5-cache/net-mail/Freemail-9999 +++ b/metadata/md5-cache/net-mail/Freemail-9999 @@ -7,5 +7,5 @@ IUSE=elibc_FreeBSD elibc_FreeBSD LICENSE=LGPL-2.1 RDEPEND=dev-java/bcprov:0 net-p2p/freenet >=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8fdd21c44ee24d404a9079a9d3bba54e diff --git a/metadata/md5-cache/net-misc/autoupnp-9999 b/metadata/md5-cache/net-misc/autoupnp-9999 index fe3278f30d5d..6f75b5e15383 100644 --- a/metadata/md5-cache/net-misc/autoupnp-9999 +++ b/metadata/md5-cache/net-misc/autoupnp-9999 @@ -7,5 +7,5 @@ IUSE=libnotify LICENSE=BSD RDEPEND=net-libs/miniupnpc:0= libnotify? ( x11-libs/libtinynotify:0= ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ac534826c747fa944e4a44521421459a diff --git a/metadata/md5-cache/net-misc/clusterssh-9999 b/metadata/md5-cache/net-misc/clusterssh-9999 index 7cbaa69b99c8..0cc4d57a4088 100644 --- a/metadata/md5-cache/net-misc/clusterssh-9999 +++ b/metadata/md5-cache/net-misc/clusterssh-9999 @@ -7,5 +7,5 @@ IUSE=test LICENSE=GPL-2 RDEPEND=dev-perl/Exception-Class dev-perl/Readonly dev-perl/Test-Pod dev-perl/Test-Pod-Coverage dev-perl/Test-Trap dev-perl/Test-DistManifest dev-perl/Try-Tiny dev-perl/perl-tk dev-perl/Config-Simple dev-perl/X11-Protocol dev-perl/XML-Simple x11-apps/xlsfonts x11-terms/xterm || ( >=dev-lang/perl-5.16 =dev-db/sqlite-3.4:3 net-libs/neon[ssl] iconv? ( virtual/libiconv ) samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) !net-misc/ocsync +RDEPEND=>=dev-db/sqlite-3.4:3 net-libs/neon[ssl] iconv? ( virtual/libiconv ) samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) !net-misc/ocsync !>=net-misc/owncloud-client-1.5.1 SLOT=0 SRC_URI=https://open.cryptomilk.org/attachments/download/27/csync-0.50.0.tar.xz _eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=02833f71cefceabb07861e2bd63b31bb +_md5_=cc3197287fd5475405905c5e8f458a63 diff --git a/metadata/md5-cache/net-misc/dhcpcd-9999 b/metadata/md5-cache/net-misc/dhcpcd-9999 index ee6e125b0853..f93bb9fd3bb0 100644 --- a/metadata/md5-cache/net-misc/dhcpcd-9999 +++ b/metadata/md5-cache/net-misc/dhcpcd-9999 @@ -7,5 +7,5 @@ IUSE=elibc_glibc ipv6 kernel_linux +udev LICENSE=BSD-2 RDEPEND=udev? ( virtual/udev ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a7de79c0c8d5c8f1c9c70f691af67364 diff --git a/metadata/md5-cache/net-misc/dnetstats-1.2.6 b/metadata/md5-cache/net-misc/dnetstats-1.2.6 deleted file mode 100644 index f33c4b433e65..000000000000 --- a/metadata/md5-cache/net-misc/dnetstats-1.2.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=dev-qt/qtgui:4 -DESCRIPTION=Qt4 network monitor utility -EAPI=2 -HOMEPAGE=http://qt-apps.org/content/show.php/DNetStats?content=107467 -IUSE=kde gnome -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 app-admin/sudo kde? ( kde-base/kdesu ) gnome? ( x11-libs/gksu ) -SLOT=0 -SRC_URI=http://qt-apps.org/CONTENT/content-files/107467-DNetStats-v1.2.6-release.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=c568f3a628d74aff13e6542d63af1961 diff --git a/metadata/md5-cache/net-misc/dnetstats-1.2.6-r2 b/metadata/md5-cache/net-misc/dnetstats-1.2.6-r3 similarity index 91% rename from metadata/md5-cache/net-misc/dnetstats-1.2.6-r2 rename to metadata/md5-cache/net-misc/dnetstats-1.2.6-r3 index 8eabf34facb0..b93c88554ee7 100644 --- a/metadata/md5-cache/net-misc/dnetstats-1.2.6-r2 +++ b/metadata/md5-cache/net-misc/dnetstats-1.2.6-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Qt4 network monitor utility EAPI=5 HOMEPAGE=http://qt-apps.org/content/show.php/DNetStats?content=107467 IUSE=policykit -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3 RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 policykit? ( sys-auth/polkit ) SLOT=0 SRC_URI=http://qt-apps.org/CONTENT/content-files/107467-DNetStats-v1.2.6-release.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=de42429ca663d90abd2a6055c7ed2a00 +_md5_=7e100b80234b2339bed8e54ca2572773 diff --git a/metadata/md5-cache/net-misc/flexget-9999 b/metadata/md5-cache/net-misc/flexget-9999 index 1cc21399771a..26e639c019d5 100644 --- a/metadata/md5-cache/net-misc/flexget-9999 +++ b/metadata/md5-cache/net-misc/flexget-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=>=dev-python/feedparser-5.1.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-0.7.5[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] =dev-python/beautifulsoup-4.1:4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] =dev-python/html5lib-0.11[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/PyRSS2Gen[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pynzb[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/progressbar[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rpyc[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/requests-1.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] =dev-python/jsonschema-2.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/python-tvrage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/tmdb3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] transmission? ( dev-python/transmissionrpc[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4b713691a840fb86b9c86c0c7a2bcb14 diff --git a/metadata/md5-cache/net-misc/freerdp-9999.1 b/metadata/md5-cache/net-misc/freerdp-9999.1 index 9e0df8106ca2..4d6cc00ddcb6 100644 --- a/metadata/md5-cache/net-misc/freerdp-9999.1 +++ b/metadata/md5-cache/net-misc/freerdp-9999.1 @@ -7,5 +7,5 @@ IUSE=alsa +channels +client cups debug directfb doc ffmpeg gstreamer jpeg pulsea LICENSE=Apache-2.0 RDEPEND=dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) client? ( X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXi x11-libs/libXrender xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) ) ) directfb? ( dev-libs/DirectFB ) ffmpeg? ( virtual/ffmpeg ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 x11-libs/libXrandr ) jpeg? ( virtual/jpeg ) pulseaudio? ( media-sound/pulseaudio ) server? ( X? ( x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes xinerama? ( x11-libs/libXinerama ) ) ) smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 x11-libs/libxkbfile ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 _md5_=37618c4e6dbfa35a6ef1e238344fda21 diff --git a/metadata/md5-cache/net-misc/gsutil-3.38 b/metadata/md5-cache/net-misc/gsutil-3.38 new file mode 100644 index 000000000000..cfb20d39d592 --- /dev/null +++ b/metadata/md5-cache/net-misc/gsutil-3.38 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=command line tool for interacting with cloud storage services +EAPI=5 +HOMEPAGE=https://github.com/GoogleCloudPlatform/gsutil +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=Apache-2.0 +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/boto-2.17[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7 >=dev-python/httplib2-0.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/google-api-python-client-1.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://commondatastorage.googleapis.com/pub/gsutil_3.38.tar.gz +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=5700234e5f3984a826bc9be26d19d5bd diff --git a/metadata/md5-cache/net-misc/gsutil-3.42 b/metadata/md5-cache/net-misc/gsutil-3.42 index 2e20f402963d..4ec5553a0251 100644 --- a/metadata/md5-cache/net-misc/gsutil-3.42 +++ b/metadata/md5-cache/net-misc/gsutil-3.42 @@ -4,11 +4,11 @@ DESCRIPTION=command line tool for interacting with cloud storage services EAPI=5 HOMEPAGE=https://github.com/GoogleCloudPlatform/gsutil IUSE=python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=Apache-2.0 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/boto-2.22.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7 >=dev-python/httplib2-0.8[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/google-api-python-client-1.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://commondatastorage.googleapis.com/pub/gsutil_3.42.tar.gz _eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=19d5a605b041e8a4c96e8a4c3a5f2b25 +_md5_=a8f80a3388aef375ec01402aba680be0 diff --git a/metadata/md5-cache/net-misc/guacd-0.6.2 b/metadata/md5-cache/net-misc/guacd-0.6.2 deleted file mode 100644 index a4105a958eeb..000000000000 --- a/metadata/md5-cache/net-misc/guacd-0.6.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=net-libs/libguac -DESCRIPTION=This is the proxy-daemon used by www-apps/guacamole. -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -KEYWORDS=~x86 -LICENSE=AGPL-3 -RDEPEND=net-libs/libguac -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/guacd-0.6.2.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=7f67eef47fd645127528fb99fc64e886 diff --git a/metadata/md5-cache/net-misc/guacd-0.7.0 b/metadata/md5-cache/net-misc/guacd-0.7.0 deleted file mode 100644 index 5b1a1c387ab5..000000000000 --- a/metadata/md5-cache/net-misc/guacd-0.7.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=net-libs/libguac -DESCRIPTION=This is the proxy-daemon used by www-apps/guacamole. -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -KEYWORDS=~x86 -LICENSE=AGPL-3 -RDEPEND=net-libs/libguac -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/guacd-0.7.0.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=bfff447ca08a2944a1dbfca64b28336d diff --git a/metadata/md5-cache/net-misc/hotot-9999 b/metadata/md5-cache/net-misc/hotot-9999 index 48533ac63dc8..28b9cef17b74 100644 --- a/metadata/md5-cache/net-misc/hotot-9999 +++ b/metadata/md5-cache/net-misc/hotot-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-3 RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] gtk? ( dev-python/pywebkitgtk ) qt4? ( dev-qt/qtwebkit:4 kde? ( kde-base/kdelibs ) ) REQUIRED_USE=|| ( chrome gtk qt4 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f83dc453f7e017f3cd290c7d6c603b7d diff --git a/metadata/md5-cache/net-misc/iputils-99999999 b/metadata/md5-cache/net-misc/iputils-99999999 index 349673bbbfd3..c399b18f251d 100644 --- a/metadata/md5-cache/net-misc/iputils-99999999 +++ b/metadata/md5-cache/net-misc/iputils-99999999 @@ -7,5 +7,5 @@ IUSE=caps doc gnutls idn ipv6 SECURITY_HAZARD ssl static +filecaps LICENSE=BSD-4 RDEPEND=!net-misc/rarpd !static? ( caps? ( sys-libs/libcap ) idn? ( net-dns/libidn ) ipv6? ( gnutls? ( net-libs/gnutls ) ssl? ( dev-libs/openssl:0 ) ) ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0dbdbcf4583380cdd7b74c8b0cc2fa0b diff --git a/metadata/md5-cache/net-misc/leapcast-9999 b/metadata/md5-cache/net-misc/leapcast-9999 index 8d6b2955207a..23a0cb28b95f 100644 --- a/metadata/md5-cache/net-misc/leapcast-9999 +++ b/metadata/md5-cache/net-misc/leapcast-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/dz0ny/leapcast LICENSE=MIT RDEPEND=dev-python/requests www-servers/tornado dev-lang/python SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=132ae1f85c6a3f767c77cd45556823b1 diff --git a/metadata/md5-cache/net-misc/libreswan-9999 b/metadata/md5-cache/net-misc/libreswan-9999 index 06190383a643..318233337986 100644 --- a/metadata/md5-cache/net-misc/libreswan-9999 +++ b/metadata/md5-cache/net-misc/libreswan-9999 @@ -7,5 +7,5 @@ IUSE=caps curl dnssec ldap pam LICENSE=GPL-2 BSD-4 RSA DES RDEPEND=dev-libs/gmp dev-libs/nspr caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl ) dnssec? ( net-dns/unbound net-libs/ldns ) ldap? ( net-nds/openldap ) pam? ( sys-libs/pam ) dev-libs/nss[utils(+)] sys-apps/iproute2 !net-misc/openswan !net-misc/strongswan SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fa948a68724602f8181bf48dc70c319c diff --git a/metadata/md5-cache/net-misc/mikutter-9999 b/metadata/md5-cache/net-misc/mikutter-9999 index d9ec9ef38746..3ffd12a21f33 100644 --- a/metadata/md5-cache/net-misc/mikutter-9999 +++ b/metadata/md5-cache/net-misc/mikutter-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=libnotify? ( x11-libs/libnotify ) sound? ( media-sound/alsa-utils ) ruby_targets_ruby19? ( dev-ruby/addressable[ruby_targets_ruby19] dev-ruby/bsearch[ruby_targets_ruby19] dev-ruby/json[ruby_targets_ruby19] dev-ruby/memoize[ruby_targets_ruby19] >=dev-ruby/oauth-0.4.7[ruby_targets_ruby19] dev-ruby/ruby-gtk2[ruby_targets_ruby19] dev-ruby/typed-array[ruby_targets_ruby19] virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) REQUIRED_USE=|| ( ruby_targets_ruby19 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=0c66433d1a2d759fa06dc87dc4d205b6 diff --git a/metadata/md5-cache/net-misc/mosh-9999 b/metadata/md5-cache/net-misc/mosh-9999 index 4ab54ebfc2d0..c7e28108b1e0 100644 --- a/metadata/md5-cache/net-misc/mosh-9999 +++ b/metadata/md5-cache/net-misc/mosh-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=dev-libs/protobuf sys-libs/ncurses:5 virtual/ssh client? ( dev-lang/perl dev-perl/IO-Tty ) utempter? ( sys-libs/libutempter ) REQUIRED_USE=|| ( client server ) examples? ( client ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=520d6f9ffbdbd4e52fdd02a378cb88c6 diff --git a/metadata/md5-cache/net-misc/netctl-9999 b/metadata/md5-cache/net-misc/netctl-9999 index 0415d7412c6b..ad65aee12592 100644 --- a/metadata/md5-cache/net-misc/netctl-9999 +++ b/metadata/md5-cache/net-misc/netctl-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://wiki.archlinux.org/index.php/Netctl https://www.archlinux.org/p LICENSE=GPL-3 RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd !=sys-apps/openrc-0.12 !=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A file synchronizer especially designed for you, the normal user +EAPI=5 +HOMEPAGE=http://csync.org/ +IUSE=doc iconv samba +sftp test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-db/sqlite:3 >=dev-libs/iniparser-3.1 net-libs/neon[ssl] iconv? ( virtual/libiconv ) samba? ( net-fs/samba ) sftp? ( net-libs/libssh ) !net-misc/csync !>=net-misc/owncloud-client-1.5.1 +RESTRICT=test +SLOT=0 +SRC_URI=http://download.owncloud.com/download/ocsync-0.90.4.tar.bz2 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=2797b06dcf2e25e0ba6a2c0ff3f7e097 diff --git a/metadata/md5-cache/net-misc/ocsync-0.91.4 b/metadata/md5-cache/net-misc/ocsync-0.91.4 index a595c78619c5..4255dd34acdc 100644 --- a/metadata/md5-cache/net-misc/ocsync-0.91.4 +++ b/metadata/md5-cache/net-misc/ocsync-0.91.4 @@ -6,9 +6,9 @@ HOMEPAGE=http://owncloud.org/ IUSE=doc +iconv samba +sftp test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=dev-db/sqlite-3.4:3 net-libs/neon[ssl] iconv? ( virtual/libiconv ) samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) !net-misc/csync +RDEPEND=>=dev-db/sqlite-3.4:3 net-libs/neon[ssl] iconv? ( virtual/libiconv ) samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) !net-misc/csync !>=net-misc/owncloud-client-1.5.1 REQUIRED_USE=test? ( iconv ) SLOT=0 SRC_URI=http://download.owncloud.com/desktop/stable/ocsync-0.91.4.tar.bz2 _eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=17a78e489b5a36dae20ab7f460daf27f +_md5_=2cb5ed24b62071078806720cb75f8c6d diff --git a/metadata/md5-cache/net-misc/openvpn-9999 b/metadata/md5-cache/net-misc/openvpn-9999 index dbb1f15fa62e..bc68dc1eaed3 100644 --- a/metadata/md5-cache/net-misc/openvpn-9999 +++ b/metadata/md5-cache/net-misc/openvpn-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools ) ) pam? ( virtual/pam ) selinux? ( sec-policy/selinux-openvpn ) ssl? ( !polarssl? ( >=dev-libs/openssl-0.9.7 ) polarssl? ( >=net-libs/polarssl-1.1.0 ) ) lzo? ( >=dev-libs/lzo-1.07 ) pkcs11? ( >=dev-libs/pkcs11-helper-1.05 ) REQUIRED_USE=static? ( !plugins !pkcs11 ) polarssl? ( ssl ) !plugins? ( !pam !down-root ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8cd5af2b4044be0ea0ee5dee11d759ec diff --git a/metadata/md5-cache/net-misc/owncloud-client-1.5.1 b/metadata/md5-cache/net-misc/owncloud-client-1.5.1 new file mode 100644 index 000000000000..cff60a9ddcf4 --- /dev/null +++ b/metadata/md5-cache/net-misc/owncloud-client-1.5.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/sqlite-3.4:3 dev-libs/qtkeychain dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 net-libs/neon[ssl] sys-fs/inotify-tools virtual/libiconv samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) !net-misc/ocsync app-text/asciidoc doc? ( dev-python/sphinx dev-texlive/texlive-latexextra virtual/latex-base ) test? ( dev-util/cmocka ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Synchronize files from ownCloud Server with your computer +EAPI=5 +HOMEPAGE=http://owncloud.org/ +IUSE=doc samba +sftp test +KEYWORDS=~amd64 ~x86 +LICENSE=CC-BY-3.0 GPL-2 +RDEPEND=>=dev-db/sqlite-3.4:3 dev-libs/qtkeychain dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 net-libs/neon[ssl] sys-fs/inotify-tools virtual/libiconv samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) !net-misc/ocsync +SLOT=0 +SRC_URI=http://download.owncloud.com/desktop/stable/mirall-1.5.1.tar.bz2 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=48e68c8a57e85a79ca369055e8f1d465 diff --git a/metadata/md5-cache/net-misc/remmina-9999 b/metadata/md5-cache/net-misc/remmina-9999 index 82bce3084d7e..e891e9b890ea 100644 --- a/metadata/md5-cache/net-misc/remmina-9999 +++ b/metadata/md5-cache/net-misc/remmina-9999 @@ -7,5 +7,5 @@ IUSE=ayatana avahi crypt debug freerdp gnome-keyring nls ssh telepathy vte LICENSE=GPL-2 RDEPEND=x11-libs/gtk+:3 >=dev-libs/glib-2.31.18:2 >=net-libs/libvncserver-0.9.8.2 x11-libs/libxkbfile avahi? ( net-dns/avahi[gtk3] ) ayatana? ( dev-libs/libappindicator ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) gnome-keyring? ( gnome-base/libgnome-keyring ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) vte? ( x11-libs/vte:2.90 ) !net-misc/remmina-plugins SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5ba62c10b8aedaef9efd889b54914764 diff --git a/metadata/md5-cache/net-misc/shigofumi-9999 b/metadata/md5-cache/net-misc/shigofumi-9999 index 47e55dcc9e99..ac6de800be64 100644 --- a/metadata/md5-cache/net-misc/shigofumi-9999 +++ b/metadata/md5-cache/net-misc/shigofumi-9999 @@ -7,5 +7,5 @@ IUSE=debug doc nls xattr LICENSE=GPL-3 RDEPEND=dev-libs/confuse dev-libs/libxml2 sys-libs/readline >=net-libs/libisds-0.7 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7c66d016158ddf77280f8ee8cc5014d0 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2014.02.24 b/metadata/md5-cache/net-misc/youtube-dl-2014.02.24 new file mode 100644 index 000000000000..b3e6755ed1fe --- /dev/null +++ b/metadata/md5-cache/net-misc/youtube-dl-2014.02.24 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] +DESCRIPTION=Download videos from YouTube.com (and mores sites...) +EAPI=5 +HOMEPAGE=http://rg3.github.com/youtube-dl/ +IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +LICENSE=public-domain +RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) +SLOT=0 +SRC_URI=http://youtube-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=42defe0cd6c8798b0a7452eafc2a838f diff --git a/metadata/md5-cache/net-misc/youtube-viewer-9999 b/metadata/md5-cache/net-misc/youtube-viewer-9999 index 1748e671b8d0..0880964d0615 100644 --- a/metadata/md5-cache/net-misc/youtube-viewer-9999 +++ b/metadata/md5-cache/net-misc/youtube-viewer-9999 @@ -7,5 +7,5 @@ IUSE=gtk LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-lang/perl-5.16.0 dev-perl/Data-Dump dev-perl/libwww-perl || ( media-video/mplayer[X,network] media-video/mplayer2[X,network] ) virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-Term-ANSIColor virtual/perl-Text-ParseWords virtual/perl-Text-Tabs+Wrap gtk? ( dev-perl/File-ShareDir >=dev-perl/gtk2-perl-1.244.0 virtual/freedesktop-icon-theme x11-libs/gdk-pixbuf:2[X,jpeg] ) dev-lang/perl:=[-build(-)] SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5a8aa154cad468d8daa97736f5fd058e diff --git a/metadata/md5-cache/net-nds/portmap-9999 b/metadata/md5-cache/net-nds/portmap-9999 index acd05d07d574..cd893cc24b2b 100644 --- a/metadata/md5-cache/net-nds/portmap-9999 +++ b/metadata/md5-cache/net-nds/portmap-9999 @@ -6,5 +6,5 @@ IUSE=selinux tcpd LICENSE=BSD GPL-2 RDEPEND=selinux? ( sec-policy/selinux-portmap ) tcpd? ( >=sys-apps/tcp-wrappers-7.6-r7 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=2f9e266cfda30b1427e3be78e1bd0341 diff --git a/metadata/md5-cache/net-nds/rpcbind-9999 b/metadata/md5-cache/net-nds/rpcbind-9999 index a325163c3cd7..d568ec9e07cf 100644 --- a/metadata/md5-cache/net-nds/rpcbind-9999 +++ b/metadata/md5-cache/net-nds/rpcbind-9999 @@ -7,5 +7,5 @@ IUSE=debug selinux tcpd warmstarts LICENSE=BSD RDEPEND=>=net-libs/libtirpc-0.2.3 selinux? ( sec-policy/selinux-rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=be7b19264bdad466907d98a613817b19 diff --git a/metadata/md5-cache/net-nntp/pan-9999 b/metadata/md5-cache/net-nntp/pan-9999 index 2cd202412cd4..3bb8ea78405d 100644 --- a/metadata/md5-cache/net-nntp/pan-9999 +++ b/metadata/md5-cache/net-nntp/pan-9999 @@ -7,5 +7,5 @@ IUSE=dbus gnome-keyring libnotify spell ssl LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gtk+-2.16:2 dev-libs/gmime:2.6 gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 ) libnotify? ( >=x11-libs/libnotify-0.4.1 ) spell? ( >=app-text/enchant-1.6 >=app-text/gtkspell-2.0.7:2 ) ssl? ( >=net-libs/gnutls-3 ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ae8c8e5fb480b2ab664ce9e6692c3e97 diff --git a/metadata/md5-cache/net-p2p/datacoin-hp-9999 b/metadata/md5-cache/net-p2p/datacoin-hp-9999 index 5dfceb45b651..43995a3b5faa 100644 --- a/metadata/md5-cache/net-p2p/datacoin-hp-9999 +++ b/metadata/md5-cache/net-p2p/datacoin-hp-9999 @@ -8,5 +8,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=bb953c30f8c4f094dbdd31cd4bf4b158 diff --git a/metadata/md5-cache/net-p2p/deluge-9999 b/metadata/md5-cache/net-p2p/deluge-9999 index bc32f57d9ebe..14df2aa4f963 100644 --- a/metadata/md5-cache/net-p2p/deluge-9999 +++ b/metadata/md5-cache/net-p2p/deluge-9999 @@ -7,5 +7,5 @@ IUSE=geoip gtk libnotify setproctitle webinterface LICENSE=GPL-2 RDEPEND=>=net-libs/rb_libtorrent-0.14.9[python] dev-python/setuptools dev-python/chardet dev-python/pyopenssl dev-python/pyxdg || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) >=dev-python/twisted-core-8.1 >=dev-python/twisted-web-8.1 geoip? ( dev-libs/geoip ) gtk? ( dev-python/pygame dev-python/pygobject:2 >=dev-python/pygtk-2.12 gnome-base/librsvg libnotify? ( dev-python/notify-python ) ) setproctitle? ( dev-python/setproctitle ) webinterface? ( dev-python/mako ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c24e551796cda157ff7626b93f76db9b diff --git a/metadata/md5-cache/net-p2p/eiskaltdcpp-9999 b/metadata/md5-cache/net-p2p/eiskaltdcpp-9999 index 93b66058287e..a8b607dc322b 100644 --- a/metadata/md5-cache/net-p2p/eiskaltdcpp-9999 +++ b/metadata/md5-cache/net-p2p/eiskaltdcpp-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 GPL-3 RDEPEND=app-arch/bzip2 >=dev-libs/boost-1.38 >=dev-libs/openssl-0.9.8 sys-apps/attr sys-libs/zlib virtual/libiconv virtual/libintl idn? ( net-dns/libidn ) lua? ( >=dev-lang/lua-5.1 ) pcre? ( >=dev-libs/libpcre-4.2 ) upnp? ( >=net-libs/miniupnpc-1.6 ) cli? ( >=dev-lang/perl-5.10 perl-core/Getopt-Long dev-perl/Data-Dump dev-perl/Term-ShellUI json? ( dev-perl/JSON-RPC ) xmlrpc? ( dev-perl/RPC-XML ) ) daemon? ( xmlrpc? ( >=dev-libs/xmlrpc-c-1.19.0[abyss,cxx] ) ) gtk? ( x11-libs/pango x11-libs/gtk+:3 >=dev-libs/glib-2.24:2 x11-themes/hicolor-icon-theme libcanberra? ( media-libs/libcanberra ) libnotify? ( >=x11-libs/libnotify-0.4.1 ) ) qt4? ( >=dev-qt/qtgui-4.6.0:4 dbus? ( >=dev-qt/qtdbus-4.6.0:4 ) javascript? ( dev-qt/qtscript:4 x11-libs/qtscriptgenerator ) spell? ( app-text/aspell ) sqlite? ( dev-qt/qtsql:4[sqlite] ) ) REQUIRED_USE=cli? ( ^^ ( json xmlrpc ) ) emoticons? ( || ( gtk qt4 ) ) dbus? ( qt4 ) javascript? ( qt4 ) json? ( !xmlrpc ) libcanberra? ( gtk ) libnotify? ( gtk ) spell? ( qt4 ) sound? ( || ( gtk qt4 ) ) sqlite? ( qt4 ) SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f556a65e6239278d11b0b01c336c4364 diff --git a/metadata/md5-cache/net-p2p/litecoind-0.8.6.1-r1 b/metadata/md5-cache/net-p2p/litecoind-0.8.6.1-r1 new file mode 100644 index 000000000000..7375d2842742 --- /dev/null +++ b/metadata/md5-cache/net-p2p/litecoind-0.8.6.1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] >=app-shells/bash-4.1 sys-apps/sed virtual/pkgconfig +DESCRIPTION=P2P Internet currency based on Bitcoin but easier to mine. +EAPI=5 +HOMEPAGE=https://litecoin.org/ +IUSE=bash-completion examples ipv6 logrotate upnp +KEYWORDS=~amd64 ~x86 +LICENSE=MIT ISC GPL-2 +RDEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] +SLOT=0 +SRC_URI=https://github.com/litecoin-project/litecoin/archive/v0.8.6.1.tar.gz -> litecoin-0.8.6.1.tar.gz +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=24500eacec6093655848b5fbe62563c0 diff --git a/metadata/md5-cache/net-p2p/ncdc-9999 b/metadata/md5-cache/net-p2p/ncdc-9999 index 8c63a9599399..c8571137cd73 100644 --- a/metadata/md5-cache/net-p2p/ncdc-9999 +++ b/metadata/md5-cache/net-p2p/ncdc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://dev.yorhel.nl/ncdc LICENSE=MIT RDEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=90a8a7ef53140ff12d4d2d534bc8c009 diff --git a/metadata/md5-cache/net-p2p/ppcoind-0.3.0-r1 b/metadata/md5-cache/net-p2p/ppcoind-0.3.0-r1 new file mode 100644 index 000000000000..4ab8bd5f0184 --- /dev/null +++ b/metadata/md5-cache/net-p2p/ppcoind-0.3.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] >=app-shells/bash-4.1 sys-apps/sed virtual/pkgconfig +DESCRIPTION=Cryptocurrency forked from Bitcoin which aims to be energy efficiency. +EAPI=5 +HOMEPAGE=http://peercoin.net/ +IUSE=examples ipv6 logrotate upnp +KEYWORDS=~amd64 ~x86 +LICENSE=MIT ISC GPL-2 +RDEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] +SLOT=0 +SRC_URI=mirror://sourceforge/ppcoin/ppcoin-0.3.0-linux.tar.gz -> ppcoin-0.3.0.tar.gz +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=2470672ca7d42e00069fd8990d64214c diff --git a/metadata/md5-cache/net-p2p/primecoind-0.1.2-r1 b/metadata/md5-cache/net-p2p/primecoind-0.1.2-r1 new file mode 100644 index 000000000000..4782a3eb6b15 --- /dev/null +++ b/metadata/md5-cache/net-p2p/primecoind-0.1.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] >=app-shells/bash-4.1 sys-apps/sed virtual/pkgconfig +DESCRIPTION=P2P Internet currency based on Bitcoin but easier to mine. +EAPI=5 +HOMEPAGE=http://primecoin.org/ +IUSE=bash-completion examples ipv6 logrotate upnp +KEYWORDS=~amd64 ~x86 +LICENSE=MIT ISC GPL-2 +RDEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] +SLOT=0 +SRC_URI=mirror://sourceforge/primecoin/primecoin-0.1.2-linux.tar.gz -> primecoin-0.1.2.tar.gz +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e db-use 1c719875d6599536f956fafea9e1f404 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=e167221559c1dc1824d61f2ff1ffa624 diff --git a/metadata/md5-cache/net-p2p/pybitmessage-9999 b/metadata/md5-cache/net-p2p/pybitmessage-9999 index a76df9f7867c..3d9452fcefe5 100644 --- a/metadata/md5-cache/net-p2p/pybitmessage-9999 +++ b/metadata/md5-cache/net-p2p/pybitmessage-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/openssl[-bindist] dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f1510f12e115aaa5e57d037e90aa1db9 diff --git a/metadata/md5-cache/net-p2p/qbittorrent-9999 b/metadata/md5-cache/net-p2p/qbittorrent-9999 index 7153264f1ae2..97a9c67e877c 100644 --- a/metadata/md5-cache/net-p2p/qbittorrent-9999 +++ b/metadata/md5-cache/net-p2p/qbittorrent-9999 @@ -7,5 +7,5 @@ IUSE=dbus +X geoip python_targets_python2_6 python_targets_python2_7 LICENSE=GPL-2 RDEPEND=dev-libs/boost dev-qt/qtcore:4 net-libs/rb_libtorrent >=dev-qt/qtsingleapplication-2.6.1_p20130904 X? ( dev-qt/qtgui:4 ) dbus? ( dev-qt/qtdbus:4 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] geoip? ( dev-libs/geoip ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3615720ea479fd40bef26309eb4a1a5d diff --git a/metadata/md5-cache/net-print/cups-9999 b/metadata/md5-cache/net-print/cups-9999 index 1dd87865be90..801a87d41be1 100644 --- a/metadata/md5-cache/net-print/cups-9999 +++ b/metadata/md5-cache/net-print/cups-9999 @@ -10,5 +10,5 @@ RDEPEND=app-text/libpaper acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) REQUIRED_USE=gnutls? ( ssl ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) usb? ( threads ) RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=905f2736d9e331261adbeefa8efec91e diff --git a/metadata/md5-cache/net-proxy/haproxy-9999 b/metadata/md5-cache/net-proxy/haproxy-9999 index 5c9f7079a41b..858f98b9e072 100644 --- a/metadata/md5-cache/net-proxy/haproxy-9999 +++ b/metadata/md5-cache/net-proxy/haproxy-9999 @@ -7,5 +7,5 @@ IUSE=+crypt examples +pcre ssl tools vim-syntax +zlib LICENSE=GPL-2 LGPL-2.1 RDEPEND=pcre? ( dev-libs/libpcre ) ssl? ( dev-libs/openssl[zlib?] ) zlib? ( sys-libs/zlib ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=aa1339b23b599f97491be51cde83dc07 diff --git a/metadata/md5-cache/net-proxy/polipo-9999 b/metadata/md5-cache/net-proxy/polipo-9999 index f5daed4ac586..e0581ec4baa4 100644 --- a/metadata/md5-cache/net-proxy/polipo-9999 +++ b/metadata/md5-cache/net-proxy/polipo-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.pps.jussieu.fr/~jch/software/polipo/ LICENSE=MIT GPL-2 RDEPEND=sys-apps/texinfo SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=bbba595505477f3e2580869c12e30e12 diff --git a/metadata/md5-cache/net-voip/homer-9999 b/metadata/md5-cache/net-voip/homer-9999 index 17c7b7fe110c..1ff9e56347a5 100644 --- a/metadata/md5-cache/net-voip/homer-9999 +++ b/metadata/md5-cache/net-voip/homer-9999 @@ -7,5 +7,5 @@ IUSE=pulseaudio LICENSE=GPL-2 RDEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264:* media-video/ffmpeg:0[X] net-libs/sofia-sip dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=19cc87632c890b9d2eb0e5679b8827d3 diff --git a/metadata/md5-cache/net-wireless/dump1090-9999 b/metadata/md5-cache/net-wireless/dump1090-9999 index 5d5feb25877c..b659915e50c6 100644 --- a/metadata/md5-cache/net-wireless/dump1090-9999 +++ b/metadata/md5-cache/net-wireless/dump1090-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/antirez/dump1090 LICENSE=BSD RDEPEND=net-wireless/rtl-sdr SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a565abd07d2c69cb5292a99c5f873dcc diff --git a/metadata/md5-cache/net-wireless/gnuradio-9999 b/metadata/md5-cache/net-wireless/gnuradio-9999 index 971b23d38be0..9c4fe828d237 100644 --- a/metadata/md5-cache/net-wireless/gnuradio-9999 +++ b/metadata/md5-cache/net-wireless/gnuradio-9999 @@ -7,5 +7,5 @@ IUSE=alsa doc examples fcd filter grc jack oss performance-counters portaudio qt LICENSE=GPL-3 RDEPEND=>=dev-lang/orc-0.4.12 dev-libs/boost:0= !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/cheetah dev-util/cppunit sci-libs/fftw:3.0 fcd? ( virtual/libusb:1 ) alsa? ( media-libs/alsa-lib ) grc? ( dev-python/lxml dev-python/numpy dev-python/pygtk:2 ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( dev-python/PyQt4[X,opengl] dev-python/pyqwt:5 dev-qt/qtgui:4 ) sdl? ( media-libs/libsdl ) uhd? ( >=net-wireless/uhd-3.4.3-r1 ) wavelet? ( sci-libs/gsl ) wxwidgets? ( dev-python/wxpython:2.8 dev-python/numpy ) =dev-lang/python-2* SLOT=0/9999 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b93d5e3f0d7b4b352ebf0fadb2a894c5 diff --git a/metadata/md5-cache/net-wireless/gr-baz-9999 b/metadata/md5-cache/net-wireless/gr-baz-9999 index 315e4882b079..b2e54913a09b 100644 --- a/metadata/md5-cache/net-wireless/gr-baz-9999 +++ b/metadata/md5-cache/net-wireless/gr-baz-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://wiki.spench.net/wiki/Gr-baz LICENSE=GPL-3 RDEPEND=net-wireless/gnuradio =dev-lang/python-2* SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e7680afc683a19837f0a8c1d7bf767db diff --git a/metadata/md5-cache/net-wireless/gr-iqbal-9999 b/metadata/md5-cache/net-wireless/gr-iqbal-9999 index 1844f19e14f2..85294bb5f4bf 100644 --- a/metadata/md5-cache/net-wireless/gr-iqbal-9999 +++ b/metadata/md5-cache/net-wireless/gr-iqbal-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://git.osmocom.org/gr-iqbal/ LICENSE=GPL-3 RDEPEND=>=net-wireless/gnuradio-3.7_rc:0= net-libs/libosmo-dsp:= =dev-lang/python-2* SLOT=0/9999 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ed8a4837149ff09cc5c6ab0269680a9b diff --git a/metadata/md5-cache/net-wireless/gr-osmosdr-9999 b/metadata/md5-cache/net-wireless/gr-osmosdr-9999 index bd85c11021a0..a4cd9d9c2058 100644 --- a/metadata/md5-cache/net-wireless/gr-osmosdr-9999 +++ b/metadata/md5-cache/net-wireless/gr-osmosdr-9999 @@ -7,5 +7,5 @@ IUSE=fcd hackrf iqbalance mirisdr python rtlsdr uhd LICENSE=GPL-3 RDEPEND=>=net-wireless/gnuradio-3.7_rc:0=[fcd?] hackrf? ( net-libs/libhackrf:= ) iqbalance? ( net-wireless/gr-iqbal:= ) mirisdr? ( net-libs/libmirisdr:= ) rtlsdr? ( net-wireless/rtl-sdr:= ) uhd? ( net-wireless/uhd:= ) python? ( =dev-lang/python-2* ) SLOT=0/9999 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9f7c8b0dfb8386d320ba5dfc9b18e2b0 diff --git a/metadata/md5-cache/net-wireless/hackrf-tools-9999 b/metadata/md5-cache/net-wireless/hackrf-tools-9999 index 97e9d696d233..16f275c9fdad 100644 --- a/metadata/md5-cache/net-wireless/hackrf-tools-9999 +++ b/metadata/md5-cache/net-wireless/hackrf-tools-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://greatscottgadgets.com/hackrf/ LICENSE=BSD RDEPEND=virtual/libusb:1 net-libs/libhackrf:= SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de _md5_=dfe2b01bb213008253f27e602696022d diff --git a/metadata/md5-cache/net-wireless/kismet-9999 b/metadata/md5-cache/net-wireless/kismet-9999 index 453e453c489f..709dfd05bdd1 100644 --- a/metadata/md5-cache/net-wireless/kismet-9999 +++ b/metadata/md5-cache/net-wireless/kismet-9999 @@ -7,5 +7,5 @@ IUSE=+client +pcre speech +plugin-autowep +plugin-btscan plugin-dot15d4 +plugin- LICENSE=GPL-2 RDEPEND=net-wireless/wireless-tools kernel_linux? ( sys-libs/libcap dev-libs/libnl:3 || ( =net-libs/libpcap-1.4.0 ) ) pcre? ( dev-libs/libpcre ) suid? ( sys-libs/libcap ) client? ( sys-libs/ncurses ) !arm? ( speech? ( app-accessibility/flite ) ) ruby? ( dev-lang/ruby ) plugin-btscan? ( net-wireless/bluez ) plugin-dot15d4? ( virtual/libusb:0 ) plugin-spectools? ( net-wireless/spectools ) selinux? ( sec-policy/selinux-kismet ) SLOT=0/9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ddd6e0836df6a2f4647735441e415212 diff --git a/metadata/md5-cache/net-wireless/kismet-ubertooth-9999 b/metadata/md5-cache/net-wireless/kismet-ubertooth-9999 index b12d596fa06b..128c5230a6aa 100644 --- a/metadata/md5-cache/net-wireless/kismet-ubertooth-9999 +++ b/metadata/md5-cache/net-wireless/kismet-ubertooth-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://ubertooth.sourceforge.net/ LICENSE=GPL-2 RDEPEND=>=net-wireless/kismet-2011.03.2-r1:= =net-wireless/ubertooth-9999 =net-libs/libbtbb-9999 virtual/libusb:1 SLOT=0/9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d7809a252e32503e9553ddde85f36a2d diff --git a/metadata/md5-cache/net-wireless/lorcon-9999 b/metadata/md5-cache/net-wireless/lorcon-9999 index 9730058bdbc3..34da4cfa87c6 100644 --- a/metadata/md5-cache/net-wireless/lorcon-9999 +++ b/metadata/md5-cache/net-wireless/lorcon-9999 @@ -7,5 +7,5 @@ IUSE=python ruby elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 LICENSE=GPL-2 RDEPEND=ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) dev-libs/libnl net-libs/libpcap python? ( =dev-lang/python-2* ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2d596ae0296547d69da1c738bb4b207c diff --git a/metadata/md5-cache/net-wireless/rtl-sdr-9999 b/metadata/md5-cache/net-wireless/rtl-sdr-9999 index 153e6463210a..e5f429a4b74c 100644 --- a/metadata/md5-cache/net-wireless/rtl-sdr-9999 +++ b/metadata/md5-cache/net-wireless/rtl-sdr-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://sdr.osmocom.org/trac/wiki/rtl-sdr LICENSE=GPL-2 RDEPEND=virtual/libusb:1 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=65a30f763e08bb1a57ee7efbbedc6dce diff --git a/metadata/md5-cache/net-wireless/spectools-9999 b/metadata/md5-cache/net-wireless/spectools-9999 index 45f450161a7a..67ca7b5c303e 100644 --- a/metadata/md5-cache/net-wireless/spectools-9999 +++ b/metadata/md5-cache/net-wireless/spectools-9999 @@ -7,5 +7,5 @@ IUSE=debug ncurses gtk LICENSE=GPL-2 RDEPEND=virtual/libusb:0 ncurses? ( sys-libs/ncurses ) gtk? ( x11-libs/gtk+:2 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de _md5_=a9db26972025870b8e82ab425a92ceee diff --git a/metadata/md5-cache/net-wireless/ubertooth-9999 b/metadata/md5-cache/net-wireless/ubertooth-9999 index ac46e5cd5376..574a46495e81 100644 --- a/metadata/md5-cache/net-wireless/ubertooth-9999 +++ b/metadata/md5-cache/net-wireless/ubertooth-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=clock_debug? ( net-wireless/bluez ) specan? ( virtual/libusb:1 >=dev-qt/qtgui-4.7.2:4 >=dev-python/pyside-1.0.2 >=dev-python/numpy-1.3 >=dev-python/pyusb-1.0.0_alpha1 ) dfu? ( virtual/libusb:1 >=dev-python/pyusb-1.0.0_alpha1 ) =net-libs/libbtbb-9999 python? ( =dev-lang/python-2* ) REQUIRED_USE=dfu? ( python ) specan? ( python ) ubertooth0-firmware? ( dfu ) ubertooth1-firmware? ( dfu ) python? ( || ( dfu specan ) ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ff17f0f4478990f3a9fa9ce14cbd7ed9 diff --git a/metadata/md5-cache/net-wireless/wpa_supplicant-2.1 b/metadata/md5-cache/net-wireless/wpa_supplicant-2.1-r1 similarity index 97% rename from metadata/md5-cache/net-wireless/wpa_supplicant-2.1 rename to metadata/md5-cache/net-wireless/wpa_supplicant-2.1-r1 index bcffa078a02b..f5be2923aa5b 100644 --- a/metadata/md5-cache/net-wireless/wpa_supplicant-2.1 +++ b/metadata/md5-cache/net-wireless/wpa_supplicant-2.1-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=fasteap? ( !gnutls !ssl ) smartcard? ( ssl ) SLOT=0 SRC_URI=http://hostap.epitest.fi/releases/wpa_supplicant-2.1.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=bc493a3b666bd516384426752776b904 +_md5_=183545e9f2880423f2dbc54d20e38bdf diff --git a/metadata/md5-cache/perl-core/Devel-PPPort-3.200 b/metadata/md5-cache/perl-core/Devel-PPPort-3.200 new file mode 100644 index 000000000000..9f163ac86e34 --- /dev/null +++ b/metadata/md5-cache/perl-core/Devel-PPPort-3.200 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test unpack +DEPEND=dev-lang/perl:=[-build(-)] +DESCRIPTION=Perl/Pollution/Portability +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Devel-PPPort/ +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/M/MH/MHX/Devel-PPPort-3.20.tar.gz +_eclasses_=alternatives 326031758c86cd08f5844f475f03ac01 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=5ab9223b2a646855add924f11308153f diff --git a/metadata/md5-cache/sci-biology/bioperl-9999-r1 b/metadata/md5-cache/sci-biology/bioperl-9999-r1 index 66fa71a78e80..615d63677291 100644 --- a/metadata/md5-cache/sci-biology/bioperl-9999-r1 +++ b/metadata/md5-cache/sci-biology/bioperl-9999-r1 @@ -8,5 +8,5 @@ LICENSE=Artistic GPL-2 PDEPEND=!minimal? ( dev-perl/Bio-ASN1-EntrezGene ) db? ( >=sci-biology/bioperl-db-9999 ) network? ( >=sci-biology/bioperl-network-9999 ) run? ( >=sci-biology/bioperl-run-9999 ) RDEPEND=dev-perl/Data-Stag dev-perl/libwww-perl !minimal? ( dev-perl/Ace dev-perl/Bio-ASN1-EntrezGene dev-perl/Spreadsheet-ParseExcel dev-perl/Spreadsheet-WriteExcel >=dev-perl/XML-SAX-0.15 dev-perl/Graph dev-perl/SOAP-Lite dev-perl/Array-Compare dev-perl/SVG dev-perl/XML-Simple dev-perl/XML-Parser dev-perl/XML-Twig >=dev-perl/HTML-Parser-3.60 >=dev-perl/XML-Writer-0.4 dev-perl/Clone dev-perl/XML-DOM dev-perl/set-scalar dev-perl/XML-XPath dev-perl/XML-DOM-XPath dev-perl/Algorithm-Munkres dev-perl/Data-Stag dev-perl/Math-Random dev-perl/PostScript dev-perl/Convert-Binary-C dev-perl/SVG-Graph ) graphviz? ( dev-perl/GraphViz ) || ( >=dev-lang/perl-5.16 =sci-biology/bioperl-9999 dev-perl/DBI sci-biology/biosql || ( >=dev-lang/perl-5.16 =sci-biology/bioperl-9999 >=dev-perl/Graph-0.86 || ( >=dev-lang/perl-5.16 =sci-biology/bioperl-9999 !minimal? ( dev-perl/Algorithm-Diff dev-perl/XML-Twig dev-perl/IO-String dev-perl/IPC-Run ) || ( >=dev-lang/perl-5.16 =virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f7bbf9a654ffda9c7c3058c638d4db24 diff --git a/metadata/md5-cache/sci-chemistry/p3d-9999 b/metadata/md5-cache/sci-chemistry/p3d-9999 index 14cc0e7ca459..5155aee43ea5 100644 --- a/metadata/md5-cache/sci-chemistry/p3d-9999 +++ b/metadata/md5-cache/sci-chemistry/p3d-9999 @@ -7,5 +7,5 @@ IUSE=examples LICENSE=GPL-3 RDEPEND==dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=ba5646ab47d3691fb3f3d52e40c8dbeb diff --git a/metadata/md5-cache/sci-chemistry/xdsstat-bin-100513 b/metadata/md5-cache/sci-chemistry/xdsstat-bin-140225 similarity index 64% rename from metadata/md5-cache/sci-chemistry/xdsstat-bin-100513 rename to metadata/md5-cache/sci-chemistry/xdsstat-bin-140225 index 8b0bac5400cf..4e132ea17e86 100644 --- a/metadata/md5-cache/sci-chemistry/xdsstat-bin-100513 +++ b/metadata/md5-cache/sci-chemistry/xdsstat-bin-140225 @@ -1,10 +1,11 @@ DEFINED_PHASES=install DESCRIPTION=Prints various statistics (that are not available from XDS itself) +EAPI=5 HOMEPAGE=http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=all-rights-reserved RDEPEND=sci-chemistry/xds-bin amd64? ( app-emulation/emul-linux-x86-baselibs ) RESTRICT=mirror SLOT=0 -SRC_URI=ftp://turn5.biologie.uni-konstanz.de/pub/xdsstat.bz2 -_md5_=dd95fa26411f2dd297e3c13b532c2780 +SRC_URI=amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsstat-linux64.bz2 ) x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsstat-linux32.bz2 ) +_md5_=c41a77fe0d03a92bfaa3077c7f8a0ef1 diff --git a/metadata/md5-cache/sci-geosciences/gpsd-9999 b/metadata/md5-cache/sci-geosciences/gpsd-9999 index d9b29ec0145f..d37166ab8575 100644 --- a/metadata/md5-cache/sci-geosciences/gpsd-9999 +++ b/metadata/md5-cache/sci-geosciences/gpsd-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=X? ( dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) ncurses? ( sys-libs/ncurses ) bluetooth? ( net-wireless/bluez ) usb? ( virtual/libusb:1 ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) ntp? ( || ( net-misc/ntp net-misc/chrony ) ) qt4? ( dev-qt/qtgui:4 ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) REQUIRED_USE=X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8712b10ea875af9e21d3f31bd9b51b26 diff --git a/metadata/md5-cache/sci-geosciences/merkaartor-9999 b/metadata/md5-cache/sci-geosciences/merkaartor-9999 index 1747e01b26a9..d7236e6aa7d6 100644 --- a/metadata/md5-cache/sci-geosciences/merkaartor-9999 +++ b/metadata/md5-cache/sci-geosciences/merkaartor-9999 @@ -7,5 +7,5 @@ IUSE=debug exif gps nls libproxy webkit LICENSE=GPL-2 RDEPEND=>=sci-libs/gdal-1.6.0 >=sci-libs/proj-4.6 >=dev-qt/qtgui-4.7.2:4 >=dev-qt/qtsvg-4.7.2:4 exif? ( media-gfx/exiv2 ) gps? ( >=sci-geosciences/gpsd-2.92[cxx] ) libproxy? ( net-libs/libproxy ) webkit? ( >=dev-qt/qtwebkit-4.7.2:4 ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3206710fc52d8b6f0390e4ab04bf4c56 diff --git a/metadata/md5-cache/sci-geosciences/osm2pgsql-99999999 b/metadata/md5-cache/sci-geosciences/osm2pgsql-99999999 index 3c268ddde1e7..cc64a4dd75fd 100644 --- a/metadata/md5-cache/sci-geosciences/osm2pgsql-99999999 +++ b/metadata/md5-cache/sci-geosciences/osm2pgsql-99999999 @@ -7,5 +7,5 @@ IUSE=+lua +pbf LICENSE=GPL-2 RDEPEND=app-arch/bzip2 dev-db/postgresql-base dev-libs/libxml2:2 sci-libs/geos sci-libs/proj sys-libs/zlib lua? ( dev-lang/lua ) pbf? ( dev-libs/protobuf-c ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=17439025c246df6b4074506017aa4e86 diff --git a/metadata/md5-cache/sci-libs/flann-9999 b/metadata/md5-cache/sci-libs/flann-9999 index f32e710d812f..7136f22dc66e 100644 --- a/metadata/md5-cache/sci-libs/flann-9999 +++ b/metadata/md5-cache/sci-libs/flann-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 ) mpi? ( sci-libs/hdf5[mpi] dev-libs/boost[mpi] ) !mpi? ( !sci-libs/hdf5[mpi] ) octave? ( >=sci-mathematics/octave-3.6.4-r1 ) SLOT=0 SRC_URI=test? ( http://dev.gentoo.org/~bicatali/distfiles/flann-1.8.4-testdata.tar.xz ) -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d cuda 9be39ddb95b9b07ec931f30628d40757 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d cuda 9be39ddb95b9b07ec931f30628d40757 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=dd8bc0ed909d578200f5557d8a41d52b diff --git a/metadata/md5-cache/sci-libs/libh2o-9999 b/metadata/md5-cache/sci-libs/libh2o-9999 index c2b409469b38..55cc67895d88 100644 --- a/metadata/md5-cache/sci-libs/libh2o-9999 +++ b/metadata/md5-cache/sci-libs/libh2o-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/libh2o/ IUSE=debug static-libs LICENSE=BSD SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9879fe45211506ca00abf14d908e3e02 diff --git a/metadata/md5-cache/sci-libs/libh2oxx-9999 b/metadata/md5-cache/sci-libs/libh2oxx-9999 index 65c03dca8291..46406fcb0b6e 100644 --- a/metadata/md5-cache/sci-libs/libh2oxx-9999 +++ b/metadata/md5-cache/sci-libs/libh2oxx-9999 @@ -7,5 +7,5 @@ IUSE=debug static-libs LICENSE=BSD RDEPEND=>=sci-libs/libh2o-0.2:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=838d93fc411e952b178fb27a0194faaa diff --git a/metadata/md5-cache/sci-libs/voro++-0.4.6 b/metadata/md5-cache/sci-libs/voro++-0.4.6 new file mode 100644 index 000000000000..9d580b34d83f --- /dev/null +++ b/metadata/md5-cache/sci-libs/voro++-0.4.6 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A 3D Voronoi cell software library +EAPI=5 +HOMEPAGE=http://math.lbl.gov/voro++/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +SLOT=0 +SRC_URI=http://math.lbl.gov/voro++//download/dir/voro++-0.4.6.tar.gz +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=911101391f2f07f1298e3be6b03ca3a5 diff --git a/metadata/md5-cache/sci-mathematics/agda-1.0.2-r2 b/metadata/md5-cache/sci-mathematics/agda-1.0.2-r2 deleted file mode 100644 index 294f0b9dcb58..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-1.0.2-r2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm prepare -DEPEND=virtual/emacs app-emacs/haskell-mode dev-lang/ghc dev-haskell/mtl -DESCRIPTION=Proof assistant in Haskell -EAPI=2 -HOMEPAGE=http://unit.aist.go.jp/cvs/Agda/ -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=virtual/emacs app-emacs/haskell-mode -SLOT=0 -SRC_URI=mirror://sourceforge/agda/Agda-1.0.2.tar.gz -_eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=217bdb3bd7feba4be810c683d93f2cad diff --git a/metadata/md5-cache/sci-mathematics/agda-2.2.6-r1 b/metadata/md5-cache/sci-mathematics/agda-2.2.6-r1 deleted file mode 100644 index 3693bbdec46c..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-2.2.6-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare prerm setup test -DEPEND=virtual/emacs app-emacs/haskell-mode >=dev-lang/ghc-6.12 dev-haskell/mtl =dev-haskell/quickcheck-2* dev-haskell/haskell-src dev-haskell/haskeline >=dev-haskell/binary-0.4.4 =dev-haskell/xhtml-3000.2* >=dev-haskell/zlib-0.4 >=dev-haskell/alex-2.0 >=dev-haskell/happy-1.15 >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A dependently typed programming language. -EAPI=2 -HOMEPAGE=http://appserv.cs.chalmers.se/users/ulfn/wiki/agda.php -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=virtual/emacs app-emacs/haskell-mode -SLOT=0 -SRC_URI=http://code.haskell.org/Agda/Agda-2.2.6.tar.gz -_eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal 161e454d02c5a84ba5a39dd3d61366be multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=62d9bb00ec917edd3ed5e144be209f39 diff --git a/metadata/md5-cache/sci-mathematics/agda-2.3.2.2-r1 b/metadata/md5-cache/sci-mathematics/agda-2.3.2.2-r1 index a952a083433e..bbd3372f6a73 100644 --- a/metadata/md5-cache/sci-mathematics/agda-2.3.2.2-r1 +++ b/metadata/md5-cache/sci-mathematics/agda-2.3.2.2-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm prepare prerm setup test -DEPEND=>=dev-haskell/binary-0.4.4:=[profile?] =dev-haskell/deepseq-1.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.6.3.2:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.3:=[profile?] =dev-haskell/text-0.11:=[profile?] >=dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-6.12.1:= epic? ( >=dev-lang/epic-0.1.13:=[profile?] =dev-haskell/mtl-2.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/cabal-1.8.0.2 dev-haskell/happy >=dev-haskell/cabal-1.1.4 +DEPEND=>=dev-haskell/binary-0.4.4:=[profile?] =dev-haskell/deepseq-1.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.6.3.2:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.3:=[profile?] =dev-haskell/text-0.11:=[profile?] >=dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-6.12.1:= epic? ( >=dev-lang/epic-0.1.13:=[profile?] =dev-haskell/mtl-2.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/cabal-1.8.0.2 dev-haskell/happy >=dev-haskell/cabal-1.1.4 DESCRIPTION=A dependently typed functional programming language and proof assistant EAPI=5 HOMEPAGE=http://wiki.portal.chalmers.se/agda/ @@ -7,8 +7,8 @@ IUSE=epic +stdlib profile KEYWORDS=~amd64 ~x86 LICENSE=MIT PDEPEND=stdlib? ( sci-mathematics/agda-stdlib ) -RDEPEND=>=dev-haskell/binary-0.4.4:=[profile?] =dev-haskell/deepseq-1.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.6.3.2:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.3:=[profile?] =dev-haskell/text-0.11:=[profile?] >=dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-6.12.1:= epic? ( >=dev-lang/epic-0.1.13:=[profile?] =dev-haskell/mtl-2.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/binary-0.4.4:=[profile?] =dev-haskell/deepseq-1.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.6.3.2:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.3:=[profile?] =dev-haskell/text-0.11:=[profile?] >=dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-6.12.1:= epic? ( >=dev-lang/epic-0.1.13:=[profile?] =dev-haskell/mtl-2.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-cpp/gtkglextmm-1.2 >=dev-cpp/gtkmm-2.4 dev-cpp/libxmlpp dev-libs/libzip virtual/opengl SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9101e5476d7c8ed3be8daa9d084cc4ad diff --git a/metadata/md5-cache/sci-physics/h2o-gtk-9999 b/metadata/md5-cache/sci-physics/h2o-gtk-9999 index 8ca3a7262060..a0501500d108 100644 --- a/metadata/md5-cache/sci-physics/h2o-gtk-9999 +++ b/metadata/md5-cache/sci-physics/h2o-gtk-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/h2o-gtk/ LICENSE=BSD RDEPEND=dev-cpp/gtkmm:2.4= sci-libs/libh2oxx:0= sci-libs/plotmm:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=757a587d476e95c33d2cb4ea3b85634e diff --git a/metadata/md5-cache/sec-policy/selinux-abrt-9999 b/metadata/md5-cache/sec-policy/selinux-abrt-9999 index a384ea3744e6..5974f2c27909 100644 --- a/metadata/md5-cache/sec-policy/selinux-abrt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-abrt-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9d9c7314fe932aaa2d5b760d0a724c54 diff --git a/metadata/md5-cache/sec-policy/selinux-acct-9999 b/metadata/md5-cache/sec-policy/selinux-acct-9999 index eae43ecb97bb..bfd7d522dcd2 100644 --- a/metadata/md5-cache/sec-policy/selinux-acct-9999 +++ b/metadata/md5-cache/sec-policy/selinux-acct-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fa03cb04d7ef3de2d2130532eb3aaef1 diff --git a/metadata/md5-cache/sec-policy/selinux-ada-9999 b/metadata/md5-cache/sec-policy/selinux-ada-9999 index bf32e14f86f3..565da0ea3dfc 100644 --- a/metadata/md5-cache/sec-policy/selinux-ada-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ada-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1ec4680a81553730ee67fbcdd3dbd048 diff --git a/metadata/md5-cache/sec-policy/selinux-afs-9999 b/metadata/md5-cache/sec-policy/selinux-afs-9999 index c88fb26bca16..5a5e571e0d47 100644 --- a/metadata/md5-cache/sec-policy/selinux-afs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-afs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=903a74e124853a6cc4d501f9c8e6cb1b diff --git a/metadata/md5-cache/sec-policy/selinux-aide-9999 b/metadata/md5-cache/sec-policy/selinux-aide-9999 index edcbb73bf4e1..dda5c01330c6 100644 --- a/metadata/md5-cache/sec-policy/selinux-aide-9999 +++ b/metadata/md5-cache/sec-policy/selinux-aide-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e8fa5d483bcb1b44a99a9e8090a14792 diff --git a/metadata/md5-cache/sec-policy/selinux-alsa-9999 b/metadata/md5-cache/sec-policy/selinux-alsa-9999 index afb246d70776..0fbc13be4ec2 100644 --- a/metadata/md5-cache/sec-policy/selinux-alsa-9999 +++ b/metadata/md5-cache/sec-policy/selinux-alsa-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=301429f2e4405f12669bebaa7f0f4be0 diff --git a/metadata/md5-cache/sec-policy/selinux-amanda-9999 b/metadata/md5-cache/sec-policy/selinux-amanda-9999 index 79bf6c8e69af..f984ded6f60a 100644 --- a/metadata/md5-cache/sec-policy/selinux-amanda-9999 +++ b/metadata/md5-cache/sec-policy/selinux-amanda-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dc24c0ba43e52bfa8781d90ce5326538 diff --git a/metadata/md5-cache/sec-policy/selinux-amavis-9999 b/metadata/md5-cache/sec-policy/selinux-amavis-9999 index 6d36704da22c..571967ba82e1 100644 --- a/metadata/md5-cache/sec-policy/selinux-amavis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-amavis-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=386aeaa713f7ac8210a1c56286a62246 diff --git a/metadata/md5-cache/sec-policy/selinux-apache-9999 b/metadata/md5-cache/sec-policy/selinux-apache-9999 index 039b78932492..2fe37213a058 100644 --- a/metadata/md5-cache/sec-policy/selinux-apache-9999 +++ b/metadata/md5-cache/sec-policy/selinux-apache-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-kerberos >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=446c939345fa1288f97ee5835d534564 diff --git a/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 b/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 index 7269230422ea..83357c58358c 100644 --- a/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=021f62e5b7f63c955f9dc37aea62b937 diff --git a/metadata/md5-cache/sec-policy/selinux-apm-9999 b/metadata/md5-cache/sec-policy/selinux-apm-9999 index 7a1209a5e5a7..7cd073f6be7b 100644 --- a/metadata/md5-cache/sec-policy/selinux-apm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-apm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e0f192268395b13d75206e20fb1a8724 diff --git a/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 b/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 index 95b598c7436d..60e061750873 100644 --- a/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 +++ b/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4a117a13652ab27e9faf12d92ee92590 diff --git a/metadata/md5-cache/sec-policy/selinux-asterisk-9999 b/metadata/md5-cache/sec-policy/selinux-asterisk-9999 index ae7000433bb0..025f3e7fd0f8 100644 --- a/metadata/md5-cache/sec-policy/selinux-asterisk-9999 +++ b/metadata/md5-cache/sec-policy/selinux-asterisk-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=21ad5183bfd891eb828e0829d567d690 diff --git a/metadata/md5-cache/sec-policy/selinux-at-9999 b/metadata/md5-cache/sec-policy/selinux-at-9999 index 5e79ac7be440..3589c498840b 100644 --- a/metadata/md5-cache/sec-policy/selinux-at-9999 +++ b/metadata/md5-cache/sec-policy/selinux-at-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=df9075013a263721a2cecfc0052c69d8 diff --git a/metadata/md5-cache/sec-policy/selinux-automount-9999 b/metadata/md5-cache/sec-policy/selinux-automount-9999 index 2b40b7146e17..309b1387101f 100644 --- a/metadata/md5-cache/sec-policy/selinux-automount-9999 +++ b/metadata/md5-cache/sec-policy/selinux-automount-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=647771e915f38e621b7a9c904f0431a7 diff --git a/metadata/md5-cache/sec-policy/selinux-avahi-9999 b/metadata/md5-cache/sec-policy/selinux-avahi-9999 index 572fe42ad112..a22e39052dd0 100644 --- a/metadata/md5-cache/sec-policy/selinux-avahi-9999 +++ b/metadata/md5-cache/sec-policy/selinux-avahi-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=577275e2a68a513f01bebf1333a46e38 diff --git a/metadata/md5-cache/sec-policy/selinux-awstats-9999 b/metadata/md5-cache/sec-policy/selinux-awstats-9999 index ad491299b124..77e2c48459ee 100644 --- a/metadata/md5-cache/sec-policy/selinux-awstats-9999 +++ b/metadata/md5-cache/sec-policy/selinux-awstats-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5cb0e71daa10a93360584e658407a17f diff --git a/metadata/md5-cache/sec-policy/selinux-backup-9999 b/metadata/md5-cache/sec-policy/selinux-backup-9999 index fb06f41a34eb..5aadc0ecd16c 100644 --- a/metadata/md5-cache/sec-policy/selinux-backup-9999 +++ b/metadata/md5-cache/sec-policy/selinux-backup-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=da8d38471b79cb31a8dfad77601423d5 diff --git a/metadata/md5-cache/sec-policy/selinux-bacula-9999 b/metadata/md5-cache/sec-policy/selinux-bacula-9999 index d8c011006d61..c4d5f220910d 100644 --- a/metadata/md5-cache/sec-policy/selinux-bacula-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bacula-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8c76443d7fb6ddd4d8302789b6e3fb3d diff --git a/metadata/md5-cache/sec-policy/selinux-base-9999 b/metadata/md5-cache/sec-policy/selinux-base-9999 index a381cfbcd544..b8193bae072c 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-9999 +++ b/metadata/md5-cache/sec-policy/selinux-base-9999 @@ -7,5 +7,5 @@ IUSE=+peer_perms +open_perms +ubac +unconfined doc LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.1.10 virtual/udev !<=sec-policy/selinux-base-policy-2.20120725 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3fb55f366ad05877ae63a10f5e4d6f88 diff --git a/metadata/md5-cache/sec-policy/selinux-base-policy-9999 b/metadata/md5-cache/sec-policy/selinux-base-policy-9999 index cace3070d5f5..4a2d2e973f49 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-policy-9999 +++ b/metadata/md5-cache/sec-policy/selinux-base-policy-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 PDEPEND=unconfined? ( sec-policy/selinux-unconfined ) RDEPEND==sec-policy/selinux-base-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5a1a8d5c48b99cd3b051a4b8f33e4529 diff --git a/metadata/md5-cache/sec-policy/selinux-bind-9999 b/metadata/md5-cache/sec-policy/selinux-bind-9999 index 803cb2f571f3..53d0c51e0e43 100644 --- a/metadata/md5-cache/sec-policy/selinux-bind-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bind-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=66d25670a305edc26d816cd3b83e9421 diff --git a/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 b/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 index 5d2ff33008c7..7d160abe2dc9 100644 --- a/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=bc49760be96a380858f487b78414474d diff --git a/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 b/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 index de2b4d48c5e2..b9ee28f9a792 100644 --- a/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5d81af6d23a003e251b2d320ce563655 diff --git a/metadata/md5-cache/sec-policy/selinux-brctl-9999 b/metadata/md5-cache/sec-policy/selinux-brctl-9999 index adb118f89577..f0181f989881 100644 --- a/metadata/md5-cache/sec-policy/selinux-brctl-9999 +++ b/metadata/md5-cache/sec-policy/selinux-brctl-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=02dd4f46e691a9eb539e4ec653889b65 diff --git a/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 b/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 index 894b2906ca86..0dfd7adc5a8b 100644 --- a/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1ec3f97b09788035592100d67689283c diff --git a/metadata/md5-cache/sec-policy/selinux-calamaris-9999 b/metadata/md5-cache/sec-policy/selinux-calamaris-9999 index 010475126a14..6b81d694790a 100644 --- a/metadata/md5-cache/sec-policy/selinux-calamaris-9999 +++ b/metadata/md5-cache/sec-policy/selinux-calamaris-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1b71aab9aafea000c238b83126b5e191 diff --git a/metadata/md5-cache/sec-policy/selinux-canna-9999 b/metadata/md5-cache/sec-policy/selinux-canna-9999 index ffd3beb22eeb..cb0dba3fac3d 100644 --- a/metadata/md5-cache/sec-policy/selinux-canna-9999 +++ b/metadata/md5-cache/sec-policy/selinux-canna-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1c24c62b995bdcff3aefa0546e40a6be diff --git a/metadata/md5-cache/sec-policy/selinux-ccs-9999 b/metadata/md5-cache/sec-policy/selinux-ccs-9999 index b877dcd7bb72..dbd76c895df5 100644 --- a/metadata/md5-cache/sec-policy/selinux-ccs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ccs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8455bf205d38a804bc971775372fb033 diff --git a/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 b/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 index def229014b70..a886aa85ae7d 100644 --- a/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=167db68dc15fddd6d796537d286a423d diff --git a/metadata/md5-cache/sec-policy/selinux-cgroup-9999 b/metadata/md5-cache/sec-policy/selinux-cgroup-9999 index 35e2bbe43e44..ddf6b44d0ad9 100644 --- a/metadata/md5-cache/sec-policy/selinux-cgroup-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cgroup-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=31e375b983d06f96d47a14a0960873c4 diff --git a/metadata/md5-cache/sec-policy/selinux-chromium-9999 b/metadata/md5-cache/sec-policy/selinux-chromium-9999 index dd956b78cc4b..46b6c301fda1 100644 --- a/metadata/md5-cache/sec-policy/selinux-chromium-9999 +++ b/metadata/md5-cache/sec-policy/selinux-chromium-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=926ecb2300939f5c9414b4d7ef5fa0c2 diff --git a/metadata/md5-cache/sec-policy/selinux-chronyd-9999 b/metadata/md5-cache/sec-policy/selinux-chronyd-9999 index 81f435ed1974..2141bb861749 100644 --- a/metadata/md5-cache/sec-policy/selinux-chronyd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-chronyd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=14377b502c184b08aa03c2a9f937b54d diff --git a/metadata/md5-cache/sec-policy/selinux-clamav-9999 b/metadata/md5-cache/sec-policy/selinux-clamav-9999 index bc9059a7e887..23124662e4a3 100644 --- a/metadata/md5-cache/sec-policy/selinux-clamav-9999 +++ b/metadata/md5-cache/sec-policy/selinux-clamav-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d0bf0612083ed86d8eaab63f6794d93b diff --git a/metadata/md5-cache/sec-policy/selinux-clockspeed-9999 b/metadata/md5-cache/sec-policy/selinux-clockspeed-9999 index f5e21b79f812..19b16bf2ab83 100644 --- a/metadata/md5-cache/sec-policy/selinux-clockspeed-9999 +++ b/metadata/md5-cache/sec-policy/selinux-clockspeed-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=cd355fbb709e6279ebbdf665a41dd1be diff --git a/metadata/md5-cache/sec-policy/selinux-consolekit-9999 b/metadata/md5-cache/sec-policy/selinux-consolekit-9999 index 6bdd1756a32d..8f88fbd0f39b 100644 --- a/metadata/md5-cache/sec-policy/selinux-consolekit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-consolekit-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5b15593989ccd2064a56f96d4922287a diff --git a/metadata/md5-cache/sec-policy/selinux-corosync-9999 b/metadata/md5-cache/sec-policy/selinux-corosync-9999 index 5a843dd5daec..cb33deb34453 100644 --- a/metadata/md5-cache/sec-policy/selinux-corosync-9999 +++ b/metadata/md5-cache/sec-policy/selinux-corosync-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0bf10460d011f8397c14a56411fb66ba diff --git a/metadata/md5-cache/sec-policy/selinux-couchdb-9999 b/metadata/md5-cache/sec-policy/selinux-couchdb-9999 index 55de244a2a2d..d2f1ff15235c 100644 --- a/metadata/md5-cache/sec-policy/selinux-couchdb-9999 +++ b/metadata/md5-cache/sec-policy/selinux-couchdb-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=720fcf0133bfa7766358f247289cb3b9 diff --git a/metadata/md5-cache/sec-policy/selinux-courier-9999 b/metadata/md5-cache/sec-policy/selinux-courier-9999 index 782da2e70b1f..5786e2d7d05a 100644 --- a/metadata/md5-cache/sec-policy/selinux-courier-9999 +++ b/metadata/md5-cache/sec-policy/selinux-courier-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9befee5b630bebe3eac0da98c07133a0 diff --git a/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 b/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 index 7a38d39fd524..4cf50faf227d 100644 --- a/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=35762516ce4f5dc16498087f1afb0fdf diff --git a/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 b/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 index ef20679d526d..a9a4857aee86 100644 --- a/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=921898f586c76c955b4297b1994e35b3 diff --git a/metadata/md5-cache/sec-policy/selinux-cups-9999 b/metadata/md5-cache/sec-policy/selinux-cups-9999 index 566983995372..dab218ed5d52 100644 --- a/metadata/md5-cache/sec-policy/selinux-cups-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cups-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-lpd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ee710bb2abc1e5ad13dc785420e13d85 diff --git a/metadata/md5-cache/sec-policy/selinux-cvs-9999 b/metadata/md5-cache/sec-policy/selinux-cvs-9999 index 4c08785872e7..9c9641895014 100644 --- a/metadata/md5-cache/sec-policy/selinux-cvs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cvs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4f748c8c36f09a1addf4fab575f6ca57 diff --git a/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 b/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 index 64512d91998b..294969fc9227 100644 --- a/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7a0da436e83d3ff2c9041d15adf4f41a diff --git a/metadata/md5-cache/sec-policy/selinux-daemontools-9999 b/metadata/md5-cache/sec-policy/selinux-daemontools-9999 index e8706f2c78e6..5c8f1f4c21c1 100644 --- a/metadata/md5-cache/sec-policy/selinux-daemontools-9999 +++ b/metadata/md5-cache/sec-policy/selinux-daemontools-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c124babd2147d50238bcc900f7afe083 diff --git a/metadata/md5-cache/sec-policy/selinux-dante-9999 b/metadata/md5-cache/sec-policy/selinux-dante-9999 index 3b39c523d8b6..52cc332e1909 100644 --- a/metadata/md5-cache/sec-policy/selinux-dante-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dante-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ae45eb116030d74fea0373b4fe3b7d00 diff --git a/metadata/md5-cache/sec-policy/selinux-dbadm-9999 b/metadata/md5-cache/sec-policy/selinux-dbadm-9999 index 75de1732e67e..311c99ade643 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbadm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dbadm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e1242b87e0d2e0946da1a094b926f348 diff --git a/metadata/md5-cache/sec-policy/selinux-dbskk-9999 b/metadata/md5-cache/sec-policy/selinux-dbskk-9999 index 72231b4645ae..df751faf50e5 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbskk-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dbskk-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a2ac90226f50ff00abb012dc8faade5a diff --git a/metadata/md5-cache/sec-policy/selinux-dbus-9999 b/metadata/md5-cache/sec-policy/selinux-dbus-9999 index d471768bc016..145c0d91c27a 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbus-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dbus-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f791b7efe094b11216894ee509c85b34 diff --git a/metadata/md5-cache/sec-policy/selinux-dcc-9999 b/metadata/md5-cache/sec-policy/selinux-dcc-9999 index a51abef2bd75..56403f36399f 100644 --- a/metadata/md5-cache/sec-policy/selinux-dcc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dcc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f56294e80a30b16785847f9818d993df diff --git a/metadata/md5-cache/sec-policy/selinux-ddclient-9999 b/metadata/md5-cache/sec-policy/selinux-ddclient-9999 index 18282febfc06..73aa180eca5c 100644 --- a/metadata/md5-cache/sec-policy/selinux-ddclient-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ddclient-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=578904330af07dbe35a2f753a0da4911 diff --git a/metadata/md5-cache/sec-policy/selinux-ddcprobe-9999 b/metadata/md5-cache/sec-policy/selinux-ddcprobe-9999 index 41724e9807a3..24e97eb31fbe 100644 --- a/metadata/md5-cache/sec-policy/selinux-ddcprobe-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ddcprobe-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4a525400de938a77678393febb60328c diff --git a/metadata/md5-cache/sec-policy/selinux-denyhosts-9999 b/metadata/md5-cache/sec-policy/selinux-denyhosts-9999 index 48e7122c4c14..227b6f307962 100644 --- a/metadata/md5-cache/sec-policy/selinux-denyhosts-9999 +++ b/metadata/md5-cache/sec-policy/selinux-denyhosts-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=64c05f14f09292d6a1f94f7c65a6508b diff --git a/metadata/md5-cache/sec-policy/selinux-devicekit-9999 b/metadata/md5-cache/sec-policy/selinux-devicekit-9999 index f4dccf56838d..41ea069389aa 100644 --- a/metadata/md5-cache/sec-policy/selinux-devicekit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-devicekit-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=63e27a99edb957c5f51ce4878fd0d135 diff --git a/metadata/md5-cache/sec-policy/selinux-dhcp-9999 b/metadata/md5-cache/sec-policy/selinux-dhcp-9999 index 3bcea83c8005..c125ae1948ca 100644 --- a/metadata/md5-cache/sec-policy/selinux-dhcp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dhcp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f18f4b261a8e43d32bdd286e72651f8c diff --git a/metadata/md5-cache/sec-policy/selinux-dictd-9999 b/metadata/md5-cache/sec-policy/selinux-dictd-9999 index a6a9840432f8..c6d81b97d408 100644 --- a/metadata/md5-cache/sec-policy/selinux-dictd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dictd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=35c91c11b49df7215cb730454323c80b diff --git a/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 b/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 index 8819f1d57895..60c742b431a0 100644 --- a/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2e4056e9d647ac34550813d59e4b5a5a diff --git a/metadata/md5-cache/sec-policy/selinux-distcc-9999 b/metadata/md5-cache/sec-policy/selinux-distcc-9999 index e6a59006e376..13f81c800895 100644 --- a/metadata/md5-cache/sec-policy/selinux-distcc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-distcc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a869f815366107ed54aca87baad51031 diff --git a/metadata/md5-cache/sec-policy/selinux-djbdns-9999 b/metadata/md5-cache/sec-policy/selinux-djbdns-9999 index 01416dc7249c..dfce6db19d29 100644 --- a/metadata/md5-cache/sec-policy/selinux-djbdns-9999 +++ b/metadata/md5-cache/sec-policy/selinux-djbdns-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-daemontools >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3a375f7806ee9f5adc0e74cebffb0432 diff --git a/metadata/md5-cache/sec-policy/selinux-dkim-9999 b/metadata/md5-cache/sec-policy/selinux-dkim-9999 index 2bb784ec213b..5bd93cf4f22f 100644 --- a/metadata/md5-cache/sec-policy/selinux-dkim-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dkim-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2afee1d044163daa2712e473986bdec4 diff --git a/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 b/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 index f8357358771e..4fa489e7baa2 100644 --- a/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c03ff19ec41608ded2e16d84d4dd2856 diff --git a/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 b/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 index dcde0d970aaa..3c0713bc9e97 100644 --- a/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=bda4d24ae0a7be7fbb342f8dcdd79aed diff --git a/metadata/md5-cache/sec-policy/selinux-dovecot-9999 b/metadata/md5-cache/sec-policy/selinux-dovecot-9999 index edcc437bd881..30c044b338a9 100644 --- a/metadata/md5-cache/sec-policy/selinux-dovecot-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dovecot-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ec7f91ce101f4696a378d6c860d46712 diff --git a/metadata/md5-cache/sec-policy/selinux-dpkg-9999 b/metadata/md5-cache/sec-policy/selinux-dpkg-9999 index 50c21fc46b95..6005a90fecef 100644 --- a/metadata/md5-cache/sec-policy/selinux-dpkg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dpkg-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e0b34046215c50dde89dcdeeb81e009c diff --git a/metadata/md5-cache/sec-policy/selinux-dracut-9999 b/metadata/md5-cache/sec-policy/selinux-dracut-9999 index a14556624594..ba8dba1ec4ac 100644 --- a/metadata/md5-cache/sec-policy/selinux-dracut-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dracut-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d16f0e6731e917e5d4aaff5af609ded0 diff --git a/metadata/md5-cache/sec-policy/selinux-entropyd-9999 b/metadata/md5-cache/sec-policy/selinux-entropyd-9999 index 5aee84de7b69..3026db40f74c 100644 --- a/metadata/md5-cache/sec-policy/selinux-entropyd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-entropyd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7a480e93ab712c89639acdd1d98aa847 diff --git a/metadata/md5-cache/sec-policy/selinux-evolution-9999 b/metadata/md5-cache/sec-policy/selinux-evolution-9999 index 7faa309d6784..d88147f113a2 100644 --- a/metadata/md5-cache/sec-policy/selinux-evolution-9999 +++ b/metadata/md5-cache/sec-policy/selinux-evolution-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d1e3d22e67f4cd66e6cb2697d016d3c2 diff --git a/metadata/md5-cache/sec-policy/selinux-exim-9999 b/metadata/md5-cache/sec-policy/selinux-exim-9999 index d629855d3da3..949bb16991ae 100644 --- a/metadata/md5-cache/sec-policy/selinux-exim-9999 +++ b/metadata/md5-cache/sec-policy/selinux-exim-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b90d266a6a24b521e30ac4bd8895ae98 diff --git a/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 b/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 index 086b01b3a224..d1dc3cbe3112 100644 --- a/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 +++ b/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4b380bca7dff26da38e009432cdf7fdf diff --git a/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 b/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 index 8492b4e2674f..57ffc5ab60a4 100644 --- a/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4d4647f61831750d0f29d9f6fc2445d7 diff --git a/metadata/md5-cache/sec-policy/selinux-finger-9999 b/metadata/md5-cache/sec-policy/selinux-finger-9999 index 40076ae933f2..fc6c0691a689 100644 --- a/metadata/md5-cache/sec-policy/selinux-finger-9999 +++ b/metadata/md5-cache/sec-policy/selinux-finger-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c7057d1fff97f084dec092f32c3a66fd diff --git a/metadata/md5-cache/sec-policy/selinux-flash-9999 b/metadata/md5-cache/sec-policy/selinux-flash-9999 index 92586702f729..91e7728bee0c 100644 --- a/metadata/md5-cache/sec-policy/selinux-flash-9999 +++ b/metadata/md5-cache/sec-policy/selinux-flash-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=db464cab1cd6830ec2a87b25aebb8da7 diff --git a/metadata/md5-cache/sec-policy/selinux-fprintd-9999 b/metadata/md5-cache/sec-policy/selinux-fprintd-9999 index e63f16310c27..f42148a85eb9 100644 --- a/metadata/md5-cache/sec-policy/selinux-fprintd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-fprintd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c69410f26de7e801d48d06da6f920d4a diff --git a/metadata/md5-cache/sec-policy/selinux-ftp-9999 b/metadata/md5-cache/sec-policy/selinux-ftp-9999 index 12c74a4930d6..71e83724f612 100644 --- a/metadata/md5-cache/sec-policy/selinux-ftp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ftp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=aac2e1fdc28107c278d220c45023009b diff --git a/metadata/md5-cache/sec-policy/selinux-games-9999 b/metadata/md5-cache/sec-policy/selinux-games-9999 index 2646d9d7221a..c4afa0e968ee 100644 --- a/metadata/md5-cache/sec-policy/selinux-games-9999 +++ b/metadata/md5-cache/sec-policy/selinux-games-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0d2558401f683b00c7a4355ee6ed8fb4 diff --git a/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 b/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 index edab6b698895..f381f90fa51a 100644 --- a/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=803aa95ba314b0e10a05b86781205261 diff --git a/metadata/md5-cache/sec-policy/selinux-gift-9999 b/metadata/md5-cache/sec-policy/selinux-gift-9999 index ce0d0f010d80..8804415aa220 100644 --- a/metadata/md5-cache/sec-policy/selinux-gift-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gift-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8810c62a097bcce7ec24cc86f7d8c7c6 diff --git a/metadata/md5-cache/sec-policy/selinux-gitosis-9999 b/metadata/md5-cache/sec-policy/selinux-gitosis-9999 index 673adbfbc6fb..6bec6466cc54 100644 --- a/metadata/md5-cache/sec-policy/selinux-gitosis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gitosis-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=42adccec4426efc53933d7d8cc08cf73 diff --git a/metadata/md5-cache/sec-policy/selinux-gnome-9999 b/metadata/md5-cache/sec-policy/selinux-gnome-9999 index f072ee5e1c1b..58633f381075 100644 --- a/metadata/md5-cache/sec-policy/selinux-gnome-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gnome-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=93cce8c884198e198efa1c1b1ba6625d diff --git a/metadata/md5-cache/sec-policy/selinux-googletalk-9999 b/metadata/md5-cache/sec-policy/selinux-googletalk-9999 index d062849e7d62..59ec38303dca 100644 --- a/metadata/md5-cache/sec-policy/selinux-googletalk-9999 +++ b/metadata/md5-cache/sec-policy/selinux-googletalk-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=71c3de19da8e895d785059fb87acef0e diff --git a/metadata/md5-cache/sec-policy/selinux-gorg-9999 b/metadata/md5-cache/sec-policy/selinux-gorg-9999 index d418ffcb5547..76b8f3b3fee8 100644 --- a/metadata/md5-cache/sec-policy/selinux-gorg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gorg-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d770fc170d9e58602a056272da813aa3 diff --git a/metadata/md5-cache/sec-policy/selinux-gpg-9999 b/metadata/md5-cache/sec-policy/selinux-gpg-9999 index 788eab111072..640d8dad0156 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gpg-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ca30ebc34d0ec8b71b02272313586ab3 diff --git a/metadata/md5-cache/sec-policy/selinux-gpm-9999 b/metadata/md5-cache/sec-policy/selinux-gpm-9999 index ab05edc9a22b..405c4423c284 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gpm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=045289237f3a062222f56ba31e3650c3 diff --git a/metadata/md5-cache/sec-policy/selinux-gpsd-9999 b/metadata/md5-cache/sec-policy/selinux-gpsd-9999 index 4f94a738d7b3..f746134de35c 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpsd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gpsd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4010b23f91cc2315459b530149b5789c diff --git a/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 b/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 index 29419cc3cfe9..ccc515d9c4db 100644 --- a/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3297d4766bf5c4158bbda9e3bd34ee15 diff --git a/metadata/md5-cache/sec-policy/selinux-howl-9999 b/metadata/md5-cache/sec-policy/selinux-howl-9999 index 184aa9e6ace5..b91bf8a55507 100644 --- a/metadata/md5-cache/sec-policy/selinux-howl-9999 +++ b/metadata/md5-cache/sec-policy/selinux-howl-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0098368b944323eab614fc787968d2da diff --git a/metadata/md5-cache/sec-policy/selinux-icecast-9999 b/metadata/md5-cache/sec-policy/selinux-icecast-9999 index 42cb6b1fd2ad..d9eff1a6e3e8 100644 --- a/metadata/md5-cache/sec-policy/selinux-icecast-9999 +++ b/metadata/md5-cache/sec-policy/selinux-icecast-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=bf821e28aba47ebae98f55233ce967c8 diff --git a/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 b/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 index 3d5c5e8fb96d..9d46cd3211ab 100644 --- a/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=461139ef57991f95d3a5aa9e8c028a2f diff --git a/metadata/md5-cache/sec-policy/selinux-imaze-9999 b/metadata/md5-cache/sec-policy/selinux-imaze-9999 index 5c1ba02a0251..b61c7f1933f6 100644 --- a/metadata/md5-cache/sec-policy/selinux-imaze-9999 +++ b/metadata/md5-cache/sec-policy/selinux-imaze-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=435aa2fcdc93134a0e82eb14195ad4ac diff --git a/metadata/md5-cache/sec-policy/selinux-inetd-9999 b/metadata/md5-cache/sec-policy/selinux-inetd-9999 index 82feeb49842a..9dec9a3899b7 100644 --- a/metadata/md5-cache/sec-policy/selinux-inetd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-inetd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a591f9f4fe4f54708b19ed4f25293ecc diff --git a/metadata/md5-cache/sec-policy/selinux-inn-9999 b/metadata/md5-cache/sec-policy/selinux-inn-9999 index 2ea9752b0799..3693196de8e4 100644 --- a/metadata/md5-cache/sec-policy/selinux-inn-9999 +++ b/metadata/md5-cache/sec-policy/selinux-inn-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2a6903bd1e4e68b519c0bcc2c347f185 diff --git a/metadata/md5-cache/sec-policy/selinux-ipsec-9999 b/metadata/md5-cache/sec-policy/selinux-ipsec-9999 index 505cef7fa03f..ffbbaaade23c 100644 --- a/metadata/md5-cache/sec-policy/selinux-ipsec-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ipsec-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=47076bff0cacc123a3d7fa2d4777d431 diff --git a/metadata/md5-cache/sec-policy/selinux-irc-9999 b/metadata/md5-cache/sec-policy/selinux-irc-9999 index ffe0bcc97fde..24239f02e163 100644 --- a/metadata/md5-cache/sec-policy/selinux-irc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-irc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2a00e6f8a6e0a1edcab3fc45fae61b0d diff --git a/metadata/md5-cache/sec-policy/selinux-ircd-9999 b/metadata/md5-cache/sec-policy/selinux-ircd-9999 index 2cd94ae15b9d..01e41c3cce1b 100644 --- a/metadata/md5-cache/sec-policy/selinux-ircd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ircd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1642282602f799ae926cdeadc348cfa2 diff --git a/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 b/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 index e472d0797c2e..3b36e31d2530 100644 --- a/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 +++ b/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b3edf874357151da580ca0962b0506e7 diff --git a/metadata/md5-cache/sec-policy/selinux-jabber-9999 b/metadata/md5-cache/sec-policy/selinux-jabber-9999 index cbb5f91b3420..94935487b2d1 100644 --- a/metadata/md5-cache/sec-policy/selinux-jabber-9999 +++ b/metadata/md5-cache/sec-policy/selinux-jabber-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fe146320c8b653c5141462910bc2b6e2 diff --git a/metadata/md5-cache/sec-policy/selinux-java-9999 b/metadata/md5-cache/sec-policy/selinux-java-9999 index 71e663f0eff5..9f251ca4f818 100644 --- a/metadata/md5-cache/sec-policy/selinux-java-9999 +++ b/metadata/md5-cache/sec-policy/selinux-java-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=db41a72afd8d75941db91f24080728ff diff --git a/metadata/md5-cache/sec-policy/selinux-kdump-9999 b/metadata/md5-cache/sec-policy/selinux-kdump-9999 index 4508728db2d6..ee5fd5ea3ffc 100644 --- a/metadata/md5-cache/sec-policy/selinux-kdump-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kdump-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=329b9d0605e4747c625d5b8ae750f95b diff --git a/metadata/md5-cache/sec-policy/selinux-kerberos-9999 b/metadata/md5-cache/sec-policy/selinux-kerberos-9999 index 0d43d4d00f3b..ea80b9930f5d 100644 --- a/metadata/md5-cache/sec-policy/selinux-kerberos-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kerberos-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=78665b51e7297c17fa6177974df59e76 diff --git a/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 b/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 index d245a3ebc91d..bd360764d680 100644 --- a/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ba5fb89f524ad8d6a1c904cc50b7b95e diff --git a/metadata/md5-cache/sec-policy/selinux-kismet-9999 b/metadata/md5-cache/sec-policy/selinux-kismet-9999 index a84511da20d3..dd72d0de7df3 100644 --- a/metadata/md5-cache/sec-policy/selinux-kismet-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kismet-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c7d9cb7b7a742ffe5be1a7b568def16a diff --git a/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 b/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 index a56ca8f76d23..fb71e78f1a60 100644 --- a/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=677250f87b7466aeef3cd5d97aa799ff diff --git a/metadata/md5-cache/sec-policy/selinux-kudzu-9999 b/metadata/md5-cache/sec-policy/selinux-kudzu-9999 index 0333f8f3a210..01ebfd08902e 100644 --- a/metadata/md5-cache/sec-policy/selinux-kudzu-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kudzu-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=62b43d192b8f9d1e65bffbe4b0c5e1f5 diff --git a/metadata/md5-cache/sec-policy/selinux-ldap-9999 b/metadata/md5-cache/sec-policy/selinux-ldap-9999 index 506beda4c7fb..9ade8d2060a7 100644 --- a/metadata/md5-cache/sec-policy/selinux-ldap-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ldap-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=73a039ef7a6eb02f4ae6cc15fdbe1993 diff --git a/metadata/md5-cache/sec-policy/selinux-links-9999 b/metadata/md5-cache/sec-policy/selinux-links-9999 index d9ab3656b8cb..e89981404e0c 100644 --- a/metadata/md5-cache/sec-policy/selinux-links-9999 +++ b/metadata/md5-cache/sec-policy/selinux-links-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4afde39ff85b8bdf796cf21f640b7a1e diff --git a/metadata/md5-cache/sec-policy/selinux-lircd-9999 b/metadata/md5-cache/sec-policy/selinux-lircd-9999 index c7613f67bffd..7075516e05e1 100644 --- a/metadata/md5-cache/sec-policy/selinux-lircd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-lircd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=260a7cad688afe8f9aa55d146524bb17 diff --git a/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 b/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 index 9e608293cafd..b767f4288d96 100644 --- a/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 +++ b/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=17a74d0991d529538126ebf35a248bbb diff --git a/metadata/md5-cache/sec-policy/selinux-lockdev-9999 b/metadata/md5-cache/sec-policy/selinux-lockdev-9999 index b56d186f799b..180f79dd4302 100644 --- a/metadata/md5-cache/sec-policy/selinux-lockdev-9999 +++ b/metadata/md5-cache/sec-policy/selinux-lockdev-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dbc8902fb3c7187aa615863b22f81430 diff --git a/metadata/md5-cache/sec-policy/selinux-logrotate-9999 b/metadata/md5-cache/sec-policy/selinux-logrotate-9999 index 4357ff3a5296..3fb0a9fbefa5 100644 --- a/metadata/md5-cache/sec-policy/selinux-logrotate-9999 +++ b/metadata/md5-cache/sec-policy/selinux-logrotate-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5295b20eecc9c3e0024d9839f326bb63 diff --git a/metadata/md5-cache/sec-policy/selinux-logsentry-9999 b/metadata/md5-cache/sec-policy/selinux-logsentry-9999 index be5ed2e1f7f5..36755710bbda 100644 --- a/metadata/md5-cache/sec-policy/selinux-logsentry-9999 +++ b/metadata/md5-cache/sec-policy/selinux-logsentry-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=45d4d3e8fb5d3434255af8a327286228 diff --git a/metadata/md5-cache/sec-policy/selinux-logwatch-9999 b/metadata/md5-cache/sec-policy/selinux-logwatch-9999 index 357faaf794b5..4159c665eaab 100644 --- a/metadata/md5-cache/sec-policy/selinux-logwatch-9999 +++ b/metadata/md5-cache/sec-policy/selinux-logwatch-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3c558a86b5e179167114b50fbd2c5e05 diff --git a/metadata/md5-cache/sec-policy/selinux-lpd-9999 b/metadata/md5-cache/sec-policy/selinux-lpd-9999 index f3b035d45043..9d1684bbf292 100644 --- a/metadata/md5-cache/sec-policy/selinux-lpd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-lpd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=54a93f7171231fb437a3947f7b5c72fc diff --git a/metadata/md5-cache/sec-policy/selinux-mailman-9999 b/metadata/md5-cache/sec-policy/selinux-mailman-9999 index e5873c798cf4..9c4d2113f6ee 100644 --- a/metadata/md5-cache/sec-policy/selinux-mailman-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mailman-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=78891edc99c290a2a5d5c689219587ab diff --git a/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 b/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 index 3345183febbd..d5f1e2eb3131 100644 --- a/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=93c5415220efe63c5fa87abcfdc0e026 diff --git a/metadata/md5-cache/sec-policy/selinux-mandb-9999 b/metadata/md5-cache/sec-policy/selinux-mandb-9999 index 5ae975bbc7cb..9e9851d3662e 100644 --- a/metadata/md5-cache/sec-policy/selinux-mandb-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mandb-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ec4bdad3889055701fa25114aca0f93e diff --git a/metadata/md5-cache/sec-policy/selinux-mcelog-9999 b/metadata/md5-cache/sec-policy/selinux-mcelog-9999 index 96096114b5d7..74dc1be91fd4 100644 --- a/metadata/md5-cache/sec-policy/selinux-mcelog-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mcelog-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=742ae1d4b568ba84e4697f39298fe79c diff --git a/metadata/md5-cache/sec-policy/selinux-memcached-9999 b/metadata/md5-cache/sec-policy/selinux-memcached-9999 index 8ae01cd36a33..014ca513c48b 100644 --- a/metadata/md5-cache/sec-policy/selinux-memcached-9999 +++ b/metadata/md5-cache/sec-policy/selinux-memcached-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=eb8b6c2064a568f0ffc36bca32137672 diff --git a/metadata/md5-cache/sec-policy/selinux-milter-9999 b/metadata/md5-cache/sec-policy/selinux-milter-9999 index 461b4e1fdba4..6196c640c247 100644 --- a/metadata/md5-cache/sec-policy/selinux-milter-9999 +++ b/metadata/md5-cache/sec-policy/selinux-milter-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d06c8d27d54a04f1ffac74bd080800c8 diff --git a/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 b/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 index c31858a5ea9f..aa19fb3ab76b 100644 --- a/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 +++ b/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=55bb7f32a590f5bb2fd3274a334efe95 diff --git a/metadata/md5-cache/sec-policy/selinux-mono-9999 b/metadata/md5-cache/sec-policy/selinux-mono-9999 index e0d4d8bf13ae..5818fb32f0da 100644 --- a/metadata/md5-cache/sec-policy/selinux-mono-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mono-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=041a951d0e03f18e27aadd1552144c46 diff --git a/metadata/md5-cache/sec-policy/selinux-mozilla-9999 b/metadata/md5-cache/sec-policy/selinux-mozilla-9999 index 3b0546842675..074d02dd59c3 100644 --- a/metadata/md5-cache/sec-policy/selinux-mozilla-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mozilla-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b6499e72a22bde97ab0c8d110ed01cda diff --git a/metadata/md5-cache/sec-policy/selinux-mpd-9999 b/metadata/md5-cache/sec-policy/selinux-mpd-9999 index b523c98dbf32..7ddb7a175be5 100644 --- a/metadata/md5-cache/sec-policy/selinux-mpd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mpd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8c92b69ec527fa736d29a7ba910fb0af diff --git a/metadata/md5-cache/sec-policy/selinux-mplayer-9999 b/metadata/md5-cache/sec-policy/selinux-mplayer-9999 index 3b0b934ca136..9244fbad3c9d 100644 --- a/metadata/md5-cache/sec-policy/selinux-mplayer-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mplayer-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b2dcca415cca663b6df4c8d51ee4a0c2 diff --git a/metadata/md5-cache/sec-policy/selinux-mrtg-9999 b/metadata/md5-cache/sec-policy/selinux-mrtg-9999 index b6485d8d9462..5c8c1346ab23 100644 --- a/metadata/md5-cache/sec-policy/selinux-mrtg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mrtg-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=55f393c828638f775791b7132ed80a9f diff --git a/metadata/md5-cache/sec-policy/selinux-munin-9999 b/metadata/md5-cache/sec-policy/selinux-munin-9999 index 50105326fce4..26a7db4244be 100644 --- a/metadata/md5-cache/sec-policy/selinux-munin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-munin-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b2190311bd7493d954879e9ef8fc9118 diff --git a/metadata/md5-cache/sec-policy/selinux-mutt-9999 b/metadata/md5-cache/sec-policy/selinux-mutt-9999 index ec4c7c140775..4a025e835356 100644 --- a/metadata/md5-cache/sec-policy/selinux-mutt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mutt-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e40edd45b1210ad59f42115833594011 diff --git a/metadata/md5-cache/sec-policy/selinux-mysql-9999 b/metadata/md5-cache/sec-policy/selinux-mysql-9999 index 68693c7287ed..d09780b071f1 100644 --- a/metadata/md5-cache/sec-policy/selinux-mysql-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mysql-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9229c6a08d19f5fa0aa68175bdb5736e diff --git a/metadata/md5-cache/sec-policy/selinux-nagios-9999 b/metadata/md5-cache/sec-policy/selinux-nagios-9999 index 28d027c87f15..62017e3b17db 100644 --- a/metadata/md5-cache/sec-policy/selinux-nagios-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nagios-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e19c9533e6d236a9d6dfa67d3f74a5d0 diff --git a/metadata/md5-cache/sec-policy/selinux-ncftool-9999 b/metadata/md5-cache/sec-policy/selinux-ncftool-9999 index 87f012374308..62518141995e 100644 --- a/metadata/md5-cache/sec-policy/selinux-ncftool-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ncftool-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7ad3c192a9ec9f9e4b76d99e48dac4c3 diff --git a/metadata/md5-cache/sec-policy/selinux-nessus-9999 b/metadata/md5-cache/sec-policy/selinux-nessus-9999 index 80fb25cd2a38..ba843ed893b5 100644 --- a/metadata/md5-cache/sec-policy/selinux-nessus-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nessus-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=31c1355f316578abaeb05ecbf5b13910 diff --git a/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 b/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 index 4a29d3203eb7..ed5072ac210c 100644 --- a/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 +++ b/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c357f9581a99179ce0d8b9c877277266 diff --git a/metadata/md5-cache/sec-policy/selinux-nginx-9999 b/metadata/md5-cache/sec-policy/selinux-nginx-9999 index 379e5e52c7ef..245e2e10e5f6 100644 --- a/metadata/md5-cache/sec-policy/selinux-nginx-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nginx-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7b1ef442aa48658d65a83c02bee89c06 diff --git a/metadata/md5-cache/sec-policy/selinux-nslcd-9999 b/metadata/md5-cache/sec-policy/selinux-nslcd-9999 index 611f61a98b23..870496755d04 100644 --- a/metadata/md5-cache/sec-policy/selinux-nslcd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nslcd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0c446f7012ace9a9db43a518c2347680 diff --git a/metadata/md5-cache/sec-policy/selinux-ntop-9999 b/metadata/md5-cache/sec-policy/selinux-ntop-9999 index bcbd99a11c95..0ffacf23e999 100644 --- a/metadata/md5-cache/sec-policy/selinux-ntop-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ntop-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fbf103caaf3cca031324f16979ce16a7 diff --git a/metadata/md5-cache/sec-policy/selinux-ntp-9999 b/metadata/md5-cache/sec-policy/selinux-ntp-9999 index 6a84f952e129..8d4dc9a3f62e 100644 --- a/metadata/md5-cache/sec-policy/selinux-ntp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ntp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=87b68d30bceb84b9c11b12be1977fd2d diff --git a/metadata/md5-cache/sec-policy/selinux-nut-9999 b/metadata/md5-cache/sec-policy/selinux-nut-9999 index 1fab3e8f718b..912a29ba25b8 100644 --- a/metadata/md5-cache/sec-policy/selinux-nut-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nut-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1d30a6aa234768d3095ae53fc3152780 diff --git a/metadata/md5-cache/sec-policy/selinux-nx-9999 b/metadata/md5-cache/sec-policy/selinux-nx-9999 index b62a0152bf21..9e529dff9e8d 100644 --- a/metadata/md5-cache/sec-policy/selinux-nx-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nx-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=acf3e6f4965fe2ff30b6914d485b9c2d diff --git a/metadata/md5-cache/sec-policy/selinux-oddjob-9999 b/metadata/md5-cache/sec-policy/selinux-oddjob-9999 index b6b1f0f6e399..f159e06913cc 100644 --- a/metadata/md5-cache/sec-policy/selinux-oddjob-9999 +++ b/metadata/md5-cache/sec-policy/selinux-oddjob-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=db16ec3b349b92fc833ced064440425e diff --git a/metadata/md5-cache/sec-policy/selinux-oident-9999 b/metadata/md5-cache/sec-policy/selinux-oident-9999 index 8165306e2b23..58a8a8591fed 100644 --- a/metadata/md5-cache/sec-policy/selinux-oident-9999 +++ b/metadata/md5-cache/sec-policy/selinux-oident-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=03b95659edaef8cb784fd83ee20276ec diff --git a/metadata/md5-cache/sec-policy/selinux-openct-9999 b/metadata/md5-cache/sec-policy/selinux-openct-9999 index 0022296be0c7..a84869937220 100644 --- a/metadata/md5-cache/sec-policy/selinux-openct-9999 +++ b/metadata/md5-cache/sec-policy/selinux-openct-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0bdd6f58464bf50d67b4202df3c9b49c diff --git a/metadata/md5-cache/sec-policy/selinux-openrc-9999 b/metadata/md5-cache/sec-policy/selinux-openrc-9999 index 69f013b96df9..1ae7173a4800 100644 --- a/metadata/md5-cache/sec-policy/selinux-openrc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-openrc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=01930e3b7bdfda342f0a0ec7021c0e5a diff --git a/metadata/md5-cache/sec-policy/selinux-openvpn-9999 b/metadata/md5-cache/sec-policy/selinux-openvpn-9999 index fa71464c8f52..9251c1f28284 100644 --- a/metadata/md5-cache/sec-policy/selinux-openvpn-9999 +++ b/metadata/md5-cache/sec-policy/selinux-openvpn-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ef797ddfe97dcf1815d3554fd62e6d35 diff --git a/metadata/md5-cache/sec-policy/selinux-pan-9999 b/metadata/md5-cache/sec-policy/selinux-pan-9999 index e4babface4c6..257979b16fcf 100644 --- a/metadata/md5-cache/sec-policy/selinux-pan-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pan-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=71622a9bd5d884c5960ae5e8ad16887b diff --git a/metadata/md5-cache/sec-policy/selinux-pcmcia-9999 b/metadata/md5-cache/sec-policy/selinux-pcmcia-9999 index 7b502eb81d76..3e200aea7d48 100644 --- a/metadata/md5-cache/sec-policy/selinux-pcmcia-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pcmcia-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ed5d1752911258e913795544ec9c8412 diff --git a/metadata/md5-cache/sec-policy/selinux-pcscd-9999 b/metadata/md5-cache/sec-policy/selinux-pcscd-9999 index 3707dd1bed7d..bf5f80985065 100644 --- a/metadata/md5-cache/sec-policy/selinux-pcscd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pcscd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=01e48c01e028b9637430e42d57d7ed40 diff --git a/metadata/md5-cache/sec-policy/selinux-perdition-9999 b/metadata/md5-cache/sec-policy/selinux-perdition-9999 index 17c09d073f2d..e97d59602772 100644 --- a/metadata/md5-cache/sec-policy/selinux-perdition-9999 +++ b/metadata/md5-cache/sec-policy/selinux-perdition-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e9d087a0cdef9c5feca7976fe9a842d5 diff --git a/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 b/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 index 847acc8a94bd..5fab6e5e879c 100644 --- a/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e6dd81435be732d55d2dfb856cc5fcd9 diff --git a/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 b/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 index b84f72f743cd..6f4d6323c9c7 100644 --- a/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=925b0aecd1c8662a8533d1f0c0fbe11e diff --git a/metadata/md5-cache/sec-policy/selinux-podsleuth-9999 b/metadata/md5-cache/sec-policy/selinux-podsleuth-9999 index acec566380d6..fb6e30fd9cd6 100644 --- a/metadata/md5-cache/sec-policy/selinux-podsleuth-9999 +++ b/metadata/md5-cache/sec-policy/selinux-podsleuth-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3d207e3fa4f8504bf8aad604b3de9192 diff --git a/metadata/md5-cache/sec-policy/selinux-policykit-9999 b/metadata/md5-cache/sec-policy/selinux-policykit-9999 index 25fea3aade3b..6832ff12ebe1 100644 --- a/metadata/md5-cache/sec-policy/selinux-policykit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-policykit-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=bb67b60543bec039820b963b948f3cc6 diff --git a/metadata/md5-cache/sec-policy/selinux-portmap-9999 b/metadata/md5-cache/sec-policy/selinux-portmap-9999 index afe9d455984b..58d5daf550b8 100644 --- a/metadata/md5-cache/sec-policy/selinux-portmap-9999 +++ b/metadata/md5-cache/sec-policy/selinux-portmap-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3b2d5986e74ff0edebf9a83527a4936a diff --git a/metadata/md5-cache/sec-policy/selinux-postfix-9999 b/metadata/md5-cache/sec-policy/selinux-postfix-9999 index 7fa4aba0030c..fe655471859e 100644 --- a/metadata/md5-cache/sec-policy/selinux-postfix-9999 +++ b/metadata/md5-cache/sec-policy/selinux-postfix-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=16b0a59719359041d2eeaca0e7a3fbd5 diff --git a/metadata/md5-cache/sec-policy/selinux-postgresql-9999 b/metadata/md5-cache/sec-policy/selinux-postgresql-9999 index 121747201642..e2e8c07d654d 100644 --- a/metadata/md5-cache/sec-policy/selinux-postgresql-9999 +++ b/metadata/md5-cache/sec-policy/selinux-postgresql-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=16246582f289cf05cf0ad3e812ee8977 diff --git a/metadata/md5-cache/sec-policy/selinux-postgrey-9999 b/metadata/md5-cache/sec-policy/selinux-postgrey-9999 index 75fdebd35ab0..9f356d300005 100644 --- a/metadata/md5-cache/sec-policy/selinux-postgrey-9999 +++ b/metadata/md5-cache/sec-policy/selinux-postgrey-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=de286acf3d1229af95a3e31443df4e17 diff --git a/metadata/md5-cache/sec-policy/selinux-ppp-9999 b/metadata/md5-cache/sec-policy/selinux-ppp-9999 index 0857c1f3d991..b6025c3970b9 100644 --- a/metadata/md5-cache/sec-policy/selinux-ppp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ppp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e5ce12a3e8cba63ff948f2e4ed0d5bd5 diff --git a/metadata/md5-cache/sec-policy/selinux-prelink-9999 b/metadata/md5-cache/sec-policy/selinux-prelink-9999 index 5e00099f2c7d..da089de1c516 100644 --- a/metadata/md5-cache/sec-policy/selinux-prelink-9999 +++ b/metadata/md5-cache/sec-policy/selinux-prelink-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=45585ee6c1fccae1da55a79b7539bcf8 diff --git a/metadata/md5-cache/sec-policy/selinux-prelude-9999 b/metadata/md5-cache/sec-policy/selinux-prelude-9999 index e50e6bf792cb..3c068b05a78b 100644 --- a/metadata/md5-cache/sec-policy/selinux-prelude-9999 +++ b/metadata/md5-cache/sec-policy/selinux-prelude-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5f9c02f2eea0348782069db76a267ee7 diff --git a/metadata/md5-cache/sec-policy/selinux-privoxy-9999 b/metadata/md5-cache/sec-policy/selinux-privoxy-9999 index e8c766e09f85..a79ce5b45be7 100644 --- a/metadata/md5-cache/sec-policy/selinux-privoxy-9999 +++ b/metadata/md5-cache/sec-policy/selinux-privoxy-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dd493a60c0724bce37ab568e3deed53d diff --git a/metadata/md5-cache/sec-policy/selinux-procmail-9999 b/metadata/md5-cache/sec-policy/selinux-procmail-9999 index 339b1d388c09..fde8a9d851fb 100644 --- a/metadata/md5-cache/sec-policy/selinux-procmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-procmail-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=be1b938014f3ec642efedd7340547814 diff --git a/metadata/md5-cache/sec-policy/selinux-psad-9999 b/metadata/md5-cache/sec-policy/selinux-psad-9999 index e4966d3d0c0b..8662b79807da 100644 --- a/metadata/md5-cache/sec-policy/selinux-psad-9999 +++ b/metadata/md5-cache/sec-policy/selinux-psad-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f1aee32cceca01830dd126be2c951ecb diff --git a/metadata/md5-cache/sec-policy/selinux-publicfile-9999 b/metadata/md5-cache/sec-policy/selinux-publicfile-9999 index 42fc88ad055f..947d1d9bbcb7 100644 --- a/metadata/md5-cache/sec-policy/selinux-publicfile-9999 +++ b/metadata/md5-cache/sec-policy/selinux-publicfile-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=31a2f29e7fe97290d30e5d9d481c1ac0 diff --git a/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 b/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 index afdab2b28fe6..c0aebfed806a 100644 --- a/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f5e01081c09de9f3533d1dd941b15a62 diff --git a/metadata/md5-cache/sec-policy/selinux-puppet-9999 b/metadata/md5-cache/sec-policy/selinux-puppet-9999 index 54ed7d652340..681a1e3b84f1 100644 --- a/metadata/md5-cache/sec-policy/selinux-puppet-9999 +++ b/metadata/md5-cache/sec-policy/selinux-puppet-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=797c203f8bf1bb83c8d9e6f9b8930fa2 diff --git a/metadata/md5-cache/sec-policy/selinux-pyicqt-9999 b/metadata/md5-cache/sec-policy/selinux-pyicqt-9999 index b17216afba30..d581ad345642 100644 --- a/metadata/md5-cache/sec-policy/selinux-pyicqt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pyicqt-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fb73c68574bf92e55290ef96f2c34af5 diff --git a/metadata/md5-cache/sec-policy/selinux-pyzor-9999 b/metadata/md5-cache/sec-policy/selinux-pyzor-9999 index 70f8bd503456..2f3138773f47 100644 --- a/metadata/md5-cache/sec-policy/selinux-pyzor-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pyzor-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=679a892cfd18fca5c955d73a34e6fc97 diff --git a/metadata/md5-cache/sec-policy/selinux-qemu-9999 b/metadata/md5-cache/sec-policy/selinux-qemu-9999 index 3f450555f40d..e0e970ef1f0d 100644 --- a/metadata/md5-cache/sec-policy/selinux-qemu-9999 +++ b/metadata/md5-cache/sec-policy/selinux-qemu-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-virt >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b76e10186f6791c155418c72b7c90854 diff --git a/metadata/md5-cache/sec-policy/selinux-qmail-9999 b/metadata/md5-cache/sec-policy/selinux-qmail-9999 index 4e8dfb0c8c08..1ffefc4d4264 100644 --- a/metadata/md5-cache/sec-policy/selinux-qmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-qmail-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d84fb31015e14ba99b429f718e729464 diff --git a/metadata/md5-cache/sec-policy/selinux-quota-9999 b/metadata/md5-cache/sec-policy/selinux-quota-9999 index 56c0a2c80d59..5906542672c4 100644 --- a/metadata/md5-cache/sec-policy/selinux-quota-9999 +++ b/metadata/md5-cache/sec-policy/selinux-quota-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0880daea429f9d5f7addda71dae305b2 diff --git a/metadata/md5-cache/sec-policy/selinux-radius-9999 b/metadata/md5-cache/sec-policy/selinux-radius-9999 index 1a5c89139628..5a0d11be96d7 100644 --- a/metadata/md5-cache/sec-policy/selinux-radius-9999 +++ b/metadata/md5-cache/sec-policy/selinux-radius-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e773d1f404c99e8aa78fcc9dfbdd0ed4 diff --git a/metadata/md5-cache/sec-policy/selinux-radvd-9999 b/metadata/md5-cache/sec-policy/selinux-radvd-9999 index a2a3093cc2e6..ebf47a18e6b8 100644 --- a/metadata/md5-cache/sec-policy/selinux-radvd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-radvd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f15c3a5ecdb3508c42dc07c9bfaa20cf diff --git a/metadata/md5-cache/sec-policy/selinux-razor-9999 b/metadata/md5-cache/sec-policy/selinux-razor-9999 index b1a32c7e2447..208f2dbda05d 100644 --- a/metadata/md5-cache/sec-policy/selinux-razor-9999 +++ b/metadata/md5-cache/sec-policy/selinux-razor-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=db399d1fd123e80cb1a5b0ab065f210a diff --git a/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 b/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 index d955f61dee0b..eca02ced5508 100644 --- a/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a00e61f07f4f9d8c982e1782b7a4849b diff --git a/metadata/md5-cache/sec-policy/selinux-rgmanager-9999 b/metadata/md5-cache/sec-policy/selinux-rgmanager-9999 index 7c8030c3849f..84ee602bc2de 100644 --- a/metadata/md5-cache/sec-policy/selinux-rgmanager-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rgmanager-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6567975beb4effd7f7d1513e414618db diff --git a/metadata/md5-cache/sec-policy/selinux-rngd-9999 b/metadata/md5-cache/sec-policy/selinux-rngd-9999 index 0cc68e605957..3a4ecb95aa01 100644 --- a/metadata/md5-cache/sec-policy/selinux-rngd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rngd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=65b3a093bc88b71a92252e7aa2fbd7fc diff --git a/metadata/md5-cache/sec-policy/selinux-roundup-9999 b/metadata/md5-cache/sec-policy/selinux-roundup-9999 index 982ace078390..f68c811961bd 100644 --- a/metadata/md5-cache/sec-policy/selinux-roundup-9999 +++ b/metadata/md5-cache/sec-policy/selinux-roundup-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d864685e208b030f52de6fe5c282871e diff --git a/metadata/md5-cache/sec-policy/selinux-rpc-9999 b/metadata/md5-cache/sec-policy/selinux-rpc-9999 index 367b9623fea4..7f69c6c9b5d3 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rpc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8a12ba2ef79add79192763495b488883 diff --git a/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 b/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 index 4971074b9e8a..c52ade6639e7 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=95fd381a5ceda7ddcab3a539333054f4 diff --git a/metadata/md5-cache/sec-policy/selinux-rpm-9999 b/metadata/md5-cache/sec-policy/selinux-rpm-9999 index 101adc4d03f0..e02e09f79942 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rpm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9e16906b80559023a931e648aeaec827 diff --git a/metadata/md5-cache/sec-policy/selinux-rssh-9999 b/metadata/md5-cache/sec-policy/selinux-rssh-9999 index dc9da650099e..cd9f9dc86fdd 100644 --- a/metadata/md5-cache/sec-policy/selinux-rssh-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rssh-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=814094a08da42fd945798952919b3ae8 diff --git a/metadata/md5-cache/sec-policy/selinux-rtkit-9999 b/metadata/md5-cache/sec-policy/selinux-rtkit-9999 index 0507beabccc3..baaa4be713e0 100644 --- a/metadata/md5-cache/sec-policy/selinux-rtkit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rtkit-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=134d8cb509ca231930c6c072065517d8 diff --git a/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 b/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 index c043062eb4df..87986e9029eb 100644 --- a/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9262225e169c7bf40f4b12e74802a9e1 diff --git a/metadata/md5-cache/sec-policy/selinux-samba-9999 b/metadata/md5-cache/sec-policy/selinux-samba-9999 index 56251cab00c4..3f22638c4a0c 100644 --- a/metadata/md5-cache/sec-policy/selinux-samba-9999 +++ b/metadata/md5-cache/sec-policy/selinux-samba-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=22deaa2760d0601f31902565f71ceb66 diff --git a/metadata/md5-cache/sec-policy/selinux-sasl-9999 b/metadata/md5-cache/sec-policy/selinux-sasl-9999 index fca13ed47a15..84bdc30b0091 100644 --- a/metadata/md5-cache/sec-policy/selinux-sasl-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sasl-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=bde697766f334583b2cc9c49d0800bc3 diff --git a/metadata/md5-cache/sec-policy/selinux-screen-9999 b/metadata/md5-cache/sec-policy/selinux-screen-9999 index da8bf7b37e01..042057445299 100644 --- a/metadata/md5-cache/sec-policy/selinux-screen-9999 +++ b/metadata/md5-cache/sec-policy/selinux-screen-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6b76168a4822a73c8e3f4c51071b677e diff --git a/metadata/md5-cache/sec-policy/selinux-sendmail-9999 b/metadata/md5-cache/sec-policy/selinux-sendmail-9999 index efdd6d4131c6..0719516f2e06 100644 --- a/metadata/md5-cache/sec-policy/selinux-sendmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sendmail-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=cba778d8ecd97f89e4595bebedc0bccf diff --git a/metadata/md5-cache/sec-policy/selinux-sensord-9999 b/metadata/md5-cache/sec-policy/selinux-sensord-9999 index b52ad5a4d748..329eaac70a12 100644 --- a/metadata/md5-cache/sec-policy/selinux-sensord-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sensord-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=09a0307ff9b3e1affd79d19e78928dbf diff --git a/metadata/md5-cache/sec-policy/selinux-shorewall-9999 b/metadata/md5-cache/sec-policy/selinux-shorewall-9999 index ff63d2d389d6..84a28c71f7fe 100644 --- a/metadata/md5-cache/sec-policy/selinux-shorewall-9999 +++ b/metadata/md5-cache/sec-policy/selinux-shorewall-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e51b7470f4c5bde4b58da85cd76630d4 diff --git a/metadata/md5-cache/sec-policy/selinux-shutdown-9999 b/metadata/md5-cache/sec-policy/selinux-shutdown-9999 index 92ca7d50ee13..52c739c34d75 100644 --- a/metadata/md5-cache/sec-policy/selinux-shutdown-9999 +++ b/metadata/md5-cache/sec-policy/selinux-shutdown-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6837b97ec6220a78f575902a6f14e12e diff --git a/metadata/md5-cache/sec-policy/selinux-skype-9999 b/metadata/md5-cache/sec-policy/selinux-skype-9999 index 75fbf438644f..3a91b66ccfa9 100644 --- a/metadata/md5-cache/sec-policy/selinux-skype-9999 +++ b/metadata/md5-cache/sec-policy/selinux-skype-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=58daf747f170d1acea95e2ac58b047f2 diff --git a/metadata/md5-cache/sec-policy/selinux-slocate-9999 b/metadata/md5-cache/sec-policy/selinux-slocate-9999 index 719c0ee1a032..07d72592d8ed 100644 --- a/metadata/md5-cache/sec-policy/selinux-slocate-9999 +++ b/metadata/md5-cache/sec-policy/selinux-slocate-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c54b04e295612920ce2e17bb82bb0e9c diff --git a/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 b/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 index f8c77634028d..a42d0dd6cda2 100644 --- a/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 +++ b/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d4b72693d920e5c9b2bb354ca2391154 diff --git a/metadata/md5-cache/sec-policy/selinux-smartmon-9999 b/metadata/md5-cache/sec-policy/selinux-smartmon-9999 index 56002151fca2..e011c554c4c6 100644 --- a/metadata/md5-cache/sec-policy/selinux-smartmon-9999 +++ b/metadata/md5-cache/sec-policy/selinux-smartmon-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2efa5bcc352104513375e5e335fb738b diff --git a/metadata/md5-cache/sec-policy/selinux-smokeping-9999 b/metadata/md5-cache/sec-policy/selinux-smokeping-9999 index 9661b3be7558..c64e931eac46 100644 --- a/metadata/md5-cache/sec-policy/selinux-smokeping-9999 +++ b/metadata/md5-cache/sec-policy/selinux-smokeping-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e70ad093fe34f9edd510bc43c80d47b2 diff --git a/metadata/md5-cache/sec-policy/selinux-snmp-9999 b/metadata/md5-cache/sec-policy/selinux-snmp-9999 index 08348774276c..12b55c2dfc9c 100644 --- a/metadata/md5-cache/sec-policy/selinux-snmp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-snmp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1ffdfe50797d5c054dbbb67b2035a7fe diff --git a/metadata/md5-cache/sec-policy/selinux-snort-9999 b/metadata/md5-cache/sec-policy/selinux-snort-9999 index 6754b56725bd..aed486a80a37 100644 --- a/metadata/md5-cache/sec-policy/selinux-snort-9999 +++ b/metadata/md5-cache/sec-policy/selinux-snort-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b569a3aa2b67d0abae905a394438c5fc diff --git a/metadata/md5-cache/sec-policy/selinux-soundserver-9999 b/metadata/md5-cache/sec-policy/selinux-soundserver-9999 index 47dcb895a4b1..285d061add69 100644 --- a/metadata/md5-cache/sec-policy/selinux-soundserver-9999 +++ b/metadata/md5-cache/sec-policy/selinux-soundserver-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c4cc4e4e24051965780a1a0c642ec037 diff --git a/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 b/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 index 64f0a38c357b..83969569d567 100644 --- a/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6e380c4f34d5d40321eb4e76a818afbc diff --git a/metadata/md5-cache/sec-policy/selinux-speedtouch-9999 b/metadata/md5-cache/sec-policy/selinux-speedtouch-9999 index 41d316a766c0..333e859c0dda 100644 --- a/metadata/md5-cache/sec-policy/selinux-speedtouch-9999 +++ b/metadata/md5-cache/sec-policy/selinux-speedtouch-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=83765a8e2a584201f90944d6f66580ff diff --git a/metadata/md5-cache/sec-policy/selinux-squid-9999 b/metadata/md5-cache/sec-policy/selinux-squid-9999 index 04aaac49f519..7fdd93999951 100644 --- a/metadata/md5-cache/sec-policy/selinux-squid-9999 +++ b/metadata/md5-cache/sec-policy/selinux-squid-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ccede77c4481a9a0756b538c23f2b70d diff --git a/metadata/md5-cache/sec-policy/selinux-sssd-9999 b/metadata/md5-cache/sec-policy/selinux-sssd-9999 index 3743352cc988..fb670eddcdde 100644 --- a/metadata/md5-cache/sec-policy/selinux-sssd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sssd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d9893c2092fefd92c5571cee3aae3a50 diff --git a/metadata/md5-cache/sec-policy/selinux-stunnel-9999 b/metadata/md5-cache/sec-policy/selinux-stunnel-9999 index 679d6c031c61..0d55e0220eff 100644 --- a/metadata/md5-cache/sec-policy/selinux-stunnel-9999 +++ b/metadata/md5-cache/sec-policy/selinux-stunnel-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=853f89eeb7a76767dfe0080345a9f40f diff --git a/metadata/md5-cache/sec-policy/selinux-sudo-9999 b/metadata/md5-cache/sec-policy/selinux-sudo-9999 index b07bc3d831ac..9dfca92a025f 100644 --- a/metadata/md5-cache/sec-policy/selinux-sudo-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sudo-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0be6c35c36eba9ce7eba36534a6d1bd1 diff --git a/metadata/md5-cache/sec-policy/selinux-sxid-9999 b/metadata/md5-cache/sec-policy/selinux-sxid-9999 index 49ede21dd9fb..01347e9c9faf 100644 --- a/metadata/md5-cache/sec-policy/selinux-sxid-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sxid-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5ba0b51b6015078d569cec6c57f2efca diff --git a/metadata/md5-cache/sec-policy/selinux-sysstat-9999 b/metadata/md5-cache/sec-policy/selinux-sysstat-9999 index 7ddd74492b9d..ab3037ed4c70 100644 --- a/metadata/md5-cache/sec-policy/selinux-sysstat-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sysstat-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7df21360f2415b7a84a001d67d3cf349 diff --git a/metadata/md5-cache/sec-policy/selinux-tcpd-9999 b/metadata/md5-cache/sec-policy/selinux-tcpd-9999 index e1eae1a5d4a4..56ce47a2c5d7 100644 --- a/metadata/md5-cache/sec-policy/selinux-tcpd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tcpd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a73afb38985c520f4fe3120b616f0a11 diff --git a/metadata/md5-cache/sec-policy/selinux-telnet-9999 b/metadata/md5-cache/sec-policy/selinux-telnet-9999 index db4ec4c82e5b..d005727cea19 100644 --- a/metadata/md5-cache/sec-policy/selinux-telnet-9999 +++ b/metadata/md5-cache/sec-policy/selinux-telnet-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-remotelogin >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fedcdb54dc06c4a3f24d7f8037ef6789 diff --git a/metadata/md5-cache/sec-policy/selinux-tftp-9999 b/metadata/md5-cache/sec-policy/selinux-tftp-9999 index 22624fdbc859..a40f1276230b 100644 --- a/metadata/md5-cache/sec-policy/selinux-tftp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tftp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=51a75d653ba6f1aae80bfd522fa20fed diff --git a/metadata/md5-cache/sec-policy/selinux-tgtd-9999 b/metadata/md5-cache/sec-policy/selinux-tgtd-9999 index 59f9a09aabe6..b002e2dd3eb7 100644 --- a/metadata/md5-cache/sec-policy/selinux-tgtd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tgtd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f605d940f6692eb5963e65c8cd73232b diff --git a/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 b/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 index bdf898872dc6..5840ed8d4381 100644 --- a/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 +++ b/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=54e8019da93829580852d3a9c40633ff diff --git a/metadata/md5-cache/sec-policy/selinux-timidity-9999 b/metadata/md5-cache/sec-policy/selinux-timidity-9999 index 27eb2a9ca105..56ea82f3a783 100644 --- a/metadata/md5-cache/sec-policy/selinux-timidity-9999 +++ b/metadata/md5-cache/sec-policy/selinux-timidity-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2b740083888fba5e5d4d8499b4765d63 diff --git a/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 b/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 index 866707ebe45f..1c9b541a5b3b 100644 --- a/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fd1e9d2ed39761c55a6fc88a677a8131 diff --git a/metadata/md5-cache/sec-policy/selinux-tor-9999 b/metadata/md5-cache/sec-policy/selinux-tor-9999 index 2793142af2ba..3ff25f051ef6 100644 --- a/metadata/md5-cache/sec-policy/selinux-tor-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tor-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ae21be8ed96690d1035559854aa49fdb diff --git a/metadata/md5-cache/sec-policy/selinux-tripwire-9999 b/metadata/md5-cache/sec-policy/selinux-tripwire-9999 index b21947bc2b0a..c6a99e42a7d2 100644 --- a/metadata/md5-cache/sec-policy/selinux-tripwire-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tripwire-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0c5ac9c4738742c9a4940a8f4a33b2cf diff --git a/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 b/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 index 208b140be373..0115cf610c48 100644 --- a/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b9e56b93fecc9f0b19b2504ab0ea5502 diff --git a/metadata/md5-cache/sec-policy/selinux-ulogd-9999 b/metadata/md5-cache/sec-policy/selinux-ulogd-9999 index db2e066ac139..26afc67b22c8 100644 --- a/metadata/md5-cache/sec-policy/selinux-ulogd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ulogd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=274b085419c7910cadaaa95d371aee87 diff --git a/metadata/md5-cache/sec-policy/selinux-uml-9999 b/metadata/md5-cache/sec-policy/selinux-uml-9999 index 5632518439be..9ffa079e9fb9 100644 --- a/metadata/md5-cache/sec-policy/selinux-uml-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uml-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=568738239cc4bb514a1c60e74f6e0af4 diff --git a/metadata/md5-cache/sec-policy/selinux-unconfined-9999 b/metadata/md5-cache/sec-policy/selinux-unconfined-9999 index 2992a227fcfa..22423cc294ef 100644 --- a/metadata/md5-cache/sec-policy/selinux-unconfined-9999 +++ b/metadata/md5-cache/sec-policy/selinux-unconfined-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8a6ebf4bcc9789c6fc54858ec50f3688 diff --git a/metadata/md5-cache/sec-policy/selinux-uptime-9999 b/metadata/md5-cache/sec-policy/selinux-uptime-9999 index 008b72093b85..6734d6dd9d9e 100644 --- a/metadata/md5-cache/sec-policy/selinux-uptime-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uptime-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=92264523b3107c8a788f85151b71658a diff --git a/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 b/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 index b3bdb657364d..c18f75d70746 100644 --- a/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5e29d95d236498e4da0a436e95b37eaa diff --git a/metadata/md5-cache/sec-policy/selinux-uucp-9999 b/metadata/md5-cache/sec-policy/selinux-uucp-9999 index e068b621abfc..d48cc458fb69 100644 --- a/metadata/md5-cache/sec-policy/selinux-uucp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uucp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e084fd8e91fc7e4b87b35eeab66248b7 diff --git a/metadata/md5-cache/sec-policy/selinux-uwimap-9999 b/metadata/md5-cache/sec-policy/selinux-uwimap-9999 index e2022d57d7cc..eef38d84c7d8 100644 --- a/metadata/md5-cache/sec-policy/selinux-uwimap-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uwimap-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5d1d68bbf360cb031d443ab6960964df diff --git a/metadata/md5-cache/sec-policy/selinux-varnishd-9999 b/metadata/md5-cache/sec-policy/selinux-varnishd-9999 index 366b57bf23dc..a66f1a3234d7 100644 --- a/metadata/md5-cache/sec-policy/selinux-varnishd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-varnishd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=34c8230d6309d29edfbb263cadbc51b4 diff --git a/metadata/md5-cache/sec-policy/selinux-vbetool-9999 b/metadata/md5-cache/sec-policy/selinux-vbetool-9999 index 289b3bbdea31..74f74478a8f3 100644 --- a/metadata/md5-cache/sec-policy/selinux-vbetool-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vbetool-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=b03cb4e2605bfcf755dd2d660097ff5d diff --git a/metadata/md5-cache/sec-policy/selinux-vdagent-9999 b/metadata/md5-cache/sec-policy/selinux-vdagent-9999 index 8f3431ce7d75..71b8c96f6359 100644 --- a/metadata/md5-cache/sec-policy/selinux-vdagent-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vdagent-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c788c25d2e3bc6733921cd0be5ee9185 diff --git a/metadata/md5-cache/sec-policy/selinux-vde-9999 b/metadata/md5-cache/sec-policy/selinux-vde-9999 index 784fc79c44a2..d0896eddd5fa 100644 --- a/metadata/md5-cache/sec-policy/selinux-vde-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vde-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=51540d4876c67a6e3c55d5948e6b7854 diff --git a/metadata/md5-cache/sec-policy/selinux-virt-9999 b/metadata/md5-cache/sec-policy/selinux-virt-9999 index 65079cf95c1a..d0aa320c1130 100644 --- a/metadata/md5-cache/sec-policy/selinux-virt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-virt-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=beb2505b21e805b09b0e03da2e84fd83 diff --git a/metadata/md5-cache/sec-policy/selinux-vlock-9999 b/metadata/md5-cache/sec-policy/selinux-vlock-9999 index 23c0d143e8d1..abcf771f09a0 100644 --- a/metadata/md5-cache/sec-policy/selinux-vlock-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vlock-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d7e02271347c2c2b500a50dbacd721b7 diff --git a/metadata/md5-cache/sec-policy/selinux-vmware-9999 b/metadata/md5-cache/sec-policy/selinux-vmware-9999 index 1b6517925695..0dead0f07c21 100644 --- a/metadata/md5-cache/sec-policy/selinux-vmware-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vmware-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ebf0296105ed020f04f69e5c2819e721 diff --git a/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 b/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 index d7e66343d138..0bf0e419e93a 100644 --- a/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=e8c5f33b45fe2822eb030e1c521e41b2 diff --git a/metadata/md5-cache/sec-policy/selinux-vpn-9999 b/metadata/md5-cache/sec-policy/selinux-vpn-9999 index 6d0662151bce..2f54f247fb2c 100644 --- a/metadata/md5-cache/sec-policy/selinux-vpn-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vpn-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7dd6ce2ae262b4ade60a3aa7677ee0a8 diff --git a/metadata/md5-cache/sec-policy/selinux-watchdog-9999 b/metadata/md5-cache/sec-policy/selinux-watchdog-9999 index e167299a7712..7b5989bd76c4 100644 --- a/metadata/md5-cache/sec-policy/selinux-watchdog-9999 +++ b/metadata/md5-cache/sec-policy/selinux-watchdog-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dac7cf78aa75f072591aa3ad7e80c483 diff --git a/metadata/md5-cache/sec-policy/selinux-webalizer-9999 b/metadata/md5-cache/sec-policy/selinux-webalizer-9999 index 08517d69d178..b330c29ea723 100644 --- a/metadata/md5-cache/sec-policy/selinux-webalizer-9999 +++ b/metadata/md5-cache/sec-policy/selinux-webalizer-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2526b9ec172354157ff3e4d8da727167 diff --git a/metadata/md5-cache/sec-policy/selinux-wine-9999 b/metadata/md5-cache/sec-policy/selinux-wine-9999 index 9880921ddd2e..783f67d2ff48 100644 --- a/metadata/md5-cache/sec-policy/selinux-wine-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wine-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=02841869179f6fb28fa5b21c2d630466 diff --git a/metadata/md5-cache/sec-policy/selinux-wireshark-9999 b/metadata/md5-cache/sec-policy/selinux-wireshark-9999 index b80e911895e3..37753e00e5ee 100644 --- a/metadata/md5-cache/sec-policy/selinux-wireshark-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wireshark-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4453e81f9a37182cdcb86c2133190e52 diff --git a/metadata/md5-cache/sec-policy/selinux-wm-9999 b/metadata/md5-cache/sec-policy/selinux-wm-9999 index e6c8018e680a..44ffca6a17b4 100644 --- a/metadata/md5-cache/sec-policy/selinux-wm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wm-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ac0bc28beb773750e0363d1c86219413 diff --git a/metadata/md5-cache/sec-policy/selinux-xen-9999 b/metadata/md5-cache/sec-policy/selinux-xen-9999 index 622b1ee11238..6cf3e0ebe0c0 100644 --- a/metadata/md5-cache/sec-policy/selinux-xen-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xen-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=239bb651a938014a124e9b396f8d8e6b diff --git a/metadata/md5-cache/sec-policy/selinux-xfs-9999 b/metadata/md5-cache/sec-policy/selinux-xfs-9999 index 9e338159f34c..6e0a68e5cf3e 100644 --- a/metadata/md5-cache/sec-policy/selinux-xfs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xfs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=4055c15ab037f7459616821dcef1741f diff --git a/metadata/md5-cache/sec-policy/selinux-xprint-9999 b/metadata/md5-cache/sec-policy/selinux-xprint-9999 index 28383576ac53..dbea3a09106b 100644 --- a/metadata/md5-cache/sec-policy/selinux-xprint-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xprint-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=07d80bfb55ce623008c6d03a12ccb5ba diff --git a/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 b/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 index 6c229d7496a7..fb77658760e7 100644 --- a/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d2313b099428a7017f85c753b06d722a diff --git a/metadata/md5-cache/sec-policy/selinux-xserver-9999 b/metadata/md5-cache/sec-policy/selinux-xserver-9999 index 3684fccaba2c..6941b7779e86 100644 --- a/metadata/md5-cache/sec-policy/selinux-xserver-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xserver-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=20e4334b820c3a074315d72d87317722 diff --git a/metadata/md5-cache/sec-policy/selinux-zabbix-9999 b/metadata/md5-cache/sec-policy/selinux-zabbix-9999 index 7078da465589..40b7a41d29e5 100644 --- a/metadata/md5-cache/sec-policy/selinux-zabbix-9999 +++ b/metadata/md5-cache/sec-policy/selinux-zabbix-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f selinux-policy-2 1cce491ad8be98a717bb4f4a3ae937d5 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c55a6df1915debad1bc15c7028e7b025 diff --git a/metadata/md5-cache/sys-apps/busybox-9999 b/metadata/md5-cache/sys-apps/busybox-9999 index f4eb98fc0b4e..9a85b271e71f 100644 --- a/metadata/md5-cache/sys-apps/busybox-9999 +++ b/metadata/md5-cache/sys-apps/busybox-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=!static? ( selinux? ( sys-libs/libselinux ) ) pam? ( sys-libs/pam ) RESTRICT=test SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=06f3baa32c4c3198ebd7c738801439fc diff --git a/metadata/md5-cache/sys-apps/dtc-9999 b/metadata/md5-cache/sys-apps/dtc-9999 index b1296f4efc2d..202df6253d36 100644 --- a/metadata/md5-cache/sys-apps/dtc-9999 +++ b/metadata/md5-cache/sys-apps/dtc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://git.jdl.com/gitweb/?p=dtc.git IUSE=static-libs LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=642cf4730955f5f40c9c91a19f208ffb diff --git a/metadata/md5-cache/sys-apps/epoch-9999 b/metadata/md5-cache/sys-apps/epoch-9999 index 94ecfde68aed..50c0e4d132da 100644 --- a/metadata/md5-cache/sys-apps/epoch-9999 +++ b/metadata/md5-cache/sys-apps/epoch-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=http://universe2.us/epoch.html LICENSE=public-domain SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c3cc92e9e15971fd2ebf03476e35b0c0 diff --git a/metadata/md5-cache/sys-apps/file-9999 b/metadata/md5-cache/sys-apps/file-9999 index 50d9ad275aaa..eec1ab463e34 100644 --- a/metadata/md5-cache/sys-apps/file-9999 +++ b/metadata/md5-cache/sys-apps/file-9999 @@ -7,5 +7,5 @@ IUSE=python static-libs zlib python_targets_python2_6 python_targets_python2_7 p LICENSE=BSD-2 RDEPEND=python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] ) zlib? ( sys-libs/zlib ) python? ( !dev-python/python-magic ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c0c3d107a0038efb659816cb73758e10 diff --git a/metadata/md5-cache/sys-apps/gentoo-systemd-integration-9999 b/metadata/md5-cache/sys-apps/gentoo-systemd-integration-9999 index 0264320b36f9..844e80b58bee 100644 --- a/metadata/md5-cache/sys-apps/gentoo-systemd-integration-9999 +++ b/metadata/md5-cache/sys-apps/gentoo-systemd-integration-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/gentoo-systemd-integration LICENSE=BSD RDEPEND=>=sys-apps/systemd-207 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1c7b4c1cb816885c90a85dcb44f15c85 diff --git a/metadata/md5-cache/sys-apps/grep-2.18 b/metadata/md5-cache/sys-apps/grep-2.18 new file mode 100644 index 000000000000..58beea3b034d --- /dev/null +++ b/metadata/md5-cache/sys-apps/grep-2.18 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure +DEPEND=!static? ( pcre? ( >=dev-libs/libpcre-7.8-r1 ) ) nls? ( virtual/libintl ) virtual/libiconv virtual/pkgconfig nls? ( sys-devel/gettext ) static? ( pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] ) ) +DESCRIPTION=GNU regular expression matcher +EAPI=4 +HOMEPAGE=http://www.gnu.org/software/grep/ +IUSE=nls pcre static +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3 +RDEPEND=!static? ( pcre? ( >=dev-libs/libpcre-7.8-r1 ) ) nls? ( virtual/libintl ) virtual/libiconv +SLOT=0 +SRC_URI=mirror://gnu/grep/grep-2.18.tar.xz mirror://gentoo/grep-2.18.tar.xz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=36894c182d2825269921326052fc136f diff --git a/metadata/md5-cache/sys-apps/haveged-1.9.1 b/metadata/md5-cache/sys-apps/haveged-1.9.1 new file mode 100644 index 000000000000..98837622cc79 --- /dev/null +++ b/metadata/md5-cache/sys-apps/haveged-1.9.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/pkgconfig +DESCRIPTION=A simple entropy daemon using the HAVEGE algorithm +EAPI=5 +HOMEPAGE=http://www.issihosts.com/haveged/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=!=net-firewall/iptables-1.4.5 ) !minimal? ( berkdb? ( sys-libs/db ) ) atm? ( net-dialup/linux-atm ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=bc9ee130fd958a135042919597efe9e4 diff --git a/metadata/md5-cache/sys-apps/kexec-tools-9999 b/metadata/md5-cache/sys-apps/kexec-tools-9999 index 5f23a104cf5e..706163d29be4 100644 --- a/metadata/md5-cache/sys-apps/kexec-tools-9999 +++ b/metadata/md5-cache/sys-apps/kexec-tools-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib ) REQUIRED_USE=lzma? ( zlib ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=140426fc1b82d2c82c6011594b89ba8c diff --git a/metadata/md5-cache/sys-apps/kmod-9999 b/metadata/md5-cache/sys-apps/kmod-9999 index b6077e921118..3b51c967b54b 100644 --- a/metadata/md5-cache/sys-apps/kmod-9999 +++ b/metadata/md5-cache/sys-apps/kmod-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2 RDEPEND=!sys-apps/module-init-tools !sys-apps/modutils lzma? ( >=app-arch/xz-utils-5.0.4-r1 ) openrc? ( !=sys-libs/zlib-1.2.6 ) RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9cd55c67882e4f7d2efcfc72103e2cb8 diff --git a/metadata/md5-cache/sys-apps/kmscon-9999 b/metadata/md5-cache/sys-apps/kmscon-9999 index cd09cf6d2ced..42256d0a96bf 100644 --- a/metadata/md5-cache/sys-apps/kmscon-9999 +++ b/metadata/md5-cache/sys-apps/kmscon-9999 @@ -8,5 +8,5 @@ LICENSE=MIT LGPL-2.1 BSD-2 RDEPEND=dev-libs/glib:2 >=virtual/udev-172 x11-libs/libxkbcommon dbus? ( sys-apps/dbus ) drm? ( x11-libs/libdrm >=media-libs/mesa-8.0.3[egl,gbm] ) truetype? ( media-libs/freetype:2 ) gles2? ( >=media-libs/mesa-8.0.3[gles2] ) pango? ( x11-libs/pango ) systemd? ( sys-apps/systemd ) udev? ( virtual/udev ) cairo? ( x11-libs/cairo ) pixman? ( x11-libs/pixman ) wayland? ( dev-libs/wayland ) x11-misc/xkeyboard-config REQUIRED_USE=gles2? ( drm ) multiseat? ( systemd ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=62b12c76121abd33c2e87c57f735deac diff --git a/metadata/md5-cache/sys-apps/net-tools-9999 b/metadata/md5-cache/sys-apps/net-tools-9999 index 354834df0845..fe441bdfe8e1 100644 --- a/metadata/md5-cache/sys-apps/net-tools-9999 +++ b/metadata/md5-cache/sys-apps/net-tools-9999 @@ -7,5 +7,5 @@ IUSE=nls old-output selinux static LICENSE=GPL-2 RDEPEND=!=sys-apps/baselayout-2.1-r1 kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) elibc_glibc? ( >=sys-libs/glibc-2.5 ) ncurses? ( sys-libs/ncurses ) pam? ( sys-auth/pambase ) tools? ( dev-lang/perl ) kernel_linux? ( sys-process/psmisc ) selinux? ( sec-policy/selinux-openrc ) !=sys-apps/sysvinit-2.86-r6 sys-process/runit ) ) kernel_FreeBSD? ( sys-freebsd/freebsd-sbin ) ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3520b7c7f2d252baefc2fc101fd7e1a7 diff --git a/metadata/md5-cache/sys-apps/pkgcore-9999 b/metadata/md5-cache/sys-apps/pkgcore-9999 index a07a2568939d..89d657520991 100644 --- a/metadata/md5-cache/sys-apps/pkgcore-9999 +++ b/metadata/md5-cache/sys-apps/pkgcore-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND==dev-python/snakeoil-9999[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=cbded1f1e12dbedff6264c19ecbc1dff diff --git a/metadata/md5-cache/sys-apps/portage-9999 b/metadata/md5-cache/sys-apps/portage-9999 index a4d5022e46b1..81c641a080b0 100644 --- a/metadata/md5-cache/sys-apps/portage-9999 +++ b/metadata/md5-cache/sys-apps/portage-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) RDEPEND=python3? ( =dev-lang/python-3* ) !pypy2_0? ( !python2? ( !python3? ( || ( >=dev-lang/python-2.7 dev-lang/python:2.6[threads] ) ) ) ) pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy2_0? ( virtual/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) !build? ( >=sys-apps/sed-4.0.5 || ( >=app-shells/bash-4.2_p37[readline] ( =app-shells/bash-3.2_p17 ) ) >=app-admin/eselect-1.2 || ( python3? ( =dev-lang/python-3*[ssl] ) !pypy2_0? ( !python2? ( !python3? ( || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] ) ) ) ) pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) ) dev-python/python-mhash ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] proot-3.2.2.tar.gz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=b2ea7b5d56c924645310090ec7f337a0 diff --git a/metadata/md5-cache/sys-apps/systemd-210 b/metadata/md5-cache/sys-apps/systemd-210 new file mode 100644 index 000000000000..5720bb899d3d --- /dev/null +++ b/metadata/md5-cache/sys-apps/systemd-210 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm pretend setup test +DEPEND=>=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) http? ( net-libs/libmicrohttpd:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) 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 ) 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(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) tcpd? ( sys-apps/tcp-wrappers:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.0 ia64? ( >=sys-kernel/linux-headers-3.9 ) virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.18 ) python? ( dev-python/lxml[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(+)?] ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) filecaps? ( sys-libs/libcap ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=System and service manager for Linux +EAPI=5 +HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd +IUSE=acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test vanilla xattr +filecaps abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 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 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 LGPL-2.1 MIT public-domain +PDEPEND=>=sys-apps/dbus-1.6.8-r1:0 >=sys-apps/hwids-20130717-r1[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) +RDEPEND=>=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) http? ( net-libs/libmicrohttpd:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) 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 ) 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(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) tcpd? ( sys-apps/tcp-wrappers:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 || ( >=sys-apps/util-linux-2.22 =sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) http? ( net-libs/libmicrohttpd:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) 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 ) 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-python/lxml[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(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) tcpd? ( sys-apps/tcp-wrappers:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.0 ia64? ( >=sys-kernel/linux-headers-3.9 ) virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.18 ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) dev-libs/gobject-introspection >=dev-libs/libgcrypt-1.4.5:0 dev-vcs/git !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool filecaps? ( sys-libs/libcap ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) http? ( net-libs/libmicrohttpd:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) 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 ) 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(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) tcpd? ( sys-apps/tcp-wrappers:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.0 ia64? ( >=sys-kernel/linux-headers-3.9 ) virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.18 ) python? ( dev-python/lxml[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(+)?] ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 dev-libs/gobject-introspection >=dev-libs/libgcrypt-1.4.5:0 dev-vcs/git !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool filecaps? ( sys-libs/libcap ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) virtual/pkgconfig virtual/pkgconfig DESCRIPTION=System and service manager for Linux EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd IUSE=acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test vanilla xattr +filecaps abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 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 LICENSE=GPL-2 LGPL-2.1 MIT public-domain PDEPEND=>=sys-apps/dbus-1.6.8-r1:0 >=sys-apps/hwids-20130717-r1[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) -RDEPEND=>=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) http? ( net-libs/libmicrohttpd:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) 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 ) 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-python/lxml[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(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) tcpd? ( sys-apps/tcp-wrappers:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 || ( >=sys-apps/util-linux-2.22 =sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) http? ( net-libs/libmicrohttpd:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) 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 ) 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(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) tcpd? ( sys-apps/tcp-wrappers:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 || ( >=sys-apps/util-linux-2.22 =dev-libs/glib-2.26 dev-libs/libgee:0.8 sys-apps/dbus x11-libs/gtk+:2 >=x11-libs/libnotify-0.7 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 _md5_=4d27fe1d928300195c54701da9a90668 diff --git a/metadata/md5-cache/sys-apps/uam-9999 b/metadata/md5-cache/sys-apps/uam-9999 index 6016cb608736..8c619ef4e44b 100644 --- a/metadata/md5-cache/sys-apps/uam-9999 +++ b/metadata/md5-cache/sys-apps/uam-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/uam/ LICENSE=BSD RDEPEND=virtual/udev SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 _md5_=05e34e9fa73b7720505621d23ea4e694 diff --git a/metadata/md5-cache/sys-apps/usbredir-9999 b/metadata/md5-cache/sys-apps/usbredir-9999 index f3d7382d60e6..a5402848caf7 100644 --- a/metadata/md5-cache/sys-apps/usbredir-9999 +++ b/metadata/md5-cache/sys-apps/usbredir-9999 @@ -7,5 +7,5 @@ IUSE=static-libs LICENSE=GPL-2 LGPL-2.1 RDEPEND=virtual/libusb:1 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=98099e9674b55225aecfe401fe3f564c diff --git a/metadata/md5-cache/sys-apps/util-linux-9999 b/metadata/md5-cache/sys-apps/util-linux-9999 index 6487693a4081..831d24df575e 100644 --- a/metadata/md5-cache/sys-apps/util-linux-9999 +++ b/metadata/md5-cache/sys-apps/util-linux-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/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 ) dev-lang/python-exec:2[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(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 ) ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6d3d89f0c5b5af32f3a18d0e73897c11 diff --git a/metadata/md5-cache/sys-auth/keystone-2013.1.9999 b/metadata/md5-cache/sys-auth/keystone-2013.1.9999 index 959a28877a0a..1ea2edd64bdc 100644 --- a/metadata/md5-cache/sys-auth/keystone-2013.1.9999 +++ b/metadata/md5-cache/sys-auth/keystone-2013.1.9999 @@ -9,5 +9,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c57d4ad79020d21f4bca3cde24cc4282 diff --git a/metadata/md5-cache/sys-auth/keystone-2013.2.9999 b/metadata/md5-cache/sys-auth/keystone-2013.2.9999 index 067557d53284..2e05b5b34317 100644 --- a/metadata/md5-cache/sys-auth/keystone-2013.2.9999 +++ b/metadata/md5-cache/sys-auth/keystone-2013.2.9999 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/python-pam-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/passlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/oauth2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/dogpile-cache-0.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-daemon[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ldap? ( dev-python/python-ldap[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/pbr-0.5.21[python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=65b9cb06d9b0b53206903d7c7ae78455 diff --git a/metadata/md5-cache/sys-auth/keystone-9999 b/metadata/md5-cache/sys-auth/keystone-9999 index 73f1be2496f4..b41554a8d860 100644 --- a/metadata/md5-cache/sys-auth/keystone-9999 +++ b/metadata/md5-cache/sys-auth/keystone-9999 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/python-pam-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/passlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/oauth2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/dogpile-cache-0.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-daemon[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ldap? ( dev-python/python-ldap[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/pbr-0.5.21[python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=73a3e20c8aea33155e730051875929c4 diff --git a/metadata/md5-cache/sys-auth/polkit-0.112-r1 b/metadata/md5-cache/sys-auth/polkit-0.112-r1 index d73540d1debe..45f8790ed8ac 100644 --- a/metadata/md5-cache/sys-auth/polkit-0.112-r1 +++ b/metadata/md5-cache/sys-auth/polkit-0.112-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Policy framework for controlling privileges for system-wide services EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/polkit IUSE=examples gtk +introspection kde nls pam selinux systemd -KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 LICENSE=LGPL-2 PDEPEND=gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 lxde-base/lxpolkit ) ) kde? ( sys-auth/polkit-kde-agent ) !systemd? ( sys-auth/consolekit[policykit] ) RDEPEND=ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) mips? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) !ia64? ( !mips? ( dev-lang/spidermonkey:17[-debug] ) ) >=dev-libs/glib-2.32 >=dev-libs/expat-2:= introspection? ( >=dev-libs/gobject-introspection-1 ) pam? ( sys-auth/pambase virtual/pam ) selinux? ( sec-policy/selinux-policykit ) systemd? ( sys-apps/systemd ) SLOT=0 SRC_URI=http://www.freedesktop.org/software/polkit/releases/polkit-0.112.tar.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 pax-utils 2424f959506320f5196de8f79fa05297 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a370cbbaddcec7bfef4a64fd69dc776c +_md5_=b8246cee0826f9f70c77b83b746fefba diff --git a/metadata/md5-cache/sys-block/blocks-9999 b/metadata/md5-cache/sys-block/blocks-9999 index 786eb410353f..b640930e6ff4 100644 --- a/metadata/md5-cache/sys-block/blocks-9999 +++ b/metadata/md5-cache/sys-block/blocks-9999 @@ -9,5 +9,5 @@ RDEPEND=dev-python/pyparted[python_targets_python3_3(-)?,-python_single_target_p REQUIRED_USE=|| ( python_targets_python3_3 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=eec52e3641d40c88a0f7c4bf7d5f605f diff --git a/metadata/md5-cache/sys-block/kvpm-0.9.8 b/metadata/md5-cache/sys-block/kvpm-0.9.8 index 22a694be9f79..3e6c23525d64 100644 --- a/metadata/md5-cache/sys-block/kvpm-0.9.8 +++ b/metadata/md5-cache/sys-block/kvpm-0.9.8 @@ -7,7 +7,7 @@ IUSE=debug +handbook aqua KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=sys-apps/util-linux >=sys-block/parted-2.3 >=sys-fs/lvm2-2.02.98 >=kde-base/oxygen-icons-4.4:4[aqua=] handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] -SLOT=0 +SLOT=4 SRC_URI=mirror://sourceforge/kvpm/kvpm-0.9.8.tar.gz _eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=cacc8f43da2afe1a333d069846030c95 +_md5_=cb2d8bda80b729980f25e612ea1ed2cb diff --git a/metadata/md5-cache/sys-block/lio-utils-9999 b/metadata/md5-cache/sys-block/lio-utils-9999 index afa6aba3cd9d..cd96571ea7c3 100644 --- a/metadata/md5-cache/sys-block/lio-utils-9999 +++ b/metadata/md5-cache/sys-block/lio-utils-9999 @@ -7,5 +7,5 @@ IUSE=snmp LICENSE=GPL-3 RDEPEND=snmp? ( net-analyzer/net-snmp ) =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d38d4d5671870472aa1aa3a980cdb896 diff --git a/metadata/md5-cache/sys-block/rtsadmin-9999 b/metadata/md5-cache/sys-block/rtsadmin-9999 index 63730f1751e0..84edbe50ec32 100644 --- a/metadata/md5-cache/sys-block/rtsadmin-9999 +++ b/metadata/md5-cache/sys-block/rtsadmin-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://linux-iscsi.org/ LICENSE=AGPL-3 RDEPEND=dev-python/configshell dev-python/rtslib sys-block/lio-utils =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=0b64c0cb186acb63b811faf237b6d669 diff --git a/metadata/md5-cache/sys-block/targetcli-9999 b/metadata/md5-cache/sys-block/targetcli-9999 index 0a3fd2f2bd4b..3279eaf72475 100644 --- a/metadata/md5-cache/sys-block/targetcli-9999 +++ b/metadata/md5-cache/sys-block/targetcli-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://linux-iscsi.org/ LICENSE=AGPL-3 RDEPEND=dev-python/configshell dev-python/rtslib sys-block/lio-utils =dev-lang/python-2* SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=7895bd31768a7fff8c0752adeafc1d0e diff --git a/metadata/md5-cache/sys-block/whdd-9999 b/metadata/md5-cache/sys-block/whdd-9999 index 25e823c50981..77a51a8806da 100644 --- a/metadata/md5-cache/sys-block/whdd-9999 +++ b/metadata/md5-cache/sys-block/whdd-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://github.com/krieger-od/whdd LICENSE=GPL-2 RDEPEND=dev-util/dialog sys-libs/ncurses[unicode] sys-apps/smartmontools SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=23fe27eabdd1058dc058f95bd7c4351c diff --git a/metadata/md5-cache/sys-boot/grub-9999-r1 b/metadata/md5-cache/sys-boot/grub-9999-r1 index e7b8680d9af0..290c672a7e19 100644 --- a/metadata/md5-cache/sys-boot/grub-9999-r1 +++ b/metadata/md5-cache/sys-boot/grub-9999-r1 @@ -10,5 +10,5 @@ REQUIRED_USE=grub_platforms_qemu? ( truetype ) grub_platforms_yeeloong? ( truety RESTRICT=test SLOT=2 SRC_URI=truetype? ( mirror://sourceforge/dejavu/dejavu-sans-ttf-2.34.zip http://unifoundry.com/pub/unifont-6.3.20131217/unifont-6.3.20131217.pcf.gz ) -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f mount-boot 02dd3bb4c5f025fef0fc3ade0f27c217 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f mount-boot 02dd3bb4c5f025fef0fc3ade0f27c217 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=85e79807ba1c5aaa83401d12ab5b7be6 diff --git a/metadata/md5-cache/sys-boot/palo-9999 b/metadata/md5-cache/sys-boot/palo-9999 index 1deb206919b1..bf60f9a5eb38 100644 --- a/metadata/md5-cache/sys-boot/palo-9999 +++ b/metadata/md5-cache/sys-boot/palo-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=http://parisc-linux.org/ https://parisc.wiki.kernel.org/ LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=04ae1ce50258fd294f252232170b634a diff --git a/metadata/md5-cache/sys-boot/vboot-utils-1.0_p20130222 b/metadata/md5-cache/sys-boot/vboot-utils-1.0_p20130222 index 9c9193bbe3bd..59d1a504d942 100644 --- a/metadata/md5-cache/sys-boot/vboot-utils-1.0_p20130222 +++ b/metadata/md5-cache/sys-boot/vboot-utils-1.0_p20130222 @@ -3,10 +3,10 @@ DEPEND=app-crypt/trousers app-arch/xz-utils:= dev-libs/libyaml:= dev-libs/openss DESCRIPTION=Chrome OS verified boot tools EAPI=5 HOMEPAGE=http://git.chromium.org/gitweb/?p=chromiumos/platform/vboot_reference.git -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD RDEPEND=app-arch/xz-utils:= dev-libs/libyaml:= dev-libs/openssl:0= sys-apps/util-linux:= SLOT=0 SRC_URI=http://kojipkgs.fedoraproject.org/packages/vboot-utils/20130222gite6cf2c2/3.fc19/src/vboot-utils-20130222gite6cf2c2-3.fc19.src.rpm _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=353851966bc1adb89a324d724dc442c0 +_md5_=3590ce5eb1143a9b03d9ebd131dcd616 diff --git a/metadata/md5-cache/sys-cluster/ceph-9999 b/metadata/md5-cache/sys-cluster/ceph-9999 index 0eb7bebf68d5..0de849df5ff9 100644 --- a/metadata/md5-cache/sys-cluster/ceph-9999 +++ b/metadata/md5-cache/sys-cluster/ceph-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=app-arch/snappy dev-libs/boost:=[threads] dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/leveldb[snappy] nss? ( dev-libs/nss ) cryptopp? ( dev-libs/crypto++ ) sys-apps/keyutils sys-apps/util-linux dev-libs/libxml2 fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) || ( ( >=dev-lang/python-2.7.5-r2:2.7 virtual/python-argparse[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ( >=dev-lang/python-2.6.8-r3:2.6 virtual/python-argparse[python_targets_python2_6(-),python_single_target_python2_6(+)] ) ) || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) sys-apps/hdparm sys-block/parted sys-fs/cryptsetup sys-fs/btrfs-progs || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/flask[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/requests[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ( >=dev-lang/python-2.6.8-r3:2.6 dev-python/flask[python_targets_python2_6(-),python_single_target_python2_6(+)] dev-python/requests[python_targets_python2_6(-),python_single_target_python2_6(+)] ) ) REQUIRED_USE=^^ ( nss cryptopp ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de _md5_=8f009c6a12f267e99842ec7d52a6c1a7 diff --git a/metadata/md5-cache/sys-cluster/cinder-2013.1.9999 b/metadata/md5-cache/sys-cluster/cinder-2013.1.9999 index 1b4bb275462d..b8adf618eaa6 100644 --- a/metadata/md5-cache/sys-cluster/cinder-2013.1.9999 +++ b/metadata/md5-cache/sys-cluster/cinder-2013.1.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND==dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lockfile-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paramiko[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/setuptools-git-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-swiftclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-block/iscsitarget-1.4.20.2_p20130821 sys-fs/lvm2 sys-block/open-iscsi sys-fs/sysfsutils 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=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=37344a01be9941d332087b5b188e50c8 diff --git a/metadata/md5-cache/sys-cluster/cinder-2013.2.1 b/metadata/md5-cache/sys-cluster/cinder-2013.2.1 deleted file mode 100644 index 834265f95a80..000000000000 --- a/metadata/md5-cache/sys-cluster/cinder-2013.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pbr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-admin/sudo test? ( >=dev-python/jsonschema-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/jsonschema-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/hacking-0.5.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/coverage-3.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/fixtures-0.3.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/hp3parclient-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/mock-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mox-0.5.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/psycopg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/testtools-0.9.32[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testrepository-0.0.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/oslo-sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) 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(-)] -DESCRIPTION=Cinder is the OpenStack Block storage service, a spin out of nova-volumes. -EAPI=5 -HOMEPAGE=https://launchpad.net/cinder -IUSE=+api +scheduler +volume mysql postgres sqlite test python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND==dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lockfile-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-block/iscsitarget-1.4.20.2_p20130821 sys-fs/lvm2 sys-block/open-iscsi sys-fs/sysfsutils 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=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://launchpad.net/cinder/havana/2013.2.1/+download/cinder-2013.2.1.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1d6758e2e020b0fe3683d3d566f6d79f diff --git a/metadata/md5-cache/sys-cluster/cinder-2013.2.9999 b/metadata/md5-cache/sys-cluster/cinder-2013.2.9999 index 5e677743b0e7..45164a8fde4e 100644 --- a/metadata/md5-cache/sys-cluster/cinder-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/cinder-2013.2.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND==dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lockfile-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-block/iscsitarget-1.4.20.2_p20130821 sys-fs/lvm2 sys-block/open-iscsi sys-fs/sysfsutils 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=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=51aae110afe1fe49182a848e52ac2153 diff --git a/metadata/md5-cache/sys-cluster/cinder-9999 b/metadata/md5-cache/sys-cluster/cinder-9999 index f14d6a387c3c..c678132ee269 100644 --- a/metadata/md5-cache/sys-cluster/cinder-9999 +++ b/metadata/md5-cache/sys-cluster/cinder-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lockfile-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pbr-0.5.21[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-block/iscsitarget-1.4.20.2_p20130821 sys-fs/lvm2 sys-block/open-iscsi 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=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=69eb4b3cc6a3b02445d9edf9e0d9ddb4 diff --git a/metadata/md5-cache/sys-cluster/glusterfs-3.4.0-r1 b/metadata/md5-cache/sys-cluster/glusterfs-3.4.0-r1 deleted file mode 100644 index f79f3cfd1ee7..000000000000 --- a/metadata/md5-cache/sys-cluster/glusterfs-3.4.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) infiniband? ( sys-infiniband/libibverbs sys-infiniband/librdmacm ) systemtap? ( dev-util/systemtap ) sys-libs/readline dev-libs/libaio dev-libs/libxml2 dev-libs/openssl || ( sys-libs/glibc sys-libs/argp-standalone ) virtual/pkgconfig sys-devel/bison sys-devel/flex !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=GlusterFS is a powerful network/cluster filesystem -EAPI=5 -HOMEPAGE=http://www.gluster.org/ -IUSE=bd-xlator debug emacs extras +fuse +georeplication infiniband static-libs systemtap vim-syntax python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2 LGPL-3+ ) -RDEPEND=bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) infiniband? ( sys-infiniband/libibverbs sys-infiniband/librdmacm ) systemtap? ( dev-util/systemtap ) sys-libs/readline dev-libs/libaio dev-libs/libxml2 dev-libs/openssl || ( sys-libs/glibc sys-libs/argp-standalone ) -REQUIRED_USE=georeplication? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) -SLOT=0 -SRC_URI=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/glusterfs-3.4.0.tar.gz -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7093392b75f87c50f604b7d036ee85cc diff --git a/metadata/md5-cache/sys-cluster/glusterfs-3.4.1 b/metadata/md5-cache/sys-cluster/glusterfs-3.4.1 deleted file mode 100644 index ad2474e41fde..000000000000 --- a/metadata/md5-cache/sys-cluster/glusterfs-3.4.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) infiniband? ( sys-infiniband/libibverbs sys-infiniband/librdmacm ) systemtap? ( dev-util/systemtap ) sys-libs/readline dev-libs/libaio dev-libs/libxml2 dev-libs/openssl || ( sys-libs/glibc sys-libs/argp-standalone ) virtual/pkgconfig sys-devel/bison sys-devel/flex !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=GlusterFS is a powerful network/cluster filesystem -EAPI=5 -HOMEPAGE=http://www.gluster.org/ -IUSE=bd-xlator debug emacs extras +fuse +georeplication infiniband static-libs systemtap vim-syntax python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2 LGPL-3+ ) -RDEPEND=bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) infiniband? ( sys-infiniband/libibverbs sys-infiniband/librdmacm ) systemtap? ( dev-util/systemtap ) sys-libs/readline dev-libs/libaio dev-libs/libxml2 dev-libs/openssl || ( sys-libs/glibc sys-libs/argp-standalone ) -REQUIRED_USE=georeplication? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) -SLOT=0 -SRC_URI=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.1/glusterfs-3.4.1.tar.gz -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f67e7f5a2e48dabf6e117e0c40b900d8 diff --git a/metadata/md5-cache/sys-cluster/glusterfs-3.4.2 b/metadata/md5-cache/sys-cluster/glusterfs-3.4.2-r1 similarity index 98% rename from metadata/md5-cache/sys-cluster/glusterfs-3.4.2 rename to metadata/md5-cache/sys-cluster/glusterfs-3.4.2-r1 index d776e0e61211..2715f75a3ba0 100644 --- a/metadata/md5-cache/sys-cluster/glusterfs-3.4.2 +++ b/metadata/md5-cache/sys-cluster/glusterfs-3.4.2-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=georeplication? ( python_single_target_python2_6? ( python_targets_ SLOT=0 SRC_URI=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.2/glusterfs-3.4.2.tar.gz _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f3ce897c19a0464a733e2ef0ab664a49 +_md5_=fdc840033c6f82750e3481e09a1ceabd diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 b/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 index 3fc90bb7f983..023881331ac7 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 +++ b/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_s REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=14af0c136f01e76e999aa2a241f4e2d1 diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.2.1 b/metadata/md5-cache/sys-cluster/neutron-2013.2.1 deleted file mode 100644 index a072c99161b1..000000000000 --- a/metadata/md5-cache/sys-cluster/neutron-2013.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile config configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pbr-0.5.21[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/cliff-1.4.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/coverage-3.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/fixtures-0.3.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mock-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mox-0.5.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/testrepository-0.0.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testtools-0.9.32[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webtest-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/hacking-0.5.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mimeparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) 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(-)] -DESCRIPTION=A virtual network service for Openstack. -EAPI=5 -HOMEPAGE=https://launchpad.net/neutron -IUSE=+dhcp doc +l3 +metadata +openvswitch +server test sqlite mysql postgres python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonrpclib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-apps/iproute2 openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] ) 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=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://launchpad.net/neutron/havana/2013.2.1/+download/neutron-2013.2.1.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cdd82061282d4225b8b33a7af45f8938 diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 b/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 index 934517cde499..0c47140fc576 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonrpclib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-apps/iproute2 openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] ) 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=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8e0362b151da660a3beea4c7a160abc9 diff --git a/metadata/md5-cache/sys-cluster/neutron-9999 b/metadata/md5-cache/sys-cluster/neutron-9999 index 061a3bd1e07b..1a2c6dbcf029 100644 --- a/metadata/md5-cache/sys-cluster/neutron-9999 +++ b/metadata/md5-cache/sys-cluster/neutron-9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_s REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=703847de091e3181e4533b125b7db2b1 diff --git a/metadata/md5-cache/sys-cluster/nova-2013.1.9999 b/metadata/md5-cache/sys-cluster/nova-2013.1.9999 index df20cc11fb78..8c0ebe4348ac 100644 --- a/metadata/md5-cache/sys-cluster/nova-2013.1.9999 +++ b/metadata/md5-cache/sys-cluster/nova-2013.1.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cheetah-2.4.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paramiko[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/setuptools-git-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( kvm xen ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=9db646701266a3ddeae908cd0ce6d3e7 diff --git a/metadata/md5-cache/sys-cluster/nova-2013.2.9999 b/metadata/md5-cache/sys-cluster/nova-2013.2.9999 index f07163e52a9d..4e90bc2ae549 100644 --- a/metadata/md5-cache/sys-cluster/nova-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/nova-2013.2.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/boto-2.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/libvirt-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 net-misc/openvswitch sys-fs/sysfsutils sys-fs/multipath-tools kvm? ( app-emulation/qemu ) xen? ( app-emulation/xen app-emulation/xen-tools ) 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=|| ( mysql postgres sqlite ) || ( kvm xen ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f5c552b04a6718f69b021c8b569ce41d diff --git a/metadata/md5-cache/sys-cluster/nova-9999 b/metadata/md5-cache/sys-cluster/nova-9999 index dc0bec53de7f..0d1781fd589d 100644 --- a/metadata/md5-cache/sys-cluster/nova-9999 +++ b/metadata/md5-cache/sys-cluster/nova-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/d2to1-0.2.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jinja-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/jsonschema-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/jsonschema-1.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pbr-0.5.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/routes-1.12.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/netaddr-0.7.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paramiko[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 net-misc/openvswitch sys-fs/sysfsutils sys-fs/multipath-tools kvm? ( app-emulation/qemu ) xen? ( app-emulation/xen app-emulation/xen-tools ) 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=|| ( mysql postgres sqlite ) || ( kvm xen ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f90686a84b4446576a18b9e38a440aed diff --git a/metadata/md5-cache/sys-cluster/swift-2013.1.9999 b/metadata/md5-cache/sys-cluster/swift-2013.1.9999 index f544070d516b..72e9e15f3946 100644 --- a/metadata/md5-cache/sys-cluster/swift-2013.1.9999 +++ b/metadata/md5-cache/sys-cluster/swift-2013.1.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-python/eventlet[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/greenlet[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netifaces[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pastedeploy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/simplejson[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.0.8[python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( proxy account container object ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1cf17c18b03d8e9270d7f591b6d622fe diff --git a/metadata/md5-cache/sys-cluster/swift-2013.2.9999 b/metadata/md5-cache/sys-cluster/swift-2013.2.9999 index 3a5f28817ac7..26eaaf97ae3a 100644 --- a/metadata/md5-cache/sys-cluster/swift-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/swift-2013.2.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/dnspython-1.9.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.15[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/netifaces-0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/simplejson-2.0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-swiftclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] memcache? ( net-misc/memcached ) net-misc/rsync[xattr] 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=|| ( proxy account container object ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f8595aba1328c72570fe95df79245fd7 diff --git a/metadata/md5-cache/sys-cluster/swift-9999 b/metadata/md5-cache/sys-cluster/swift-9999 index 1b30d9e031d3..93737fbe7fc1 100644 --- a/metadata/md5-cache/sys-cluster/swift-9999 +++ b/metadata/md5-cache/sys-cluster/swift-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/eventlet-0.9.15[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/netifaces-0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/simplejson-2.0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/dnspython-1.10.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-swiftclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] memcache? ( net-misc/memcached ) net-misc/rsync[xattr] 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=|| ( proxy account container object ) || ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=05503823d157a3b38d516b4d7aadac74 diff --git a/metadata/md5-cache/sys-devel/autoconf-9999 b/metadata/md5-cache/sys-devel/autoconf-9999 index a786a76ba285..3ad45a094be6 100644 --- a/metadata/md5-cache/sys-devel/autoconf-9999 +++ b/metadata/md5-cache/sys-devel/autoconf-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-3 PDEPEND=emacs? ( app-emacs/autoconf-mode ) RDEPEND=>=sys-devel/m4-1.4.16 >=dev-lang/perl-5.6 >=sys-devel/autoconf-wrapper-13 SLOT=2.5 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8823ba8bad624acd8c4cfb07bf0c8637 diff --git a/metadata/md5-cache/sys-devel/automake-9999 b/metadata/md5-cache/sys-devel/automake-9999 index 9fe3b7a98843..5d731c4c23bf 100644 --- a/metadata/md5-cache/sys-devel/automake-9999 +++ b/metadata/md5-cache/sys-devel/automake-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gnu.org/software/automake/ LICENSE=GPL-3 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-9 >=sys-devel/autoconf-2.60 >=sys-apps/texinfo-4.7 sys-devel/gnuconfig SLOT=9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2d64de2d9f41caaebc33eaa1fd39351a diff --git a/metadata/md5-cache/sys-devel/binutils-9999 b/metadata/md5-cache/sys-devel/binutils-9999 index 34e76750e685..ecc5b9f3e305 100644 --- a/metadata/md5-cache/sys-devel/binutils-9999 +++ b/metadata/md5-cache/sys-devel/binutils-9999 @@ -7,5 +7,5 @@ IUSE=cxx nls multitarget multislot static-libs test vanilla zlib LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f toolchain-binutils 78b0710908c44237d38f8aa0880f4de0 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f toolchain-binutils 78b0710908c44237d38f8aa0880f4de0 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a versionator a8a3963967d6140be9a14b08bb8f047f _md5_=fa20d2147bc458352a0bf23b9101e55a diff --git a/metadata/md5-cache/sys-devel/byfl-9999 b/metadata/md5-cache/sys-devel/byfl-9999 index 1fc439be6acd..34f187bc28da 100644 --- a/metadata/md5-cache/sys-devel/byfl-9999 +++ b/metadata/md5-cache/sys-devel/byfl-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/losalamos/Byfl LICENSE=BSD RDEPEND=>=sys-devel/dragonegg-9999 >=sys-devel/llvm-9999 >=sys-devel/clang-9999 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=736c3bbcfb674588ee06686860a95512 diff --git a/metadata/md5-cache/sys-devel/crossdev-99999999 b/metadata/md5-cache/sys-devel/crossdev-99999999 index 7efcc645b1d7..73df04102b42 100644 --- a/metadata/md5-cache/sys-devel/crossdev-99999999 +++ b/metadata/md5-cache/sys-devel/crossdev-99999999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.gentoo.org/ LICENSE=GPL-2 RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1794df3947cde94a47acf645a6f21a7c diff --git a/metadata/md5-cache/sys-devel/gdb-9999 b/metadata/md5-cache/sys-devel/gdb-9999 index a792f0761783..def4892792a2 100644 --- a/metadata/md5-cache/sys-devel/gdb-9999 +++ b/metadata/md5-cache/sys-devel/gdb-9999 @@ -7,5 +7,5 @@ IUSE=+client expat multitarget nls +python +server test vanilla zlib LICENSE=GPL-2 LGPL-2 RDEPEND=!dev-util/gdbserver >=sys-libs/ncurses-5.2-r2 sys-libs/readline expat? ( dev-libs/expat ) python? ( =dev-lang/python-2* ) zlib? ( sys-libs/zlib ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=86ae8e2073db74c01d9ef2848b57a151 diff --git a/metadata/md5-cache/sys-devel/gnuconfig-99999999 b/metadata/md5-cache/sys-devel/gnuconfig-99999999 index c7b6ead99a5d..4cefa59e98a1 100644 --- a/metadata/md5-cache/sys-devel/gnuconfig-99999999 +++ b/metadata/md5-cache/sys-devel/gnuconfig-99999999 @@ -5,5 +5,5 @@ EAPI=2 HOMEPAGE=http://savannah.gnu.org/projects/config LICENSE=GPL-2 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=db68a0930cef66bdd9c8fc8c6438b635 diff --git a/metadata/md5-cache/sys-devel/libtool-9999 b/metadata/md5-cache/sys-devel/libtool-9999 index af7998012155..1a8641223ade 100644 --- a/metadata/md5-cache/sys-devel/libtool-9999 +++ b/metadata/md5-cache/sys-devel/libtool-9999 @@ -7,5 +7,5 @@ IUSE=static-libs test vanilla LICENSE=GPL-2 RDEPEND=sys-devel/gnuconfig >=sys-devel/autoconf-2.65 >=sys-devel/automake-1.11.1 SLOT=2 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a _md5_=1cb502988c5f86d70b48c41ca27cbe1a diff --git a/metadata/md5-cache/sys-devel/llvm-9999 b/metadata/md5-cache/sys-devel/llvm-9999 index 8d7679912f55..1eab8bde6b03 100644 --- a/metadata/md5-cache/sys-devel/llvm-9999 +++ b/metadata/md5-cache/sys-devel/llvm-9999 @@ -9,5 +9,5 @@ PDEPEND=clang? ( =sys-devel/clang-9999-r100 ) RDEPEND=sys-libs/zlib:0= clang? ( python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] ) static-analyzer? ( dev-lang/perl:* python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] ) xml? ( dev-libs/libxml2:2= ) ) gold? ( >=sys-devel/binutils-2.22:*[cxx] ) libffi? ( virtual/libffi:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ncurses? ( sys-libs/ncurses:5=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) ocaml? ( dev-lang/ocaml:0= ) udis86? ( dev-libs/udis86:0=[pic(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) clang? ( !<=sys-devel/clang-9999-r99 ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) test? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0/9999 -_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5d71e4494e62e3a585209bed553ae605 diff --git a/metadata/md5-cache/sys-devel/smatch-9999 b/metadata/md5-cache/sys-devel/smatch-9999 index e014f0870509..d0d8e9a74bb0 100644 --- a/metadata/md5-cache/sys-devel/smatch-9999 +++ b/metadata/md5-cache/sys-devel/smatch-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://smatch.sourceforge.net/ LICENSE=OSL-1.1 RDEPEND=dev-db/sqlite SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8d59d8d7359910c65ab6c5a98d62d238 diff --git a/metadata/md5-cache/sys-devel/sparse-9999 b/metadata/md5-cache/sys-devel/sparse-9999 index 03045cebb304..75b0275599cf 100644 --- a/metadata/md5-cache/sys-devel/sparse-9999 +++ b/metadata/md5-cache/sys-devel/sparse-9999 @@ -7,5 +7,5 @@ IUSE=gtk llvm test xml LICENSE=OSL-1.1 RDEPEND=gtk? ( x11-libs/gtk+:2 ) llvm? ( >=sys-devel/llvm-3.0 ) xml? ( dev-libs/libxml2 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=63edde0952b6cecbb5b44712631871b8 diff --git a/metadata/md5-cache/sys-devel/systemd-m4-9999 b/metadata/md5-cache/sys-devel/systemd-m4-9999 index a6cc3a93ceac..0d066c7192c5 100644 --- a/metadata/md5-cache/sys-devel/systemd-m4-9999 +++ b/metadata/md5-cache/sys-devel/systemd-m4-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=https://bitbucket.org/mgorny/systemd-m4/ LICENSE=BSD SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=a345a1fb420f1fb77a88e2ce048ec1bf diff --git a/metadata/md5-cache/sys-devel/ucpp-9999 b/metadata/md5-cache/sys-devel/ucpp-9999 index 80c6f7a00b52..d3dc2ec412da 100644 --- a/metadata/md5-cache/sys-devel/ucpp-9999 +++ b/metadata/md5-cache/sys-devel/ucpp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://code.google.com/p/ucpp/ IUSE=static-libs LICENSE=BSD SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d2602ef28692bb44f561e7726ea86933 diff --git a/metadata/md5-cache/sys-fs/aufs3-3_p20140224 b/metadata/md5-cache/sys-fs/aufs3-3_p20140224 new file mode 100644 index 000000000000..7bc37eafae2a --- /dev/null +++ b/metadata/md5-cache/sys-fs/aufs3-3_p20140224 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup +DEPEND=dev-util/patchutils dev-vcs/git kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=An entirely re-designed and re-implemented Unionfs +EAPI=5 +HOMEPAGE=http://aufs.sourceforge.net/ +IUSE=debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs kernel_linux +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=sys-fs/aufs-util !sys-fs/aufs !sys-fs/aufs2 kernel_linux? ( virtual/modutils ) +SLOT=0 +SRC_URI=http://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-3_p20140224.tar.xz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=0a0555d1ac9d214350ba9192e87d38ab diff --git a/metadata/md5-cache/sys-fs/bcache-tools-9999 b/metadata/md5-cache/sys-fs/bcache-tools-9999 index bd8729910a03..9a019a4b8482 100644 --- a/metadata/md5-cache/sys-fs/bcache-tools-9999 +++ b/metadata/md5-cache/sys-fs/bcache-tools-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://bcache.evilpiepirate.org/ LICENSE=GPL-2 RDEPEND=>=sys-apps/util-linux-2.24 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de _md5_=016350a5729bec0ab3b6551ca1518c71 diff --git a/metadata/md5-cache/sys-fs/bedup-9999 b/metadata/md5-cache/sys-fs/bedup-9999 index cfcc6ac8919e..88373cdffa78 100644 --- a/metadata/md5-cache/sys-fs/bedup-9999 +++ b/metadata/md5-cache/sys-fs/bedup-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2+ RDEPEND=>=dev-python/cffi-0.5[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-python/pycparser-2.09.1-r1[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(-)] >=sys-fs/btrfs-progs-9999 dev-python/alembic[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-python/contextlib2[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-python/pyxdg[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-python/sqlalchemy[sqlite,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(-)] virtual/python-argparse[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(-)] 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 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2bfdd5be3c7eedd52b25f2f965483b02 diff --git a/metadata/md5-cache/sys-fs/btrfs-progs-9999 b/metadata/md5-cache/sys-fs/btrfs-progs-9999 index 39b563a35169..ee6acf0337b9 100644 --- a/metadata/md5-cache/sys-fs/btrfs-progs-9999 +++ b/metadata/md5-cache/sys-fs/btrfs-progs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://btrfs.wiki.kernel.org LICENSE=GPL-2 RDEPEND=dev-libs/lzo sys-libs/zlib sys-apps/acl sys-fs/e2fsprogs SLOT=0/0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0d69bb1dcf796161105a093b5b1e45cf diff --git a/metadata/md5-cache/sys-fs/eudev-9999 b/metadata/md5-cache/sys-fs/eudev-9999 index b1e5f11db4ac..42a9408956d2 100644 --- a/metadata/md5-cache/sys-fs/eudev-9999 +++ b/metadata/md5-cache/sys-fs/eudev-9999 @@ -9,5 +9,5 @@ PDEPEND=hwdb? ( >=sys-apps/hwids-20130717-r1[udev] ) keymap? ( >=sys-apps/hwids- RDEPEND=gudev? ( dev-libs/glib:2 ) kmod? ( sys-apps/kmod ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) selinux? ( sys-libs/libselinux ) >=sys-apps/util-linux-2.20 !=sys-apps/util-linux-2.16 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 _md5_=a1d8b7f33af68d517f496ca833edbca2 diff --git a/metadata/md5-cache/sys-fs/redirfs-9999 b/metadata/md5-cache/sys-fs/redirfs-9999 index bf04d015d4ce..e6e349ac9ca5 100644 --- a/metadata/md5-cache/sys-fs/redirfs-9999 +++ b/metadata/md5-cache/sys-fs/redirfs-9999 @@ -7,5 +7,5 @@ IUSE=kernel_linux LICENSE=GPL-3 RDEPEND=kernel_linux? ( virtual/modutils ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a020c3c4d8fb25f969256c061e41e8af diff --git a/metadata/md5-cache/sys-fs/simple-mtpfs-9999 b/metadata/md5-cache/sys-fs/simple-mtpfs-9999 index 6e587e018c74..13b742d30576 100644 --- a/metadata/md5-cache/sys-fs/simple-mtpfs-9999 +++ b/metadata/md5-cache/sys-fs/simple-mtpfs-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/phatina/simple-mtpfs LICENSE=GPL-2+ RDEPEND=media-libs/libmtp >=sys-fs/fuse-2.8 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f5ded4c7ed1c0bb83c796c7534993aca diff --git a/metadata/md5-cache/sys-fs/udev-209 b/metadata/md5-cache/sys-fs/udev-210 similarity index 92% rename from metadata/md5-cache/sys-fs/udev-209 rename to metadata/md5-cache/sys-fs/udev-210 index 9d22712a1af5..eb28a7dd367d 100644 --- a/metadata/md5-cache/sys-fs/udev-209 +++ b/metadata/md5-cache/sys-fs/udev-210 @@ -4,11 +4,12 @@ DESCRIPTION=Linux dynamic and persistent device naming support (aka userspace de EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd IUSE=acl doc +firmware-loader gudev introspection +kmod +openrc selinux static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=LGPL-2.1 MIT GPL-2 PDEPEND=>=virtual/udev-208 >=sys-apps/hwids-20140101[udev] openrc? ( >=sys-fs/udev-init-scripts-26 ) RDEPEND=>=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/glib-2.22 ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !=virtual/udev-208 >=sys-apps/hwids-20140101[udev] openrc? ( >=sys-fs/ud RDEPEND=>=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/glib-2.22 ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !=virtual/udev-180 !=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree +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 -IUSE=deblob experimental symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +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=!build? ( virtual/dev-manager ) +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.28 -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-35.base.tar.xz mirror://gentoo/genpatches-3.10-35.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-35.experimental.tar.xz ) +SLOT=3.10.31 +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_p20140224.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-38.base.tar.xz mirror://gentoo/genpatches-3.10-38.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-38.experimental.tar.xz ) ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=181aceaba9b04f9240e762c44a0022e1 +_md5_=b45b49daa2ae844c56079d861d07a818 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.29 b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.32 similarity index 58% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.10.29 rename to metadata/md5-cache/sys-kernel/aufs-sources-3.10.32 index 2ac1f9ada8c6..c854fdf5e861 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.29 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.32 @@ -1,15 +1,15 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +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 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree +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 -IUSE=deblob experimental symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +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=!build? ( virtual/dev-manager ) +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.29 -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-36.base.tar.xz mirror://gentoo/genpatches-3.10-36.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-36.experimental.tar.xz ) +SLOT=3.10.32 +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_p20140224.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-39.base.tar.xz mirror://gentoo/genpatches-3.10-39.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-39.experimental.tar.xz ) ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=82a900dd3402076eb29333e1842e29fb +_md5_=f69c708518d327b8bfd7b73df377db2e diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.11 b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.12 similarity index 58% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.12.11 rename to metadata/md5-cache/sys-kernel/aufs-sources-3.12.12 index abbea81bd475..f16d718c647e 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.11 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.12 @@ -1,15 +1,15 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +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 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree +DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree and aufs3 support 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 +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=!build? ( virtual/dev-manager ) +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.12.11 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) mirror://gentoo/genpatches-3.12-12.base.tar.xz mirror://gentoo/genpatches-3.12-12.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-12.experimental.tar.xz ) +SLOT=3.12.12 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12.x_p20140224.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-13.base.tar.xz mirror://gentoo/genpatches-3.12-13.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-13.experimental.tar.xz ) ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c40f9e14262884c5fff85249861b531d +_md5_=44b3cb45ef63c89ef7da9abd70ee9919 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9 b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.13 similarity index 58% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9 rename to metadata/md5-cache/sys-kernel/aufs-sources-3.12.13 index 15855b332ef5..2451f8fa6647 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.13 @@ -1,15 +1,15 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +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 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree +DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree and aufs3 support 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 +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=!build? ( virtual/dev-manager ) +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.12.9 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) mirror://gentoo/genpatches-3.12-10.base.tar.xz mirror://gentoo/genpatches-3.12-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-10.experimental.tar.xz ) +SLOT=3.12.13 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12.x_p20140224.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-14.base.tar.xz mirror://gentoo/genpatches-3.12-14.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-14.experimental.tar.xz ) ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3c1abf35a1de935e6c2302e3c106dc4f +_md5_=d72abeb2bf7e405a1696b2b201228dc8 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.0 b/metadata/md5-cache/sys-kernel/aufs-sources-3.13.5 similarity index 58% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.13.0 rename to metadata/md5-cache/sys-kernel/aufs-sources-3.13.5 index 6a2d9f0d2237..00bc13706e23 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.0 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.13.5 @@ -1,15 +1,15 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +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 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.13 kernel tree +DESCRIPTION=Full sources including the Gentoo patchset for the 3.13 kernel tree and aufs3 support 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 +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=!build? ( virtual/dev-manager ) +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.13.0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) mirror://gentoo/genpatches-3.13-1.base.tar.xz mirror://gentoo/genpatches-3.13-1.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-1.experimental.tar.xz ) +SLOT=3.13.5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.13_p20140224.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.13-8.base.tar.xz mirror://gentoo/genpatches-3.13-8.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-8.experimental.tar.xz ) ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ae2b547aa8605437e237de0dd3d7007d +_md5_=104bd035b376428ec43d092ff742138f diff --git a/metadata/md5-cache/sys-kernel/dracut-036 b/metadata/md5-cache/sys-kernel/dracut-036 deleted file mode 100644 index 758cb5727351..000000000000 --- a/metadata/md5-cache/sys-kernel/dracut-036 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=virtual/udev systemd? ( >=sys-apps/systemd-199 ) selinux? ( sec-policy/selinux-dracut ) app-text/asciidoc >=dev-libs/libxslt-1.1.26 app-text/docbook-xml-dtd:4.5 >=app-text/docbook-xsl-stylesheets-1.75.2 virtual/pkgconfig virtual/pkgconfig -DESCRIPTION=Generic initramfs generation tool -EAPI=4 -HOMEPAGE=http://dracut.wiki.kernel.org -IUSE=debug selinux systemd -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=virtual/udev systemd? ( >=sys-apps/systemd-199 ) selinux? ( sec-policy/selinux-dracut ) app-arch/cpio >=app-shells/bash-4.0 >sys-apps/kmod-5[tools] || ( >=sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils ) >=sys-apps/util-linux-2.21 debug? ( dev-util/strace ) selinux? ( sys-libs/libselinux sys-libs/libsepol ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://kernel/linux/utils/boot/dracut/dracut-036.tar.xz -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ed4008150f0fa2268f33051f92263e5a diff --git a/metadata/md5-cache/sys-kernel/dracut-036-r2 b/metadata/md5-cache/sys-kernel/dracut-036-r2 deleted file mode 100644 index fe106628e844..000000000000 --- a/metadata/md5-cache/sys-kernel/dracut-036-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=virtual/udev systemd? ( >=sys-apps/systemd-199 ) selinux? ( sec-policy/selinux-dracut ) app-text/asciidoc >=dev-libs/libxslt-1.1.26 app-text/docbook-xml-dtd:4.5 >=app-text/docbook-xsl-stylesheets-1.75.2 virtual/pkgconfig virtual/pkgconfig -DESCRIPTION=Generic initramfs generation tool -EAPI=4 -HOMEPAGE=http://dracut.wiki.kernel.org -IUSE=debug selinux systemd -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=virtual/udev systemd? ( >=sys-apps/systemd-199 ) selinux? ( sec-policy/selinux-dracut ) app-arch/cpio >=app-shells/bash-4.0 >sys-apps/kmod-5[tools] || ( >=sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils ) >=sys-apps/util-linux-2.21 debug? ( dev-util/strace ) selinux? ( sys-libs/libselinux sys-libs/libsepol ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://kernel/linux/utils/boot/dracut/dracut-036.tar.xz -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f0a5ff0c3cb2229e1cfd6cc2056dbdc0 diff --git a/metadata/md5-cache/sys-kernel/dracut-036-r1 b/metadata/md5-cache/sys-kernel/dracut-036-r3 similarity index 96% rename from metadata/md5-cache/sys-kernel/dracut-036-r1 rename to metadata/md5-cache/sys-kernel/dracut-036-r3 index d323502389aa..dc037d7a201c 100644 --- a/metadata/md5-cache/sys-kernel/dracut-036-r1 +++ b/metadata/md5-cache/sys-kernel/dracut-036-r3 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://kernel/linux/utils/boot/dracut/dracut-036.tar.xz _eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=11c4500c161285c5f7f8c3e843aa4294 +_md5_=42e9add62b8946e62e731aa2c72af130 diff --git a/metadata/md5-cache/sys-kernel/genkernel-9999 b/metadata/md5-cache/sys-kernel/genkernel-9999 index e247846201c0..b9dfb732abfd 100644 --- a/metadata/md5-cache/sys-kernel/genkernel-9999 +++ b/metadata/md5-cache/sys-kernel/genkernel-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=sys-fs/e2fsprogs selinux? ( sys-libs/libselinux ) cryptsetup? ( sys-fs/cryptsetup ) app-arch/cpio >=app-misc/pax-utils-0.2.1 !=sys-fs/dmraid-1.0.0_rc16 ) gpg? ( app-crypt/gnupg ) iscsi? ( sys-block/open-iscsi ) plymouth? ( sys-boot/plymouth ) app-portage/portage-utils app-arch/cpio >=app-misc/pax-utils-0.6 !=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.0 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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.0.101 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-3.0 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-check -> deblob-check-3.0 ) mirror://gentoo/genpatches-3.0-71.base.tar.xz mirror://gentoo/genpatches-3.0-71.extras.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c380a1f3a8747bcb748e8f1f3bbcc577 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.30 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.32 similarity index 83% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.10.30 rename to metadata/md5-cache/sys-kernel/gentoo-sources-3.10.32 index 317b94912762..57b63e87d938 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.30 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.32 @@ -9,7 +9,7 @@ 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.30 -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-37.base.tar.xz mirror://gentoo/genpatches-3.10-37.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-37.experimental.tar.xz ) +SLOT=3.10.32 +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-39.base.tar.xz mirror://gentoo/genpatches-3.10-39.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-39.experimental.tar.xz ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3c36369bc59ee46d878503a1d6cdccbb +_md5_=a68b75341bc3f9d95d75b99b0e331550 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.7 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.7 deleted file mode 100644 index dcb239d64421..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.7 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob 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.7 -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-13.base.tar.xz mirror://gentoo/genpatches-3.10-13.extras.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=dd72d745acd390930c43fefb468b9fd6 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.9999 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.9999 index 6af91ac976ac..a4bc9f1b9666 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.9999 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.9999 @@ -10,5 +10,5 @@ RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/ RESTRICT=binchecks strip SLOT=3.10.9999 SRC_URI=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1ef7ac536465e70ae2c1bd277db2e655 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.10 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.10 deleted file mode 100644 index ed74e9b2172a..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.10 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.11 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.11.10 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-3.11 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-check -> deblob-check-3.11 ) mirror://gentoo/genpatches-3.11-14.base.tar.xz mirror://gentoo/genpatches-3.11-14.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.11-14.experimental.tar.xz ) -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b601d971d00246e957c0c822443744ae diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.9999 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.9999 deleted file mode 100644 index dffd733edc9b..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.9999 +++ /dev/null @@ -1,14 +0,0 @@ -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 >=dev-lang/python-2.6.8-r3:2.6 ) ) || ( dev-vcs/subversion[http] dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync dev-vcs/git -DESCRIPTION=Full sources including the Gentoo patchset for the 3.11 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob experimental symlink build deblob -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.11.9999 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.11.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c552f3550891dca74362d5b7182168ed diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.10 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.13 similarity index 83% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.12.10 rename to metadata/md5-cache/sys-kernel/gentoo-sources-3.12.13 index ca6c6595fea2..f68c52c31cb1 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.10 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.13 @@ -9,7 +9,7 @@ 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.12.10 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) mirror://gentoo/genpatches-3.12-11.base.tar.xz mirror://gentoo/genpatches-3.12-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-11.experimental.tar.xz ) +SLOT=3.12.13 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) mirror://gentoo/genpatches-3.12-14.base.tar.xz mirror://gentoo/genpatches-3.12-14.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-14.experimental.tar.xz ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=52d36cc99110550318b296e555baa22c +_md5_=66ba59f0d9360154bbfdad6698a8d849 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9999 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9999 index e49ad35f126c..60f74f92627d 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9999 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.9999 @@ -10,5 +10,5 @@ RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/ RESTRICT=binchecks strip SLOT=3.12.9999 SRC_URI=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=6c591172f99f0ec1d5d90e18ef099cda diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.0-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.0-r1 deleted file mode 100644 index c75121777404..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.0-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.13 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.13.0-r1 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) mirror://gentoo/genpatches-3.13-2.base.tar.xz mirror://gentoo/genpatches-3.13-2.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-2.experimental.tar.xz ) -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c0f3b9ca7a0a340f465e6dd144b17c15 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.3 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.3 deleted file mode 100644 index ca66d2860961..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.13 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.13.3 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) mirror://gentoo/genpatches-3.13-6.base.tar.xz mirror://gentoo/genpatches-3.13-6.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-6.experimental.tar.xz ) -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4ea5590c835cf0a5892152c869b82249 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.2 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.5 similarity index 83% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.13.2 rename to metadata/md5-cache/sys-kernel/gentoo-sources-3.13.5 index b96c9c1990c3..11fe96eb06fd 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.2 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.5 @@ -9,7 +9,7 @@ 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.13.2 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) mirror://gentoo/genpatches-3.13-5.base.tar.xz mirror://gentoo/genpatches-3.13-5.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-5.experimental.tar.xz ) +SLOT=3.13.5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) mirror://gentoo/genpatches-3.13-8.base.tar.xz mirror://gentoo/genpatches-3.13-8.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-8.experimental.tar.xz ) _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8aafe4d145606ed5b4106173751ba298 +_md5_=7967b01e935dad81ffbb91284c6ad4c5 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.9999 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.9999 index 607177f7480d..8643241ada88 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.9999 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.9999 @@ -10,5 +10,5 @@ RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/ RESTRICT=binchecks strip SLOT=3.13.9999 SRC_URI=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.13.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f8f22aac9bbe3b90f220087dce01ba6a diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.76 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.76 deleted file mode 100644 index 56c1276917d1..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.76 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.4 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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.4.76 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-56.base.tar.xz mirror://gentoo/genpatches-3.4-56.extras.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b479d735b07fd10d75ce8f221166b6c8 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.78 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.78 deleted file mode 100644 index f87e54f0744b..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.78 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.4 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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.4.78 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-58.base.tar.xz mirror://gentoo/genpatches-3.4-58.extras.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1beb5a20f37c69b28c8cfbdecf28532f diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.79 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.79 deleted file mode 100644 index 0f76d5b535be..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.79 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.4 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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.4.79 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-59.base.tar.xz mirror://gentoo/genpatches-3.4-59.extras.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ef600cfaaab1925d881622c9f1a27c4d diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.80 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.80 deleted file mode 100644 index 5d4a9540bec9..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.80 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.4 kernel tree -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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.4.80 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-60.base.tar.xz mirror://gentoo/genpatches-3.4-60.extras.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=600c97abbebfa57030b5f8bde5a3fb26 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.77 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.82 similarity index 88% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.4.77 rename to metadata/md5-cache/sys-kernel/gentoo-sources-3.4.82 index 93c1a835cc77..415dce8144d8 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.77 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.82 @@ -9,7 +9,7 @@ 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.4.77 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-57.base.tar.xz mirror://gentoo/genpatches-3.4-57.extras.tar.xz +SLOT=3.4.82 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-62.base.tar.xz mirror://gentoo/genpatches-3.4-62.extras.tar.xz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f9a8e7f0a7baac9fbc5e931a6beb7ecc +_md5_=c10cacab6a5937aed5e37d529b303dd6 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.9999 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.9999 index 80ff7398ed54..d403d753ca37 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.9999 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.9999 @@ -10,5 +10,5 @@ RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/ RESTRICT=binchecks strip SLOT=3.4.9999 SRC_URI=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=90817c457beefce7f94c27bc3a6c06fa diff --git a/metadata/md5-cache/sys-kernel/git-sources-3.14_rc4 b/metadata/md5-cache/sys-kernel/git-sources-3.14_rc4 new file mode 100644 index 000000000000..4f48d62687ac --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-3.14_rc4 @@ -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 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=http://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 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_rc4 +SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.14-rc4.xz mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=478dc4ade08c315cd7b5f8e99663b27a diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.1 b/metadata/md5-cache/sys-kernel/hardened-sources-3.13.5 similarity index 60% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.13.1 rename to metadata/md5-cache/sys-kernel/hardened-sources-3.13.5 index d6616e7cf470..46379fc87811 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.13.1 +++ b/metadata/md5-cache/sys-kernel/hardened-sources-3.13.5 @@ -1,15 +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 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.13 kernel tree +DESCRIPTION=Hardened kernel sources (kernel series 3.13) 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 +HOMEPAGE=http://www.gentoo.org/proj/en/hardened/ +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~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 ) +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.13.1 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) mirror://gentoo/genpatches-3.13-3.base.tar.xz mirror://gentoo/genpatches-3.13-3.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-3.experimental.tar.xz ) +SLOT=3.13.5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-3.13 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.13.N/deblob-check -> deblob-check-3.13 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.13.5-1.extras.tar.bz2 mirror://gentoo/genpatches-3.13-8.base.tar.xz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=32e457bcb527fa35885e590f8019fc95 +_md5_=e7c553790b85f4f88198373370ae9982 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.2.54 b/metadata/md5-cache/sys-kernel/hardened-sources-3.2.55-r2 similarity index 63% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.2.54 rename to metadata/md5-cache/sys-kernel/hardened-sources-3.2.55-r2 index 7219ea9ff561..5793b20e1f19 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.2.54 +++ b/metadata/md5-cache/sys-kernel/hardened-sources-3.2.55-r2 @@ -1,15 +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 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.2 kernel tree +DESCRIPTION=Hardened kernel sources (kernel series 3.2) EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +HOMEPAGE=http://www.gentoo.org/proj/en/hardened/ IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~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 ) +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.2.54 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) mirror://gentoo/genpatches-3.2-32.base.tar.xz mirror://gentoo/genpatches-3.2-32.extras.tar.xz +SLOT=3.2.55-r2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.2.55-3.extras.tar.bz2 mirror://gentoo/genpatches-3.2-16.base.tar.xz mirror://gentoo/genpatches-3.2-16.extras.tar.xz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=36830a90feba0b06e6b24206cb877a2a +_md5_=0588e55451b3ec9d9d32d0f1f07e37e8 diff --git a/metadata/md5-cache/sys-kernel/linux-docs-3.4.67 b/metadata/md5-cache/sys-kernel/linux-docs-3.10.32 similarity index 81% rename from metadata/md5-cache/sys-kernel/linux-docs-3.4.67 rename to metadata/md5-cache/sys-kernel/linux-docs-3.10.32 index e0e4ef5b621d..1cc289aacfe9 100644 --- a/metadata/md5-cache/sys-kernel/linux-docs-3.4.67 +++ b/metadata/md5-cache/sys-kernel/linux-docs-3.10.32 @@ -7,6 +7,6 @@ IUSE=html KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 SLOT=0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.67.tar.bz2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.32.tar.xz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=a9636cfa9f746e18a074fbdd3331da7a +_md5_=b2cf660b4d121da8d9c9f239eb610da6 diff --git a/metadata/md5-cache/sys-kernel/linux-docs-3.11.6 b/metadata/md5-cache/sys-kernel/linux-docs-3.12.13 similarity index 81% rename from metadata/md5-cache/sys-kernel/linux-docs-3.11.6 rename to metadata/md5-cache/sys-kernel/linux-docs-3.12.13 index 372d38860090..df35ed918fa4 100644 --- a/metadata/md5-cache/sys-kernel/linux-docs-3.11.6 +++ b/metadata/md5-cache/sys-kernel/linux-docs-3.12.13 @@ -7,6 +7,6 @@ IUSE=html KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 SLOT=0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.6.tar.bz2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.13.tar.xz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=a3251a0dcfb269229db6a91aff1b83fe +_md5_=bfa70473a08a7be4a43e4bbab8757a61 diff --git a/metadata/md5-cache/sys-kernel/linux-docs-3.10.17 b/metadata/md5-cache/sys-kernel/linux-docs-3.13.5 similarity index 81% rename from metadata/md5-cache/sys-kernel/linux-docs-3.10.17 rename to metadata/md5-cache/sys-kernel/linux-docs-3.13.5 index ae1922170e72..4aed5ee45a36 100644 --- a/metadata/md5-cache/sys-kernel/linux-docs-3.10.17 +++ b/metadata/md5-cache/sys-kernel/linux-docs-3.13.5 @@ -7,6 +7,6 @@ IUSE=html KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 SLOT=0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.17.tar.bz2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.5.tar.xz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=15fe2f74411e6434765de5df60b05d9b +_md5_=189736f372cb499e72a13da05923b4dc diff --git a/metadata/md5-cache/sys-kernel/linux-docs-3.0.101 b/metadata/md5-cache/sys-kernel/linux-docs-3.2.55 similarity index 73% rename from metadata/md5-cache/sys-kernel/linux-docs-3.0.101 rename to metadata/md5-cache/sys-kernel/linux-docs-3.2.55 index 07b429c9b1e9..f33bc37d71ff 100644 --- a/metadata/md5-cache/sys-kernel/linux-docs-3.0.101 +++ b/metadata/md5-cache/sys-kernel/linux-docs-3.2.55 @@ -1,11 +1,12 @@ -DEFINED_PHASES=compile install unpack +DEFINED_PHASES=compile install prepare DEPEND=app-text/docbook-sgml-utils app-text/xmlto sys-apps/sed ~app-text/docbook-xml-dtd-4.1.2 DESCRIPTION=Developer documentation generated from the Linux kernel +EAPI=3 HOMEPAGE=http://www.kernel.org/ IUSE=html KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 SLOT=0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.101.tar.bz2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.2.55.tar.xz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=5f63e973b3d14116b68563e7107dcf17 +_md5_=8533863a507cb7c3a2042e4e5afa99e5 diff --git a/metadata/md5-cache/sys-kernel/linux-docs-3.4.82 b/metadata/md5-cache/sys-kernel/linux-docs-3.4.82 new file mode 100644 index 000000000000..fb0081402335 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/linux-docs-3.4.82 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=app-text/docbook-sgml-utils app-text/xmlto sys-apps/sed ~app-text/docbook-xml-dtd-4.1.2 +DESCRIPTION=Developer documentation generated from the Linux kernel +EAPI=3 +HOMEPAGE=http://www.kernel.org/ +IUSE=html +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.82.tar.xz +_eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=2f9ffde66b97e75d5392fb9ea81e84dc diff --git a/metadata/md5-cache/sys-kernel/linux-firmware-99999999 b/metadata/md5-cache/sys-kernel/linux-firmware-99999999 index c1dacce978b7..26657e2be17b 100644 --- a/metadata/md5-cache/sys-kernel/linux-firmware-99999999 +++ b/metadata/md5-cache/sys-kernel/linux-firmware-99999999 @@ -7,5 +7,5 @@ IUSE=savedconfig savedconfig LICENSE=GPL-1 GPL-2 GPL-3 BSD freedist RDEPEND=!savedconfig? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] !sys-firmware/alsa-firmware[alsa_cards_korg1212] !sys-firmware/alsa-firmware[alsa_cards_maestro3] !sys-firmware/alsa-firmware[alsa_cards_sb16] !sys-firmware/alsa-firmware[alsa_cards_ymfpci] !media-tv/cx18-firmware !=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.9 kernel tree +DESCRIPTION=Kernel sources with OpenVZ patchset EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches -IUSE=deblob symlink build deblob -KEYWORDS=~amd64 ~arm ~ia64 ~x86 +HOMEPAGE=http://www.openvz.org +IUSE=symlink build deblob +KEYWORDS=~amd64 ~ppc64 ~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.9.11-r1 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.9.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.9.N/deblob-3.9 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.9.N/deblob-check -> deblob-check-3.9 ) mirror://gentoo/genpatches-3.9-17.base.tar.xz mirror://gentoo/genpatches-3.9-17.extras.tar.xz +SLOT=2.6.32.84.26 +SRC_URI=mirror://kernel/linux/kernel/v2.6/linux-2.6.32.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-2.6.32 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-check -> deblob-check-2.6.32 ) http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab084.26/patches/patch-042stab084.26-combined.gz _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9869baaae932fd0b89683e2c375101a9 +_md5_=082d37a2c666513432724e1d1ed1dd8c diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 index 8e031a055d53..970c24204ecb 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 @@ -7,5 +7,5 @@ IUSE=doc LICENSE=GPL-2 raspberrypi-videocore-bin RESTRICT=binchecks strip SLOT=3.10.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f032a5b72391280b7937863d01ecb2be diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.10.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.10.9999 index 1612da3566da..187feeddb0c5 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.10.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.10.9999 @@ -9,5 +9,5 @@ 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.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a66f16cacc26afb0497cb8254fcb8a3a diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.11.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.11.9999 index 8da7f613f2ca..80d93012e6f7 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.11.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.11.9999 @@ -9,5 +9,5 @@ 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.11.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1385885ce90007ae3a28422cbaae8544 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.12.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.12.9999 index b1e77b4f7948..d0ed72ea3887 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.12.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.12.9999 @@ -9,5 +9,5 @@ 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.12.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c3e5da4ce9a68a8ae6b081641803d6db diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.6.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.6.9999 index d348f1675205..0a680fdd797b 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.6.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.6.9999 @@ -9,5 +9,5 @@ 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.6.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d43aa646e583e8c02984cb9bc66fcb7d diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.8.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.8.9999 index 8d2e045b2f3a..72dc41d259b0 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.8.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.8.9999 @@ -9,5 +9,5 @@ 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.8.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5b000260cf799b778463e2d923980e04 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.9.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.9.9999 index ddf7995e06db..0a4e3a04281f 100644 --- a/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.9.9999 +++ b/metadata/md5-cache/sys-kernel/raspberrypi-sources-3.9.9999 @@ -9,5 +9,5 @@ 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.9.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=fa8217d0efa3f5dd8fbe876cee6e5484 diff --git a/metadata/md5-cache/sys-kernel/spl-9999 b/metadata/md5-cache/sys-kernel/spl-9999 index 0b30334351ab..19d0cc0a1e63 100644 --- a/metadata/md5-cache/sys-kernel/spl-9999 +++ b/metadata/md5-cache/sys-kernel/spl-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl virtual/awk !sys-devel/spl kernel_linux? ( virtual/modutils ) RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=99b7fcef2df854c7294d1565ce619bcc diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.26 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.26 deleted file mode 100644 index 436a1ba38db5..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.26 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.10.26 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-33.base.tar.xz mirror://gentoo/genpatches-3.10-33.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-33.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.23-2013-12-09.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=80ca83ac948847b8bd1ddfb3d3fc2510 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.27 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.27 deleted file mode 100644 index 941e6b1fcbac..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.27 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.10.27 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-34.base.tar.xz mirror://gentoo/genpatches-3.10-34.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-34.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.23-2013-12-09.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=aeaca88e3fa0cbb53674d5a6e1269fd7 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.28 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.28 deleted file mode 100644 index bc1ceeaea867..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.28 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.10.28 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-35.base.tar.xz mirror://gentoo/genpatches-3.10-35.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-35.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.27-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b45827b9ea751c5553d780fc16d0fe0e diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.29 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.29 deleted file mode 100644 index 9b51a374d7a6..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.29 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.10.29 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-36.base.tar.xz mirror://gentoo/genpatches-3.10-36.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-36.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.27-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=491f50ab25025fa459e0ba1578d02de8 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.30 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.32 similarity index 77% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.30 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.32 index 09d4a5f9b4c6..16e8482defda 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.30 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.32 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.10.30 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-37.base.tar.xz mirror://gentoo/genpatches-3.10-37.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-37.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.29-2014-02-13.patch.bz2 +SLOT=3.10.32 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-39.base.tar.xz mirror://gentoo/genpatches-3.10-39.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-39.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.32-2014-02-23.patch.bz2 _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ddd4a34fcc1c8ce6027e1414948b949d +_md5_=559cc9b7773f25a40ae735908195fd5c diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.10 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.10 deleted file mode 100644 index cebcc29d9239..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.10 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.10 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-11.base.tar.xz mirror://gentoo/genpatches-3.12-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-11.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.8-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=29394abced119d8229f65d19e6cf2ccd diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.11 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.13 similarity index 77% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.11 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.13 index bf8d76737111..2ffa3afc522c 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.11 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.13 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.12.11 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-12.base.tar.xz mirror://gentoo/genpatches-3.12-12.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-12.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.10-2014-02-13.patch.bz2 +SLOT=3.12.13 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-14.base.tar.xz mirror://gentoo/genpatches-3.12-14.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-14.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.12-2014-02-21.patch.bz2 _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=58d80e6dd1dfedd463ddc0232c94ba30 +_md5_=957fd1d31be9e4f9b1b910af77e43134 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.7 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.7 deleted file mode 100644 index e17230811a95..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.7 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.7 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-8.base.tar.xz mirror://gentoo/genpatches-3.12-8.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-8.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.4-2013-12-09.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7d0b76ca459b40ca923203ffb6627561 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.8 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.8 deleted file mode 100644 index b6db2f4877a8..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.8 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.8 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-9.base.tar.xz mirror://gentoo/genpatches-3.12-9.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-9.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.4-2013-12-09.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3fe3bb5a7501383e21626ef63beefa60 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.9 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.9 deleted file mode 100644 index 92cb3a1764c2..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.9 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.9 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-10.base.tar.xz mirror://gentoo/genpatches-3.12-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-10.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.8-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=6f290230266344875cd144abc7037797 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.0 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.0 deleted file mode 100644 index 8ffd578c47d3..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.13.0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz mirror://gentoo/genpatches-3.13-2.base.tar.xz mirror://gentoo/genpatches-3.13-2.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-2.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-head-3.13.0-rc8-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7c73b75b702660ef98abad5b95158685 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.1 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.1 deleted file mode 100644 index acb1618b4c34..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.13.1 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz mirror://gentoo/genpatches-3.13-3.base.tar.xz mirror://gentoo/genpatches-3.13-3.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-3.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-head-3.13.0-rc8-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8cf8ef9cff49452d98e2fd6625635a8d diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.2 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.2 deleted file mode 100644 index 5e27aa172faa..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=experimental symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.13.2 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz mirror://gentoo/genpatches-3.13-5.base.tar.xz mirror://gentoo/genpatches-3.13-5.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-5.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-head-3.13.0-rc8-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=6cd69d14b116f7a65ad3943b3646b8b1 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.3 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.5 similarity index 71% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.3 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.5 index 2de70b549d5e..4f36925798f8 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.3 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.13.5 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) DESCRIPTION=TuxOnIce + Gentoo patchset sources EAPI=5 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.13.3 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz mirror://gentoo/genpatches-3.13-6.base.tar.xz mirror://gentoo/genpatches-3.13-6.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-6.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.13.2-2014-02-13.patch.bz2 +SLOT=3.13.5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz mirror://gentoo/genpatches-3.13-8.base.tar.xz mirror://gentoo/genpatches-3.13-8.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.13-8.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.13.4-2014-02-22.patch.bz2 _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a0b9023684eac56e0f73e66024f4efb6 +_md5_=9aeab3b5338587f4ae8cbd903c7ea8b6 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.76 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.76 deleted file mode 100644 index fcf633124ad0..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.76 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.4.76 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-56.base.tar.xz mirror://gentoo/genpatches-3.4-56.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.73-2013-12-09.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4f13ec663105861b35a99819badb1321 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.77 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.77 deleted file mode 100644 index a107602b97da..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.77 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.4.77 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-57.base.tar.xz mirror://gentoo/genpatches-3.4-57.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.73-2013-12-09.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a15871bff7284ec40a3072d1a1dee289 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.78 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.78 deleted file mode 100644 index 6cde101536d5..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.78 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.4.78 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-58.base.tar.xz mirror://gentoo/genpatches-3.4-58.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.77-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=dde361d8b14703f6a9aaf4c9618fc7d2 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.79 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.79 deleted file mode 100644 index 1c24de787570..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.79 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ -IUSE=symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.4.79 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-59.base.tar.xz mirror://gentoo/genpatches-3.4-59.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.77-2014-01-19.patch.bz2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7abb0a90c860a4945d1a83724d763916 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.80 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.82 similarity index 81% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.80 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.82 index ef4b5fedad16..f632393c6b41 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.80 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.82 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.4.80 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-60.base.tar.xz mirror://gentoo/genpatches-3.4-60.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.79-2014-02-13.patch.bz2 +SLOT=3.4.82 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-62.base.tar.xz mirror://gentoo/genpatches-3.4-62.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.82-2014-02-23.patch.bz2 _eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=dbb377838a69ec2db19d68228eb99871 +_md5_=71163f71934ce50c641b7fd1d8fa8319 diff --git a/metadata/md5-cache/sys-kernel/zen-sources-3.10.9999 b/metadata/md5-cache/sys-kernel/zen-sources-3.10.9999 index 84d89daba0a6..19e7883c919f 100644 --- a/metadata/md5-cache/sys-kernel/zen-sources-3.10.9999 +++ b/metadata/md5-cache/sys-kernel/zen-sources-3.10.9999 @@ -9,5 +9,5 @@ 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.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=74a1f279f1382f2650452686230919c9 diff --git a/metadata/md5-cache/sys-kernel/zen-sources-3.11.9999 b/metadata/md5-cache/sys-kernel/zen-sources-3.11.9999 index a96d25816c20..d1f2430dd827 100644 --- a/metadata/md5-cache/sys-kernel/zen-sources-3.11.9999 +++ b/metadata/md5-cache/sys-kernel/zen-sources-3.11.9999 @@ -9,5 +9,5 @@ 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.11.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=95b897e2467ab99961045ab11dea1301 diff --git a/metadata/md5-cache/sys-kernel/zen-sources-3.12.9999 b/metadata/md5-cache/sys-kernel/zen-sources-3.12.9999 index 4e0f2ea5a9b1..47a8f4803d30 100644 --- a/metadata/md5-cache/sys-kernel/zen-sources-3.12.9999 +++ b/metadata/md5-cache/sys-kernel/zen-sources-3.12.9999 @@ -9,5 +9,5 @@ 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.12.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f29ee6a7d3a000d6f8a7e4d7768c0c42 diff --git a/metadata/md5-cache/sys-kernel/zen-sources-3.13.9999 b/metadata/md5-cache/sys-kernel/zen-sources-3.13.9999 index 12ec3609c933..cb04bf07974b 100644 --- a/metadata/md5-cache/sys-kernel/zen-sources-3.13.9999 +++ b/metadata/md5-cache/sys-kernel/zen-sources-3.13.9999 @@ -9,5 +9,5 @@ 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.13.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=0ba96fb1eaebf0cfb625de17b2f90959 diff --git a/metadata/md5-cache/sys-kernel/zen-sources-3.8.9999 b/metadata/md5-cache/sys-kernel/zen-sources-3.8.9999 index 4581a6c6b208..d72a3dd2904c 100644 --- a/metadata/md5-cache/sys-kernel/zen-sources-3.8.9999 +++ b/metadata/md5-cache/sys-kernel/zen-sources-3.8.9999 @@ -9,5 +9,5 @@ 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.8.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1d1595b0d86db6e36b790901026e751b diff --git a/metadata/md5-cache/sys-kernel/zen-sources-3.9.9999 b/metadata/md5-cache/sys-kernel/zen-sources-3.9.9999 index fb9d68732266..ecdeb55f7591 100644 --- a/metadata/md5-cache/sys-kernel/zen-sources-3.9.9999 +++ b/metadata/md5-cache/sys-kernel/zen-sources-3.9.9999 @@ -9,5 +9,5 @@ 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.9.9999 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e kernel-2 263afd0e4a90481352469cff577efe1b multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e831f162877d41f34ff1d43dc973347b diff --git a/metadata/md5-cache/sys-libs/glibc-9999 b/metadata/md5-cache/sys-libs/glibc-9999 index 3161e714a8fb..86c48c76cce6 100644 --- a/metadata/md5-cache/sys-libs/glibc-9999 +++ b/metadata/md5-cache/sys-libs/glibc-9999 @@ -7,5 +7,5 @@ LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a versionator a8a3963967d6140be9a14b08bb8f047f _md5_=16abfc0d6a783c098dbe0d7c09758a6b diff --git a/metadata/md5-cache/sys-libs/libcxxrt-9999 b/metadata/md5-cache/sys-libs/libcxxrt-9999 index 4646dd282d99..099086a79c4b 100644 --- a/metadata/md5-cache/sys-libs/libcxxrt-9999 +++ b/metadata/md5-cache/sys-libs/libcxxrt-9999 @@ -7,5 +7,5 @@ IUSE=libunwind static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mi LICENSE=BSD-2 RDEPEND=libunwind? ( >=sys-libs/libunwind-1.0.1-r1[static-libs?] ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=59f37a4e4c2c5ee896d2be90346fa3ae diff --git a/metadata/md5-cache/sys-libs/musl-9999 b/metadata/md5-cache/sys-libs/musl-9999 index 976ed9bdab90..20719a8f5a5f 100644 --- a/metadata/md5-cache/sys-libs/musl-9999 +++ b/metadata/md5-cache/sys-libs/musl-9999 @@ -7,5 +7,5 @@ IUSE=crosscompile_opts_headers-only nls LICENSE=MIT RDEPEND=nls? ( sys-devel/gettext ) sys-apps/getent SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=432798b8b173877971d6bb8cb38797b9 diff --git a/metadata/md5-cache/sys-libs/newlib-9999 b/metadata/md5-cache/sys-libs/newlib-9999 index 22279054dd99..ac3af4566c24 100644 --- a/metadata/md5-cache/sys-libs/newlib-9999 +++ b/metadata/md5-cache/sys-libs/newlib-9999 @@ -7,5 +7,5 @@ IUSE=nls threads unicode crosscompile_opts_headers-only LICENSE=NEWLIB LIBGLOSS GPL-2 RESTRICT=strip SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=fd64747b2efbd5de32ff2079cff64eee diff --git a/metadata/md5-cache/sys-libs/suacomp-9999 b/metadata/md5-cache/sys-libs/suacomp-9999 index 3ca32de88ae3..9664c08dcf86 100644 --- a/metadata/md5-cache/sys-libs/suacomp-9999 +++ b/metadata/md5-cache/sys-libs/suacomp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://suacomp.sf.net IUSE=debug LICENSE=BEER-WARE SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=035d83302ba61a76584e6bb5d9913dc0 diff --git a/metadata/md5-cache/sys-libs/uclibc-9999 b/metadata/md5-cache/sys-libs/uclibc-9999 index 6d3db67951af..f00961c9b869 100644 --- a/metadata/md5-cache/sys-libs/uclibc-9999 +++ b/metadata/md5-cache/sys-libs/uclibc-9999 @@ -6,5 +6,5 @@ IUSE=debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_o LICENSE=LGPL-2 RESTRICT=strip SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9d1d73b00f1f4e0aad4bfab4cf41995c diff --git a/metadata/md5-cache/sys-power/acpi_call-9999 b/metadata/md5-cache/sys-power/acpi_call-9999 index 40451f161f4f..6cb28f9e1c77 100644 --- a/metadata/md5-cache/sys-power/acpi_call-9999 +++ b/metadata/md5-cache/sys-power/acpi_call-9999 @@ -7,5 +7,5 @@ IUSE=kernel_linux LICENSE=GPL-2 RDEPEND=kernel_linux? ( virtual/modutils ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 101302d4b7b694ea9622bbffb187d0de multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=6846718def3d15ef16ab222097386864 diff --git a/metadata/md5-cache/sys-power/powertop-9999 b/metadata/md5-cache/sys-power/powertop-9999 index 38a61386a761..d7058a3a6e21 100644 --- a/metadata/md5-cache/sys-power/powertop-9999 +++ b/metadata/md5-cache/sys-power/powertop-9999 @@ -7,5 +7,5 @@ IUSE=unicode X LICENSE=GPL-2 RDEPEND=dev-libs/libnl:3 sys-apps/pciutils sys-libs/ncurses[unicode?] X? ( x11-apps/xset ) virtual/libintl SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3e4b69be5eda751fecaad5ab9be2070f diff --git a/metadata/md5-cache/sys-process/cronie-1.4.11 b/metadata/md5-cache/sys-process/cronie-1.4.11-r1 similarity index 96% rename from metadata/md5-cache/sys-process/cronie-1.4.11 rename to metadata/md5-cache/sys-process/cronie-1.4.11-r1 index 8674658376f4..13990f77912e 100644 --- a/metadata/md5-cache/sys-process/cronie-1.4.11 +++ b/metadata/md5-cache/sys-process/cronie-1.4.11-r1 @@ -10,4 +10,4 @@ RDEPEND=pam? ( virtual/pam ) anacron? ( !sys-process/anacron ) >=sys-process/cro SLOT=0 SRC_URI=https://fedorahosted.org/releases/c/r/cronie/cronie-1.4.11.tar.gz _eclasses_=cron 18adefe7a7b2f043ca5b63e912835970 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b0788ffb23139f3ef672b719f110b458 +_md5_=480ce9332fc94398ad8ecb786ff054ec diff --git a/metadata/md5-cache/sys-process/cronie-1.4.9-r5 b/metadata/md5-cache/sys-process/cronie-1.4.9-r5 deleted file mode 100644 index 9e7c328bc38b..000000000000 --- a/metadata/md5-cache/sys-process/cronie-1.4.9-r5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst setup -DEPEND=pam? ( virtual/pam ) anacron? ( !sys-process/anacron ) >=sys-apps/sed-4.0.5 virtual/pkgconfig -DESCRIPTION=Cronie is a standard UNIX daemon cron based on the original vixie-cron. -EAPI=5 -HOMEPAGE=https://fedorahosted.org/cronie/wiki -IUSE=anacron inotify pam selinux -KEYWORDS=amd64 arm sparc x86 -LICENSE=ISC BSD BSD-2 GPL-2 -RDEPEND=pam? ( virtual/pam ) anacron? ( !sys-process/anacron ) >=sys-process/cronbase-0.3.2 !sys-process/vixie-cron !sys-process/bcron !sys-process/dcron !sys-process/fcron -SLOT=0 -SRC_URI=https://fedorahosted.org/releases/c/r/cronie/cronie-1.4.9.tar.gz -_eclasses_=cron 18adefe7a7b2f043ca5b63e912835970 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9db962d835f1460164ce387a19a9b609 diff --git a/metadata/md5-cache/sys-process/numad-9999 b/metadata/md5-cache/sys-process/numad-9999 index bade7872b88e..f59d71972b2e 100644 --- a/metadata/md5-cache/sys-process/numad-9999 +++ b/metadata/md5-cache/sys-process/numad-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=http://fedoraproject.org/wiki/Features/numad LICENSE=LGPL-2.1 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=6482a2e3a72de5770f0b611cfe68f62d diff --git a/metadata/md5-cache/virtual/udev-208 b/metadata/md5-cache/virtual/udev-208-r1 similarity index 52% rename from metadata/md5-cache/virtual/udev-208 rename to metadata/md5-cache/virtual/udev-208-r1 index 681dc6bcb9c3..30883ab014dd 100644 --- a/metadata/md5-cache/virtual/udev-208 +++ b/metadata/md5-cache/virtual/udev-208-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Virtual to select between sys-fs/udev and sys-fs/eudev EAPI=5 IUSE=gudev introspection +kmod selinux static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -RDEPEND=|| ( >=sys-fs/udev-208[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs?] >=sys-apps/systemd-208:0/1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs(-)?] >=sys-apps/systemd-208:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs(-)?] kmod? ( || ( >=sys-fs/eudev-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,modutils,gudev?,introspection?,selinux?,static-libs?] >=sys-fs/eudev-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,kmod,gudev?,introspection?,selinux?,static-libs?] ) ) !kmod? ( >=sys-fs/eudev-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,selinux?,static-libs?] ) ) +RDEPEND=|| ( >=sys-fs/udev-208[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs?] >=sys-apps/systemd-208:0/2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs(-)?] >=sys-apps/systemd-208:0/1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs(-)?] >=sys-apps/systemd-208:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,kmod?,selinux?,static-libs(-)?] kmod? ( || ( >=sys-fs/eudev-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,modutils,gudev?,introspection?,selinux?,static-libs?] >=sys-fs/eudev-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,kmod,gudev?,introspection?,selinux?,static-libs?] ) ) !kmod? ( >=sys-fs/eudev-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev?,introspection?,selinux?,static-libs?] ) ) SLOT=0 _eclasses_=multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=076f801370c359c15c7050611346a602 +_md5_=c791ac7304fd14e7dd5053212ae0c4bb diff --git a/metadata/md5-cache/www-apache/mod_authnz_persona-0.8.1 b/metadata/md5-cache/www-apache/mod_authnz_persona-0.8.1 new file mode 100644 index 000000000000..c60d9e0ebe3b --- /dev/null +++ b/metadata/md5-cache/www-apache/mod_authnz_persona-0.8.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst setup +DEPEND=dev-libs/yajl net-misc/curl =www-servers/apache-2* +DESCRIPTION=An Apache2 module for easy Persona authentication +EAPI=5 +HOMEPAGE=https://github.com/mozilla/mod_authnz_persona +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-libs/yajl net-misc/curl =www-servers/apache-2* +SLOT=0 +SRC_URI=https://github.com/mozilla/mod_authnz_persona/archive/0.8.1.tar.gz -> mod_authnz_persona-0.8.1.tar.gz +_eclasses_=apache-module 5c4c90da2d68c2dc8391666824f1293c depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=e0b731d9acd50d9dc19ca19f1b18ddc2 diff --git a/metadata/md5-cache/www-apache/mod_spdy-9999 b/metadata/md5-cache/www-apache/mod_spdy-9999 index 4e8cff65f3fb..2d197855f39c 100644 --- a/metadata/md5-cache/www-apache/mod_spdy-9999 +++ b/metadata/md5-cache/www-apache/mod_spdy-9999 @@ -7,5 +7,5 @@ IUSE=debug test LICENSE=Apache-2.0 RDEPEND=sys-libs/zlib[minizip] =www-servers/apache-2.2* SLOT=0 -_eclasses_=apache-module 5c4c90da2d68c2dc8391666824f1293c depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=apache-module 5c4c90da2d68c2dc8391666824f1293c depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 subversion c12bdf4fcc82f86ad89b14c8f76c4026 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3a42f1d34e679fec7bd131240fcbbae7 diff --git a/metadata/md5-cache/www-apache/modsec-flameeyes-99999999 b/metadata/md5-cache/www-apache/modsec-flameeyes-99999999 index 0fe7fff43829..7938db5d8dee 100644 --- a/metadata/md5-cache/www-apache/modsec-flameeyes-99999999 +++ b/metadata/md5-cache/www-apache/modsec-flameeyes-99999999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.flameeyes.eu/projects/modsec LICENSE=CC-BY-SA-3.0 RDEPEND=>=www-apache/mod_security-2.5.1 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=50edefe0f53bfb50f7b9ec0e41726c15 diff --git a/metadata/md5-cache/www-apps/blohg-9999 b/metadata/md5-cache/www-apps/blohg-9999 index 8c51133ac716..b39bc0aae8cf 100644 --- a/metadata/md5-cache/www-apps/blohg-9999 +++ b/metadata/md5-cache/www-apps/blohg-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND==dev-python/docutils-0.10* >=dev-python/flask-0.10.1 >=dev-python/flask-babel-0.7 >=dev-python/flask-script-0.5.3 >=dev-python/frozen-flask-0.7 >=dev-python/jinja-2.5.2 dev-python/pyyaml dev-python/setuptools dev-python/pygments git? ( =dev-python/pygit2-0.20* ) mercurial? ( >=dev-vcs/mercurial-1.6 ) =dev-lang/python-2.7* REQUIRED_USE=|| ( git mercurial ) test? ( git mercurial ) SLOT=0 -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1ba0a9213e302bdad5f8800b61c004e3 diff --git a/metadata/md5-cache/www-apps/cgit-9999 b/metadata/md5-cache/www-apps/cgit-9999 index 8cae154c9d8f..c24d9e3d9fbd 100644 --- a/metadata/md5-cache/www-apps/cgit-9999 +++ b/metadata/md5-cache/www-apps/cgit-9999 @@ -7,5 +7,5 @@ IUSE=doc +highlight +lua +jit vhosts LICENSE=GPL-2 RDEPEND=dev-vcs/git sys-libs/zlib dev-libs/openssl virtual/httpd-cgi highlight? ( || ( dev-python/pygments app-text/highlight ) ) lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua ) ) >=app-admin/webapp-config-1.50.15 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e _md5_=12b6cad426db39a78bc27b151c25d605 diff --git a/metadata/md5-cache/www-apps/guacamole-0.6.2 b/metadata/md5-cache/www-apps/guacamole-0.6.2 deleted file mode 100644 index 8a928e9c0ee8..000000000000 --- a/metadata/md5-cache/www-apps/guacamole-0.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=dev-java/maven-bin -DESCRIPTION=Guacamole is a html5 vnc client as servlet -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -IUSE=vnc rdesktop -KEYWORDS=~x86 -LICENSE=AGPL-3 -RDEPEND=dev-java/maven-bin www-servers/tomcat >virtual/jre-1.6 net-misc/guacd vnc? ( net-libs/libguac-client-vnc ) rdesktop? ( net-libs/libguac-client-rdp ) -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/guacamole-0.6.2.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=8b74575791ba2c09689681180f6ca0f1 diff --git a/metadata/md5-cache/www-apps/guacamole-0.7.0 b/metadata/md5-cache/www-apps/guacamole-0.7.0 deleted file mode 100644 index fe9c34648c06..000000000000 --- a/metadata/md5-cache/www-apps/guacamole-0.7.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=dev-java/maven-bin -DESCRIPTION=Guacamole is a html5 vnc client as servlet -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -IUSE=vnc rdesktop -KEYWORDS=~x86 -LICENSE=AGPL-3 -RDEPEND=dev-java/maven-bin www-servers/tomcat >virtual/jre-1.6 net-misc/guacd vnc? ( net-libs/libguac-client-vnc ) rdesktop? ( net-libs/libguac-client-rdp ) -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/guacamole-0.7.0.tar.gz -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=fa3f13b5333534c4ca8040ad0e2b4a70 diff --git a/metadata/md5-cache/www-apps/guacamole-0.8.0 b/metadata/md5-cache/www-apps/guacamole-0.8.0 deleted file mode 100644 index ea93a5b880be..000000000000 --- a/metadata/md5-cache/www-apps/guacamole-0.8.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=dev-java/maven-bin -DESCRIPTION=Guacamole is a html5 vnc client as servlet -EAPI=4 -HOMEPAGE=http://guacamole.sourceforge.net/ -IUSE=vnc rdesktop mysql -KEYWORDS=~x86 -LICENSE=AGPL-3 -RDEPEND=dev-java/maven-bin www-servers/tomcat >virtual/jre-1.6 net-misc/guacd vnc? ( net-libs/libguac-client-vnc ) rdesktop? ( net-libs/libguac-client-rdp ) mysql? ( virtual/mysql ) -SLOT=0 -SRC_URI=mirror://sourceforge/guacamole/guacamole-0.8.0.tar.gz mysql? ( http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-mysql-0.8.0.tar.gz ) -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=0939bff9fa3a590088a583c05d553d5d diff --git a/metadata/md5-cache/www-apps/horizon-2013.1.9999 b/metadata/md5-cache/www-apps/horizon-2013.1.9999 index bb58f518aa48..e150f446ba88 100644 --- a/metadata/md5-cache/www-apps/horizon-2013.1.9999 +++ b/metadata/md5-cache/www-apps/horizon-2013.1.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/django-1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/django-openstack-auth-1.0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-novaclient-2.12.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-swiftclient-1.1[python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=25aefd4f46a606918f96c1c4378d2f6c diff --git a/metadata/md5-cache/www-apps/horizon-2013.2.1 b/metadata/md5-cache/www-apps/horizon-2013.2.1 deleted file mode 100644 index 83122fd071ea..000000000000 --- a/metadata/md5-cache/www-apps/horizon-2013.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pbr-0.5.21[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/hacking-0.5.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/coverage-3.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mox-0.5.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/django-nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose-exclude[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nosexcover[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/openstack-nose-plugin-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/nosehtmloutput-0.0.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/selenium[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-apps/coreutils-8.5 ) 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(-)] -DESCRIPTION=A Django-based project aimed at providing a complete OpenStack Dashboard. -EAPI=5 -HOMEPAGE=https://launchpad.net/horizon -IUSE=test python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/django-1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/django-compressor-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/django-openstack-auth-1.1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lesscpy-0.9j[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-heatclient-0.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-ceilometerclient-1.0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pytz-2010h[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lockfile-0.8[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=http://launchpad.net/horizon/havana/2013.2.1/+download/horizon-2013.2.1.tar.gz -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=2f14370cb2900ef327b07abd6451add2 diff --git a/metadata/md5-cache/www-apps/horizon-2013.2.9999 b/metadata/md5-cache/www-apps/horizon-2013.2.9999 index 9125da2811c4..8b83b6b802f2 100644 --- a/metadata/md5-cache/www-apps/horizon-2013.2.9999 +++ b/metadata/md5-cache/www-apps/horizon-2013.2.9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/django-1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/django-compressor-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/django-openstack-auth-1.1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lesscpy-0.9j[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-heatclient-0.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-swiftclient-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-ceilometerclient-1.0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pytz-2010h[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lockfile-0.8[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 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=325cef5c76a8cb326e31618a14be106d diff --git a/metadata/md5-cache/www-apps/horizon-9999 b/metadata/md5-cache/www-apps/horizon-9999 index e377decc6dc8..7140758837d2 100644 --- a/metadata/md5-cache/www-apps/horizon-9999 +++ b/metadata/md5-cache/www-apps/horizon-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/d2to1-0.2.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pbr-0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/django-1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/django-openstack-auth-1.0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-heatclient-0.2.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-novaclient-2.12.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-swiftclient-1.1[python_targets_python2_7(-)?,-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(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d7214c92f5c9f9570c9c48864331ea7c diff --git a/metadata/md5-cache/www-apps/novnc-9999 b/metadata/md5-cache/www-apps/novnc-9999 index c80e2d6548b2..f85216fa0bc9 100644 --- a/metadata/md5-cache/www-apps/novnc-9999 +++ b/metadata/md5-cache/www-apps/novnc-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://kanaka.github.com/noVNC/ LICENSE=LGPL-3 RDEPEND=dev-python/numpy SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2bdffa366a348936a46156a7ec69692d diff --git a/metadata/md5-cache/www-client/dwb-9999 b/metadata/md5-cache/www-client/dwb-9999 index f2e99fced0e4..87591808f0d6 100644 --- a/metadata/md5-cache/www-client/dwb-9999 +++ b/metadata/md5-cache/www-client/dwb-9999 @@ -7,5 +7,5 @@ IUSE=examples gtk3 LICENSE=GPL-3 RDEPEND=>=net-libs/libsoup-2.32:2.4 dev-libs/json-c net-libs/gnutls !gtk3? ( >=net-libs/webkit-gtk-1.8.0:2 x11-libs/gtk+:2 ) gtk3? ( >=net-libs/webkit-gtk-1.8.0:3 x11-libs/gtk+:3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=dcb2073876610ab1378ecdf589ec6a0a diff --git a/metadata/md5-cache/www-client/google-chrome-unstable-34.0.1847.3_p1 b/metadata/md5-cache/www-client/google-chrome-unstable-34.0.1847.14_p1 similarity index 84% rename from metadata/md5-cache/www-client/google-chrome-unstable-34.0.1847.3_p1 rename to metadata/md5-cache/www-client/google-chrome-unstable-34.0.1847.14_p1 index 57b3eb785579..6d552466464b 100644 --- a/metadata/md5-cache/www-client/google-chrome-unstable-34.0.1847.3_p1 +++ b/metadata/md5-cache/www-client/google-chrome-unstable-34.0.1847.14_p1 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/libgcrypt dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-print/cups sys-apps/dbus >=sys-devel/gcc-4.4.0[cxx] sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite 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 !www-client/google-chrome !www-client/google-chrome-beta 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_34.0.1847.3-1_amd64.deb http://dev.gentoo.org/~floppym/dist/libgcrypt.so.11.8.2-amd64.xz ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.3-1_i386.deb http://dev.gentoo.org/~floppym/dist/libgcrypt.so.11.8.2-x86.xz ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.14-1_amd64.deb http://dev.gentoo.org/~floppym/dist/libgcrypt.so.11.8.2-amd64.xz ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.14-1_i386.deb http://dev.gentoo.org/~floppym/dist/libgcrypt.so.11.8.2-x86.xz ) _eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=07a1f2af2c611d7776c2bfaf7cbc7949 +_md5_=c42c6decedd2d3be5fa30a7e7a59710e diff --git a/metadata/md5-cache/www-client/jumanji-9999 b/metadata/md5-cache/www-client/jumanji-9999 index 073e78868b4d..00febb118c37 100644 --- a/metadata/md5-cache/www-client/jumanji-9999 +++ b/metadata/md5-cache/www-client/jumanji-9999 @@ -7,5 +7,5 @@ IUSE=+deprecated savedconfig LICENSE=ZLIB RDEPEND=dev-db/sqlite:3 dev-libs/glib:2 !deprecated? ( dev-libs/girara:3 net-libs/webkit-gtk:3 x11-libs/gtk+:3 ) deprecated? ( dev-libs/girara:2 net-libs/webkit-gtk:2 x11-libs/gtk+:2 ) !www-client/jumanji:0 SLOT=develop -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=49d6d83c5367a6642af94f12a333955d diff --git a/metadata/md5-cache/www-client/luakit-9999 b/metadata/md5-cache/www-client/luakit-9999 index 388f8b8f9a95..53334986ed8b 100644 --- a/metadata/md5-cache/www-client/luakit-9999 +++ b/metadata/md5-cache/www-client/luakit-9999 @@ -7,5 +7,5 @@ IUSE=luajit vim-syntax LICENSE=GPL-3 RDEPEND=luajit? ( dev-lang/luajit:2 ) !luajit? ( >=dev-lang/lua-5.1 ) dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libunique:1 net-libs/libsoup:2.4 net-libs/webkit-gtk:2 x11-libs/gtk+:2 dev-lua/luafilesystem vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=9c0c88d1a90aa1b6873ebc99fd38d0b3 diff --git a/metadata/md5-cache/www-client/pybugz-9999 b/metadata/md5-cache/www-client/pybugz-9999 index 3bccec95c013..28fdd263330e 100644 --- a/metadata/md5-cache/www-client/pybugz-9999 +++ b/metadata/md5-cache/www-client/pybugz-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=zsh-completion? ( app-shells/zsh ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[readline(+)] ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0[readline(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8eddb1370819eb979e67dc8b5e50dd2c diff --git a/metadata/md5-cache/www-client/surf-9999 b/metadata/md5-cache/www-client/surf-9999 index 42d233a7b43f..313552b35b60 100644 --- a/metadata/md5-cache/www-client/surf-9999 +++ b/metadata/md5-cache/www-client/surf-9999 @@ -7,5 +7,5 @@ IUSE=savedconfig LICENSE=MIT RDEPEND=!sci-chemistry/surf dev-libs/glib net-libs/libsoup net-libs/webkit-gtk:2 x11-libs/gtk+:2 x11-libs/libX11 x11-apps/xprop x11-misc/dmenu SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2fac42d4d77cbcfa5690a5752f968234 diff --git a/metadata/md5-cache/www-client/uget-9999 b/metadata/md5-cache/www-client/uget-9999 index b8aeda090565..b5c6fc3f807b 100644 --- a/metadata/md5-cache/www-client/uget-9999 +++ b/metadata/md5-cache/www-client/uget-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-libs/libpcre >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.4:3 curl? ( >=net-misc/curl-7.10 ) gstreamer? ( media-libs/gstreamer:0.10 ) libnotify? ( x11-libs/libnotify ) REQUIRED_USE=|| ( aria2 curl ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=d0727602daa774a8b18deeb9155dae5f diff --git a/metadata/md5-cache/www-client/uzbl-9999 b/metadata/md5-cache/www-client/uzbl-9999 index 877079e69a02..6504948acf45 100644 --- a/metadata/md5-cache/www-client/uzbl-9999 +++ b/metadata/md5-cache/www-client/uzbl-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 MPL-1.1 RDEPEND=dev-libs/glib:2 >=dev-libs/icu-4.0.1 >=net-libs/libsoup-2.24:2.4 !gtk3? ( >=net-libs/webkit-gtk-1.1.15:2 >=x11-libs/gtk+-2.14:2 ) gtk3? ( net-libs/webkit-gtk:3 x11-libs/gtk+:3 ) x11-misc/xdg-utils browser? ( x11-misc/xclip ) helpers? ( dev-python/pygtk dev-python/pygobject:2 gnome-extra/zenity net-misc/socat x11-libs/pango x11-misc/dmenu x11-misc/xclip ) tabbed? ( dev-python/pygtk ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) REQUIRED_USE=tabbed? ( browser ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=048a8babb293415748c5615b66f64a25 diff --git a/metadata/md5-cache/www-client/vimprobable2-9999 b/metadata/md5-cache/www-client/vimprobable2-9999 index e2c4a4451b3c..aca102bd12eb 100644 --- a/metadata/md5-cache/www-client/vimprobable2-9999 +++ b/metadata/md5-cache/www-client/vimprobable2-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.vimprobable.org/ LICENSE=MIT RDEPEND=net-libs/libsoup:2.4 net-libs/webkit-gtk:2 x11-libs/gtk+:2 x11-libs/libX11 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=56d23afe326964118f3cf73fe6170a13 diff --git a/metadata/md5-cache/www-client/weboob-9998 b/metadata/md5-cache/www-client/weboob-9998 index 7baed668571c..6096b695511b 100644 --- a/metadata/md5-cache/www-client/weboob-9998 +++ b/metadata/md5-cache/www-client/weboob-9998 @@ -8,5 +8,5 @@ LICENSE=AGPL-3 RDEPEND=X? ( >=dev-python/PyQt4-4.9.4-r1[X,phonon,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/prettytable[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/html2text[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/mechanize[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/python-dateutil[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/gdata[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/feedparser[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/termcolor[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] secure-updates? ( app-crypt/gnupg ) fast-libs? ( dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyyaml[libyaml,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) >=dev-python/lxml-3.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/cssselect[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e024088c089802b3e4e3083ffe0852a3 diff --git a/metadata/md5-cache/www-client/weboob-9999 b/metadata/md5-cache/www-client/weboob-9999 index c88a9060754e..5bd322db6456 100644 --- a/metadata/md5-cache/www-client/weboob-9999 +++ b/metadata/md5-cache/www-client/weboob-9999 @@ -8,5 +8,5 @@ LICENSE=AGPL-3 RDEPEND=X? ( >=dev-python/PyQt4-4.9.4-r1[X,phonon,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/prettytable[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/html2text[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/mechanize[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/python-dateutil[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/gdata[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/feedparser[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/termcolor[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] secure-updates? ( app-crypt/gnupg ) fast-libs? ( dev-python/simplejson[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyyaml[libyaml,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) >=dev-python/lxml-3.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/cssselect[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5fbb2ddd7d284188fd62a0d5fbd4fa51 diff --git a/metadata/md5-cache/www-client/xombrero-9999 b/metadata/md5-cache/www-client/xombrero-9999 index c9139accf83c..38981eefc733 100644 --- a/metadata/md5-cache/www-client/xombrero-9999 +++ b/metadata/md5-cache/www-client/xombrero-9999 @@ -7,5 +7,5 @@ IUSE=examples LICENSE=ISC RDEPEND=dev-libs/glib:2 dev-libs/libbsd dev-libs/libgcrypt net-libs/libsoup net-libs/gnutls net-libs/webkit-gtk:3 x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=64cc5628626ae5346a1106b3cbea7075 diff --git a/metadata/md5-cache/www-misc/fcgiwrap-9999 b/metadata/md5-cache/www-misc/fcgiwrap-9999 index f3330f55dc8f..466f317966fd 100644 --- a/metadata/md5-cache/www-misc/fcgiwrap-9999 +++ b/metadata/md5-cache/www-misc/fcgiwrap-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://nginx.localdomain.pl/wiki/FcgiWrap LICENSE=BSD RDEPEND=dev-libs/fcgi SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0133637dd0f278fdcf25c5fd0c02833a diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-34.0.1847.3_alpha1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-34.0.1847.14_alpha1 similarity index 72% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-34.0.1847.3_alpha1 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-34.0.1847.14_alpha1 index 755152134e93..826e1d10cdb4 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-34.0.1847.3_alpha1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-34.0.1847.14_alpha1 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=www-client/chromium !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? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.3-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.3-1_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.14-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_34.0.1847.14-1_i386.deb ) _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 unpacker 738214fbf4fe7254493d5fc8a248262a -_md5_=85a685039bae7fb84236b18d49aba51d +_md5_=56000568e24994262fc7a62f1fbbcb37 diff --git a/metadata/md5-cache/www-servers/pshs-9999 b/metadata/md5-cache/www-servers/pshs-9999 index 92f110f99073..81e45ca6bbbc 100644 --- a/metadata/md5-cache/www-servers/pshs-9999 +++ b/metadata/md5-cache/www-servers/pshs-9999 @@ -7,5 +7,5 @@ IUSE=+magic +netlink upnp LICENSE=BSD RDEPEND=>=dev-libs/libevent-2:0= magic? ( sys-apps/file:0= ) upnp? ( net-libs/miniupnpc:0= ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5b3c3a3ad8123e1ee1600bc3d4179206 diff --git a/metadata/md5-cache/www-servers/thttpd-9999 b/metadata/md5-cache/www-servers/thttpd-9999 index 3a91de0e092d..6220dc6f7f60 100644 --- a/metadata/md5-cache/www-servers/thttpd-9999 +++ b/metadata/md5-cache/www-servers/thttpd-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=http://opensource.dyc.edu/sthttpd LICENSE=BSD GPL-2 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=db1eed94d8af5433dd1b1bcc6ed428a5 diff --git a/metadata/md5-cache/x11-apps/radeontop-9999 b/metadata/md5-cache/x11-apps/radeontop-9999 index 5fd23a016b04..2c55bc3af3df 100644 --- a/metadata/md5-cache/x11-apps/radeontop-9999 +++ b/metadata/md5-cache/x11-apps/radeontop-9999 @@ -7,5 +7,5 @@ IUSE=nls LICENSE=GPL-3 RDEPEND=sys-libs/ncurses x11-libs/libpciaccess nls? ( sys-libs/ncurses[unicode] virtual/libintl ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=18ef39ebc1b14c170cfe92fe1ef7e0db diff --git a/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.14-r1 b/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.14-r1 index 3b6ffb28f525..6dd23d487c04 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.14-r1 +++ b/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.14-r1 @@ -10,4 +10,4 @@ RDEPEND=x11-base/xorg-server:= x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-2.11.14.tar.bz2 _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=9964448e7472d6db84cbee6ae683b92e +_md5_=dc813e6fb3e803afd07fe0af878a07ae diff --git a/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.15 b/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.15 index 258c3b880d13..e6bc18da2c35 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.15 +++ b/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.15 @@ -10,4 +10,4 @@ RDEPEND=x11-base/xorg-server:= x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-2.11.15.tar.bz2 _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=ebbc3351b09a38ff5419d8b988379f1f +_md5_=814f1492911efc71ef46dabb04b795e3 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-neomagic-1.2.5 b/metadata/md5-cache/x11-drivers/xf86-video-neomagic-1.2.5 deleted file mode 100644 index 796940f2e3a9..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-neomagic-1.2.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND==sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Neomagic video driver -EAPI=3 -HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=amd64 ia64 x86 ~x86-fbsd -LICENSE=MIT -RDEPEND==sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Neomagic video driver -EAPI=4 -HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd -LICENSE=MIT -RDEPEND==sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Neomagic video driver -EAPI=4 -HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd -LICENSE=MIT -RDEPEND==sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess +DEPEND=!=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess DESCRIPTION=Neomagic video driver EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ KEYWORDS=amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT -RDEPEND==dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.16:2 >=lxde-base/menu-cache-0.3.2:= x11-misc/shared-mime-info automount? ( udisks? ( || ( gnome-base/gvfs[udev,udisks] gnome-base/gvfs[udev,gdu] ) ) !udisks? ( gnome-base/gvfs[udev] ) ) REQUIRED_USE=udisks? ( automount ) SLOT=0/4.7.1 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vala b365480bc54c4e356dc1e953da9fe356 _md5_=3b1c3a899f0aff7941a10e96475fb708 diff --git a/metadata/md5-cache/x11-libs/libqxt-0.6.2 b/metadata/md5-cache/x11-libs/libqxt-0.6.2 deleted file mode 100644 index 968687da5fa6..000000000000 --- a/metadata/md5-cache/x11-libs/libqxt-0.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare unpack -DEPEND=x11-libs/libXrandr dev-qt/qtcore:4[ssl] || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) =sys-libs/db-4.6 ) sql? ( dev-qt/qtsql:4 ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) doc? ( dev-qt/qthelp:4 ) -DESCRIPTION=The Qt eXTension library provides cross-platform utility classes for the Qt toolkit -EAPI=4 -HOMEPAGE=http://libqxt.org/ -IUSE=berkdb debug doc sql web xscreensaver zeroconf -KEYWORDS=amd64 x86 -LICENSE=|| ( CPL-1.0 LGPL-2.1 ) -RDEPEND=x11-libs/libXrandr dev-qt/qtcore:4[ssl] || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) =sys-libs/db-4.6 ) sql? ( dev-qt/qtsql:4 ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) xscreensaver? ( x11-libs/libXScrnSaver ) -SLOT=0 -SRC_URI=http://dev.libqxt.org/libqxt/get/v0.6.2.tar.bz2 -> libqxt-0.6.2.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=addfaa59c3fb811fccb22a7e991fe314 diff --git a/metadata/md5-cache/x11-libs/libqxt-0.6.2-r2 b/metadata/md5-cache/x11-libs/libqxt-0.6.2-r2 index 1c8e82b00efd..d520796166b1 100644 --- a/metadata/md5-cache/x11-libs/libqxt-0.6.2-r2 +++ b/metadata/md5-cache/x11-libs/libqxt-0.6.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=The Qt eXTension library provides cross-platform utility classes for EAPI=5 HOMEPAGE=http://libqxt.org/ IUSE=berkdb debug doc sql web xscreensaver zeroconf -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=|| ( CPL-1.0 LGPL-2.1 ) RDEPEND=dev-qt/qtcore:4[ssl] || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) =sys-libs/db-4.6 ) sql? ( dev-qt/qtsql:4 ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) xscreensaver? ( x11-libs/libXScrnSaver ) SLOT=0 SRC_URI=http://dev.libqxt.org/libqxt/get/v0.6.2.tar.bz2 -> libqxt-0.6.2.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=499c6494c8bc1c6fe9c74a5165fefc4f +_md5_=67472cbe142720497c7b35ad71f560e6 diff --git a/metadata/md5-cache/x11-libs/libtinynotify-9999 b/metadata/md5-cache/x11-libs/libtinynotify-9999 index c85e1e3f9267..07be1ad21d9f 100644 --- a/metadata/md5-cache/x11-libs/libtinynotify-9999 +++ b/metadata/md5-cache/x11-libs/libtinynotify-9999 @@ -7,5 +7,5 @@ IUSE=debug doc static-libs LICENSE=BSD RDEPEND=sys-apps/dbus:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ef5bad5417d7cdc3bdef9a12b6d163c0 diff --git a/metadata/md5-cache/x11-libs/libtinynotify-cli-9999 b/metadata/md5-cache/x11-libs/libtinynotify-cli-9999 index c0fee3922ca9..d38d3c884b00 100644 --- a/metadata/md5-cache/x11-libs/libtinynotify-cli-9999 +++ b/metadata/md5-cache/x11-libs/libtinynotify-cli-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=BSD RDEPEND=x11-libs/libtinynotify:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=57e39751748b5c693d56e06f286a97a6 diff --git a/metadata/md5-cache/x11-libs/libtinynotify-systemwide-9999 b/metadata/md5-cache/x11-libs/libtinynotify-systemwide-9999 index 303e74f9cfd1..8b58bf873be0 100644 --- a/metadata/md5-cache/x11-libs/libtinynotify-systemwide-9999 +++ b/metadata/md5-cache/x11-libs/libtinynotify-systemwide-9999 @@ -7,5 +7,5 @@ IUSE=doc static-libs LICENSE=BSD RDEPEND=sys-process/procps:0= x11-libs/libtinynotify:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=854068a463926f4f4e500d5ad7231946 diff --git a/metadata/md5-cache/x11-libs/libva-9999 b/metadata/md5-cache/x11-libs/libva-9999 index 3d99c15766df..38661f2d5ba1 100644 --- a/metadata/md5-cache/x11-libs/libva-9999 +++ b/metadata/md5-cache/x11-libs/libva-9999 @@ -9,5 +9,5 @@ PDEPEND=video_cards_nvidia? ( x11-libs/libva-vdpau-driver[abi_x86_32(-)?,abi_x86 RDEPEND=>=x11-libs/libdrm-2.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libXfixes[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) egl? ( media-libs/mesa[egl,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) opengl? ( virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) wayland? ( >=dev-libs/wayland-1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) REQUIRED_USE=opengl? ( X ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ec6265d04cc591008cbbb28c164ae7fd diff --git a/metadata/md5-cache/x11-libs/libva-intel-driver-9999 b/metadata/md5-cache/x11-libs/libva-intel-driver-9999 index 851361a67005..247c813f5c86 100644 --- a/metadata/md5-cache/x11-libs/libva-intel-driver-9999 +++ b/metadata/md5-cache/x11-libs/libva-intel-driver-9999 @@ -7,5 +7,5 @@ IUSE=+drm wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 LICENSE=MIT RDEPEND=>=x11-libs/libva-1.2.0[X?,wayland?,drm?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] !=x11-libs/libdrm-2.4.45[video_cards_intel,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] wayland? ( media-libs/mesa[egl,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=dev-libs/wayland-1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=6d2ee3fb73630e3760925c18fb61e632 diff --git a/metadata/md5-cache/x11-libs/libva-vdpau-driver-9999 b/metadata/md5-cache/x11-libs/libva-vdpau-driver-9999 index 3d5976cd0111..b01f66aec504 100644 --- a/metadata/md5-cache/x11-libs/libva-vdpau-driver-9999 +++ b/metadata/md5-cache/x11-libs/libva-vdpau-driver-9999 @@ -7,5 +7,5 @@ IUSE=debug opengl abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 ab LICENSE=GPL-2 RDEPEND=>=x11-libs/libva-1.1.0[X,opengl?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] opengl? ( virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) x11-libs/libvdpau[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] !x11-libs/vdpau-video SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f55aadecba47183a70981952ad88066c diff --git a/metadata/md5-cache/x11-libs/xcb-util-wm-0.4.1 b/metadata/md5-cache/x11-libs/xcb-util-wm-0.4.1 new file mode 100644 index 000000000000..a56d991f6179 --- /dev/null +++ b/metadata/md5-cache/x11-libs/xcb-util-wm-0.4.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test unpack +DEPEND=>=x11-libs/xcb-util-0.3.9 x11-proto/xproto >=dev-util/gperf-3.0.1 test? ( >=dev-libs/check-0.9.4 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) +DESCRIPTION=X C-language Bindings sample implementations +EAPI=5 +HOMEPAGE=http://xcb.freedesktop.org/ +IUSE=test static-libs doc +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris +LICENSE=MIT +RDEPEND=>=x11-libs/xcb-util-0.3.9 x11-proto/xproto +SLOT=0 +SRC_URI=http://xcb.freedesktop.org/dist//xcb-util-wm-0.4.1.tar.bz2 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 xorg-2 17812f511eef87a499b62ab14e6aeaad +_md5_=64dd7adcb5b5f328c2399446ebb32b7f diff --git a/metadata/md5-cache/x11-libs/xvba-video-9999 b/metadata/md5-cache/x11-libs/xvba-video-9999 index 97590a932f91..b41979d0ff92 100644 --- a/metadata/md5-cache/x11-libs/xvba-video-9999 +++ b/metadata/md5-cache/x11-libs/xvba-video-9999 @@ -7,5 +7,5 @@ IUSE=debug opengl abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 ab LICENSE=GPL-2+ MIT RDEPEND=x11-libs/libva[X(+),opengl?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-libs/libvdpau[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] x11-drivers/ati-drivers SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-multilib 5beadd9860130ff93bfad7eb91d499e9 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multilib-build 198e1c7095dbce1ca2848aed0f96bf60 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1e18d44fa81bbd9bc9763cb689b6629f diff --git a/metadata/md5-cache/x11-misc/compton-9999 b/metadata/md5-cache/x11-misc/compton-9999 index a1a668f35898..2bfd12de8fce 100644 --- a/metadata/md5-cache/x11-misc/compton-9999 +++ b/metadata/md5-cache/x11-misc/compton-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=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_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-libs/libconfig x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXrender dbus? ( sys-apps/dbus ) opengl? ( virtual/opengl ) pcre? ( dev-libs/libpcre:3 ) xinerama? ( x11-libs/libXinerama ) x11-apps/xprop x11-apps/xwininfo virtual/python-argparse[python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=ee6f8d91b277a11a952075a549ecef01 diff --git a/metadata/md5-cache/x11-misc/growl-for-linux-9999 b/metadata/md5-cache/x11-misc/growl-for-linux-9999 index 8c3c7b598258..a7e12611af03 100644 --- a/metadata/md5-cache/x11-misc/growl-for-linux-9999 +++ b/metadata/md5-cache/x11-misc/growl-for-linux-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://mattn.github.com/growl-for-linux/ LICENSE=BSD-2 RDEPEND=dev-db/sqlite:3 dev-libs/dbus-glib dev-libs/glib:2 dev-libs/libxml2 dev-libs/openssl net-misc/curl x11-libs/gtk+:2 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=c7d1ebf847b2070ee66708639ac969d4 diff --git a/metadata/md5-cache/x11-misc/lightdm-1.9.5 b/metadata/md5-cache/x11-misc/lightdm-1.9.6 similarity index 90% rename from metadata/md5-cache/x11-misc/lightdm-1.9.5 rename to metadata/md5-cache/x11-misc/lightdm-1.9.6 index 70ef284817d6..1abb9fa3e506 100644 --- a/metadata/md5-cache/x11-misc/lightdm-1.9.5 +++ b/metadata/md5-cache/x11-misc/lightdm-1.9.6 @@ -11,6 +11,6 @@ RDEPEND=>=dev-libs/glib-2.32.3:2 dev-libs/libxml2 sys-apps/accountsservice virtu REQUIRED_USE=|| ( gtk kde razor ) RESTRICT=test SLOT=0 -SRC_URI=http://launchpad.net/lightdm/1.9/1.9.5/+download/lightdm-1.9.5.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 +SRC_URI=http://launchpad.net/lightdm/1.9/1.9.6/+download/lightdm-1.9.6.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 _eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=4b6e33a5dba9ff70cbdd439719b710c2 +_md5_=9addbaf2955ac1261c72778bab50822d diff --git a/metadata/md5-cache/x11-misc/lightdm-gtk-greeter-1.8.0 b/metadata/md5-cache/x11-misc/lightdm-gtk-greeter-1.8.0 new file mode 100644 index 000000000000..8dbc1e8118d3 --- /dev/null +++ b/metadata/md5-cache/x11-misc/lightdm-gtk-greeter-1.8.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare +DEPEND=x11-libs/gtk+:3 >=x11-misc/lightdm-1.2.2 +DESCRIPTION=LightDM GTK+ Greeter +EAPI=4 +HOMEPAGE=http://launchpad.net/lightdm-gtk-greeter +IUSE=branding +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-3 LGPL-3 branding? ( CC-BY-3.0 ) +RDEPEND=!!=x11-misc/lightdm-1.2.2 x11-themes/gnome-themes-standard x11-themes/gnome-icon-theme +SLOT=0 +SRC_URI=http://launchpad.net/lightdm-gtk-greeter/1.8/1.8.0/+download/lightdm-gtk-greeter-1.8.0.tar.gz branding? ( http://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch-2.tar.gz ) +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=67bf22ebd60cc17d22f2507379c39b9c diff --git a/metadata/md5-cache/x11-misc/obconf-9999 b/metadata/md5-cache/x11-misc/obconf-9999 index a08348afcd3c..1324c4ee54a7 100644 --- a/metadata/md5-cache/x11-misc/obconf-9999 +++ b/metadata/md5-cache/x11-misc/obconf-9999 @@ -7,5 +7,5 @@ IUSE=nls LICENSE=GPL-2 RDEPEND=gnome-base/libglade:2.0 x11-libs/gtk+:2 x11-libs/startup-notification =x11-wm/openbox-9999 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=de10d78f63b9c74e368e0c1d520cd6a4 diff --git a/metadata/md5-cache/x11-misc/pcmanfm-9999 b/metadata/md5-cache/x11-misc/pcmanfm-9999 index b401c10dffe6..ade03607e324 100644 --- a/metadata/md5-cache/x11-misc/pcmanfm-9999 +++ b/metadata/md5-cache/x11-misc/pcmanfm-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.22.1:2 >=lxde-base/menu-cache-0.3.2 >=x11-libs/libfm-9999:= virtual/eject virtual/freedesktop-icon-theme RESTRICT=test SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=7bb6f4c045ab2c35919887bb63c826f9 diff --git a/metadata/md5-cache/x11-misc/pcmanfm-qt-9999 b/metadata/md5-cache/x11-misc/pcmanfm-qt-9999 index 79741ab7d5c9..81825795b641 100644 --- a/metadata/md5-cache/x11-misc/pcmanfm-qt-9999 +++ b/metadata/md5-cache/x11-misc/pcmanfm-qt-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://pcmanfm.sourceforge.net/ LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.18:2 dev-qt/qtgui:4 dev-qt/qtdbus:4 >=x11-libs/gtk+-2.22.1:2 >=lxde-base/menu-cache-0.3.2 >=x11-libs/libfm-9999:= virtual/eject virtual/freedesktop-icon-theme SLOT=0 -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=8d69182e18082bdaa9d386ad77c8b5ad diff --git a/metadata/md5-cache/x11-misc/set_opacity-9999 b/metadata/md5-cache/x11-misc/set_opacity-9999 index 3f00051b8e8c..6d57c2a579ff 100644 --- a/metadata/md5-cache/x11-misc/set_opacity-9999 +++ b/metadata/md5-cache/x11-misc/set_opacity-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://gitorious.org/x11-tools/set_opacity LICENSE=GPL-2 RDEPEND=x11-libs/libXdamage x11-libs/libXcomposite x11-libs/libXfixes x11-libs/libXrender SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=53b330f885fe62429c8a2627071901ba diff --git a/metadata/md5-cache/x11-misc/simpleswitcher-9999 b/metadata/md5-cache/x11-misc/simpleswitcher-9999 index b214843c412b..aefbb09b11a2 100644 --- a/metadata/md5-cache/x11-misc/simpleswitcher-9999 +++ b/metadata/md5-cache/x11-misc/simpleswitcher-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/seanpringle/simpleswitcher LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f5f98932bb811ce969fac54e49d7226c diff --git a/metadata/md5-cache/x11-misc/spacefm-9999 b/metadata/md5-cache/x11-misc/spacefm-9999 index 2b92efa7a554..90a7b8c53112 100644 --- a/metadata/md5-cache/x11-misc/spacefm-9999 +++ b/metadata/md5-cache/x11-misc/spacefm-9999 @@ -7,5 +7,5 @@ IUSE=+startup-notification LICENSE=GPL-2 LGPL-2.1 RDEPEND=dev-libs/glib:2 dev-util/desktop-file-utils >=virtual/udev-143 virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango x11-libs/libX11 x11-misc/shared-mime-info startup-notification? ( x11-libs/startup-notification ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb linux-info a9cbd6bbe2b28166e403321882f3c73c multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=953f92ac741b490e8d57f2c736b8bd09 diff --git a/metadata/md5-cache/x11-misc/sselp-9999 b/metadata/md5-cache/x11-misc/sselp-9999 index 2d3d75b93120..5ebb1d5a9fd9 100644 --- a/metadata/md5-cache/x11-misc/sselp-9999 +++ b/metadata/md5-cache/x11-misc/sselp-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://tools.suckless.org/sselp LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=627b620d64cf305bab53dcfc18724453 diff --git a/metadata/md5-cache/x11-misc/sw-notify-send-9999 b/metadata/md5-cache/x11-misc/sw-notify-send-9999 index c1a7e2689189..ca0b2a2140c0 100644 --- a/metadata/md5-cache/x11-misc/sw-notify-send-9999 +++ b/metadata/md5-cache/x11-misc/sw-notify-send-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/tinynotify-send/ LICENSE=BSD RDEPEND=x11-libs/libtinynotify:0= ~x11-libs/libtinynotify-cli-9999 x11-libs/libtinynotify-systemwide:0= SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=3469abbcaf65cf1fd5ae8e1809bf4f11 diff --git a/metadata/md5-cache/x11-misc/tinynotify-send-9999 b/metadata/md5-cache/x11-misc/tinynotify-send-9999 index bcf3c0e57d14..9cf4e8c039ae 100644 --- a/metadata/md5-cache/x11-misc/tinynotify-send-9999 +++ b/metadata/md5-cache/x11-misc/tinynotify-send-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/tinynotify-send/ LICENSE=BSD RDEPEND=app-admin/eselect-notify-send x11-libs/libtinynotify:0= ~x11-libs/libtinynotify-cli-9999 SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=1cab4153983e2ca40a53ec39d54568b0 diff --git a/metadata/md5-cache/x11-misc/xdg-utils-1.1.0_rc2 b/metadata/md5-cache/x11-misc/xdg-utils-1.1.0_rc2 index ac9a77c288b8..ea4485d43675 100644 --- a/metadata/md5-cache/x11-misc/xdg-utils-1.1.0_rc2 +++ b/metadata/md5-cache/x11-misc/xdg-utils-1.1.0_rc2 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install postinst +DEFINED_PHASES=configure install postinst DEPEND=app-text/xmlto || ( www-client/links www-client/lynx virtual/w3m ) DESCRIPTION=Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability EAPI=5 @@ -10,4 +10,4 @@ RDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info x11-apps/xprop x11 RESTRICT=test SLOT=0 SRC_URI=http://people.freedesktop.org/~rdieter/xdg-utils/xdg-utils-1.1.0-rc2.tar.gz -_md5_=d7e3f1899bb6e60c2f4c92fa80aa37c5 +_md5_=9adf6188f7e655c1c6dd0e10fcede014 diff --git a/metadata/md5-cache/x11-plugins/bitlbee-steam-9999 b/metadata/md5-cache/x11-plugins/bitlbee-steam-9999 index d2581be6a36b..8c5118fb675e 100644 --- a/metadata/md5-cache/x11-plugins/bitlbee-steam-9999 +++ b/metadata/md5-cache/x11-plugins/bitlbee-steam-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/jgeboski/bitlbee-steam LICENSE=GPL-2 LGPL-2.1 BSD-2 RDEPEND=dev-libs/gmp:0 >=net-im/bitlbee-3.2[plugins] SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=f9d8aef3d9ae38ccfff327c5f68befc5 diff --git a/metadata/md5-cache/x11-plugins/hexchat-javascript-0.3.1 b/metadata/md5-cache/x11-plugins/hexchat-javascript-0.3.1 index be2885b41b70..b15ee7a59aa6 100644 --- a/metadata/md5-cache/x11-plugins/hexchat-javascript-0.3.1 +++ b/metadata/md5-cache/x11-plugins/hexchat-javascript-0.3.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=install setup -DEPEND=dev-lang/spidermonkey >=net-irc/hexchat-2.9.6[plugins] virtual/pkgconfig +DEPEND=dev-lang/spidermonkey:0 >=net-irc/hexchat-2.9.6[plugins] virtual/pkgconfig DESCRIPTION=Javascript interface for HexChat EAPI=5 HOMEPAGE=https://github.com/TingPing/hexchat-javascript IUSE=examples KEYWORDS=~amd64 ~x86 LICENSE=MPL-2.0 -RDEPEND=dev-lang/spidermonkey >=net-irc/hexchat-2.9.6[plugins] +RDEPEND=dev-lang/spidermonkey:0 >=net-irc/hexchat-2.9.6[plugins] SLOT=0 SRC_URI=https://github.com/TingPing/hexchat-javascript/archive/0.3.1.tar.gz -> hexchat-javascript-0.3.1.tar.gz _eclasses_=multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 -_md5_=eafb36018e908b40646a5cfd0c6c0c3e +_md5_=3a041d3366ab378c45756ecdf5b23cff diff --git a/metadata/md5-cache/x11-plugins/wmudmount-2.1 b/metadata/md5-cache/x11-plugins/wmudmount-2.1 new file mode 100644 index 000000000000..c376a211be95 --- /dev/null +++ b/metadata/md5-cache/x11-plugins/wmudmount-2.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure postinst postrm preinst +DEPEND=sys-fs/udisks:2 >=x11-libs/gtk+-3.8.0:3 gnome-keyring? ( gnome-base/libgnome-keyring ) libnotify? ( >=x11-libs/libnotify-0.7 ) virtual/pkgconfig || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) >=sys-apps/sed-4 +DESCRIPTION=A filesystem mounter that uses udisks to handle notification and mounting +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/wmudmount/ +IUSE=gnome-keyring libnotify +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=sys-fs/udisks:2 >=x11-libs/gtk+-3.8.0:3 gnome-keyring? ( gnome-base/libgnome-keyring ) libnotify? ( >=x11-libs/libnotify-0.7 ) +SLOT=0 +SRC_URI=mirror://sourceforge/wmudmount/wmudmount-2.1.tar.gz +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_md5_=a04dd038ad3d4162205503d85674b900 diff --git a/metadata/md5-cache/x11-terms/st-9999 b/metadata/md5-cache/x11-terms/st-9999 index f2a2c19cdc76..3b147051a855 100644 --- a/metadata/md5-cache/x11-terms/st-9999 +++ b/metadata/md5-cache/x11-terms/st-9999 @@ -7,5 +7,5 @@ IUSE=savedconfig savedconfig LICENSE=MIT-with-advertising RDEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXext x11-libs/libXft SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=baff06c0c21884f5d91119df45f3c6ec diff --git a/metadata/md5-cache/x11-themes/bespin-0_p20120929 b/metadata/md5-cache/x11-themes/bespin-0_p20120929 deleted file mode 100644 index 417c2f8f76b6..000000000000 --- a/metadata/md5-cache/x11-themes/bespin-0_p20120929 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 windeco? ( >=kde-base/kwin-4.4:4[aqua=] ) plasma? ( >=kde-base/kdelibs-4.4:4[aqua=] dev-qt/qtdbus:4 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] ) -DESCRIPTION=Very configurable Qt4/KDE4 style derived from the Oxygen project. -EAPI=4 -HOMEPAGE=http://cloudcity.sourceforge.net/ -IUSE=debug kde plasma windeco aqua kde -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] ) -REQUIRED_USE=windeco? ( kde ) plasma? ( kde ) -SLOT=4 -SRC_URI=http://dev.gentoo.org/~creffett/distfiles/bespin-0_p20120929.tar.xz -_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=de5c44ea770b5b7df9949cdfdb0385da diff --git a/metadata/md5-cache/x11-themes/bespin-0_p20140225 b/metadata/md5-cache/x11-themes/bespin-0_p20140225 new file mode 100644 index 000000000000..166b04c85f09 --- /dev/null +++ b/metadata/md5-cache/x11-themes/bespin-0_p20140225 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=dev-qt/qt3support:4 dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 x11-libs/libX11 x11-libs/libXrender windeco? ( >=kde-base/kwin-4.4:4[aqua=] ) app-arch/unzip >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] ) +DESCRIPTION=Very configurable Qt4/KDE4 style derived from the Oxygen project. +EAPI=5 +HOMEPAGE=http://cloudcity.sourceforge.net/ +IUSE=debug kde plasma windeco aqua kde +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-qt/qt3support:4 dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 x11-libs/libX11 x11-libs/libXrender windeco? ( >=kde-base/kwin-4.4:4[aqua=] ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 >=kde-base/kdelibs-4.4:4[aqua=] ) +REQUIRED_USE=windeco? ( kde ) plasma? ( kde ) +SLOT=4 +SRC_URI=http://sourceforge.net/code-snapshots/svn/c/cl/cloudcity/code/cloudcity-code-1712.zip +_eclasses_=cmake-utils db5236989678f4de51b2588767b5b69d eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 9a539029fe1d390c1828ff633baf26b5 gnome2-utils 43ea14eeeb5ba9a5b0322eb07c70c9cb kde4-base 69202d76db3d1d9f8c87db021f493824 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib fac675dcccf94392371a6abee62d909f qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=4d86674003da6252f491f7c7f213f863 diff --git a/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 b/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 index bb579f92b7a6..e6c0897b2604 100644 --- a/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 +++ b/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://www.jpfleury.net/en/software/clearlooks-phenix.php LICENSE=GPL-3 RDEPEND=>=x11-libs/gtk+-3.6:3 x11-themes/gtk-engines SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=2a41edc92028bb5173d71c5821edc0bf diff --git a/metadata/md5-cache/x11-wm/cwm-9999 b/metadata/md5-cache/x11-wm/cwm-9999 index 968f4de65cc5..9501cc4f7de2 100644 --- a/metadata/md5-cache/x11-wm/cwm-9999 +++ b/metadata/md5-cache/x11-wm/cwm-9999 @@ -7,5 +7,5 @@ IUSE=vanilla LICENSE=ISC RDEPEND=x11-libs/libXft x11-libs/libXinerama x11-libs/libXrandr SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=df26a056d3cee823d11dc1bb91636de4 diff --git a/metadata/md5-cache/x11-wm/fluxbox-9999 b/metadata/md5-cache/x11-wm/fluxbox-9999 index 037dce824ebf..1f9e429c2e16 100644 --- a/metadata/md5-cache/x11-wm/fluxbox-9999 +++ b/metadata/md5-cache/x11-wm/fluxbox-9999 @@ -7,5 +7,5 @@ IUSE=nls xinerama bidi +truetype +imlib +slit +toolbar vim-syntax LICENSE=MIT RDEPEND=x11-libs/libXpm x11-libs/libXrandr x11-libs/libXext x11-libs/libXft x11-libs/libXrender || ( x11-misc/gxmessage x11-apps/xmessage ) xinerama? ( x11-libs/libXinerama ) truetype? ( media-libs/freetype ) bidi? ( >=dev-libs/fribidi-0.19.2 ) imlib? ( >=media-libs/imlib2-1.2.0[X] ) vim-syntax? ( app-vim/fluxbox-syntax ) !!=dev-libs/glib-2.24:2 x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) app-shells/bash zsh-completion? ( app-shells/zsh ) SLOT=0 -_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=5d55d7c89bbc67198b01dac934a70064 diff --git a/metadata/md5-cache/x11-wm/notion-9999 b/metadata/md5-cache/x11-wm/notion-9999 index 3048bd7347a9..e27ebc13fe36 100644 --- a/metadata/md5-cache/x11-wm/notion-9999 +++ b/metadata/md5-cache/x11-wm/notion-9999 @@ -7,5 +7,5 @@ IUSE=nls xinerama +xrandr LICENSE=LGPL-2.1 RDEPEND=dev-lang/lua x11-libs/libSM x11-libs/libX11 x11-libs/libXext nls? ( sys-devel/gettext ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr ) SLOT=0 -_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=cbffbaf63fa513992e04e1dea73dccd3 diff --git a/metadata/md5-cache/x11-wm/openbox-9999 b/metadata/md5-cache/x11-wm/openbox-9999 index 8104def65e00..d0006348473f 100644 --- a/metadata/md5-cache/x11-wm/openbox-9999 +++ b/metadata/md5-cache/x11-wm/openbox-9999 @@ -9,5 +9,5 @@ RDEPEND=dev-libs/glib:2 >=dev-libs/libxml2-2.0 >=media-libs/fontconfig-2 x11-lib REQUIRED_USE=xdg? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=3 SRC_URI=branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz ) -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-2 2027b81a576527fa16bece425941e094 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=0d49e8c654db897326ce5e00ffd7e9e2 diff --git a/metadata/md5-cache/x11-wm/qtile-9999 b/metadata/md5-cache/x11-wm/qtile-9999 index d0ca850834a9..e590ce753ccc 100644 --- a/metadata/md5-cache/x11-wm/qtile-9999 +++ b/metadata/md5-cache/x11-wm/qtile-9999 @@ -9,5 +9,5 @@ RDEPEND=>=dev-python/pycairo-1.10.0-r4[xcb,python_targets_python2_6(-)?,python_t REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) RESTRICT=test SLOT=0 -_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=distutils-r1 364122897f9dc771167ee5ff362e54e1 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e multibuild 56d4120419072116417e8de1bd1040ff multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 3bb814ab7959a36067101a6bef683b6f python-utils-r1 86e503f2f5e7da7163dc3e07c12cea62 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=719d016b8f53030fa9e9b7b3fbfee7ab diff --git a/metadata/md5-cache/x11-wm/ratpoison-9999 b/metadata/md5-cache/x11-wm/ratpoison-9999 index d377ff979957..39b6adccff45 100644 --- a/metadata/md5-cache/x11-wm/ratpoison-9999 +++ b/metadata/md5-cache/x11-wm/ratpoison-9999 @@ -7,5 +7,5 @@ IUSE=debug emacs +history +xft LICENSE=GPL-2 RDEPEND=emacs? ( virtual/emacs ) history? ( sys-libs/readline ) virtual/perl-PodParser x11-libs/libXinerama x11-libs/libXtst xft? ( x11-libs/libXft ) SLOT=0 -_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 7b45ecf6493d63a9e9f4cb5940d49ac2 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 +_eclasses_=autotools b0a4d5334d34abe7b6829eb87cf3c544 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 git-r3 a01d126c1a6c2959f0d31ad7d61e7b0e libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3 _md5_=21ffd4eac913fb0458e778f3964715ea diff --git a/metadata/news/2014-01-31-catalyst-head-changes/2014-01-31-catalyst-head-changes.en.txt.asc b/metadata/news/2014-01-31-catalyst-head-changes/2014-01-31-catalyst-head-changes.en.txt.asc new file mode 100644 index 000000000000..02780722707a --- /dev/null +++ b/metadata/news/2014-01-31-catalyst-head-changes/2014-01-31-catalyst-head-changes.en.txt.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQIcBAABAgAGBQJTDUw8AAoJEC8ZTXQF1qEPcCUP/2loMq3ggErHdYcwPrkyFTaN +FCMHuatN+DEoiMUtP16WqIVoxQ4Zg2TT/y9fH+Cl5PjINDF25zyfwMcZ3uvBIFDb +CVUF8j1YjVOWFEe1fS7K+AOaXw52sozlFrE4ZEiIAKSN31pq719SwQQqYSb0/pkS +30zqRDlEfQ2c0BvuWELZzKCnc+wPACfqsUWfUahFozi3kXIC6WjVLOSq8+K9cjgT +Y/XoMvif4WwLweZYLWgEcyyD5kUV6BigzySbDK0gNm6fSZExkTIZv/pidyofG0ZS +1XXfV9Y9YMrerqyTy+9SNP/m3QQLw+mVJ+QNe3PGHEPkhS3HEj36VBGn7mW/uCjc +fRcT+fiK6I/NdFPGA9HCv2bvPDmleQ5s0tMZM8T0xHkctrUo1Lie3KbO+/B7CXEE +yvASP8UKpmxfYfAdE6mCLyOXgX3B+iuG/CFZ6A1oFRq8vMWuxt7lFIze45iz4NRo +ovmDUICkkMnfwbaF4Z8cVaV/1I8pNin/0t5eKO6dZjMvZrh5rp+UIGfvQe/PwXp2 +St2S70OqKwd7OIs9aTittCmotJT7FzWQePCAT028Ak2dYBoRA7qpxBGpkBwaD+M4 +vA6E9bhUJl2WNtqT+9pSx4uJonyOynh/YhlTrAYJNB09djlQErEcpYnAbCm0LtXg +Vh96owkjKnMdnLj3fUjq +=kXp5 +-----END PGP SIGNATURE----- diff --git a/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt b/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt new file mode 100644 index 000000000000..9c37eeeaf4bf --- /dev/null +++ b/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt @@ -0,0 +1,28 @@ +Title: Upgrade to >=sys-fs/udev-210 +Author: Samuli Suominen +Content-Type: text/plain +Posted: 2014-02-25 +Revision: 1 +News-Item-Format: 1.0 +Display-If-Installed: =sys-fs/udev-210 by the package manager. +See the package's README at /usr/share/doc/udev-210/ for more optional +kernel options. + +The most reliable way of disabling the new network interface scheme is still +the kernel parameter "net.ifnames=0" since overriding the +80-net-name-slot.rules in /etc/udev/rules.d/ no longer works since upstream +renamed the file to /lib/udev/rules.d/80-net-setup-link.rules +The actual configuration is at /lib/systemd/network/99-default.link, which +you can override in /etc/systemd/network/ +So, to clarify, you can override the new .rules file or the .link file in /etc +but using the kernel parameter is the most consistent way. + +Since both the systemd-udevd executable and the network configuration is stored +at /lib/systemd, using a too wide INSTALL_MASK would be a mistake. + +[1] https://wiki.gentoo.org/wiki/Udev/upgrade#udev_208_to_210 +[2] http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames diff --git a/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt.asc b/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt.asc new file mode 100644 index 000000000000..54ee6771e3d7 --- /dev/null +++ b/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQEcBAABAgAGBQJTDJ5YAAoJEEdUh39IaPFNymYIAIeiKmL5teMiMgyqGJ7JkuYW +1libbWb3m0GAfTBxfKxnc6hQdRGTnZMVesGlHfrG08MnzcDz77aH60ZLFcPa4STx +xC4xIOdVEWOIl1di3yxqyJqwO0891jlIUTD+utkMMLF+qHAYP2Spf0vSwoTOLen5 +MM+fjxYReEHY0y8f5i0ylYMFG0H2jqHluw0SAimWRs5/gRRYGll71YrHPX2jrSpU +0ZF1X+b39azVElnuywLPXXh/LKO+ZsWN6b6mdO4Pxi+ieyKoHS0AxUf6SXhmXSQE +Sek39Z2Rto3Sq5ajDvIB5P4t1mshovDWkz6fTmRGrW/0iwlDa6wlRGOnJjI8g/s= +=rvgu +-----END PGP SIGNATURE----- diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 9226d1e430b7..aaabf1133b46 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 24 Feb 2014 04:37:06 +0000 +Wed, 26 Feb 2014 06:07:02 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index ce9d90b892ff..7470d7336ccd 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Feb 24 04:37:04 UTC 2014 +Wed Feb 26 06:06:59 UTC 2014 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 52ece63df767..8639f7789bb9 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 24 Feb 2014 05:00:01 +0000 +Wed, 26 Feb 2014 06:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 5053edc287ca..12b7d20236cd 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1393216501 Mon Feb 24 04:35:01 2014 UTC +1393394702 Wed Feb 26 06:05:02 2014 UTC diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest index 1395e86cb0a5..2354220832e3 100644 --- a/net-analyzer/zabbix/Manifest +++ b/net-analyzer/zabbix/Manifest @@ -1,2 +1,2 @@ DIST zabbix-2.0.11rc1.tar.gz 13679724 SHA256 cb707886adf4e0c1425836b360b1e858e4cb607fdbda328715c6236dbbe5bff8 SHA512 f617b7f3315f886b8da9617aad4f732edf3bd353e948bd2df895f370dfce99968fe0619f860681fe9d28a707bbed76c3cd5a4d3fc0fac032179a0f305e42db61 WHIRLPOOL 7e5c37769c15e95ed5f454ff71aa56cbf1805327567f37c1c237cfb3871d9717543d951f64f511cd76b0d755f3947f26bd56fb2df6d0fda374380b5095d9d83a -DIST zabbix-2.2.2rc2.tar.gz 14595339 SHA256 e628ef69992cf16133cb49e3233ef3eb68e734d1f14a2eaac025ff22103c9c86 SHA512 d64e654a5f895188dcb99f12bbb04b9e12d93ac0c2f9399deefb2f5da17612f27b00759236ef53ce922f6bc57c690c69b1edc045f91def1046a35bbbce167de2 WHIRLPOOL d41388a28ce3af1e55e835fd528b0a2b01620aff3d519f2405f111168414432cd6e4d0eca3b9a423274f784e55df551571c6c6da6b1429fd6d16ec451e221140 +DIST zabbix-2.2.2.tar.gz 14595839 SHA256 e00ef9a1d667284a2bc2ce04966204ee094ade2c0bc6a94efb9436a9aa5cb2be SHA512 603bab20c1b37591e4e2b17fdc9e28eff119ae6cc7b9aa2fe1841956c192da56d3c43b9f85deb4268d5d12a698237ffd80c3f596e62f9dbae1a1f316a1dd8016 WHIRLPOOL 1fc2622d067c955288c735da1857cffc97d2fdee43fbfc1badb722ddc9375a988c712abe01726d6085b4dd61461737f3366c9efaf38928cdfeaa38ecac91f041 diff --git a/net-analyzer/zabbix/zabbix-2.2.2_rc2-r3.ebuild b/net-analyzer/zabbix/zabbix-2.2.2.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-2.2.2_rc2-r3.ebuild rename to net-analyzer/zabbix/zabbix-2.2.2.ebuild index cab626a5c3f7..82083d113199 100644 --- a/net-analyzer/zabbix/zabbix-2.2.2_rc2-r3.ebuild +++ b/net-analyzer/zabbix/zabbix-2.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/net-analyzer/zabbix/zabbix-2.2.2_rc2-r3.ebuild,v 1.1 2014/02/23 01:16:41 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.2.2.ebuild,v 1.1 2014/02/24 04:55:05 mattm Exp $ EAPI="5" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" WEBAPP_MANUAL_SLOT="yes" KEYWORDS="~amd64 ~x86" -IUSE="agent java curl frontend ipv6 jabber ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static" +IUSE="agent java curl frontend ipv6 jabber ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static systemd" COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) ldap? ( diff --git a/net-ftp/cmdftp/cmdftp-0.9.7.ebuild b/net-ftp/cmdftp/cmdftp-0.9.7.ebuild index b1125d3dee3c..cd1c11102a1e 100644 --- a/net-ftp/cmdftp/cmdftp-0.9.7.ebuild +++ b/net-ftp/cmdftp/cmdftp-0.9.7.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-ftp/cmdftp/cmdftp-0.9.7.ebuild,v 1.3 2014/02/24 01:36:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/cmdftp/cmdftp-0.9.7.ebuild,v 1.4 2014/02/24 14:16:34 nimiux Exp $ DESCRIPTION="Light weight, yet robust command line FTP client with shell-like functions." @@ -9,7 +9,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND="" diff --git a/net-im/jabberd2/Manifest b/net-im/jabberd2/Manifest index f441dc4c82f0..9e461eda2d33 100644 --- a/net-im/jabberd2/Manifest +++ b/net-im/jabberd2/Manifest @@ -1 +1,2 @@ DIST jabberd-2.3.1.tar.xz 1460088 SHA256 feba2eea2c6f003a3e35e49ff301b7346d88660039ba08521dcb1351431afdb0 SHA512 93a594ac4a39643c66e330ef4912ecee8071fdc3e3f460514d0bff60b2031caa2ef5eaad00dede59e4a4d6f7b8e5b52d56daa3959f3b341082933d175cb49b2c WHIRLPOOL 667c576cf7915dc80b2b044e0e0483ef9ef5268daec069542013accf7089acf1428310521f4b1dd144b2a3ebde7a5ec2d70b50a065c76588c8e7de7d9da50136 +DIST jabberd-2.3.2.tar.xz 1473436 SHA256 ceb1f427fde5bf3d1acf2275a2ea3c8c680470ee1aa2be2dda66092d60cd3d50 SHA512 10b00dc4409b59dd30ab85a3c42e4b7b10d1d733d0e73eac5984c6b0bb1edbbca29e3a5e56f86d9a0b94acd3f582ab0575db9387abd345edb154fe5ac7765e03 WHIRLPOOL 42a88b8a53dd8fb22b3157103f307c2d2635953b530536777e35a2e1a46a03351e54c93e192b793f276a98fc6b1699628ca2f8a1284a2f2f4d9db3210f579183 diff --git a/net-im/jabberd2/jabberd2-2.3.2.ebuild b/net-im/jabberd2/jabberd2-2.3.2.ebuild new file mode 100644 index 000000000000..24975e0150c1 --- /dev/null +++ b/net-im/jabberd2/jabberd2-2.3.2.ebuild @@ -0,0 +1,156 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd2/jabberd2-2.3.2.ebuild,v 1.1 2014/02/25 21:40:21 hasufell Exp $ + +EAPI=5 + +inherit db-use eutils flag-o-matic pam + +DESCRIPTION="Open Source Jabber Server" +HOMEPAGE="http://jabberd2.org" +SRC_URI="https://github.com/jabberd2/jabberd2/releases/download/jabberd-${PV}/jabberd-${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="berkdb debug ldap memdebug mysql pam postgres sqlite ssl test zlib" +REQUIRED_USE="memdebug? ( debug )" + +# broken +RESTRICT="test" + +DEPEND="dev-libs/expat + net-libs/udns + net-dns/libidn + virtual/gsasl + berkdb? ( >=sys-libs/db-4.1.25 ) + ldap? ( net-nds/openldap ) + mysql? ( virtual/mysql ) + pam? ( virtual/pam ) + postgres? ( dev-db/postgresql-base ) + ssl? ( >=dev-libs/openssl-1.0.1:0 ) + sqlite? ( dev-db/sqlite:3 ) + zlib? ( sys-libs/zlib )" +RDEPEND="${DEPEND} + >=net-im/jabber-base-0.01" +DEPEND="${DEPEND} + app-arch/xz-utils + virtual/pkgconfig + test? ( dev-libs/check )" + +DOCS=( AUTHORS README ) + +S=${WORKDIR}/jabberd-${PV} + +src_prepare() { + # Fix some default directory locations + sed -i \ + -e 's,@localstatedir@/@package@/pid/,/var/run/@package@/,g' \ + -e 's,@localstatedir@/@package@/run/pbx,/var/run/@package@/pbx,g' \ + -e 's,@localstatedir@/@package@/log/,/var/log/@package@/,g' \ + -e 's,@localstatedir@/lib/jabberd2/fs,@localstatedir@/@package@/fs,g' \ + -e 's,@localstatedir@,/var/spool,g' \ + -e 's,@package@,jabber,g' \ + etc/{sm,router,c2s,s2s}.xml.dist.in || die "fixing default directory locations failed!" + + # If the package wasn't merged with sqlite then default to use berkdb + use sqlite || + sed -i \ + -e 's,<\(module\|driver\)>sqlite<\/\1>,<\1>db,g' \ + etc/{c2s,sm}.xml.dist.in || die "setting berkdb as default failed!" + + # avoid file collision with x11-misc/screen-message wrt #453994 + sed -i \ + -e 's/@jabberd_router_bin@/jabberd2-router/' \ + -e 's/@jabberd_c2s_bin@/jabberd2-c2s/' \ + -e 's/@jabberd_s2s_bin@/jabberd2-s2s/' \ + -e 's/@jabberd_sm_bin@/jabberd2-sm/' \ + etc/jabberd*.in || die "fixing file collisions failed!" + + # rename pid files wrt #241472 + sed -i \ + -e '/pidfile/s/c2s\.pid/jabberd2-c2s\.pid/' \ + -e '/pidfile/s/router\.pid/jabberd2-router\.pid/' \ + -e '/pidfile/s/s2s\.pid/jabberd2-s2s\.pid/' \ + -e '/pidfile/s/sm\.pid/jabberd2-sm\.pid/' \ + etc/*.xml.dist.in || die "renaming pid files failed!" +} + +src_configure() { + # https://bugs.gentoo.org/show_bug.cgi?id=207655#c3 + # https://github.com/jabberd2/jabberd2/issues/34 + replace-flags -O[3s] -O2 + + # --enable-pool-debug is currently broken + econf \ + --sysconfdir=/etc/jabber \ + $(usex debug "--enable-debug" "") \ + $(usex memdebug "--enable-nad-debug" "") \ + $(use_enable ssl) \ + $(use_enable mysql) \ + $(use_enable postgres pgsql) \ + $(use_enable sqlite) \ + $(use_enable berkdb db) \ + $(use_enable ldap) \ + $(use_enable pam) \ + --enable-pipe \ + --enable-anon \ + --enable-fs \ + $(use_enable test tests) \ + $(usex berkdb "--with-extra-include-path=$(db_includedir)" "") \ + $(use_with zlib) +} + +src_install() { + local i + + default + prune_libtool_files --modules + + keepdir /var/spool/jabber/{fs,db} + fowners jabber:jabber /usr/bin/{jabberd,router,sm,c2s,s2s} \ + /var/spool/jabber/{fs,db} + fperms 770 /var/spool/jabber/{fs,db} + fperms 750 /usr/bin/{jabberd,router,sm,c2s,s2s} + + # avoid file collision with x11-misc/screen-message wrt #453994 + for i in router sm c2s s2s ; do + einfo "renaming /usr/bin/${i} to /usr/bin/jabberd2-${i}" + mv "${ED%/}"/usr/bin/${i} "${ED%/}"/usr/bin/jabberd2-${i} || die + done + + newinitd "${FILESDIR}/${PN}-2.3.1.init" jabberd + newpamd "${FILESDIR}/${PN}-2.3.1.pamd" jabberd + insinto /etc/logrotate.d + newins "${FILESDIR}/${PN}-2.3.1.logrotate" jabberd + + docompress -x /usr/share/doc/${PF}/tools + docinto tools + dodoc tools/db-setup{.mysql,.pgsql,.sqlite} \ + tools/{migrate-jd14dir-2-sqlite.pl,pipe-auth.pl} + + # remove useless upstart files wrt #498900 + rm -rf "${ED%/}"/usr/etc +} + +pkg_postinst() { + if use pam; then + echo + ewarn 'Jabberd-2 PAM authentication requires your unix usernames to' + ewarn 'be in the form of "contactname@jabberdomain". This behavior' + ewarn 'is likely to change in future versions of jabberd-2. It may' + ewarn 'be advisable to avoid PAM authentication for the time being.' + echo + fi + + if use sqlite || use mysql || use postgres; then + echo + einfo "You will need to setup or update your database using the" + einfo "scripts in /usr/share/doc/${PF}/tools/" + echo + fi + + ewarn 'If you are upgrading from <=jabberd2-2.2.17 then you might have' + ewarn 'to update /etc/jabber/jabberd.cfg via etc-update because' + ewarn 'the binaries have been renamed to avoid file collisions!' +} diff --git a/net-libs/libguac-client-rdp/Manifest b/net-libs/libguac-client-rdp/Manifest deleted file mode 100644 index 677b32637dc0..000000000000 --- a/net-libs/libguac-client-rdp/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST libguac-client-rdp-0.6.2.tar.gz 297591 SHA256 1e08dcb329b3e83b1d8f20c92382b48f46c9f7f1d92e5e321428c7d817620990 SHA512 17069f1e913c7bc757840b34db97d999ac22aa75f69dc7ca70f62d803ab9f04397f0ec13811b81060735a6cf2762608ac5e4368fab934563b2d4a282f411f5ee WHIRLPOOL 98b23fb012a0d034809015d70de67910881e90696a149800c28d3f4464611317d38ea7dc58da6cd323e0ced081767c4b4e5d7b923a19be5432660faf36fe00ca -DIST libguac-client-rdp-0.7.0.tar.gz 331976 SHA256 5372bfbb3f601b4e727de706b17535db1284ceee782f53496633463fe3587a9a SHA512 3a4007a596309acc76d9faf8f23f5d8c0503b1b57ead69fd1520e7538a05bcd8b2e7e983ad4e0093f1c1c7191e470ba63bd9ecdb66e87d0a2fc0897a6cf07e3b WHIRLPOOL b2d61cff03ad419b35906aa960793a2fa0ac77bc0e3152d598b24ff2caeee05354aee5354d4a81b865957690a86a070c378e92750e78ff29306e4bb75ca4e226 -DIST libguac-client-rdp-0.7.1.tar.gz 309825 SHA256 972c5d829160eaf672894e12b2b918cca0f007db7540afa1da9ff3d844371386 SHA512 b390373fd8732ab08dca550bd8b6e723a090311b63b7376494090994ad928f17afbc801d2a75e0c044e78eb85f9175c93d8c4a61620435a105b448ad0a336302 WHIRLPOOL 811cf735b238ccd9a2fe2c44170a2ceaee037afc05bddcfb5da9b0cdbea72ed64db4c370fe8cc73f0659302d431fe0d3be2df95649f2d8e71ca5531d45c945e6 diff --git a/net-libs/libguac-client-rdp/libguac-client-rdp-0.6.2.ebuild b/net-libs/libguac-client-rdp/libguac-client-rdp-0.6.2.ebuild deleted file mode 100644 index 218d34e3b3f0..000000000000 --- a/net-libs/libguac-client-rdp/libguac-client-rdp-0.6.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac-client-rdp/libguac-client-rdp-0.6.2.ebuild,v 1.2 2012/11/11 01:07:03 mr_bones_ Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the rdp-client-library used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~x86" - -IUSE="" -DEPEND="net-libs/libguac - - - - - nativemad@gentoo.org - Andreas Schuerch - - - This is the rdp client connector used by www-apps/guacamole and net-misc/guacd. - - \ No newline at end of file diff --git a/net-libs/libguac-client-vnc/Manifest b/net-libs/libguac-client-vnc/Manifest deleted file mode 100644 index 019398965335..000000000000 --- a/net-libs/libguac-client-vnc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libguac-client-vnc-0.6.1.tar.gz 281873 SHA256 cbd5ff8e51bd067b912ee8d260c9e976c69f844b7432ff5858b97837e84f23fc SHA512 a6503adf1232d3665c82866c748839b596cbd3d9c2844674ea2bc4f8c20acda054a8e6f2255cdf29b4aebb9a534f3f4d5e33222119739a87eba0b888daea47bc WHIRLPOOL 919cba2ec2dd35ab059e3a6f4062758c44b07ae051070ebaed794aac838a27f7f9bcc4080b9fd9d0705aa4dc0e00eb9b67d91b4431405c768336c62674cbf748 -DIST libguac-client-vnc-0.7.0.tar.gz 303341 SHA256 b4587d7bea51d3b77f832c1e4a6186cfdb9417fe6a2eddb5c31953a2153df9c5 SHA512 0c329b34368421280a78c673c60e4b970b29523b85bac136f58e1418269748dbb9c60f320705843f79589d2caeea3a08185bcbed4d30af469baa68372e102710 WHIRLPOOL dbf25119a7ba5c8434620f3ef68db49e27121407771e343cc082cda5e4d72fd2fc9da5c57f9bbc76554ad661865611dd5af821ff5216386abbf7ec7c90d564a1 diff --git a/net-libs/libguac-client-vnc/libguac-client-vnc-0.6.1.ebuild b/net-libs/libguac-client-vnc/libguac-client-vnc-0.6.1.ebuild deleted file mode 100644 index 5aae7178071b..000000000000 --- a/net-libs/libguac-client-vnc/libguac-client-vnc-0.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac-client-vnc/libguac-client-vnc-0.6.1.ebuild,v 1.2 2012/11/11 01:07:28 mr_bones_ Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the vnc-client-library used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~x86" - -IUSE="" -DEPEND="net-libs/libguac - net-libs/libvncserver" -RDEPEND="${DEPEND}" -src_configure() { - econf -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/net-libs/libguac-client-vnc/libguac-client-vnc-0.7.0.ebuild b/net-libs/libguac-client-vnc/libguac-client-vnc-0.7.0.ebuild deleted file mode 100644 index 9936d87b63d2..000000000000 --- a/net-libs/libguac-client-vnc/libguac-client-vnc-0.7.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac-client-vnc/libguac-client-vnc-0.7.0.ebuild,v 1.2 2012/12/05 20:51:31 nativemad Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the vnc-client-library used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~x86" - -IUSE="" -DEPEND="net-libs/libguac - net-libs/libvncserver" -RDEPEND="${DEPEND}" -src_configure() { - econf -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/net-libs/libguac-client-vnc/metadata.xml b/net-libs/libguac-client-vnc/metadata.xml deleted file mode 100644 index a0c3775321e4..000000000000 --- a/net-libs/libguac-client-vnc/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nativemad@gentoo.org - Andreas Schuerch - - - This is the vnc client connector used by www-apps/guacamole and net-misc/guacd. - - \ No newline at end of file diff --git a/net-libs/libguac/Manifest b/net-libs/libguac/Manifest deleted file mode 100644 index df29647dabe4..000000000000 --- a/net-libs/libguac/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libguac-0.6.3.tar.gz 354970 SHA256 ca9d5697a91ac0c3df3f87a39e0baeb45c2a6e550bfc1d89f469529dd791f17b SHA512 0d832ddcaed78d14633585e71e08a93bfc9b0bb8f04a20b84842b9fdf8feb14980c009733b4b71c23e6702745892e16fc250c238933de710d43f02425b0f4281 WHIRLPOOL 30b6888e761d54423ed625cb291f9a381933f9261e5877f598c243030c02047280dc538f8a49071e5acc72b03bc67e669d46f3ccf97655226c6e0f1e805ca921 -DIST libguac-0.7.0.tar.gz 347472 SHA256 07da43c6a2d53efb15902ec297fd302492111d4858871160dbb73df75af776bf SHA512 f467cb34b97ffff751ba65f7dc3879a9a079d942d3636bb1468ac70d646b1e83ad505d9a80e26692da4025c1093e452eb35e7995e17008ed3ffa1f1c0230a2d3 WHIRLPOOL d7a74b75c9b6cff57ca80ccbb0153c24686b77d745fba882dfec51b4fc127975f9dd9050c0b6087aeeeba21f57ec02962a5b03afc5e815060d3d3c9860026433 diff --git a/net-libs/libguac/libguac-0.6.3.ebuild b/net-libs/libguac/libguac-0.6.3.ebuild deleted file mode 100644 index 3b7e0584494d..000000000000 --- a/net-libs/libguac/libguac-0.6.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/libguac-0.6.3.ebuild,v 1.3 2012/11/21 17:54:07 ago Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the library used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="x11-libs/cairo" -RDEPEND="${DEPEND}" - -src_configure() { - econf - -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/net-libs/libguac/libguac-0.7.0.ebuild b/net-libs/libguac/libguac-0.7.0.ebuild deleted file mode 100644 index 70f20fe49064..000000000000 --- a/net-libs/libguac/libguac-0.7.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild,v 1.2 2012/12/05 20:50:16 nativemad Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the library used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="x11-libs/cairo" -RDEPEND="${DEPEND}" - -src_configure() { - econf - -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/net-libs/libguac/metadata.xml b/net-libs/libguac/metadata.xml deleted file mode 100644 index 2a5dde3288b9..000000000000 --- a/net-libs/libguac/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nativemad@gentoo.org - Andreas Schuerch - - - This is the library used by www-apps/guacamole and net-misc/guacd. - - \ No newline at end of file diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest index eda05387ece4..4fffb1d0ce04 100644 --- a/net-libs/libmicrohttpd/Manifest +++ b/net-libs/libmicrohttpd/Manifest @@ -1,2 +1,3 @@ DIST libmicrohttpd-0.9.32.tar.gz 1124859 SHA256 e554b8e1313b336616a460aca0ac1fc8c96552320bc1d4dc503ce00bfb70d89c SHA512 66ed77782e880378e476348b85554f7b70324d4dc51b8fa2fadd1c3f46ae3467b1acb3a1fe23804b65a5db5aa79e5b748e46a7486cf70bf14b74ffe77abd0f71 WHIRLPOOL 4be16f9cdf3dce663586a38ac6cd8bba23dfb744c553e6de2742b5153a52443139dd05ed07117062bde8a8235823fa7ebcb860c95dbdd3dd14c6165f01d2e39b DIST libmicrohttpd-0.9.33.tar.gz 1104292 SHA256 d9587e8497548f820650cd607daf3615ea3272435779378983032c570f1cd559 SHA512 4ca8dc37b59e5b3df2426b763420d88ae7691c57bace4bdb6bb766a135904c895892236a21da45bb636b8fcf0835fa101ce82484dec272e850b7627719c6e0f8 WHIRLPOOL 8ca8593f25637b0db7c837fbc8f7d9abc5aa3e935501b7bc886f0152d7acdeac5f49c8130d77c1bbdb68e019a3927c6cc0345ba46364d8ee33bb70dfa6d812df +DIST libmicrohttpd-0.9.34.tar.gz 1141536 SHA256 29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88 SHA512 ca4403adb89251abefc85cfd5dafa2a391db1cdff529b7056ca6429cc6f1ba99f510a9fbc34dbbb2c99ef006fe4be56ea6aa97c0a3a2ec94af03a2b6c3a7419f WHIRLPOOL 593ae1228c437163670e506e26de1321448bfb4d772dd7f0bd1a0ca999fa158ae34434bb7865e22e24173f3078a5e9ad463b1ba1289f33493fecf0f356522b11 diff --git a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.28-fix-no-messages.patch b/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.28-fix-no-messages.patch deleted file mode 100644 index 29515a6b9fbd..000000000000 --- a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.28-fix-no-messages.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur libmicrohttpd-0.9.28.orig/src/microhttpd/daemon.c libmicrohttpd-0.9.28/src/microhttpd/daemon.c ---- libmicrohttpd-0.9.28.orig/src/microhttpd/daemon.c 2013-07-23 21:10:14.000000000 -0400 -+++ libmicrohttpd-0.9.28/src/microhttpd/daemon.c 2013-07-23 21:11:32.000000000 -0400 -@@ -3112,9 +3112,11 @@ - int sk_flags = fcntl (socket_fd, F_GETFL); - if (0 != fcntl (socket_fd, F_SETFL, sk_flags | O_NONBLOCK)) - { -+#if HAVE_MESSAGES - MHD_DLOG (daemon, - "Failed to make listen socket non-blocking: %s\n", - STRERROR (errno)); -+#endif - if (0 != CLOSE (socket_fd)) - MHD_PANIC ("close failed\n"); - goto free_and_fail; diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild new file mode 100644 index 000000000000..3574d31e965e --- /dev/null +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v 1.1 2014/02/24 23:47:03 blueness Exp $ + +EAPI="5" + +MY_P="${P/_/}" + +DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application." +HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" +SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" + +IUSE="epoll messages ssl static-libs test" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86" +LICENSE="LGPL-2.1" +SLOT="0" + +RDEPEND="ssl? ( + dev-libs/libgcrypt + net-libs/gnutls + )" + +DEPEND="${RDEPEND} + test? ( + ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) + )" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS NEWS README ChangeLog" + +src_configure() { + econf \ + --enable-bauth \ + --enable-dauth \ + --disable-spdy \ + $(use_enable epoll) \ + $(use_enable test curl) \ + $(use_enable messages) \ + $(use_enable messages postprocessor) \ + $(use_enable ssl https) \ + $(use_with ssl gnutls) \ + $(use_enable static-libs static) +} + +src_install() { + default + + use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + +} diff --git a/net-libs/webkit-gtk/webkit-gtk-2.2.5-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.2.5-r200.ebuild index e3fed4b30f50..8053f9dbe072 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.2.5-r200.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.2.5-r200.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-libs/webkit-gtk/webkit-gtk-2.2.5-r200.ebuild,v 1.2 2014/02/23 18:49:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.2.5-r200.ebuild,v 1.3 2014/02/24 07:44:35 pacho Exp $ EAPI="5" @@ -245,7 +245,8 @@ src_test() { } src_install() { - default + # https://bugs.webkit.org/show_bug.cgi?id=129242 + MAKEOPTS="${MAKEOPTS} -j1" default newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore diff --git a/net-libs/webkit-gtk/webkit-gtk-2.2.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.2.5.ebuild index 74956bef6882..0fd4139574fa 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.2.5.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.2.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/net-libs/webkit-gtk/webkit-gtk-2.2.5.ebuild,v 1.2 2014/02/23 18:49:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.2.5.ebuild,v 1.3 2014/02/24 07:44:35 pacho Exp $ EAPI="5" @@ -250,7 +250,8 @@ src_test() { } src_install() { - default + # https://bugs.webkit.org/show_bug.cgi?id=129242 + MAKEOPTS="${MAKEOPTS} -j1" default newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore diff --git a/net-misc/csync/csync-0.50.0.ebuild b/net-misc/csync/csync-0.50.0.ebuild index a1765810bc9a..2070638227df 100644 --- a/net-misc/csync/csync-0.50.0.ebuild +++ b/net-misc/csync/csync-0.50.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/net-misc/csync/csync-0.50.0.ebuild,v 1.1 2014/02/06 14:11:54 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild,v 1.2 2014/02/24 13:47:26 voyageur Exp $ EAPI=5 @@ -20,7 +20,8 @@ RDEPEND=">=dev-db/sqlite-3.4:3 iconv? ( virtual/libiconv ) samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) - !net-misc/ocsync" + !net-misc/ocsync + !>=net-misc/owncloud-client-1.5.1" DEPEND="${DEPEND} app-text/asciidoc doc? ( app-doc/doxygen ) diff --git a/net-misc/dnetstats/dnetstats-1.2.6-r2.ebuild b/net-misc/dnetstats/dnetstats-1.2.6-r3.ebuild similarity index 83% rename from net-misc/dnetstats/dnetstats-1.2.6-r2.ebuild rename to net-misc/dnetstats/dnetstats-1.2.6-r3.ebuild index 664773bebc47..4b64061d4e45 100644 --- a/net-misc/dnetstats/dnetstats-1.2.6-r2.ebuild +++ b/net-misc/dnetstats/dnetstats-1.2.6-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/net-misc/dnetstats/dnetstats-1.2.6-r2.ebuild,v 1.2 2014/02/24 02:01:21 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dnetstats/dnetstats-1.2.6-r3.ebuild,v 1.2 2014/02/24 17:38:57 pinkbyte Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://qt-apps.org/CONTENT/content-files/107467-${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="policykit" DEPEND=" @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} policykit? ( sys-auth/polkit ) " -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_prepare() { qt4-r2_src_prepare @@ -43,6 +43,8 @@ src_install() { make_desktop_entry ${PN} DNetStats ${PN} 'Qt;Network;Dialup' if use policykit; then + insinto /usr/share/polkit-1/actions + doins "${FILESDIR}/org.gentoo.pkexec.${PN}.policy" sed -i -e 's/^Exec=/&pkexec /' \ "${ED}"usr/share/applications/${PN}*.desktop \ || die diff --git a/net-misc/dnetstats/dnetstats-1.2.6.ebuild b/net-misc/dnetstats/dnetstats-1.2.6.ebuild deleted file mode 100644 index 598fb41f639d..000000000000 --- a/net-misc/dnetstats/dnetstats-1.2.6.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dnetstats/dnetstats-1.2.6.ebuild,v 1.6 2013/03/02 23:00:01 hwoarang Exp $ - -EAPI="2" - -inherit eutils qt4-r2 - -MY_PN="DNetStats" -MY_P="${MY_PN}-v${PV}-release" - -DESCRIPTION="Qt4 network monitor utility" -HOMEPAGE="http://qt-apps.org/content/show.php/DNetStats?content=107467" -SRC_URI="http://qt-apps.org/CONTENT/content-files/107467-${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="kde gnome" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND} - app-admin/sudo - kde? ( kde-base/kdesu ) - gnome? ( x11-libs/gksu )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - if ! use kde && ! use gnome; then - ewarn - ewarn "You didn't enable nor kde neither gnome use flags." - ewarn "This means that no sudo GUI frontend will be used hence" - ewarn "the ${PN} menu entry won't work for normal users." - ewarn "Use 'sudo ${PN}' to launch the application or emerge ${PN} with" - ewarn "USE='kde' or USE='gnome' in order to make use of a graphical" - ewarn "sudo frontend" - ewarn - fi -} - -src_prepare() { - # remove old moc_* files - rm -rf moc_* || die "failed to remove old moc_* files" -} - -src_install() { - local gsudo - newbin mythread ${PN} || die "newbin failed" - dodoc ReadMe || die "dodoc failed" - newicon resource/energy.png ${PN}.png || die "doicon failed" - make_desktop_entry ${PN} DNetStats ${PN} 'Qt;Network;Dialup' - # adjust the .desktop file - use kde && gsudo="kdesu" - use gnome && gsudo="gksu" - if [[ -n ${gsudo} ]]; then - sed -i "/^Exec/s:${PN}:${gsudo} ${PN}:" \ - ${D}/usr/share/applications/"${PN}"-"${PN}".desktop \ - || die "failed to fix desktop file" - fi -} diff --git a/net-misc/dnetstats/files/org.gentoo.pkexec.dnetstats.policy b/net-misc/dnetstats/files/org.gentoo.pkexec.dnetstats.policy new file mode 100644 index 000000000000..c910a6c3610b --- /dev/null +++ b/net-misc/dnetstats/files/org.gentoo.pkexec.dnetstats.policy @@ -0,0 +1,17 @@ + + + + Gentoo + http://www.gentoo.org/ + + Authentication is required to run the DNetStats + + auth_admin + auth_admin + auth_admin + + /usr/bin/dnetstats + true + + diff --git a/net-misc/dnetstats/metadata.xml b/net-misc/dnetstats/metadata.xml index 9ca3848d0cb1..46f151f3da59 100644 --- a/net-misc/dnetstats/metadata.xml +++ b/net-misc/dnetstats/metadata.xml @@ -2,11 +2,5 @@ qt - -Use kdesu to gain root access -Use gksu to gain root access - - - diff --git a/net-misc/gsutil/Manifest b/net-misc/gsutil/Manifest index 859afc86f976..96893c50d4cd 100644 --- a/net-misc/gsutil/Manifest +++ b/net-misc/gsutil/Manifest @@ -2,5 +2,6 @@ DIST gsutil_3.14.tar.gz 755999 SHA256 39a0e85cf569c60ab0cabdcb574ee4a3bb31d11beb DIST gsutil_3.18.tar.gz 795447 SHA256 640defd2c3a1825295ae8c18e8cdb1c961df1f9f93fca83b921cfbd967d1171c SHA512 11d246412a53eecbc63af49f945f438d2866bfd8ebbc7368776da6066139bdbcdf72c6e45169a16014002accf940cd369064c25070fea3d9622dd50e614164c9 WHIRLPOOL 6ab0ebb61044e5dc67a8c2be9085e726bb3364d7020e915923410b5cbd3b927c59d981ae1772957a5cc1b0601f685064ed9e5456d3782542852c87529ead1c45 DIST gsutil_3.21.tar.gz 1092318 SHA256 a92863eb1be812bc2ebfeaef8ade68dab81b7a3a3c73dafa637c95b7bde6abce SHA512 74f092558951a22fd94cd5e861cb147e9d12b7ff5a6514ec01f8cb618469f30c4dc0054a96231792b2fb77b83c270c26368e64038d0f6974c53ee74fe580d703 WHIRLPOOL 9fb6bf3fb6667d9be741cb310770d291afb66b6e1f890be50f2df0de5d71fd78516039969194510b26c5ba925a7ba67ceb748e5fad16ddf33086377c0dab1b22 DIST gsutil_3.37.tar.gz 1768013 SHA256 8f094f13202b0232534e218aacfd9a7328a03f8060bc0db28a25fdd8134b63db SHA512 e6d1c995025d3fcdac8fd35be68bffaabae2f59a81090a67c7c4f6356517c4b6f1f7653b1f7485e9d0b4bb82c5e6725764b255f010add59018e593dfa1b6127c WHIRLPOOL b53ea1e891f5f908d9d121fdfdc4bfd3c5f56f2df05f59c0efa29e5b4ba841bef9468b8700a6a74d57f122a4d3ad5835ee54f58d24e47bc978427f01859e652e +DIST gsutil_3.38.tar.gz 1823304 SHA256 c272f1a637903ce84f8ae40a055bcb5eb6e605141bfd7986d970b1430afd88d8 SHA512 23d86455ddcf713b217ebc7ea9c2686dac0f903e9782e326bc12e18ec09477a16532d19eeceb5cfcffa32484a0391ddeb14c95090369ce21f69fc944ae9e6a4a WHIRLPOOL 5df5d353f5034cc5e79565bab93797560e752bf573aee4b56e49ccd6772378ec8ce5af7a3eb6dbfee7fd5000ef331baedf857d63b711f3ba6f9474a86ca5c9fb DIST gsutil_3.42.tar.gz 1878904 SHA256 50fc7acb7d1db8752f3eee106a3d8d65188107943e7cb30cfd3f94a9cfcdcf37 SHA512 084aaf43a44528af0cdfd9bd22beeb5d6abff240c09843cf35016d685d51b854ed5b2837eaa50c97bb44d5e1a3cdccbae6688ef27aa13f2a5db6040bf501b381 WHIRLPOOL 5b0d0fb1d2446a7b8777f368f073fdb4f7ad2d6407735976c178a2727a2548bf28522e06469dd0b7df1578d5586bc152fba3520b66f88d706417947aa3aa5578 DIST gsutil_3.7.tar.gz 673203 SHA256 77907865287e57a8ce713e97155191bd44448d6888861a45345d9b035a3b3b87 SHA512 771fbe6f095955a14565ca50704a8a5b674935f0992564491e2a0e57f1a14e26f44f4379ed2b6160a7fe9f34299f405c22402d86d8a9042baa886dd8b7389cd3 WHIRLPOOL dd353f1e7ecc3262fc17463610e80b2f89c928d67490dfd5eaf99977ff5c578bbaaf1f6408de19c7c72e5ed88d7185549dbe2415ef021bf109860857ad419aef diff --git a/net-misc/gsutil/files/gsutil-3.38-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-3.38-use-friendy-version-checks.patch new file mode 100644 index 000000000000..24641a27ca40 --- /dev/null +++ b/net-misc/gsutil/files/gsutil-3.38-use-friendy-version-checks.patch @@ -0,0 +1,20 @@ +--- a/setup.py ++++ b/setup.py +@@ -33,15 +33,13 @@ management tasks, including: + """ + + requires = [ +- 'boto==2.17.0', ++ 'boto>=2.17.0', + 'httplib2>=0.8', + 'python-gflags>=2.0', + 'google-api-python-client>=1.1', + 'pyOpenSSL>=0.13', + 'crcmod>=1.7', +- # Not using 1.02 because of: +- # https://code.google.com/p/socksipy-branch/issues/detail?id=3 +- 'SocksiPy-branch==1.01', ++ 'SocksiPy-branch>=1.01', + 'retry_decorator>=1.0.0', + ] + diff --git a/net-misc/gsutil/gsutil-3.38.ebuild b/net-misc/gsutil/gsutil-3.38.ebuild new file mode 100644 index 000000000000..0401babeb98e --- /dev/null +++ b/net-misc/gsutil/gsutil-3.38.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/gsutil-3.38.ebuild,v 1.1 2014/02/25 01:13:37 vapier Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="command line tool for interacting with cloud storage services" +HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil" +SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + >=dev-python/boto-2.17[${PYTHON_USEDEP}] + >=dev-python/crcmod-1.7 + >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] + >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] + >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] + >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/socksipy-1.01[${PYTHON_USEDEP}] + " + +S=${WORKDIR}/${PN} + +DOCS=( README.md CHANGES.md ) + +PATCHES=( + "${FILESDIR}/${P}-use-friendy-version-checks.patch" + "${FILESDIR}/${PN}-3.37-drop-http_proxy-clearing.patch" +) + +python_test() { + export BOTO_CONFIG=${FILESDIR}/dummy.boto + ${PYTHON} gslib/__main__.py test -u || die "tests failed" +} diff --git a/net-misc/gsutil/gsutil-3.42.ebuild b/net-misc/gsutil/gsutil-3.42.ebuild index c633314682e1..5ea27d54b7f6 100644 --- a/net-misc/gsutil/gsutil-3.42.ebuild +++ b/net-misc/gsutil/gsutil-3.42.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-misc/gsutil/gsutil-3.42.ebuild,v 1.1 2014/02/03 15:31:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/gsutil-3.42.ebuild,v 1.2 2014/02/24 22:35:03 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="${PYTHON_DEPS}" diff --git a/net-misc/guacd/Manifest b/net-misc/guacd/Manifest deleted file mode 100644 index ec86a3c5ae2d..000000000000 --- a/net-misc/guacd/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST guacd-0.6.2.tar.gz 95164 SHA256 410cd1d7d9b805889b5aea9e171d62569e9f643a667fc700ba775a4ffde49651 SHA512 8ad5525090a781e724962d31c4e9c6532a9a5ca11140a164f1c6e1a3d7cab4acf7bd464177331e5376c75d2362924c624f7da35ffefc60793930952ac4dcb645 WHIRLPOOL fe70e59a4d0678fb11891b00cacd531ad797d1956d7d2957bcf3c60edc8db208f1061c26adb0603d91f1515f3bf03758b37c78954b4b76e700eb98235931bc58 -DIST guacd-0.7.0.tar.gz 93799 SHA256 bb1ad1e8e86bf585840e3e9be617923d8210ec2ae903f018ba41de22ee678d16 SHA512 f6e70aad099c3b003b4ceffcb1dd3e1a8028d8f9f4a29469a46e59c4550351e67b394536c3b293b0e13cfd3295e4463e4a73b5b61889ce1492de02e761f64e38 WHIRLPOOL 2337cbd8d342596f9049becc0036114dc49da53840fd4c47b37a3fdf05d462273413fccb64cd833574cd0874f5aa35011bb263d2cfce5a923e2c34b87decb070 diff --git a/net-misc/guacd/guacd-0.6.2.ebuild b/net-misc/guacd/guacd-0.6.2.ebuild deleted file mode 100644 index 3a4508044ba5..000000000000 --- a/net-misc/guacd/guacd-0.6.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/guacd/guacd-0.6.2.ebuild,v 1.2 2012/11/11 01:07:56 mr_bones_ Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the proxy-daemon used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~x86" - -IUSE="" - -DEPEND="net-libs/libguac" -RDEPEND="${DEPEND}" - -src_configure() { - econf -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - doinitd ${S}/init.d/guacd -} diff --git a/net-misc/guacd/guacd-0.7.0.ebuild b/net-misc/guacd/guacd-0.7.0.ebuild deleted file mode 100644 index 048a75ffa51a..000000000000 --- a/net-misc/guacd/guacd-0.7.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/guacd/guacd-0.7.0.ebuild,v 1.1 2012/12/05 20:37:27 nativemad Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="This is the proxy-daemon used by www-apps/guacamole." - -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz" - -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~x86" - -IUSE="" - -DEPEND="net-libs/libguac" -RDEPEND="${DEPEND}" - -src_configure() { - econf -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - doinitd "${S}"/init.d/guacd -} diff --git a/net-misc/guacd/metadata.xml b/net-misc/guacd/metadata.xml deleted file mode 100644 index 46fbb0f30a2f..000000000000 --- a/net-misc/guacd/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nativemad@gentoo.org - Andreas Schuerch - - - This is the proxy-daemon for vnc and rdp connections used by www-apps/guacamole. - - \ No newline at end of file diff --git a/net-misc/ocsync/Manifest b/net-misc/ocsync/Manifest index 11652054ded3..a6a19837c1d6 100644 --- a/net-misc/ocsync/Manifest +++ b/net-misc/ocsync/Manifest @@ -1 +1,2 @@ +DIST ocsync-0.90.4.tar.bz2 4630698 SHA256 f2146577c977dc82a24e0baf84f3970efc3b004f2730669aae3816f48ff15728 SHA512 74bf6b083ae4d4c09e3915d777d916a04ebb19aefb21a5a14a49e2079e02c5c60f1f274aa0cab5c227147883eaf1a5f91b6c0546b818c960cc3575cdcdd93d57 WHIRLPOOL d71ed0a1f6483be579225d577482795e4773d32ed8b5eee441125f0d34cd77a9a72664cb40a6fdc9e4674bb6e6327da0b4bf7fd8cea0d935c21151ba937661a1 DIST ocsync-0.91.4.tar.bz2 6010999 SHA256 9ce5d04ff0475be4c3d3bfff43a554980d88277e95de4128a3f18611529b2cb6 SHA512 ec942ace1a215120cb8c764abe35b81ae48d979469c87feee8fcacb00740b35479095ed1a913f711736acd6fc8d83e148e4d597baff6d7a2de721981410ac896 WHIRLPOOL 7a8db0fa94ffa690863e51d3c58201f6d63803a6af00a2124c03c68ed4ece911bf5bf8862158c86c372caf02ee1bea7bbf4a2cfb3473a36f08e605a515ccde60 diff --git a/net-misc/ocsync/ocsync-0.90.4.ebuild b/net-misc/ocsync/ocsync-0.90.4.ebuild new file mode 100644 index 000000000000..5f7bf33336de --- /dev/null +++ b/net-misc/ocsync/ocsync-0.90.4.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ocsync/ocsync-0.90.4.ebuild,v 1.1 2014/02/24 13:55:54 voyageur Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="A file synchronizer especially designed for you, the normal user" +HOMEPAGE="http://csync.org/" +SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc iconv samba +sftp test" + +RESTRICT="test" + +RDEPEND=" + dev-db/sqlite:3 + >=dev-libs/iniparser-3.1 + net-libs/neon[ssl] + iconv? ( virtual/libiconv ) + samba? ( net-fs/samba ) + sftp? ( net-libs/libssh ) + !net-misc/csync + !>=net-misc/owncloud-client-1.5.1 +" +DEPEND="${DEPEND} + app-text/asciidoc + doc? ( app-doc/doxygen ) + test? ( dev-libs/check dev-util/cmocka ) +" + +src_prepare() { + cmake-utils_src_prepare + + # proper docdir + sed -e "s:/doc/ocsync:/doc/${PF}:" \ + -i doc/CMakeLists.txt || die +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use test UNIT_TESTING) + $(cmake-utils_use_find_package doc Doxygen) + $(cmake-utils_use_find_package samba Libsmbclient) + $(cmake-utils_use_find_package sftp LibSSH) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + mv "${D}/usr/etc/ocsync" "${D}/etc/" + rm -r "${D}/usr/etc/" +} diff --git a/net-misc/ocsync/ocsync-0.91.4.ebuild b/net-misc/ocsync/ocsync-0.91.4.ebuild index 949fc7343834..4496e0d218cc 100644 --- a/net-misc/ocsync/ocsync-0.91.4.ebuild +++ b/net-misc/ocsync/ocsync-0.91.4.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-misc/ocsync/ocsync-0.91.4.ebuild,v 1.3 2014/02/10 13:41:28 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ocsync/ocsync-0.91.4.ebuild,v 1.4 2014/02/24 13:55:54 voyageur Exp $ EAPI=5 @@ -23,7 +23,8 @@ RDEPEND=">=dev-db/sqlite-3.4:3 iconv? ( virtual/libiconv ) samba? ( >=net-fs/samba-3.5 ) sftp? ( >=net-libs/libssh-0.5 ) - !net-misc/csync" + !net-misc/csync + !>=net-misc/owncloud-client-1.5.1" DEPEND="${DEPEND} doc? ( app-doc/doxygen diff --git a/net-misc/owncloud-client/Manifest b/net-misc/owncloud-client/Manifest index 1e642f2c34fd..86147da01310 100644 --- a/net-misc/owncloud-client/Manifest +++ b/net-misc/owncloud-client/Manifest @@ -1 +1,2 @@ DIST mirall-1.5.0.tar.bz2 1318514 SHA256 64532680da1c452b7b591550d07f25b554283ec65d448d41366ea2105b959a18 SHA512 63fddfe62260a1ab52bebf64020cb2e70ba8e4f77d80a544fa2a087c95df7981b19e9527df50b8882e4b68e242204383a7ca5d70d1d6a1a00f55cbc10efa6e58 WHIRLPOOL ac62f6bada0c8b4f7d32e63ac71b1656fde2e4b1888a389568d37da006f9470cab60248f81a4d63016506f5ef81365c3c49821fe5128463f228e6269ae4a943b +DIST mirall-1.5.1.tar.bz2 7824645 SHA256 79c41f8c72c994ab803b7053a1c7e0a46bbd20c25c1eed900e1c98433745daee SHA512 8a86c60150bb32fad2e2eb15ee791e8ed093223fef1f2e9315c18f3bf6dcc8cafe8c2fb7d551877536e9da979e8b8f9dd5eda881db5c5db3f45286d42edfbdfa WHIRLPOOL 978f78daad81610ead4f28f7bc8e9f32aae99012419fcb46f80fdb34940007c9e4e7bf0cb4a25b4aed83d56bf22f639e1ab472e26e93675336dfb36fb4e8aa55 diff --git a/net-misc/owncloud-client/metadata.xml b/net-misc/owncloud-client/metadata.xml index ea02039c8d10..f713f2a74b47 100644 --- a/net-misc/owncloud-client/metadata.xml +++ b/net-misc/owncloud-client/metadata.xml @@ -5,4 +5,7 @@ voyageur@gentoo.org Bernard Cafarelli + + Enable sftp transfer support via net-libs/libssh + diff --git a/net-misc/owncloud-client/owncloud-client-1.5.1.ebuild b/net-misc/owncloud-client/owncloud-client-1.5.1.ebuild new file mode 100644 index 000000000000..6deefd0ae3ed --- /dev/null +++ b/net-misc/owncloud-client/owncloud-client-1.5.1.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/net-misc/owncloud-client/owncloud-client-1.5.1.ebuild,v 1.1 2014/02/24 15:43:10 voyageur Exp $ + +EAPI=5 + +inherit cmake-utils + +MY_P="mirall-${PV/_/}" + +DESCRIPTION="Synchronize files from ownCloud Server with your computer" +HOMEPAGE="http://owncloud.org/" +SRC_URI="http://download.owncloud.com/desktop/stable/${MY_P}.tar.bz2" + +LICENSE="CC-BY-3.0 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc samba +sftp test" + +RDEPEND=">=dev-db/sqlite-3.4:3 + dev-libs/qtkeychain + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + dev-qt/qttest:4 + dev-qt/qtwebkit:4 + net-libs/neon[ssl] + sys-fs/inotify-tools + virtual/libiconv + samba? ( >=net-fs/samba-3.5 ) + sftp? ( >=net-libs/libssh-0.5 ) + !net-misc/ocsync" +DEPEND="${RDEPEND} + app-text/asciidoc + doc? ( + dev-python/sphinx + dev-texlive/texlive-latexextra + virtual/latex-base + ) + test? ( dev-util/cmocka )" + +S=${WORKDIR}/${MY_P} + +src_configure() { + local mycmakeargs=( + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc + -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} + -DWITH_ICONV=ON + $(cmake-utils_use_with doc DOC) + $(cmake-utils_use test UNIT_TESTING) + $(cmake-utils_use_find_package samba Libsmbclient) + $(cmake-utils_use_find_package sftp LibSSH) + ) + + cmake-utils_src_configure +} + +src_test() { + # 1 test needs an existing ${HOME}/.config directory + mkdir "${T}"/.config + export HOME="${T}" + cmake-utils_src_test +} diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index 03c3d9874c00..cfafc0d6714c 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -9,3 +9,4 @@ DIST youtube-dl-2014.02.13.tar.gz 650049 SHA256 b8db75d3da5e0e959f0c2ed7e4c7c630 DIST youtube-dl-2014.02.17.tar.gz 662620 SHA256 78be990760e74dd3c0329d3dfb1e5165761ead41a2a9b23f8a6367ccd01c617b SHA512 03e14cdf9787db746415a74dc9bc772713a5730089c1de102a7b02ebb9b66c88c4c387609ae446a3aa202f27e3b86e665b46297da3ab2ebdc1674042ab27f762 WHIRLPOOL 588fd1a794e317b337785a518811cb3a8070864653e0931bb5d2f82160e5868b3c83b7dafb8d797c547438964768d815f09d56e0b06765ba31c0bfdc389f2b3f DIST youtube-dl-2014.02.21.tar.gz 665789 SHA256 4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157 SHA512 1c97b44749249f038991b471588da70ae920c3f9c36e3b976960f9f3df8fa679980176426327021f5336b0e978e729126c2d7dcfa2ef95f7ce82dc215b229edd WHIRLPOOL 5461abbbed9f1330a992eeec2ff90e3532e209e1dc286e48f92397fc2efcef0fab338a2cd0d3268fcdd000fe8b15c70f09571db1bc82593cbd92bdf38242d740 DIST youtube-dl-2014.02.22.tar.gz 669281 SHA256 6ea7203b266c68866ae2841876a69a9e862276f6182fd92d1e066dc9218fd772 SHA512 e4b5c40563208f7beae63ca6237e747291c8a15ad059a4a891d02ba9718f17733daa9857a1bb8311b2e85d40b3de13772b07ac78aade111b13d084eff7b7f7d8 WHIRLPOOL 762cc07f3d0e7151f12caaa17f48ae91332671acf8f3c7a2cb635d9ad0f302f8678c399f908bcfeac61f29bd66e6f471632ccbffd87f9f5b7e1848e4b6f77733 +DIST youtube-dl-2014.02.24.tar.gz 673573 SHA256 3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511 SHA512 bfc63d7dc729eac4061be137fd052aa7cdfd7e54452a5930cabdef17673e2c9a61dddc1fceb4a824bb0c047e645978c886739e4744880121a5b8710961fd1d5b WHIRLPOOL dbcfcdc78d63e9e2e1c8739a7448ce192174506492c7fa5e61ec0b36e0edd6cb5d4029773f2632c9a3b26bb26f75f191ab6f74fe669ad23fa050599bd566cf12 diff --git a/net-misc/youtube-dl/youtube-dl-2014.02.24.ebuild b/net-misc/youtube-dl/youtube-dl-2014.02.24.ebuild new file mode 100644 index 000000000000..a4b006f92ceb --- /dev/null +++ b/net-misc/youtube-dl/youtube-dl-2014.02.24.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.02.24.ebuild,v 1.1 2014/02/24 12:14:26 jer Exp $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_6,2_7,3_3}) +DISTUTILS_SINGLE_IMPL=true +inherit bash-completion-r1 distutils-r1 eutils + +DESCRIPTION="Download videos from YouTube.com (and mores sites...)" +HOMEPAGE="http://rg3.github.com/youtube-dl/" +SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="offensive test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[coverage(+)] ) +" + +S="${WORKDIR}/${PN}" + +src_prepare() { + if ! use offensive; then + local xxx=( + extremetube fourtube mofosex pornhd pornhub pornotube redtube + spankwire thisav trutube tube8 xhamster xnxx xtube xvideos youjizz youporn + ) + sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die + rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ + test/test_age_restriction.py || die + fi +} + +src_compile() { + distutils-r1_src_compile +} + +src_test() { + emake test +} + +src_install() { + python_domodule youtube_dl + dobin bin/${PN} + dodoc CHANGELOG README.txt + doman ${PN}.1 + newbashcomp ${PN}.bash-completion ${PN} + python_fix_shebang "${ED}" +} diff --git a/net-p2p/datacoin-hp/files/datacoin.initd b/net-p2p/datacoin-hp/files/datacoin.initd index 415f410d31fc..158062a7e7a3 100644 --- a/net-p2p/datacoin-hp/files/datacoin.initd +++ b/net-p2p/datacoin-hp/files/datacoin.initd @@ -1,104 +1,29 @@ #!/sbin/runscript -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/files/datacoin.initd,v 1.2 2014/02/25 18:22:16 blueness Exp $ -VARDIR="/var/lib/datacoin" -CONFFILE="${VARDIR}/.datacoin/datacoin.conf" +vardir="/var/lib/datacoin" +conffile="${vardir}/.datacoin/datacoin.conf" +datacoind_user="${DATACOIN_USER:-nobody:nobody}" + +description="Bitcoin crypto-currency wallet for automated services" +pidfile="/run/${SVCNAME}.pid" +command="/usr/bin/datacoind" +command_args="${DATACOIN_OPTS}" +command_background="true" +start_stop_daemon_args="-u ${datacoind_user} -e HOME=${vardir} -N ${NICELEVEL:-0} -w 2000" depend() { need net } -checkconfig() { - if [[ "${DATACOIN_USER}" == "" ]] ; then - eerror "Please edit /etc/conf.d/datacoind" - eerror "A user must be specified to run datacoind as that user." - eerror "Modify USER to your needs (you may also add a group after a colon)" - return 1 - fi - if ! `getent passwd | cut -d ':' -f 1 | grep $( echo "${DATACOIN_USER}" | cut -d ':' -f 1 ) -sq` ; then - eerror "Please edit /etc/conf.d/datacoind" - eerror "Specified user must exist!" - return 1 - fi - if `echo "${DATACOIN_USER}" | grep ':' -sq` ; then - if ! `cut -d ':' -f 1 /etc/group | grep $( echo "${DATACOIN_USER}" | cut -d ':' -f 2 ) -sq` ; then - eerror "Please edit /etc/conf.d/datacoind" - eerror "Specified group must exist!" - return 1 - fi - fi - if ! grep -q '^rpcpassword=' "${CONFFILE}"; then - eerror "Please edit `readlink -f ${CONFFILE}`" +start_pre() { + checkpath -f -o ${datacoind_user} -m 0400 ${conffile} || return 1 + + if ! grep -q '^rpcpassword=' "${conffile}"; then + eerror "Please edit `readlink -f ${conffile}`" eerror "There must be at least a line assigning rpcpassword=something-secure" return 1 fi - if ! stat -Lc '%a' "${CONFFILE}" | grep -q '^[4567]00$'; then - eerror "`readlink -f ${CONFFILE}` should not be readable by other users" - return 1 - fi - return 0 -} - -start() { - checkconfig || return 1 - ebegin "Starting Datacoind daemon" - - pkg-config openrc - if [ $? = 0 ]; then - start_openrc - else - start_baselayout - fi -} - -stop() { - ebegin "Stopping Datacoin daemon" - - pkg-config openrc - if [ $? = 0 ]; then - stop_openrc - else - stop_baselayout - fi -} - -start_openrc() { - start-stop-daemon \ - --start --user "${DATACOIN_USER}" --name datacoind \ - --pidfile /var/run/datacoind.pid --make-pidfile \ - --env HOME="${VARDIR}" --exec /usr/bin/datacoind \ - --nicelevel "${NICELEVEL}" \ - --background \ - --wait 2000 \ - -- ${DATACOIN_OPTS} - eend $? -} - -stop_openrc() { - start-stop-daemon --stop --user "${DATACOIN_USER}" \ - --name datacoind --pidfile /var/run/datacoind.pid \ - --wait 30000 \ - --progress - eend $? -} - -start_baselayout() { - start-stop-daemon \ - --start --user "${DATACOIN_USER}" --name datacoind \ - --pidfile /var/run/datacoind.pid --make-pidfile \ - --env HOME="${VARDIR}" --exec /usr/bin/datacoind \ - --chuid "${DATACOIN_USER}" \ - --nicelevel "${NICELEVEL}" \ - --background \ - -- ${DATACOIN_OPTS} - eend $? -} - -stop_baselayout() { - start-stop-daemon \ - --stop \ - --user "${DATACOIN_USER}" \ - --name datacoind \ - --pidfile /var/run/datacoind.pid - eend $? } diff --git a/net-p2p/litecoind/files/litecoin.initd-r1 b/net-p2p/litecoind/files/litecoin.initd-r1 new file mode 100644 index 000000000000..0fe4b2eb52a9 --- /dev/null +++ b/net-p2p/litecoind/files/litecoin.initd-r1 @@ -0,0 +1,29 @@ +#!/sbin/runscript +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/files/litecoin.initd-r1,v 1.1 2014/02/25 18:11:25 blueness Exp $ + +vardir="/var/lib/litecoin" +conffile="${vardir}/.litecoin/litecoin.conf" +litecoind_user="${LITECOIN_USER:-nobody:nobody}" + +description="P2P Internet currency based on Bitcoin but easier to mine." +pidfile="/run/${SVCNAME}.pid" +command="/usr/bin/litecoind" +command_args="${LITECOIN_OPTS}" +command_background="true" +start_stop_daemon_args="-u ${litecoind_user} -e HOME=${vardir} -N ${NICELEVEL:-0} -w 2000" + +depend() { + need net +} + +start_pre() { + checkpath -f -o ${litecoind_user} -m 0400 ${conffile} || return 1 + + if ! grep -q '^rpcpassword=' "${conffile}"; then + eerror "Please edit `readlink -f ${conffile}`" + eerror "There must be at least a line assigning rpcpassword=something-secure" + return 1 + fi +} diff --git a/net-p2p/litecoind/litecoind-0.8.6.1-r1.ebuild b/net-p2p/litecoind/litecoind-0.8.6.1-r1.ebuild new file mode 100644 index 000000000000..8eade403aa4b --- /dev/null +++ b/net-p2p/litecoind/litecoind-0.8.6.1-r1.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.6.1-r1.ebuild,v 1.1 2014/02/25 18:11:25 blueness Exp $ + +EAPI=5 + +DB_VER="4.8" + +inherit bash-completion-r1 db-use eutils systemd user + +MyPV="${PV/_/-}" +MyPN="litecoin" +MyP="${MyPN}-${MyPV}" + +DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine." +HOMEPAGE="https://litecoin.org/" +SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyP}.tar.gz" + +LICENSE="MIT ISC GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bash-completion examples ipv6 logrotate upnp" + +RDEPEND=" + dev-libs/boost[threads(+)] + dev-libs/openssl:0[-bindist] + logrotate? ( + app-admin/logrotate + ) + upnp? ( + net-libs/miniupnpc + ) + sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] + <=dev-libs/leveldb-1.12.0[-snappy] +" +DEPEND="${RDEPEND} + >=app-shells/bash-4.1 + sys-apps/sed +" + +S="${WORKDIR}/${MyP}" + +pkg_setup() { + local UG='litecoin' + enewgroup "${UG}" + enewuser "${UG}" -1 -1 /var/lib/litecoin "${UG}" +} + +src_prepare() { + epatch "${FILESDIR}"/${MyPN}-sys_leveldb.patch + rm -r src/leveldb + + if has_version '>=dev-libs/boost-1.52'; then + sed -i 's/\(-l db_cxx\)/-l boost_chrono$(BOOST_LIB_SUFFIX) \1/' src/makefile.unix + fi +} + +src_configure() { + OPTS=() + + OPTS+=("DEBUGFLAGS=") + OPTS+=("CXXFLAGS=${CXXFLAGS}") + OPTS+=("LDFLAGS=${LDFLAGS}") + + if use upnp; then + OPTS+=("USE_UPNP=1") + else + OPTS+=("USE_UPNP=-") + fi + + use ipv6 || OPTS+=("USE_IPV6=-") + + OPTS+=("USE_SYSTEM_LEVELDB=1") + OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")") + OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}") + + cd src || die + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN} +} + +#Tests are broken with and without our litecoin-sys_leveldb.patch. +#When tests work, make sure to inherit toolchain-funcs +#src_test() { +# cd src || die +# emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" test_litecoin +# ./test_litecoin || die 'Tests failed' +#} + +src_install() { + dobin src/${PN} + + insinto /etc/litecoin + doins "${FILESDIR}/litecoin.conf" + fowners litecoin:litecoin /etc/litecoin/litecoin.conf + fperms 600 /etc/litecoin/litecoin.conf + + newconfd "${FILESDIR}/litecoin.confd" ${PN} + newinitd "${FILESDIR}/litecoin.initd-r1" ${PN} + systemd_dounit "${FILESDIR}/litecoin.service" + + keepdir /var/lib/litecoin/.litecoin + fperms 700 /var/lib/litecoin + fowners litecoin:litecoin /var/lib/litecoin/ + fowners litecoin:litecoin /var/lib/litecoin/.litecoin + dosym /etc/litecoin/litecoin.conf /var/lib/litecoin/.litecoin/litecoin.conf + + dodoc doc/README.md doc/release-notes.md + newman contrib/debian/manpages/bitcoind.1 litecoind.1 + newman contrib/debian/manpages/bitcoin.conf.5 litecoin.conf.5 + + if use bash-completion; then + newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion + fi + + if use examples; then + docinto examples + dodoc -r contrib/{bitrpc,pyminer,spendfrom,tidy_datadir.sh,wallettools} + fi + + if use logrotate; then + insinto /etc/logrotate.d + newins "${FILESDIR}/litecoind.logrotate" litecoind + fi +} diff --git a/net-p2p/ppcoind/files/ppcoin.initd-r1 b/net-p2p/ppcoind/files/ppcoin.initd-r1 new file mode 100644 index 000000000000..976c6f521b65 --- /dev/null +++ b/net-p2p/ppcoind/files/ppcoin.initd-r1 @@ -0,0 +1,29 @@ +#!/sbin/runscript +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ppcoind/files/ppcoin.initd-r1,v 1.1 2014/02/25 18:23:04 blueness Exp $ + +vardir="/var/lib/ppcoin" +conffile="${vardir}/.ppcoin/ppcoin.conf" +ppcoind_user="${PPCOIN_USER:-nobody:nobody}" + +description="Cryptocurrency forked from Bitcoin which aims to be energy efficiency." +pidfile="/run/${SVCNAME}.pid" +command="/usr/bin/ppcoind" +command_args="${PPCOIN_OPTS}" +command_background="true" +start_stop_daemon_args="-u ${ppcoind_user} -e HOME=${vardir} -N ${NICELEVEL:-0} -w 2000" + +depend() { + need net +} + +start_pre() { + checkpath -f -o ${ppcoind_user} -m 0400 ${conffile} || return 1 + + if ! grep -q '^rpcpassword=' "${conffile}"; then + eerror "Please edit `readlink -f ${conffile}`" + eerror "There must be at least a line assigning rpcpassword=something-secure" + return 1 + fi +} diff --git a/net-p2p/ppcoind/ppcoind-0.3.0-r1.ebuild b/net-p2p/ppcoind/ppcoind-0.3.0-r1.ebuild new file mode 100644 index 000000000000..d8e6689c3a16 --- /dev/null +++ b/net-p2p/ppcoind/ppcoind-0.3.0-r1.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ppcoind/ppcoind-0.3.0-r1.ebuild,v 1.1 2014/02/25 18:23:04 blueness Exp $ + +EAPI=5 + +DB_VER="4.8" + +inherit bash-completion-r1 db-use eutils systemd user + +MyPV="${PV/_/-}" +MyPN="ppcoin" +MyP="${MyPN}-${MyPV}" + +DESCRIPTION="Cryptocurrency forked from Bitcoin which aims to be energy efficiency." +HOMEPAGE="http://peercoin.net/" +SRC_URI="mirror://sourceforge/${MyPN}/${MyP}-linux.tar.gz -> ${MyP}.tar.gz" + +LICENSE="MIT ISC GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples ipv6 logrotate upnp" + +RDEPEND=" + dev-libs/boost[threads(+)] + dev-libs/openssl:0[-bindist] + logrotate? ( + app-admin/logrotate + ) + upnp? ( + net-libs/miniupnpc + ) + sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] +" +DEPEND="${RDEPEND} + >=app-shells/bash-4.1 + sys-apps/sed +" + +S="${WORKDIR}/${MyP}-linux/src" + +pkg_setup() { + local UG='ppcoin' + enewgroup "${UG}" + enewuser "${UG}" -1 -1 /var/lib/ppcoin "${UG}" +} + +src_prepare() { + if has_version '>=dev-libs/boost-1.52'; then + sed -i 's/\(-l db_cxx\)/-l boost_chrono$(BOOST_LIB_SUFFIX) \1/' src/makefile.unix + fi +} + +src_configure() { + OPTS=() + + OPTS+=("DEBUGFLAGS=") + OPTS+=("CXXFLAGS=${CXXFLAGS}") + OPTS+=("LDFLAGS=${LDFLAGS}") + + if use upnp; then + OPTS+=("USE_UPNP=1") + else + OPTS+=("USE_UPNP=-") + fi + + use ipv6 || OPTS+=("USE_IPV6=-") + + OPTS+=("USE_SYSTEM_LEVELDB=1") + OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")") + OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}") + + cd src || die + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN} +} + +#Tests are broken +#src_test() { +# cd src || die +# emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" test_ppcoin +# ./test_ppcoin || die 'Tests failed' +#} + +src_install() { + dobin src/${PN} + + insinto /etc/ppcoin + doins "${FILESDIR}/ppcoin.conf" + fowners ppcoin:ppcoin /etc/ppcoin/ppcoin.conf + fperms 600 /etc/ppcoin/ppcoin.conf + + newconfd "${FILESDIR}/ppcoin.confd" ${PN} + newinitd "${FILESDIR}/ppcoin.initd-r1" ${PN} + systemd_dounit "${FILESDIR}/ppcoin.service" + + keepdir /var/lib/ppcoin/.ppcoin + fperms 700 /var/lib/ppcoin + fowners ppcoin:ppcoin /var/lib/ppcoin/ + fowners ppcoin:ppcoin /var/lib/ppcoin/.ppcoin + dosym /etc/ppcoin/ppcoin.conf /var/lib/ppcoin/.ppcoin/ppcoin.conf + + dodoc README + newman contrib/debian/manpages/bitcoind.1 ppcoind.1 + newman contrib/debian/manpages/bitcoin.conf.5 ppcoin.conf.5 + + if use examples; then + docinto examples + dodoc -r contrib/{bitrpc,gitian-descriptors,gitian-downloader,pyminer,wallettools} + + fi + + if use logrotate; then + insinto /etc/logrotate.d + newins "${FILESDIR}/ppcoind.logrotate" ppcoind + fi +} diff --git a/net-p2p/primecoind/files/primecoin.initd-r1 b/net-p2p/primecoind/files/primecoin.initd-r1 new file mode 100644 index 000000000000..6f0afea4d5b7 --- /dev/null +++ b/net-p2p/primecoind/files/primecoin.initd-r1 @@ -0,0 +1,29 @@ +#!/sbin/runscript +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/files/primecoin.initd-r1,v 1.1 2014/02/25 18:26:59 blueness Exp $ + +vardir="/var/lib/primecoin" +conffile="${vardir}/.primecoin/primecoin.conf" +primecoind_user="${PRIMECOIN_USER:-nobody:nobody}" + +description="Bitcoin crypto-currency wallet for automated services" +pidfile="/run/${SVCNAME}.pid" +command="/usr/bin/primecoind" +command_args="${PRIMECOIN_OPTS}" +command_background="true" +start_stop_daemon_args="-u ${primecoind_user} -e HOME=${vardir} -N ${NICELEVEL:-0} -w 2000" + +depend() { + need net +} + +start_pre() { + checkpath -f -o ${primecoind_user} -m 0400 ${conffile} || return 1 + + if ! grep -q '^rpcpassword=' "${conffile}"; then + eerror "Please edit `readlink -f ${conffile}`" + eerror "There must be at least a line assigning rpcpassword=something-secure" + return 1 + fi +} diff --git a/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild b/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild new file mode 100644 index 000000000000..bbda88b1e0a4 --- /dev/null +++ b/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild,v 1.1 2014/02/25 18:26:59 blueness Exp $ + +EAPI=5 + +DB_VER="4.8" + +inherit bash-completion-r1 db-use eutils systemd user + +MyPV="${PV/_/-}" +MyPN="primecoin" +MyP="${MyPN}-${MyPV}" + +DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine." +HOMEPAGE="http://primecoin.org/" +SRC_URI="mirror://sourceforge/${MyPN}/${MyP}-linux.tar.gz -> ${MyP}.tar.gz" + +LICENSE="MIT ISC GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bash-completion examples ipv6 logrotate upnp" + +RDEPEND=" + dev-libs/boost[threads(+)] + dev-libs/openssl:0[-bindist] + logrotate? ( + app-admin/logrotate + ) + upnp? ( + net-libs/miniupnpc + ) + sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] + <=dev-libs/leveldb-1.12.0[-snappy] +" +DEPEND="${RDEPEND} + >=app-shells/bash-4.1 + sys-apps/sed +" + +S="${WORKDIR}/${MyP}-linux/src" + +pkg_setup() { + local UG='primecoin' + enewgroup "${UG}" + enewuser "${UG}" -1 -1 /var/lib/primecoin "${UG}" +} + +src_prepare() { + epatch "${FILESDIR}"/${MyPN}-sys_leveldb.patch + rm -r src/leveldb + + if has_version '>=dev-libs/boost-1.52'; then + sed -i 's/\(-l db_cxx\)/-l boost_chrono$(BOOST_LIB_SUFFIX) \1/' src/makefile.unix + fi +} + +src_configure() { + OPTS=() + + OPTS+=("DEBUGFLAGS=") + OPTS+=("CXXFLAGS=${CXXFLAGS}") + OPTS+=("LDFLAGS=${LDFLAGS}") + + if use upnp; then + OPTS+=("USE_UPNP=1") + else + OPTS+=("USE_UPNP=-") + fi + + use ipv6 || OPTS+=("USE_IPV6=-") + + OPTS+=("USE_SYSTEM_LEVELDB=1") + OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")") + OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}") + + cd src || die + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN} +} + +#Tests are broken with and without our primecoin-sys_leveldb.patch. +#When tests work, make sure to inherit toolchain-funcs +#src_test() { +# cd src || die +# emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" test_primecoin +# ./test_primecoin || die 'Tests failed' +#} + +src_install() { + dobin src/${PN} + + insinto /etc/primecoin + doins "${FILESDIR}/primecoin.conf" + fowners primecoin:primecoin /etc/primecoin/primecoin.conf + fperms 600 /etc/primecoin/primecoin.conf + + newconfd "${FILESDIR}/primecoin.confd" ${PN} + newinitd "${FILESDIR}/primecoin.initd-r1" ${PN} + systemd_dounit "${FILESDIR}/primecoin.service" + + keepdir /var/lib/primecoin/.primecoin + fperms 700 /var/lib/primecoin + fowners primecoin:primecoin /var/lib/primecoin/ + fowners primecoin:primecoin /var/lib/primecoin/.primecoin + dosym /etc/primecoin/primecoin.conf /var/lib/primecoin/.primecoin/primecoin.conf + + dodoc doc/README.md doc/release-notes.md + newman contrib/debian/manpages/bitcoind.1 primecoind.1 + newman contrib/debian/manpages/bitcoin.conf.5 primecoin.conf.5 + + if use bash-completion; then + newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion + fi + + if use examples; then + docinto examples + dodoc -r contrib/{bitrpc,pyminer,spendfrom,tidy_datadir.sh,wallettools} + fi + + if use logrotate; then + insinto /etc/logrotate.d + newins "${FILESDIR}/primecoind.logrotate" primecoind + fi +} diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-2.1-WPA-fix.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-2.1-WPA-fix.patch new file mode 100644 index 000000000000..e3141b0eab6f --- /dev/null +++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-2.1-WPA-fix.patch @@ -0,0 +1,68 @@ +From b62d5b5450101676a0c05691b4bcd94e11426397 Mon Sep 17 00:00:00 2001 +From: Jouni Malinen +Date: Wed, 19 Feb 2014 09:56:02 +0000 +Subject: Revert "OpenSSL: Do not accept SSL Client certificate for server" + +This reverts commit 51e3eafb68e15e78e98ca955704be8a6c3a7b304. There are +too many deployed AAA servers that include both id-kp-clientAuth and +id-kp-serverAuth EKUs for this change to be acceptable as a generic rule +for AAA authentication server validation. OpenSSL enforces the policy of +not connecting if only id-kp-clientAuth is included. If a valid EKU is +listed with it, the connection needs to be accepted. + +Signed-off-by: Jouni Malinen +--- +diff --git a/src/crypto/tls.h b/src/crypto/tls.h +index 287fd33..feba13f 100644 +--- a/src/crypto/tls.h ++++ b/src/crypto/tls.h +@@ -41,8 +41,7 @@ enum tls_fail_reason { + TLS_FAIL_ALTSUBJECT_MISMATCH = 6, + TLS_FAIL_BAD_CERTIFICATE = 7, + TLS_FAIL_SERVER_CHAIN_PROBE = 8, +- TLS_FAIL_DOMAIN_SUFFIX_MISMATCH = 9, +- TLS_FAIL_SERVER_USED_CLIENT_CERT = 10 ++ TLS_FAIL_DOMAIN_SUFFIX_MISMATCH = 9 + }; + + union tls_event_data { +diff --git a/src/crypto/tls_openssl.c b/src/crypto/tls_openssl.c +index a13fa38..8cf1de8 100644 +--- a/src/crypto/tls_openssl.c ++++ b/src/crypto/tls_openssl.c +@@ -105,7 +105,6 @@ struct tls_connection { + unsigned int ca_cert_verify:1; + unsigned int cert_probe:1; + unsigned int server_cert_only:1; +- unsigned int server:1; + + u8 srv_cert_hash[32]; + +@@ -1480,16 +1479,6 @@ static int tls_verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) + TLS_FAIL_SERVER_CHAIN_PROBE); + } + +- if (!conn->server && err_cert && preverify_ok && depth == 0 && +- (err_cert->ex_flags & EXFLAG_XKUSAGE) && +- (err_cert->ex_xkusage & XKU_SSL_CLIENT)) { +- wpa_printf(MSG_WARNING, "TLS: Server used client certificate"); +- openssl_tls_fail_event(conn, err_cert, err, depth, buf, +- "Server used client certificate", +- TLS_FAIL_SERVER_USED_CLIENT_CERT); +- preverify_ok = 0; +- } +- + if (preverify_ok && context->event_cb != NULL) + context->event_cb(context->cb_ctx, + TLS_CERT_CHAIN_SUCCESS, NULL); +@@ -2541,8 +2530,6 @@ openssl_handshake(struct tls_connection *conn, const struct wpabuf *in_data, + int res; + struct wpabuf *out_data; + +- conn->server = !!server; +- + /* + * Give TLS handshake data from the server (if available) to OpenSSL + * for processing. +-- +cgit v0.9.2 diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.1.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.1-r1.ebuild similarity index 98% rename from net-wireless/wpa_supplicant/wpa_supplicant-2.1.ebuild rename to net-wireless/wpa_supplicant/wpa_supplicant-2.1-r1.ebuild index 04c3ecba5579..301e33789a93 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.1.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.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/net-wireless/wpa_supplicant/wpa_supplicant-2.1.ebuild,v 1.2 2014/02/14 08:20:31 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.1-r1.ebuild,v 1.1 2014/02/25 07:53:52 gurligebis Exp $ EAPI=4 @@ -93,6 +93,9 @@ src_prepare() { # bug (320097) epatch "${FILESDIR}/${P}-do-not-call-dbus-functions-with-NULL-path.patch" + # bug (501828) + epatch "${FILESDIR}/${P}-WPA-fix.patch" + # TODO - NEED TESTING TO SEE IF STILL NEEDED, NOT COMPATIBLE WITH 1.0 OUT OF THE BOX, # SO WOULD BE NICE TO JUST DROP IT, IF IT IS NOT NEEDED. # bug (374089) diff --git a/perl-core/Devel-PPPort/Devel-PPPort-3.200.ebuild b/perl-core/Devel-PPPort/Devel-PPPort-3.200.ebuild new file mode 100644 index 000000000000..7c52751a7d74 --- /dev/null +++ b/perl-core/Devel-PPPort/Devel-PPPort-3.200.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Devel-PPPort/Devel-PPPort-3.200.ebuild,v 1.1 2014/02/25 15:26:21 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=MHX +MODULE_VERSION=3.20 +inherit perl-module + +DESCRIPTION="Perl/Pollution/Portability" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/perl-core/Devel-PPPort/Manifest b/perl-core/Devel-PPPort/Manifest new file mode 100644 index 000000000000..e4053ea2f26c --- /dev/null +++ b/perl-core/Devel-PPPort/Manifest @@ -0,0 +1 @@ +DIST Devel-PPPort-3.20.tar.gz 195221 SHA256 8002038a2613945cd88a9996fd313b0647c7d8f35c9338504f77dff12364f368 SHA512 06946307c3faf4e2f27d3274c58bb9e7c2fd582807286c68d69f6920a803f4b7ee6b55b7c2102302cd2e89a35dae2f891782e05418a2bdd6f2f541b75dee6fd4 WHIRLPOOL 766546e8d15c377f61846631517425e598ad7a614663c24ddf66b459688165cc6772b381cf745ad0a401e961daa433826e63280df7ebac4f6483bbf3643a45fa diff --git a/perl-core/Devel-PPPort/metadata.xml b/perl-core/Devel-PPPort/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Devel-PPPort/metadata.xml @@ -0,0 +1,5 @@ + + + + perl + diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 7a90c07b5178..9f34c5ab4b77 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,8 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.193 2014/02/23 20:08:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.195 2014/02/25 21:16:28 maekke Exp $ -# Markus Meier (23 Feb 2014) +# Markus Meier (25 Feb 2014) +# stable reverse deps of media-libs/libquvi, bug #495254 +=dev-libs/totem-pl-parser-2.32.6-r3 quvi +=media-video/mplayer2-2.0_p20130126 quvi +=media-video/mplayer2-2.0_p20130428-r1 quvi + +# Markus Meier (23 Feb 2014) # unkeyworded dep, bug #499974 dev-libs/efl physics @@ -304,7 +310,7 @@ app-cdr/brasero vcd # Pacho Ramos (02 Apr 2011) # quvi support is needed to play youtube files now -media-video/totem flash youtube +media-video/totem youtube # Markus Meier (13 Mar 2011) # needs stable kde stuff diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index 9b81f58ac04c..3ddf777ab821 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -127,7 +127,6 @@ iplayer plotutils lpsol upnp -quvi bluray libtar zvbi diff --git a/profiles/package.mask b/profiles/package.mask index bff2e5d8eeaf..9324b09035a0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15417 2014/02/21 13:07:56 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15423 2014/02/25 19:41:31 kensington 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,21 @@ #--- END OF EXAMPLES --- +# Michael Palimaka (26 Feb 2014) +# Doesn't build with recent graphviz. Dead upstream. +# Masked for removal in 30 days. Bug #491760. +media-gfx/kgraphviewer + +# MichaÅ‚ Górny (25 Feb 2014) +# Mask for testing. +~sys-apps/systemd-210 + +# Ulrich Müller (24 Feb 2014) +# Does not work any more, AOL has shut off +# the TOC2 protocol for the AIM service. +# Masked for removal in 30 days, bug 502322. +app-emacs/tnt + # Tom Wijsman (21 Feb 2014) # MATE introduction mask mate-base/mate-common @@ -289,14 +304,6 @@ www-client/google-chrome:unstable >=dev-dotnet/gnome-sharp-2.24.2-r1 >=dev-dotnet/gtk-sharp-2.12.21 -# Andreas Schuerch (09 Jan 2014) -# masked for removal in 30 days as of bug 497262 -net-libs/libguac -net-libs/libguac-client-rdp -net-libs/libguac-client-vnc -net-misc/guacd - (02 Jan 2014) # Breaks reverse dependencies and upstream don't want us # to use it (#483562) diff --git a/profiles/updates/1Q-2014 b/profiles/updates/1Q-2014 index 8d1481ceecea..0e392ec6080c 100644 --- a/profiles/updates/1Q-2014 +++ b/profiles/updates/1Q-2014 @@ -1,3 +1,4 @@ move games-board/capitalism games-board/capicity move games-board/CapiCity games-board/capicity move net-misc/mirall net-misc/owncloud-client +slotmove sys-block/kvpm 2 4 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7ccd1cd16baf..5c0329b41d9b 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -5232,8 +5232,6 @@ net-misc/dhcp:client - Install the dhclient program net-misc/dhcp:server - Install the dhcpd and dhcrelay programs net-misc/directvnc:dmalloc - Enable debugging with the dmalloc library net-misc/directvnc:mouse - Adds mouse support -net-misc/dnetstats:gnome - Use gksu to gain root access -net-misc/dnetstats:kde - Use kdesu to gain root access net-misc/dropbear:bsdpty - Add support for legacy BSD pty's rather than dynamic UNIX pty's -- do not use this flag unless you are absolutely sure you actually want it net-misc/dropbear:multicall - Build all the programs as one little binary (to save space) net-misc/dropbear:shadow - Enable shadow password support @@ -5345,6 +5343,7 @@ net-misc/openvpn:plugins - Enable the OpenVPN plugin system net-misc/openvpn:polarssl - Use PolarSSL instead of OpenSSL net-misc/openvswitch:monitor - Build the Python and GUI dependent monitor applications net-misc/openvswitch:pyside - Use dev-python/pyside instead of dev-python/PyQt4 for Python/Qt-bindings when building with USE=monitor. +net-misc/owncloud-client:sftp - Enable sftp transfer support via net-libs/libssh net-misc/pavuk:hammer - Turn on chunky/hammer mode (DoS) in pavuk: when specified, pavuk will include features to stress test web sites using an ultrahigh performancereplay mechanism net-misc/plowshare:scripts - Install some additional helper scripts net-misc/plowshare:view-captcha - View captcha with aview diff --git a/sci-chemistry/xdsstat-bin/Manifest b/sci-chemistry/xdsstat-bin/Manifest index 5cb8ef4eac62..4ce0a18a1d13 100644 --- a/sci-chemistry/xdsstat-bin/Manifest +++ b/sci-chemistry/xdsstat-bin/Manifest @@ -1 +1,2 @@ -DIST xdsstat.bz2 437441 SHA256 7ee4142cd8b3ed3c3d68cf43f1656986349e03327459196b071e8430dbab89eb SHA512 ce1235bb3d2a4ca218bfe1b9cf7b0cd5ee4b0af7e07ac0a8530403107a9f588942207a2898a1b045bb4ec8e639b95670e4efc0b7f33b3157effaec54f599fbfe WHIRLPOOL 9d2c95684fad0ed3c6f4172729192f77b53d9a11836879bd8353eff47db36efd5101d086da4ff959e790ffec6b4b0ebbdfcbada64f2431c463b52b70c6550e68 +DIST xdsstat-linux32.bz2 235255 SHA256 366b9565a172b9ab756e1669a353003c74b9e0341bba5b1822fef775a35e1290 SHA512 233c25b60501f794887a09960e2e8377c0443bce661c769624d8afcde288b58968b3406cc7e1bb02f0de010f4e6555ef0641fd5ebcfdd5f6396ec21a22c32985 WHIRLPOOL a304fd23eaf3d8292f3bc414e6bc1c1b5895590b4235e637d357a4a462c91939195fd99764b4233775f1dd6d65601391d4c6328fe578734dae498e6f382e96f7 +DIST xdsstat-linux64.bz2 256555 SHA256 45408d09cb13ec664e863863ec66a1cece204308e074f29f54f922d804f042f9 SHA512 d5b3043bec30a17f6960308d642a3721f7a73bc851a71ec28a813b5a98f2de4f215d3603e8da4a9bcb949cfa15030c3eac108bc5549ebdef6737885e60dbd626 WHIRLPOOL 5d81ba5998e6c527978f10e0aa2ded7c8ada53beb6340ba592d74b34a64a81e17c0184d101dc7698d4771458d0e27559fb857fd329be8eb95a4f75136f549790 diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild similarity index 65% rename from sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild rename to sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild index 4bf68255cf8c..4041a4e23d08 100644 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild +++ b/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild @@ -1,12 +1,17 @@ -# 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/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild,v 1.1 2013/05/30 09:32:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild,v 1.1 2014/02/25 07:25:57 jlec Exp $ + +EAPI=5 MY_PN="${PN/-bin}" DESCRIPTION="Prints various statistics (that are not available from XDS itself)" HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT" -SRC_URI="ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}.bz2" +SRC_URI=" + amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 ) + x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 ) +" LICENSE="all-rights-reserved" SLOT="0" @@ -22,7 +27,9 @@ RESTRICT="mirror" QA_PREBUILT="opt/bin/*" +S="${WORKDIR}" + src_install() { exeinto /opt/bin - doexe ${MY_PN} + newexe ${MY_PN}* ${MY_PN} } diff --git a/sci-libs/voro++/Manifest b/sci-libs/voro++/Manifest new file mode 100644 index 000000000000..9d998aa8da46 --- /dev/null +++ b/sci-libs/voro++/Manifest @@ -0,0 +1 @@ +DIST voro++-0.4.6.tar.gz 809124 SHA256 ef7970071ee2ce3800daa8723649ca069dc4c71cc25f0f7d22552387f3ea437e SHA512 aa8c73d7634bb4ec4c0a7d4d18c0df07511ef975338f2517e6f0ec65de56bac10397adccf1c0e13439d29d096b7cb9b4540d7cfc191a1662f15dc0c3c1ff77c1 WHIRLPOOL 120643681c2def042f8446b8da1fa674a4e94354e830f7867a92d3ecdcdf00ede8aacdf8a015717583fdfd3054abcb861cdd12c182a94756000828a514673c79 diff --git a/sci-libs/voro++/files/voro++-0.4.6-cmake.patch b/sci-libs/voro++/files/voro++-0.4.6-cmake.patch new file mode 100644 index 000000000000..da67328c6265 --- /dev/null +++ b/sci-libs/voro++/files/voro++-0.4.6-cmake.patch @@ -0,0 +1,141 @@ +Index: CMakeLists.txt +=================================================================== +--- CMakeLists.txt (revision 0) ++++ CMakeLists.txt (working copy) +@@ -0,0 +1,109 @@ ++cmake_minimum_required(VERSION 2.6) ++ ++project(voro++) ++ ++set(PROJECT_VERSION "0.4.6") ++set(SOVERSION 0) ++ ++# Cmake modules/macros are in a subdirectory to keep this file cleaner ++set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) ++ ++if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS) ++ #release comes with -O3 by default ++ set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE) ++endif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS) ++ ++enable_language(CXX) ++ ++###################################################################### ++# compiler tests ++# these need ot be done early (before further tests). ++##################################################################### ++ ++include(CheckCXXCompilerFlag) ++ ++######################################################################## ++# User input options # ++######################################################################## ++option(BUILD_SHARED_LIBS "Build shared libs" ON) ++if (NOT DEFINED LIB) ++ set(LIB "lib") ++endif(NOT DEFINED LIB) ++if (NOT DEFINED MAN) ++ set(MAN "share/man") ++endif(NOT DEFINED MAN) ++if (NOT DEFINED DATA) ++ set(DATA "share/voro++") ++endif(NOT DEFINED DATA) ++ ++######################################################################## ++#Find external packages ++######################################################################## ++find_package(Doxygen) ++ ++######################################################################## ++# Basic system tests (standard libraries, headers, functions, types) # ++######################################################################## ++include(CheckIncludeFileCXX) ++foreach(HEADER cmath cstdio cstdlib cstring ctime fstream iostream queue vector) ++ check_include_file_cxx(${HEADER} FOUND_${HEADER}) ++ if(NOT FOUND_${HEADER}) ++ message(FATAL_ERROR "Could not find needed header - ${HEADER}") ++ endif(NOT FOUND_${HEADER}) ++endforeach(HEADER) ++ ++set(MATH_LIBRARIES "m" CACHE STRING "math library") ++mark_as_advanced( MATH_LIBRARIES ) ++include(CheckLibraryExists) ++foreach(FUNC sqrt) ++ check_library_exists(${MATH_LIBRARIES} ${FUNC} "" FOUND_${FUNC}_${MATH_LIBRARIES}) ++ if(NOT FOUND_${FUNC}_${MATH_LIBRARIES}) ++ message(FATAL_ERROR "Could not find needed math function - ${FUNC}") ++ endif(NOT FOUND_${FUNC}_${MATH_LIBRARIES}) ++endforeach(FUNC) ++ ++###################################### ++# Include the following subdirectory # ++###################################### ++ ++file(GLOB VORO_SOURCES src/*.cc) ++file(GLOB NOT_VORO_SOURCES src/v_base_wl.cc src/cmd_line.cc src/voro++.cc) ++list(REMOVE_ITEM VORO_SOURCES ${NOT_VORO_SOURCES}) ++add_library(voro++ ${VORO_SOURCES}) ++set_target_properties(voro++ PROPERTIES ++ LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/src" ++ SOVERSION ${SOVERSION}) ++install(TARGETS voro++ LIBRARY DESTINATION ${LIB} ARCHIVE DESTINATION ${LIB}) ++ ++add_executable(cmd_line src/cmd_line.cc) ++target_link_libraries(cmd_line voro++) ++#cannot have two target with the same name ++set_target_properties(cmd_line PROPERTIES OUTPUT_NAME voro++ ++ RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/src") ++install(TARGETS cmd_line RUNTIME DESTINATION bin) ++ ++#for voto++.hh ++include_directories(${CMAKE_SOURCE_DIR}/src) ++file(GLOB EXAMPLE_SOURCES examples/*/*.cc) ++foreach(SOURCE ${EXAMPLE_SOURCES}) ++ string(REGEX REPLACE "^.*/([^/]*)\\.cc$" "\\1" PROGNAME "${SOURCE}") ++ if (NOT PROGNAME STREQUAL ellipsoid) #ellipsoid is broken ++ string(REGEX REPLACE "^.*/(examples/.*)/${PROGNAME}\\.cc$" "\\1" DIRNAME "${SOURCE}") ++ add_executable(${PROGNAME} ${SOURCE}) ++ target_link_libraries(${PROGNAME} voro++) ++ set_target_properties(${PROGNAME} PROPERTIES ++ RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${DIRNAME}" ) ++ endif() ++endforeach(SOURCE) ++ ++file(GLOB_RECURSE VORO_HEADERS src/voro++.hh) ++install(FILES ${VORO_HEADERS} DESTINATION include) ++install(FILES ${CMAKE_SOURCE_DIR}/man/voro++.1 DESTINATION ${MAN}/man1) ++ ++if (DOXYGEN_FOUND) ++ add_custom_target(help COMMAND ${DOXYGEN_EXECUTABLE} src/Doxyfile ++ COMMENT "Build doxygen documentation") ++endif (DOXYGEN_FOUND) ++ ++configure_file(${CMAKE_MODULE_PATH}/cmake_uninstall.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake IMMEDIATE @ONLY) ++add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) +Index: CMakeModules/cmake_uninstall.cmake.in +=================================================================== +--- CMakeModules/cmake_uninstall.cmake.in (revision 0) ++++ CMakeModules/cmake_uninstall.cmake.in (working copy) +@@ -0,0 +1,22 @@ ++IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") ++ MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"") ++ENDIF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") ++ ++FILE(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files) ++STRING(REGEX REPLACE "\n" ";" files "${files}") ++FOREACH(file ${files}) ++ MESSAGE(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") ++ IF(EXISTS "$ENV{DESTDIR}${file}") ++ EXEC_PROGRAM( ++ "@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" ++ OUTPUT_VARIABLE rm_out ++ RETURN_VALUE rm_retval ++ ) ++ IF(NOT "${rm_retval}" STREQUAL 0) ++ MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") ++ ENDIF(NOT "${rm_retval}" STREQUAL 0) ++ ELSE(EXISTS "$ENV{DESTDIR}${file}") ++ MESSAGE(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") ++ ENDIF(EXISTS "$ENV{DESTDIR}${file}") ++ENDFOREACH(file) ++ diff --git a/sci-libs/voro++/metadata.xml b/sci-libs/voro++/metadata.xml new file mode 100644 index 000000000000..897aa2e6b59a --- /dev/null +++ b/sci-libs/voro++/metadata.xml @@ -0,0 +1,5 @@ + + + + sci + diff --git a/sci-libs/voro++/voro++-0.4.6.ebuild b/sci-libs/voro++/voro++-0.4.6.ebuild new file mode 100644 index 000000000000..448f5ed599aa --- /dev/null +++ b/sci-libs/voro++/voro++-0.4.6.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/sci-libs/voro++/voro++-0.4.6.ebuild,v 1.2 2014/02/25 03:03:51 ottxor Exp $ + +EAPI=5 + +inherit cmake-utils multilib + +DESCRIPTION="A 3D Voronoi cell software library" +HOMEPAGE="http://math.lbl.gov/voro++/" +SRC_URI="${HOMEPAGE}/download/dir/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) + +src_configure() { + mycmakeargs=( -DLIB=$(get_libdir) ) + cmake-utils_src_configure +} diff --git a/sci-mathematics/agda/Manifest b/sci-mathematics/agda/Manifest index c0cb33ea3a10..d9d1a4eb56f5 100644 --- a/sci-mathematics/agda/Manifest +++ b/sci-mathematics/agda/Manifest @@ -1,5 +1,3 @@ -DIST Agda-1.0.2.tar.gz 505642 SHA256 2ab56783a26e84f64422316daf0ce160f983667357361e2986baa13fb17e7ea1 SHA512 8c70f33af4734c51318412117a3fdc0fedd3f613fe4c778ef85553c67fcf8358d7491afccf745bc695ad5f0d53d468fec611ffd0524ac984bdfa4fdb29035eee WHIRLPOOL da995cbe0b713311cc2a8566f01a4f194c4042e8caf73e1074280d45e94dc9acc3ade8c4e44059977a6d9074448c71754c3fc3f34391c7928e6bd5d5a3735836 -DIST Agda-2.2.6.tar.gz 1376824 SHA256 3ea0f18d475e9a27ab4a6362e0888aa173f8eb9630085124aaf79df336168ca6 SHA512 b91bf28e7c0e41b83afab98e4552ded960e0b3a9ae0710b63491b5898d87809ce386e706e0d232b09d5745f779954731d64657cf58508a5fcd5b336eda4d08e9 WHIRLPOOL 98814bea70636feeee975569af9ce57183bb1877e0521fb3c09444298ba6ce125996348f9455d66091bf107a469d66d1987348ce96325d392133dfe39e47ca26 DIST Agda-2.3.0.1.tar.gz 612342 SHA256 5cc016a6cf113979d92af05c10b1e92dead4bf87861086177a017ce1d7605338 SHA512 c9e51b20d74cc5c6b8b9a9d7574478f552d0ae9c1133f017727b2f2f0646e04de0fca79918027ef0664bba708763c909e8eaaec2964a7a2f031ba21235b5c9dc WHIRLPOOL ec0e402caed8aa28e928ef20e2707547d9aeab53b9630fc1cb13136423debe89e0826b161895230dba99479049cf42cbb5edde55c584fe0a0ef2d41f9bed4f8f DIST Agda-2.3.2.1.tar.gz 730010 SHA256 790e02ed9af8b9b65ea704b765fd9937444ec1351da9bc2547aa8e9034038eb6 SHA512 d6aa7728d428a66b638f36d7d086be43f4956fa086c5e7dba47520c6b4e2294f149491c8b099c3402c93f9e6d559396573e0f2b72044f6d9c58ef29987c40113 WHIRLPOOL b7fa249ab8a3d11c9f9a00a44b2c3c560953e07d2c4db1eedd411fcfccd62e425a9d2b53c56c96a0002a9878bf21de1f736249751a91cdd795e7289af776c34c DIST Agda-2.3.2.2.tar.gz 2034934 SHA256 0c8310f4067e4daac42d7233e8f245d216763186071a96ccc3d7e0edc5cb227f SHA512 5dfc156dfaa510cfce5f745a8f4a1998cfe144bdd67df2bd96ffc4a53301a33b540b76f67bd02434c52de788a284ae351ce7659731b5d0081d707e120131cd25 WHIRLPOOL 71b1c6b6eb483aa7aa76884b609f0d60b4016f86cd267e48dd0df438a91662ac702656639801204ee414932d57526790b3122933272b07d8ae11ef64cea978ac diff --git a/sci-mathematics/agda/agda-1.0.2-r2.ebuild b/sci-mathematics/agda/agda-1.0.2-r2.ebuild deleted file mode 100644 index 698bf5b369e2..000000000000 --- a/sci-mathematics/agda/agda-1.0.2-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r2.ebuild,v 1.2 2010/09/14 19:53:51 bicatali Exp $ - -EAPI=2 -inherit elisp-common eutils - -MY_PN="Agda" -S="${WORKDIR}/${MY_PN}-${PV}" - -DESCRIPTION="Proof assistant in Haskell" -HOMEPAGE="http://unit.aist.go.jp/cvs/Agda/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/emacs - app-emacs/haskell-mode" -DEPEND="${RDEPEND} - dev-lang/ghc - dev-haskell/mtl" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-make_install.patch - epatch "${FILESDIR}"/${P}-upstream-fixes.patch - sed -e "s:-package lang::" -i src/Makefile.in \ - || die "Failed to fix Makfile.in" -} - -src_configure() { - econf --enable-newsyntax -} - -src_install() { - emake -C src ROOT="${D}" install || die "emake install failed" - dosym /usr/lib/EmacsAgda/bin/emacsagda /usr/bin/emacsagda - dosym emacsagda /usr/bin/agda - - elisp-install ${PN} elisp/agda-mode.el || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.2.6-r1.ebuild b/sci-mathematics/agda/agda-2.2.6-r1.ebuild deleted file mode 100644 index 86e1f1d944a9..000000000000 --- a/sci-mathematics/agda/agda-2.2.6-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.2.6-r1.ebuild,v 1.1 2010/11/20 13:45:12 kolmodin Exp $ - -EAPI="2" - -CABAL_FEATURES="lib" -inherit haskell-cabal eutils elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed programming language." -HOMEPAGE="http://appserv.cs.chalmers.se/users/ulfn/wiki/agda.php" -SRC_URI="http://code.haskell.org/${MY_PN}/${MY_P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/emacs - app-emacs/haskell-mode" -DEPEND="${RDEPEND} - >=dev-lang/ghc-6.12 - dev-haskell/mtl - =dev-haskell/quickcheck-2* - dev-haskell/haskell-src - dev-haskell/haskeline - >=dev-haskell/binary-0.4.4 - =dev-haskell/xhtml-3000.2* - >=dev-haskell/zlib-0.4 - >=dev-haskell/alex-2.0 - >=dev-haskell/happy-1.15" - -SITEFILE="50${PN}2-gentoo.el" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-emacs.patch -} - -src_install() { - haskell-cabal_src_install - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild b/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild index fb889d7d05db..1ba6c976b985 100644 --- a/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild +++ b/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild @@ -1,6 +1,6 @@ -# 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/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild,v 1.1 2013/12/10 11:25:16 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild,v 1.2 2014/02/25 15:40:58 slyfox Exp $ EAPI=5 @@ -39,6 +39,7 @@ RDEPEND=">=dev-haskell/binary-0.4.4:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] = 0.4.4 && < 0.6' 'binary >= 0.4.4 && < 0.8' \ - 'text == 0.11.*' 'text >= 0.11' + 'text == 0.11.*' 'text >= 0.11' \ + 'base >= 4.2 && < 4.7' 'base >= 4.2 && < 4.8' \ + 'array >= 0.1 && < 0.5' 'array >= 0.1 && < 0.6' \ + 'process >= 1.0.1.0 && < 1.2' 'process >= 1.0.1.0 && < 1.3' + sed -e '/.*emacs-mode.*$/d' \ -e '/^executable agda/,$d' \ -i "${S}/${MY_PN}.cabal" \ || die "Could not remove agda and agda-mode from ${MY_PN}.cabal" + cabal-mksetup + if use epic && use stdlib; then ewarn "Note that the agda-stdlib README:" ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html" @@ -84,6 +91,7 @@ src_configure() { } src_compile() { + BYTECOMPFLAGS="-L ./src/data/emacs-mode" elisp-compile src/data/emacs-mode/*.el \ || die "Failed to compile emacs mode" haskell-cabal_src_compile diff --git a/sci-mathematics/agda/files/50agda-gentoo.el b/sci-mathematics/agda/files/50agda-gentoo.el deleted file mode 100644 index dfafe7ed765c..000000000000 --- a/sci-mathematics/agda/files/50agda-gentoo.el +++ /dev/null @@ -1,10 +0,0 @@ -;;; agda site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'agda-mode "agda-mode.el" - "Major mode for Agda files" t) -(unless (assoc "\\.agda" auto-mode-alist) - (setq auto-mode-alist - (nconc '(("\\.agda" . agda-mode) - ("\\.alfa" . agda-mode)) auto-mode-alist))) - diff --git a/sci-mathematics/agda/files/agda-1.0.2-upstream-fixes.patch b/sci-mathematics/agda/files/agda-1.0.2-upstream-fixes.patch deleted file mode 100644 index 40eea5bec836..000000000000 --- a/sci-mathematics/agda/files/agda-1.0.2-upstream-fixes.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -Naur Agda-1.0.2/src/BasicEngineOps.hs-boot Agda-1.0.2.new/src/BasicEngineOps.hs-boot ---- Agda-1.0.2/src/BasicEngineOps.hs-boot 2006-12-25 18:47:26.000000000 -0500 -+++ Agda-1.0.2.new/src/BasicEngineOps.hs-boot 2008-07-26 06:29:02.000000000 -0400 -@@ -1,4 +1,4 @@ --module BasicEngineOps where -+module BasicEngineOps (checkAndUpdate, solveCs) where - import MetaVars(MetaVar) - import ISynType(Exp) - import ProofMonad(PCM) -diff -Naur Agda-1.0.2/src/Id.hs Agda-1.0.2.new/src/Id.hs ---- Agda-1.0.2/src/Id.hs 2006-12-25 18:47:26.000000000 -0500 -+++ Agda-1.0.2.new/src/Id.hs 2008-07-26 06:28:22.000000000 -0400 -@@ -157,7 +157,7 @@ - "$" -> FInfixr 0 - ">>" -> FInfixl 1 - ">>=" -> FInfixl 1 -- "×" -> FInfixr 1 -+ "\xD7"-> FInfixr 1 -- times - "||" -> FInfixr 2 - "&&" -> FInfixr 3 - "==" -> FInfix 4 -@@ -172,8 +172,8 @@ - "-" -> FInfixl 6 - "*" -> FInfixl 7 - "/" -> FInfixl 7 -- "·" -> FInfixr 8 -- "°" -> FInfixr 8 -+ "\xB7"-> FInfixr 8 -- cdot -+ "\xB0"-> FInfixr 8 -- circ - _ -> FInfixl 9 - - -diff -Naur Agda-1.0.2/src/Lex.hs Agda-1.0.2.new/src/Lex.hs ---- Agda-1.0.2/src/Lex.hs 2006-12-25 18:47:26.000000000 -0500 -+++ Agda-1.0.2.new/src/Lex.hs 2008-07-26 06:35:10.000000000 -0400 -@@ -307,7 +307,7 @@ - isSym '>' = True; isSym '\\' = True; isSym '^' = True - isSym '|' = True; isSym ':' = True; isSym '-' = True; isSym '~' = True - isSym ',' = True --isSym c | c >= '\x80' = c `elem` "¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿×÷" -+isSym c | c >= '\x80' = ord c `elem` ([161..191] ++ [215,247]) - --isSym c | c >= '\x80' = isSymbol c - isSym _ = False - -diff -Naur Agda-1.0.2/src/PreStrings.hs Agda-1.0.2.new/src/PreStrings.hs ---- Agda-1.0.2/src/PreStrings.hs 2006-12-25 18:47:26.000000000 -0500 -+++ Agda-1.0.2.new/src/PreStrings.hs 2008-07-26 06:28:36.000000000 -0400 -@@ -46,6 +46,6 @@ - "Setoid","Elem","Equal","ref","sym", - "tran","El","Eq", "_V", "A", - "B", "x", "xs", "m","JMeq", -- "same", "a", "b", "×" -+ "same", "a", "b", "\xD7" -- times - ] - diff --git a/sci-mathematics/agda/files/agda-2.2.6-emacs.patch b/sci-mathematics/agda/files/agda-2.2.6-emacs.patch deleted file mode 100644 index c9d0493f8a80..000000000000 --- a/sci-mathematics/agda/files/agda-2.2.6-emacs.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Naur Agda-2.2.6/Agda.cabal Agda-2.2.6.new/Agda.cabal ---- Agda-2.2.6/Agda.cabal 2009-12-23 10:39:57.000000000 -0500 -+++ Agda-2.2.6.new/Agda.cabal 2010-02-12 10:52:07.000000000 -0500 -@@ -40,7 +40,6 @@ - doc/release-notes/*.txt - data-dir: src/data - data-files: Agda.css -- emacs-mode/*.el - - source-repository head - type: darcs -@@ -274,15 +273,3 @@ - -fwarn-warnings-deprecations -fwarn-deprecated-flags - -fwarn-dodgy-foreign-imports - -fwarn-wrong-do-bind -fwarn-dodgy-exports -- --executable agda-mode -- hs-source-dirs: src/agda-mode -- main-is: Main.hs -- other-modules: Paths_Agda -- if flag(use-locale) -- build-depends: base == 4.2.* -- else -- build-depends: base == 4.1.*, -- utf8-string == 0.3.* -- build-depends: filepath >= 1.1 && < 2, -- process >= 1.0.1.0 && < 2 diff --git a/sci-mathematics/octave/octave-3.6.4-r1.ebuild b/sci-mathematics/octave/octave-3.6.4-r1.ebuild index 60a029d05f52..59b6483d8614 100644 --- a/sci-mathematics/octave/octave-3.6.4-r1.ebuild +++ b/sci-mathematics/octave/octave-3.6.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/sci-mathematics/octave/octave-3.6.4-r1.ebuild,v 1.2 2014/02/20 08:50:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4-r1.ebuild,v 1.3 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -129,6 +129,6 @@ src_install() { autotools-utils_src_install use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${PV}" > 99octave doenvd 99octave } diff --git a/sci-mathematics/octave/octave-3.6.4.ebuild b/sci-mathematics/octave/octave-3.6.4.ebuild index c896c723f805..ff5bada061b5 100644 --- a/sci-mathematics/octave/octave-3.6.4.ebuild +++ b/sci-mathematics/octave/octave-3.6.4.ebuild @@ -1,6 +1,6 @@ -# 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/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.9 2013/07/18 17:46:50 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.10 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -127,6 +127,6 @@ src_install() { autotools-utils_src_install use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${PV}" > 99octave doenvd 99octave } diff --git a/sci-mathematics/octave/octave-3.8.0.ebuild b/sci-mathematics/octave/octave-3.8.0.ebuild index 7fbce0332a93..6d5157db7532 100644 --- a/sci-mathematics/octave/octave-3.8.0.ebuild +++ b/sci-mathematics/octave/octave-3.8.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/sci-mathematics/octave/octave-3.8.0.ebuild,v 1.6 2014/02/20 08:50:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.0.ebuild,v 1.7 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -204,6 +204,6 @@ src_install() { use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log use java && java-pkg_regjar "${ED}/usr/share/${PN}/${PV}/m/java/octave.jar" - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${PV}" > 99octave doenvd 99octave } diff --git a/sci-mathematics/octave/octave-3.8.1_rc3.ebuild b/sci-mathematics/octave/octave-3.8.1_rc3.ebuild index 50d8560c1de5..4b7fe5e3f491 100644 --- a/sci-mathematics/octave/octave-3.8.1_rc3.ebuild +++ b/sci-mathematics/octave/octave-3.8.1_rc3.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/sci-mathematics/octave/octave-3.8.1_rc3.ebuild,v 1.2 2014/02/23 00:04:30 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild,v 1.3 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -206,6 +206,6 @@ src_install() { use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log use java && java-pkg_regjar "${ED}/usr/share/${PN}/${MY_PV}/m/java/octave.jar" - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${MY_PV}" > 99octave doenvd 99octave } diff --git a/sys-apps/grep/Manifest b/sys-apps/grep/Manifest index 33fbfb50d04a..b0180b78bfc3 100644 --- a/sys-apps/grep/Manifest +++ b/sys-apps/grep/Manifest @@ -2,3 +2,4 @@ DIST grep-2.14.tar.xz 1195640 SHA256 e70e801d4fbb16e761654a58ae48bf5020621c95c8e DIST grep-2.15.tar.xz 1267312 SHA256 bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314 SHA512 095b32f5948cdfdfb6af4a2661f780d676899c17617ceeee7b312666351551a49445e90060821bac7150f7fed646da47928efc0f30e1b9f1a96a7efa5f9c47c3 WHIRLPOOL c7b482daf58df83590676eb2eb1c910abe006ba1bbf033f8e70a41e178e02c42e5b2c8df09d9fa78df65668020c36bbd7b6c141fdb2e2a27ff515820971de175 DIST grep-2.16.tar.xz 1210192 SHA256 16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162 SHA512 6b56aca3c859c28d463e1aa755f4f004087985573a8e012a8371780d6b7cbfa8587d5b0bfd2d37b1ddf6c3a49b9126d1e1408d2cc9255558f6cd5754b395b9f9 WHIRLPOOL 008f8338335fd50867fe08306330b679ba5809ecd64837901651bc90f31ed620be2377da0aba90fd57f099fa89bd2cbaf9fc08c8d18cd9aba229c613671c358f DIST grep-2.17.tar.xz 1212488 SHA256 26fdb0220cd27699f82612352f52429b472f140cdc8315ad9eaa6d70e75a06e5 SHA512 11500f462b9645f939b55983bed9e84edf87bf062d9b23275b1bcd8f194df70339260e12060a2555e19fa94055f64af50d2ff1ff71b4c397cc8d2d7f6ef36bac WHIRLPOOL 11389103a684747da94ac1b7da59f952924fa664c516fd0dd21caa9fd162e4f98c94a355e1738d2bb28c5b6542806ad4acc9cea937301c8f90018d9f5252f186 +DIST grep-2.18.tar.xz 1213220 SHA256 e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720 SHA512 2d0e6cf9dc47a49d72ecb3e2c3b7bd8dd4d9cdef7bcec002af2c41e6cc57c26520b115188477ba7bfdf7c67fea86d1105450227f9df2900aac16ea6bb7783263 WHIRLPOOL 3bf001360c72f2dac05af609960b6a05f56a3d8f6906a616064ad990c9a3a048cfb1641d2db4d5b8a5385e99d62dbc991c074a0d10e175f19ec6023e3727c5a5 diff --git a/sys-apps/grep/grep-2.18.ebuild b/sys-apps/grep/grep-2.18.ebuild new file mode 100644 index 000000000000..dd05b1e3e35b --- /dev/null +++ b/sys-apps/grep/grep-2.18.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/sys-apps/grep/grep-2.18.ebuild,v 1.1 2014/02/25 09:07:42 polynomial-c Exp $ + +EAPI="4" + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="GNU regular expression matcher" +HOMEPAGE="http://www.gnu.org/software/grep/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz + mirror://gentoo/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="nls pcre static" + +LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )" +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + nls? ( virtual/libintl ) + virtual/libiconv" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + static? ( ${LIB_DEPEND} )" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) + +src_configure() { + use static && append-ldflags -static + # Always use pkg-config to get lib info for pcre. + export ac_cv_search_pcre_compile=$( + usex pcre "$($(tc-getPKG_CONFIG) --libs $(usex static --static '') libpcre)" '' + ) + econf \ + --bindir="${EPREFIX}"/bin \ + $(use_enable nls) \ + $(use_enable pcre perl-regexp) +} diff --git a/sys-apps/haveged/Manifest b/sys-apps/haveged/Manifest index 329c47929dcd..7bccce58bef0 100644 --- a/sys-apps/haveged/Manifest +++ b/sys-apps/haveged/Manifest @@ -1,2 +1,3 @@ DIST haveged-1.5.tar.gz 243348 SHA256 f7d5a7e995befd4723811b331854fa53fe558546ba0c1dcb4675698e8db3702f SHA512 57952a79d4535267de15c42511991e2b06021db3b1ea90a45b30c5bd5ac65f6b9b6d66373d981280a3e7c0aff24dd6feae5640394e77f08a893dba5f31d86c91 WHIRLPOOL ef4c5acf8c787e18a436fe34ef2479658f325852e5717ad1a06bf19ecbe485e646a2bb132617417de26982d1d388b90293d3c8c31c0e7a0b0db570be80c5e5a4 DIST haveged-1.7a.tar.gz 458671 SHA256 8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051 SHA512 e98740315b5c9920ec471587362ffd468d0b0f7183bc002982fbe25dfde2252a89f489e4d7604d7d6d2c14d67f3f0d1044de70ccdeaf587d8bdaacfd55669875 WHIRLPOOL f9f808a17767e33ec4285242ccb2fd41889fbe1ee693bd001d4a08e89bf47131d3f84040b566276522940b2a164aab2062b4c6fca18d0b737406814fc56524a3 +DIST haveged-1.9.1.tar.gz 474845 SHA256 9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715 SHA512 267d62cfeb886ea00fa412de1a91a34821460d0f4ad789dcfb3547018300e1cbf480917571b19652f2d449369293031d9534f9533bbf6a59560f4f10608c9cd2 WHIRLPOOL a930d0a007c91dbc3b7c83a1ccfb659f53aa3f151b8b3984dc7208697ddb1f73ce7012c7c968dd5295b2e90e62db03e1c582267c1b8b5230745735f462a1f757 diff --git a/sys-apps/haveged/haveged-1.9.1.ebuild b/sys-apps/haveged/haveged-1.9.1.ebuild new file mode 100644 index 000000000000..2ca94c056617 --- /dev/null +++ b/sys-apps/haveged/haveged-1.9.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.9.1.ebuild,v 1.1 2014/02/24 22:45:57 blueness Exp $ + +EAPI=5 + +inherit autotools-utils systemd + +DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm" +HOMEPAGE="http://www.issihosts.com/haveged/" +SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="! - sysadmin + sysadmin + + blueness@gentoo.org + Anthony G. Basile + diff --git a/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild b/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild index ade435d3e0e0..dc379b4c3c83 100644 --- a/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild +++ b/sys-apps/netplug/netplug-1.2.9.2-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-apps/netplug/netplug-1.2.9.2-r1.ebuild,v 1.3 2014/02/24 02:12:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild,v 1.4 2014/02/25 20:51:31 maekke Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.red-bean.com/~bos/netplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc x86" +KEYWORDS="~amd64 arm ~mips ~ppc ~sparc x86" IUSE="debug doc" DEPEND="doc? ( app-text/ghostscript-gpl diff --git a/sys-apps/proot/Manifest b/sys-apps/proot/Manifest index 5d21bae88a62..2b4c8d1e36ca 100644 --- a/sys-apps/proot/Manifest +++ b/sys-apps/proot/Manifest @@ -1 +1,2 @@ DIST proot-3.2.1.tar.gz 150884 SHA256 53b073485e3d4a38be6cf4b9d037d232b6340782ad89c666dbdbe06ed9752da9 SHA512 a91600aee82040d04e9179fd35084ea9cf22422097e1fb5a5772e5a4fead62d905b84f8393e88dbed31b0a2709538a5274e22148825fa7cd18ded80998f01493 WHIRLPOOL f15d3571fcfe42f77b4d29b2cfe385695e82d3d1608edbdf16426986e1026eff7be01dee4503a385d0ef1464049b7dc30ffc710fab480c5ce88f56299a42bd2f +DIST proot-3.2.2.tar.gz 171047 SHA256 481296465027c48de8b8779c4cdad57948c765139f2a17b25590068b8d21a111 SHA512 baf8df06a463978f0faf36f9d81935d6583b99b7e8c54b8ac330478ed92bb3a5d5cd624e028247c50bb9bc6fbe1300c5736a38c0aff250b23614aa52f922dfdd WHIRLPOOL 426c1b2ee6f6ee9ecc3f0b056d3baaf5269c894c302449dca263a1fe45c94d2e76bc07592fd88b9556554550653495fe1ce81e5021b1487e65239026fd23b962 diff --git a/sys-apps/proot/proot-3.2.2.ebuild b/sys-apps/proot/proot-3.2.2.ebuild new file mode 100644 index 000000000000..f7d79d402715 --- /dev/null +++ b/sys-apps/proot/proot-3.2.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/proot/proot-3.2.2.ebuild,v 1.1 2014/02/25 08:15:17 patrick Exp $ + +EAPI=5 +MY_PN="PRoot" + +inherit eutils pax-utils toolchain-funcs + +DESCRIPTION="User-space implementation of chroot, mount --bind, and binfmt_misc" +HOMEPAGE="http://proot.me" +SRC_URI="https://github.com/cedric-vincent/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="sys-libs/talloc" +DEPEND="${RDEPEND} + test? ( dev-util/valgrind )" + +# Breaks sandbox +RESTRICT="test" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_prepare() { + epatch "${FILESDIR}/${PN}-3.2.1-makefile.patch" \ + "${FILESDIR}/${PN}-2.3.1-lib-paths-fix.patch" + epatch_user +} + +src_compile() { + emake -C src V=1 \ + CC="$(tc-getCC)" \ + CHECK_VERSION="true" +} + +src_install() { + # Workaround for bug #493416 + pax-mark -Emp src/proot + + dobin src/proot + doman doc/proot.1 + dodoc doc/*.txt doc/articles/* +} + +src_test() { + emake -C tests -j1 CC="$(tc-getCC)" +} diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest index e52a7e2f8dec..d8854a61afa5 100644 --- a/sys-apps/systemd/Manifest +++ b/sys-apps/systemd/Manifest @@ -1,3 +1,4 @@ DIST systemd-204.tar.xz 2186264 SHA256 072c393503c7c1e55ca7acf3db659cbd28c7fe5fa94fab3db95360bafd96731b SHA512 a2fe02f8ab4197bb4ff40c1c3e145370ebc5f3edfe97e6eb179086c42270523f76b49b5dd7dae0c52742a71bfb6a4217ecfa27cc6032faf5d4fe10b1264ed110 WHIRLPOOL 13baafbab202d2b1aa538281261a2bd70faa8634d4dc61f3ade6780f2e27b3e35919b7eb8a9258b66150924c8f2e82aa310a9a952f1f4e8128038b544a5c09df DIST systemd-208-r1.tar.xz 2382904 SHA256 aa64fa864466fd5727005c55d61c092828b94b4f857272c0b503695022146390 SHA512 c21989b747f5e73ba2311919e1ae558132e4ab2e0d8715c25f51e5e90069e147a52e04280c736ecca6b675af7d79def576171a9b08aaeda45fcd52bcdca011cb WHIRLPOOL e86fdbf96c75c4c94c9507900a5696ff811f5439e0cb45bdc765dc42c62a855c9d2e7d3414df7ec7e18013d937c9148e42c861d0e28e8b4c2fabebd234fbee03 +DIST systemd-210.tar.xz 2620924 SHA256 e2b3ddf9bf82f05cc3079650e86ae05b558381fd034cf1b03a592bcadd1610c4 SHA512 4aa5da0585dc5439591b82f0f67b58e806a795011c4d19c84cb2bfa7c27b3c995957e33b4f24b4c6e9f012a55cb092d2445e6f3b27b020d1c789c757230fcbcc WHIRLPOOL 546aa684f3f56fd9cbb2c6b8332bd74314e1a39521b4e33ab9eccef7f87b885a9c96842ca440a0a4f0b4200de7bbc9475687dc2e295420679b1dfb906496f273 DIST systemd-gentoo-patchset-208_p19.tar.bz2 7351 SHA256 3fce1d7ff628b0f49d4bf45eb7beb7d3b4a45c219464be47e4b04e5e16ace335 SHA512 d2ee48a46a8dc097f41d23c58c2c8f40841b42ce175d633ba0090543164c353449a911c5f314b1d1aa7937e51b97cc2608aa4590f0ff56140b42108b0e76a2e8 WHIRLPOOL 934fd88ee12ed72709e0b7aabe01f9e21417480156049af80eaa5413d50726aa49abc03e756bdeff45a4f82decaafa1f76539f16b2319e3c42a0a593f2096417 diff --git a/sys-apps/systemd/systemd-210.ebuild b/sys-apps/systemd/systemd-210.ebuild new file mode 100644 index 000000000000..348fb82c51f2 --- /dev/null +++ b/sys-apps/systemd/systemd-210.ebuild @@ -0,0 +1,405 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v 1.3 2014/02/26 03:36:44 floppym Exp $ + +EAPI=5 + +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +inherit autotools-utils bash-completion-r1 fcaps linux-info multilib \ + multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \ + user + +DESCRIPTION="System and service manager for Linux" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" +SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" + +LICENSE="GPL-2 LGPL-2.1 MIT public-domain" +SLOT="0/2" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection + kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd + test vanilla xattr" + +MINKV="3.0" + +COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= + sys-libs/libcap:0= + acl? ( sys-apps/acl:0= ) + audit? ( >=sys-process/audit-2:0= ) + cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) + gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) + gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] ) + http? ( net-libs/libmicrohttpd:0= ) + introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) + kmod? ( >=sys-apps/kmod-15:0= ) + lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] ) + pam? ( virtual/pam:= ) + python? ( ${PYTHON_DEPS} ) + qrcode? ( media-gfx/qrencode:0= ) + seccomp? ( sys-libs/libseccomp:0= ) + selinux? ( sys-libs/libselinux:0= ) + tcpd? ( sys-apps/tcp-wrappers:0= ) + xattr? ( sys-apps/attr:0= ) + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" + +# baselayout-2.2 has /run +RDEPEND="${COMMON_DEPEND} + >=sys-apps/baselayout-2.2 + || ( + >=sys-apps/util-linux-2.22 + "${locale_conf}" <<-EOF + # This file has been created by the sys-apps/systemd ebuild. + # See locale.conf(5) and localectl(1). + + # LANG=${LANG} + EOF + eend ${?} || FAIL=1 + fi + fi + + if [[ ! -L ${envd_locale} ]]; then + # now, if env.d/??locale is not a symlink (to locale.conf)... + if [[ -e ${envd_locale} ]]; then + # ...warn the user that he has duplicate locale settings + ewarn + ewarn "To ensure consistent behavior, you should replace ${envd_locale}" + ewarn "with a symlink to ${locale_conf}. Please migrate your settings" + ewarn "and create the symlink with the following command:" + ewarn "ln -s -n -f ../locale.conf ${envd_locale}" + ewarn + else + # ...or just create the symlink if there's nothing here + ebegin "Creating ${envd_locale_def} -> ../locale.conf symlink" + ln -n -s ../locale.conf "${envd_locale_def}" + eend ${?} || FAIL=1 + fi + fi +} + +pkg_postinst() { + enewgroup systemd-journal + if use http; then + enewgroup systemd-journal-gateway + enewuser systemd-journal-gateway -1 -1 -1 systemd-journal-gateway + fi + systemd_update_catalog + + # Keep this here in case the database format changes so it gets updated + # when required. Despite that this file is owned by sys-apps/hwids. + if has_version "sys-apps/hwids[udev]"; then + udevadm hwdb --update --root="${ROOT%/}" + fi + + udev_reload || FAIL=1 + + # Bug 468876 + fcaps cap_dac_override,cap_sys_ptrace=ep usr/bin/systemd-detect-virt + + # Bug 465468, make sure locales are respect, and ensure consistency + # between OpenRC & systemd + migrate_locale + + if [[ ${FAIL} ]]; then + eerror "One of the postinst commands failed. Please check the postinst output" + eerror "for errors. You may need to clean up your system and/or try installing" + eerror "systemd again." + eerror + fi + + if [[ ! -L "${ROOT}"/etc/mtab ]]; then + ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts." + ewarn "Not having it is not supported by upstream and will cause tools like 'df'" + ewarn "and 'mount' to not work properly. Please run:" + ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'" + ewarn + fi + + if ! has_version sys-apps/systemd-ui; then + elog "To get additional features, a number of optional runtime dependencies may" + elog "be installed:" + elog "- sys-apps/systemd-ui: for GTK+ systemadm UI and gnome-ask-password-agent" + fi +} + +pkg_prerm() { + # If removing systemd completely, remove the catalog database. + if [[ ! ${REPLACED_BY_VERSION} ]]; then + rm -f -v "${EROOT}"/var/lib/systemd/catalog/database + fi +} diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 03c97de3205d..766b5be16df4 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-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/sys-apps/systemd/systemd-9999.ebuild,v 1.89 2014/02/24 02:29:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.95 2014/02/26 03:36:44 floppym Exp $ EAPI=5 @@ -23,8 +23,8 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1 MIT public-domain" -SLOT="0/1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +SLOT="0/2" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test vanilla xattr" @@ -43,10 +43,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] ) pam? ( virtual/pam:= ) - python? ( - ${PYTHON_DEPS} - dev-python/lxml[${PYTHON_USEDEP}] - ) + python? ( ${PYTHON_DEPS} ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) @@ -63,7 +60,7 @@ RDEPEND="${COMMON_DEPEND} =dev-util/intltool-0.50 >=sys-devel/binutils-2.23.1 @@ -88,10 +81,15 @@ DEPEND="${COMMON_DEPEND} ia64? ( >=sys-kernel/linux-headers-3.9 ) virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.18 ) + python? ( dev-python/lxml[${PYTHON_USEDEP}] ) test? ( >=sys-apps/dbus-1.6.8-r1:0 )" #if LIVE DEPEND="${DEPEND} + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt:0 dev-libs/gobject-introspection >=dev-libs/libgcrypt-1.4.5:0" @@ -177,8 +175,6 @@ multilib_src_configure() { # no deps --enable-efi --enable-ima - # we enable compat libs, for now. hopefully we can drop this flag later - --enable-compat-libs # optional components/dependencies $(use_enable acl) $(use_enable audit) @@ -226,7 +222,6 @@ multilib_src_configure() { DBUS_CFLAGS=' ' DBUS_LIBS=' ' - --enable-compat-libs --disable-acl --disable-audit --disable-gcrypt @@ -307,6 +302,11 @@ multilib_src_install() { emake "${mymakeopts[@]}" fi + + # install compat pkg-config files + local pcfiles=( src/compat-libs/libsystemd-{daemon,id128,journal,login}.pc ) + emake "${mymakeopts[@]}" install-pkgconfiglibDATA \ + pkgconfiglib_DATA="${pcfiles[*]}" } multilib_src_install_all() { diff --git a/sys-auth/polkit/polkit-0.112-r1.ebuild b/sys-auth/polkit/polkit-0.112-r1.ebuild index 3dc2316b772f..f11accb341ee 100644 --- a/sys-auth/polkit/polkit-0.112-r1.ebuild +++ b/sys-auth/polkit/polkit-0.112-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-auth/polkit/polkit-0.112-r1.ebuild,v 1.6 2014/02/23 17:11:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.7 2014/02/25 20:52:29 maekke Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="examples gtk +introspection kde nls pam selinux systemd" RDEPEND="ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) diff --git a/sys-block/kvpm/kvpm-0.9.8.ebuild b/sys-block/kvpm/kvpm-0.9.8.ebuild index ad9092e3dcd2..85ada034daf8 100644 --- a/sys-block/kvpm/kvpm-0.9.8.ebuild +++ b/sys-block/kvpm/kvpm-0.9.8.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-block/kvpm/kvpm-0.9.8.ebuild,v 1.2 2014/02/18 00:55:24 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/kvpm/kvpm-0.9.8.ebuild,v 1.3 2014/02/24 12:54:47 kensington Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://kvpm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" diff --git a/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild b/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild index 32799225b8a7..ff2ff6334287 100644 --- a/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild @@ -1,11 +1,11 @@ -# 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/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.2 2013/07/04 19:23:29 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.3 2014/02/25 08:29:45 steev Exp $ EAPI=5 inherit eutils rpm toolchain-funcs -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" DESCRIPTION="Chrome OS verified boot tools" HOMEPAGE="http://git.chromium.org/gitweb/?p=chromiumos/platform/vboot_reference.git" EGIT_COMMIT="e6cf2c21a1cd6fc46b6adcaadc865e2f8bd4874e" diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest index 0badd3b5280f..7abda69bd94b 100644 --- a/sys-cluster/cinder/Manifest +++ b/sys-cluster/cinder/Manifest @@ -1,3 +1,2 @@ DIST cinder-2013.1.4.tar.gz 1702388 SHA256 b3466dbc2ea88eef67f73db2b12ec2e8b66047b2bfa0eea31392e155657bee00 SHA512 360d02852b185e21ab59a4006999a1210c23c44f143a2e32b2c9f1a1475b985d302c889a799ae3d1ace2b386c504a768c106bab27ae44715560cf14127133010 WHIRLPOOL 47e8eb85d52880eed8f3612e8784b53f9b760ca7c0a7937bb488bab3d4167d32b7d739f48751c3a582eac4473f71785e1ae459706c952866839302b8a2bf1a95 -DIST cinder-2013.2.1.tar.gz 3500112 SHA256 79ac0767343f8b11c444f775aec505fdaee4689539529d188204d4297d904013 SHA512 b1a38b7a01999d6837f81ad44983c18ac7b61591660f68cf53b2c5ce2a091acd93dfe5c8c1bcd1a0406d6e884c5a9f54a56ec417955cc0b06d68c60b30b7925f WHIRLPOOL 900b63ce0bcbf7fbb31e05c080e49ef7bc25b67ed0f787793ad0c23cc78379817f4a4b1b47c75a4531685432e6407b83e2b348ac9c93abd765cbbb6ce0992d25 DIST cinder-2013.2.2.tar.gz 3216841 SHA256 caa2b5c1ba0ad434c6406d739d437f25c6f7db2318eb7da1b5a68e773bd9f2ce SHA512 e059bf057c85a93662f10499512e21bc5b09ff63462aac0cbc376a703089e6b59bcb0c06e79dd2879781b9cf7c7e866eba1417fd9af94797258631cc05155d53 WHIRLPOOL 19c989016ed1a6757f2cb4c6c96c39a45e6df350c3b7fc98c12d719da6202be1384d9a728eb75d296cd72d0aa6ed1ea829b5574394b59208e65ed3c74d0bd8a9 diff --git a/sys-cluster/cinder/cinder-2013.2.1.ebuild b/sys-cluster/cinder/cinder-2013.2.1.ebuild deleted file mode 100644 index fc546fe42249..000000000000 --- a/sys-cluster/cinder/cinder-2013.2.1.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2013.2.1.ebuild,v 1.2 2014/01/08 06:02:41 vapier Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils user - -DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes." -HOMEPAGE="https://launchpad.net/cinder" -SRC_URI="http://launchpad.net/${PN}/havana/${PV}/+download/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+api +scheduler +volume mysql postgres sqlite test" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -#sudo is a build dep because I want the sudoers.d directory to exist, lazy. -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pbr[${PYTHON_USEDEP}] - app-admin/sudo - test? ( >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}] - <=dev-python/jsonschema-1.0[${PYTHON_USEDEP}] - =dev-python/hacking-0.5.6[${PYTHON_USEDEP}] - >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - >=dev-python/hp3parclient-2.0[${PYTHON_USEDEP}] - =dev-python/mock-1.0[${PYTHON_USEDEP}] - >=dev-python/mox-0.5.3[${PYTHON_USEDEP}] - dev-python/mysql-python[${PYTHON_USEDEP}] - dev-python/psycopg[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - =dev-python/testtools-0.9.32[${PYTHON_USEDEP}] - >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}] - dev-python/oslo-sphinx[${PYTHON_USEDEP}] )" - -RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] - >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/Babel-1.3[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}] - >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] - >=dev-python/iso8601-0.1.8[${PYTHON_USEDEP}] - >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}] - >=dev-python/lockfile-0.8[${PYTHON_USEDEP}] - >=dev-python/lxml-2.3[${PYTHON_USEDEP}] - dev-python/netaddr[${PYTHON_USEDEP}] - >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] - >=dev-python/paramiko-1.8.0[${PYTHON_USEDEP}] - dev-python/paste[${PYTHON_USEDEP}] - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}] - >=dev-python/python-glanceclient-0.9.0[${PYTHON_USEDEP}] - >=dev-python/python-keystoneclient-0.3.2[${PYTHON_USEDEP}] - >=dev-python/python-novaclient-2.15.0[${PYTHON_USEDEP}] - >=dev-python/python-swiftclient-1.5[${PYTHON_USEDEP}] - >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}] - >=dev-python/stevedore-0.10[${PYTHON_USEDEP}] - >=dev-python/suds-0.4[${PYTHON_USEDEP}] - >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}] - =sys-block/iscsitarget-1.4.20.2_p20130821 - sys-fs/lvm2 - sys-block/open-iscsi - sys-fs/sysfsutils" - -PATCHES=( ) - -pkg_setup() { - enewgroup cinder - enewuser cinder -1 -1 /var/lib/cinder cinder -} - -#python_compile_all() { leave for next attempt -# use doc && emake -C doc html -#} - -python_test() { - # Let's track progress of this # https://bugs.launchpad.net/swift/+bug/1249727 - nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under python2.7" -} - -python_install() { - distutils-r1_python_install - keepdir /etc/cinder - dodir /etc/cinder/rootwrap.d - newinitd "${FILESDIR}/cinder-init" "cinder" - newconfd "${FILESDIR}/cinder-confd" "cinder" - use api && dosym /etc/init.d/cinder /etc/init.d/cinder-api - use scheduler && dosym /etc/init.d/cinder /etc/init.d/cinder-scheduler - use volume && dosym /etc/init.d/cinder /etc/init.d/cinder-volume - - insinto /etc/cinder - newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf" - newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini" - newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf" - newins "${S}/etc/cinder/policy.json" "policy.json" - newins "${S}/etc/cinder/rootwrap.conf" "rootwrap.conf" - insinto /etc/cinder/rootwrap.d - newins "${S}/etc/cinder/rootwrap.d/volume.filters" "volume.filters" - - #add sudoers definitions for user nova - insinto /etc/sudoers.d/ - doins "${FILESDIR}/cinder-sudoers" - dodir /var/log/cinder - fowners cinder:cinder /var/log/cinder -} diff --git a/sys-cluster/glusterfs/Manifest b/sys-cluster/glusterfs/Manifest index 712c08a6310b..3f4742604e9c 100644 --- a/sys-cluster/glusterfs/Manifest +++ b/sys-cluster/glusterfs/Manifest @@ -2,6 +2,4 @@ DIST glusterfs-3.1.2.tar.gz 2086469 SHA256 9a4e910431f572aa180a3ad1821f7524773ec DIST glusterfs-3.2.7.tar.gz 2424292 SHA256 464c089ff9da5a8e17f7caeae48f1cad59973489dfe940a9f0d8db8bc14cd6c4 SHA512 c4a286e1ddfec6c92d011b5abe4f96321e39dff57294141fc44cda4578fa11582095362733092af9042b38528cb328208e9e46a33c40c70e672ffb4e38dcc013 WHIRLPOOL 843a615b334e1ee84c3bcef1a8aceb113eb6976656ae09c6cbf4dcb201f4d37d9cc8ef3ccd3cc4aeb879bffde556b9f6f7105c3c39afed94a19b9613cd8c4284 DIST glusterfs-3.3.0.tar.gz 2599586 SHA256 76d80ded9ecc5146131e9d59b03cbe09a18338ff0b32922b12fd453da6104f17 SHA512 d450c91e6326a89c39e5c7a17b0e7493318a642fbccf8c729a841adcc422388a300b8fd852f9f978098dc87d956a697b681be5287502b5dc0ab29c71e6b8b9c7 WHIRLPOOL 4836a6aa17de011d2fa94121934972e6d15e434f392f713edc2b9b1e7ef8648a31f209c9dc85fc7a5e0ae0f1e902797ae49726304390b7d14596103958ea58d9 DIST glusterfs-3.3.1.tar.gz 2636698 SHA256 19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519 SHA512 c32e95a0e4568a62fabcf0c52ad3d6a173b62c5536006c3680e3efd1240e2a68177e14891e11d1d16eff5eb67bf60108dbd44151c26241203d8ddb58f0270c69 WHIRLPOOL 30316bbdb7087dd32d35f0f017ea461711830f5450984edb6d6c527d7f9cae5ee307601887cf489a2d675180d1f21a77ac7901f37f44cc860cccbe510c5a18bf -DIST glusterfs-3.4.0.tar.gz 3774842 SHA256 2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8 SHA512 5eb08225c0dde5d2e7ea3de1531fdc155249647a0ffe8a472825cc5ca54762462811903e164dfb12f825dd569f7c1786275f843acf04f0668c0e6e7615a47381 WHIRLPOOL 05b194c94ede704631a7c8071b8857c38b01700c3b3cbfeb06708c026b8b18913cd233bee8508c04116ed0f9a15c919aec604927e9cd77566c6c633118347a25 -DIST glusterfs-3.4.1.tar.gz 3811931 SHA256 b5f1b4e3c6b86ecdfc5ff1b870ae3d3384bb2e3943565d6907c29ee6e21ab739 SHA512 94662dfef5e3060539d39adbde351489cb2b05bdfa76a54d9bbb628ddc897446b07175d8e22b126141833b4801d0357c897aa259803f2bc1921111f6b374ecc2 WHIRLPOOL 73ac2146be973d92304ec345ae63b746003f05803fc0ceeb03b4983f71034c329d35f9c023a6e8ab7cfe948f6d003ac93b59fdee7520686c3857eeef4d5f023b DIST glusterfs-3.4.2.tar.gz 3856046 SHA256 4fcd42b13b60a67587de98e60ff679803433bbb0c11aa2b40c4135e2358cedef SHA512 5d207e2d9437dacc5c53a205684419fb627c70870f7d2c4851b5a48f705886a04180a90a456bf6d7789b2a62fb6039c80a632d08629224b9594565b453085f50 WHIRLPOOL 8af9e92880b8c378d7329225666ef3347ba5a5510f3a6a513e340dd3b897339ab0817b93e50b20bd04c1b9438b3c5337b750737a2f51f1c76a727c110809b488 diff --git a/sys-cluster/glusterfs/files/glusterfs-3.4.0-gfapi-handle-failures-in-graph-switches.patch b/sys-cluster/glusterfs/files/glusterfs-3.4.0-gfapi-handle-failures-in-graph-switches.patch deleted file mode 100644 index 91da4f0adecc..000000000000 --- a/sys-cluster/glusterfs/files/glusterfs-3.4.0-gfapi-handle-failures-in-graph-switches.patch +++ /dev/null @@ -1,35 +0,0 @@ -From ccb48ebfafba7ba50d3fb156ecd8ba9666577fd2 Mon Sep 17 00:00:00 2001 -From: Anand Avati -Date: Sun, 21 Jul 2013 00:43:18 -0700 -Subject: [PATCH] gfapi: handle failures in graph switches - -A graph switch failure can potentially result in NULL returned -for glfs_active_subvol(). Handle this gracefully in glfs_subvol_done() - -Change-Id: I6adbd878c354b9ed2314fc71cea4671792efa0a4 -BUG: 953694 -Signed-off-by: Anand Avati -Reviewed-on: http://review.gluster.org/5427 -Reviewed-by: Vijay Bellur -Tested-by: Gluster Build System ---- - api/src/glfs-resolve.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/api/src/glfs-resolve.c b/api/src/glfs-resolve.c -index 4a634df..beb2703 100644 ---- a/api/src/glfs-resolve.c -+++ b/api/src/glfs-resolve.c -@@ -797,6 +797,9 @@ glfs_subvol_done (struct glfs *fs, xlator_t *subvol) - int ref = 0; - xlator_t *active_subvol = NULL; - -+ if (!subvol) -+ return; -+ - glfs_lock (fs); - { - ref = (--subvol->winds); --- -1.7.4.1 - diff --git a/sys-cluster/glusterfs/files/glusterfs-3.4.0-glusterfsd-Use-dynamic-volfile-buffer.patch b/sys-cluster/glusterfs/files/glusterfs-3.4.0-glusterfsd-Use-dynamic-volfile-buffer.patch deleted file mode 100644 index b293f136b6bf..000000000000 --- a/sys-cluster/glusterfs/files/glusterfs-3.4.0-glusterfsd-Use-dynamic-volfile-buffer.patch +++ /dev/null @@ -1,79 +0,0 @@ -From 1127d5143c27532c07c694a4088dbeae48a1504c Mon Sep 17 00:00:00 2001 -From: Kaushal M -Date: Mon, 22 Jul 2013 19:14:56 +0530 -Subject: [PATCH] glusterfsd: Use dynamic volfile buffer - -Backport of - fa78792 glusterfsd: Use dynamic volfile buffer -from the master branch. - -Glusterfsd used a fixed buffer to store volfiles fetched via getspec. -This caused problems with large volfiles. Changining this to a dynamic -buffer allows large volfiles to be loaded in memory. - -BUG: 986100 -Change-Id: I9ec86c09a00bc84fef7a0da05bbeb6b3e07d5146 -Signed-off-by: Kaushal M -Reviewed-on: http://review.gluster.org/5431 -Tested-by: Gluster Build System -Reviewed-by: Vijay Bellur ---- - glusterfsd/src/glusterfsd-mgmt.c | 21 ++++++++++++++++++++- - 1 files changed, 20 insertions(+), 1 deletions(-) - -diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c -index 8082ad3..d20303a 100644 ---- a/glusterfsd/src/glusterfsd-mgmt.c -+++ b/glusterfsd/src/glusterfsd-mgmt.c -@@ -1391,7 +1391,7 @@ out: - - - /* XXX: move these into @ctx */ --static char oldvolfile[131072]; -+static char *oldvolfile = NULL; - static int oldvollen = 0; - - static int -@@ -1552,6 +1552,7 @@ mgmt_getspec_cbk (struct rpc_req *req, struct iovec *iov, int count, - int ret = 0; - ssize_t size = 0; - FILE *tmpfp = NULL; -+ char *volfilebuf = NULL; - - frame = myframe; - ctx = frame->this->ctx; -@@ -1609,6 +1610,15 @@ mgmt_getspec_cbk (struct rpc_req *req, struct iovec *iov, int count, - if (ret == 0) { - gf_log ("glusterfsd-mgmt", GF_LOG_DEBUG, - "No need to re-load volfile, reconfigure done"); -+ if (oldvolfile) -+ volfilebuf = GF_REALLOC (oldvolfile, size); -+ else -+ volfilebuf = GF_CALLOC (1, size, gf_common_mt_char); -+ if (!volfilebuf) { -+ ret = -1; -+ goto out; -+ } -+ oldvolfile = volfilebuf; - oldvollen = size; - memcpy (oldvolfile, rsp.spec, size); - goto out; -@@ -1625,6 +1635,15 @@ mgmt_getspec_cbk (struct rpc_req *req, struct iovec *iov, int count, - if (ret) - goto out; - -+ if (oldvolfile) -+ volfilebuf = GF_REALLOC (oldvolfile, size); -+ else -+ volfilebuf = GF_CALLOC (1, size, gf_common_mt_char); -+ if (!volfilebuf) { -+ ret = -1; -+ goto out; -+ } -+ oldvolfile = volfilebuf; - oldvollen = size; - memcpy (oldvolfile, rsp.spec, size); - if (!is_mgmt_rpc_reconnect) { --- -1.7.4.1 - diff --git a/sys-cluster/glusterfs/files/glusterfs-3.4.0-parallel-build.patch b/sys-cluster/glusterfs/files/glusterfs-3.4.0-parallel-build.patch deleted file mode 100644 index 61931da70e50..000000000000 --- a/sys-cluster/glusterfs/files/glusterfs-3.4.0-parallel-build.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 54010c34747e410f8332d1f4f85dcc2914836a88 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tiziano=20M=C3=BCller?= -Date: Fri, 26 Jul 2013 13:34:40 +0200 -Subject: [PATCH] Add workaround for broken parallel install with _LTLIBRARIES. - ---- - api/src/Makefile.am | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/api/src/Makefile.am b/api/src/Makefile.am -index 8980c02..0782435 100644 ---- a/api/src/Makefile.am -+++ b/api/src/Makefile.am -@@ -17,6 +17,10 @@ libgfapi_la_CPPFLAGS = $(GF_CPPFLAGS) -D__USE_FILE_OFFSET64 \ - - xlator_LTLIBRARIES = api.la - xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/mount -+# workaround for broken parallel install support in automake with LTLIBRARIES -+# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328 -+install_xlatorLTLIBRARIES = install-xlatorLTLIBRARIES -+$(install_xlatorLTLIBRARIES): install-libLTLIBRARIES - - api_la_SOURCES = glfs-master.c - api_la_DEPENDENCIES = libgfapi.la --- -1.8.2.1 - diff --git a/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild b/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild deleted file mode 100644 index 805f664661b1..000000000000 --- a/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild,v 1.4 2014/02/14 14:06:11 ultrabug Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils elisp-common eutils multilib python-single-r1 versionator - -DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" -HOMEPAGE="http://www.gluster.org/" -SRC_URI="http://download.gluster.org/pub/gluster/${PN}/$(get_version_component_range '1-2')/${PV}/${P}.tar.gz" - -LICENSE="|| ( GPL-2 LGPL-3+ )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bd-xlator debug emacs extras +fuse +georeplication infiniband static-libs systemtap vim-syntax" - -REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="bd-xlator? ( sys-fs/lvm2 ) - emacs? ( virtual/emacs ) - fuse? ( >=sys-fs/fuse-2.7.0 ) - georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs sys-infiniband/librdmacm ) - systemtap? ( dev-util/systemtap ) - sys-libs/readline - dev-libs/libaio - dev-libs/libxml2 - dev-libs/openssl - || ( sys-libs/glibc sys-libs/argp-standalone )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/bison - sys-devel/flex" - -SITEFILE="50${PN}-mode-gentoo.el" - -PATCHES=( - "${FILESDIR}/${PN}-3.4.0-silent_rules.patch" - "${FILESDIR}/${PN}-3.4.0-build-shared-only.patch" - "${FILESDIR}/${P}-parallel-build.patch" - "${FILESDIR}/${P}-gfapi-handle-failures-in-graph-switches.patch" - "${FILESDIR}/${P}-glusterfsd-Use-dynamic-volfile-buffer.patch" - "${FILESDIR}/${P}-nfs-exit-when-all-volumes-are-disabled.patch" -) - -DOCS=( AUTHORS ChangeLog NEWS README THANKS ) - -# Maintainer notes: -# * The build system will always configure & build argp-standalone but it'll never use it -# if the argp.h header is found in the system. Which should be the case with -# glibc or if argp-standalone is installed. - -pkg_setup() { - use georeplication && python-single-r1_pkg_setup -} - -src_configure() { - local myeconfargs=( - --disable-dependency-tracking - --disable-silent-rules - --disable-fusermount - $(use_enable debug) - $(use_enable bd-xlator ) - $(use_enable fuse fuse-client) - $(use_enable georeplication fuse-client) - $(use_enable infiniband ibverbs) - $(use_enable static-libs static) - $(use_enable systemtap) - --docdir=/usr/share/doc/${PF} - --localstatedir=/var - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - - use emacs && elisp-compile extras/glusterfs-mode.el -} - -src_install() { - autotools-utils_src_install - - rm "${D}/etc/glusterfs/glusterfs-logrotate" || die "removing false logrotate failed" - insinto /etc/logrotate.d - newins "${FILESDIR}"/glusterfs.logrotate glusterfs - - if use emacs ; then - elisp-install ${PN} extras/glusterfs-mode.el* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/ftdetect; doins "${FILESDIR}"/${PN}.vim - insinto /usr/share/vim/vimfiles/syntax; doins extras/${PN}.vim - fi - - if use extras ; then - sed -i -e "s|quota-remove-xattr.sh|${PN}-quota-remove-xattr|" extras/quota-metadata-cleanup.sh || die "sed failed" - for e in backend-xattr-sanitize backend-cleanup migrate-unify-to-distribute quota-metadata-cleanup quota-remove-xattr ; do - newbin extras/${e}.sh ${PN}-${e} - done - newbin extras/disk_usage_sync.sh ${PN}-disk-usage-sync - fi - - newinitd "${FILESDIR}/${PN}-r1.initd" glusterfsd - newinitd "${FILESDIR}/glusterd-r1.initd" glusterd - newconfd "${FILESDIR}/${PN}.confd" glusterfsd - - keepdir /var/log/${PN} - keepdir /var/lib/glusterd - - use georeplication && python_fix_shebang "${ED}" -} - -pkg_postinst() { - elog "Starting with ${PN}-3.1.0, you can use the glusterd daemon to configure your" - elog "volumes dynamically. To do so, simply use the gluster CLI after running:" - elog " /etc/init.d/glusterd start" - elog - elog "For static configurations, the glusterfsd startup script can be multiplexed." - elog "The default startup script uses /etc/conf.d/glusterfsd to configure the" - elog "separate service. To create additional instances of the glusterfsd service" - elog "simply create a symlink to the glusterfsd startup script." - elog - elog "Example:" - elog " # ln -s glusterfsd /etc/init.d/glusterfsd2" - elog " # ${EDITOR} /etc/glusterfs/glusterfsd2.vol" - elog "You can now treat glusterfsd2 like any other service" - elog - ewarn "You need to use a ntp client to keep the clocks synchronized across all" - ewarn "of your servers. Setup a NTP synchronizing service before attempting to" - ewarn "run GlusterFS." - - elog - elog "If you are upgrading from a previous version of ${PN}, please read:" - elog " https://vbellur.wordpress.com/2013/07/15/upgrading-to-glusterfs-3-4/" - - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sys-cluster/glusterfs/glusterfs-3.4.1.ebuild b/sys-cluster/glusterfs/glusterfs-3.4.2-r1.ebuild similarity index 97% rename from sys-cluster/glusterfs/glusterfs-3.4.1.ebuild rename to sys-cluster/glusterfs/glusterfs-3.4.2-r1.ebuild index 97e4670c7816..073a82e1be7b 100644 --- a/sys-cluster/glusterfs/glusterfs-3.4.1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.4.2-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-cluster/glusterfs/glusterfs-3.4.1.ebuild,v 1.2 2014/02/14 14:06:11 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.2-r1.ebuild,v 1.1 2014/02/24 13:10:08 xarthisius Exp $ EAPI=5 @@ -63,7 +63,7 @@ src_configure() { $(use_enable debug) $(use_enable bd-xlator ) $(use_enable fuse fuse-client) - $(use_enable georeplication fuse-client) + $(use_enable georeplication) $(use_enable infiniband ibverbs) $(use_enable static-libs static) $(use_enable systemtap) diff --git a/sys-cluster/glusterfs/glusterfs-3.4.2.ebuild b/sys-cluster/glusterfs/glusterfs-3.4.2.ebuild deleted file mode 100644 index 4dbfabbeb5ad..000000000000 --- a/sys-cluster/glusterfs/glusterfs-3.4.2.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.2.ebuild,v 1.2 2014/02/14 14:06:11 ultrabug Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils elisp-common eutils multilib python-single-r1 versionator - -DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" -HOMEPAGE="http://www.gluster.org/" -SRC_URI="http://download.gluster.org/pub/gluster/${PN}/$(get_version_component_range '1-2')/${PV}/${P}.tar.gz" - -LICENSE="|| ( GPL-2 LGPL-3+ )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bd-xlator debug emacs extras +fuse +georeplication infiniband static-libs systemtap vim-syntax" - -REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="bd-xlator? ( sys-fs/lvm2 ) - emacs? ( virtual/emacs ) - fuse? ( >=sys-fs/fuse-2.7.0 ) - georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs sys-infiniband/librdmacm ) - systemtap? ( dev-util/systemtap ) - sys-libs/readline - dev-libs/libaio - dev-libs/libxml2 - dev-libs/openssl - || ( sys-libs/glibc sys-libs/argp-standalone )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/bison - sys-devel/flex" - -SITEFILE="50${PN}-mode-gentoo.el" - -PATCHES=( - "${FILESDIR}/${PN}-3.4.0-silent_rules.patch" - "${FILESDIR}/${PN}-3.4.0-build-shared-only.patch" - "${FILESDIR}/${PN}-3.4.0-nfs-exit-when-all-volumes-are-disabled.patch" -) - -DOCS=( AUTHORS ChangeLog NEWS README THANKS ) - -# Maintainer notes: -# * The build system will always configure & build argp-standalone but it'll never use it -# if the argp.h header is found in the system. Which should be the case with -# glibc or if argp-standalone is installed. - -pkg_setup() { - use georeplication && python-single-r1_pkg_setup -} - -src_configure() { - local myeconfargs=( - --disable-dependency-tracking - --disable-silent-rules - --disable-fusermount - $(use_enable debug) - $(use_enable bd-xlator ) - $(use_enable fuse fuse-client) - $(use_enable georeplication fuse-client) - $(use_enable infiniband ibverbs) - $(use_enable static-libs static) - $(use_enable systemtap) - --docdir=/usr/share/doc/${PF} - --localstatedir=/var - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - - use emacs && elisp-compile extras/glusterfs-mode.el -} - -src_install() { - autotools-utils_src_install - - rm "${D}/etc/glusterfs/glusterfs-logrotate" || die "removing false logrotate failed" - insinto /etc/logrotate.d - newins "${FILESDIR}"/glusterfs.logrotate glusterfs - - if use emacs ; then - elisp-install ${PN} extras/glusterfs-mode.el* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/ftdetect; doins "${FILESDIR}"/${PN}.vim - insinto /usr/share/vim/vimfiles/syntax; doins extras/${PN}.vim - fi - - if use extras ; then - sed -i -e "s|quota-remove-xattr.sh|${PN}-quota-remove-xattr|" extras/quota-metadata-cleanup.sh || die "sed failed" - for e in backend-xattr-sanitize backend-cleanup migrate-unify-to-distribute quota-metadata-cleanup quota-remove-xattr ; do - newbin extras/${e}.sh ${PN}-${e} - done - newbin extras/disk_usage_sync.sh ${PN}-disk-usage-sync - fi - - newinitd "${FILESDIR}/${PN}-r1.initd" glusterfsd - newinitd "${FILESDIR}/glusterd-r1.initd" glusterd - newconfd "${FILESDIR}/${PN}.confd" glusterfsd - - keepdir /var/log/${PN} - keepdir /var/lib/glusterd - - use georeplication && python_fix_shebang "${ED}" -} - -pkg_postinst() { - elog "Starting with ${PN}-3.1.0, you can use the glusterd daemon to configure your" - elog "volumes dynamically. To do so, simply use the gluster CLI after running:" - elog " /etc/init.d/glusterd start" - elog - elog "For static configurations, the glusterfsd startup script can be multiplexed." - elog "The default startup script uses /etc/conf.d/glusterfsd to configure the" - elog "separate service. To create additional instances of the glusterfsd service" - elog "simply create a symlink to the glusterfsd startup script." - elog - elog "Example:" - elog " # ln -s glusterfsd /etc/init.d/glusterfsd2" - elog " # ${EDITOR} /etc/glusterfs/glusterfsd2.vol" - elog "You can now treat glusterfsd2 like any other service" - elog - ewarn "You need to use a ntp client to keep the clocks synchronized across all" - ewarn "of your servers. Setup a NTP synchronizing service before attempting to" - ewarn "run GlusterFS." - - elog - elog "If you are upgrading from a previous version of ${PN}, please read:" - elog " https://vbellur.wordpress.com/2013/07/15/upgrading-to-glusterfs-3-4/" - - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest index 93f39d87596f..b545c2cbf779 100644 --- a/sys-cluster/neutron/Manifest +++ b/sys-cluster/neutron/Manifest @@ -1,3 +1,2 @@ -DIST neutron-2013.2.1.tar.gz 4397455 SHA256 7deb45fcad21a51986955a06fbf56565b3bc8b41a2812d9ac53213051964c208 SHA512 9763e2d43224e3cf3804723cc38ce86ea61062cf603f92965d732027301bed30b250f0ef373aa90b521758c78c4f13ee5d6986b7e4bf5cfda20d40cff71beab2 WHIRLPOOL ed29e106d45ba19ed673df05c44964493cd6a6035218dad644f9a5e1af0c067baa02217220799a65a0d8d2761d86fe1be53a30e53c5a2ea849fc321569bc6e92 DIST neutron-2013.2.2.tar.gz 4010144 SHA256 3181d76992b77b47b02f43aed1b62b17930d1aedc75bcedf3e328268b8727243 SHA512 4359669f1c94505d7cab55dc224d0ab6fd36da57a056ced3d053cadc2d0e54a45d3f3daaa332a49dc0ebf0efd855b521387697fcce75997dd0e3905fc0b83cd5 WHIRLPOOL f5fa012dbca202308eb071fb0c6fa5351f139d3233a9ea6a5ceef8c868d47e92133c3cb23e3c6b9c6a3a69aa090eab9bf659c84c9eb39886e36294e9fb014068 DIST quantum-2013.1.4.tar.gz 1178442 SHA256 3bd26ae7dabe6093a3cbe701ac8d7022fbdbe1d8231ab1c6866de388684e272c SHA512 48ce3aa8467eefe4ef07b03dee293c7eae1800736abadd56d0bf7b559506044bea3fefba0dac6fb20783f808baada70c52ebc388137ae80b41271dcde824243d WHIRLPOOL a5456fe6fb48192a4f4d97c85b7b235093f549965b36971802302998de7d8ed76fd7f393a659371b8057aafcc4594ac246159663dfcdb5251c786eeede6d66fd diff --git a/sys-cluster/neutron/neutron-2013.2.1.ebuild b/sys-cluster/neutron/neutron-2013.2.1.ebuild deleted file mode 100644 index 64d1bc078cec..000000000000 --- a/sys-cluster/neutron/neutron-2013.2.1.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.2.1.ebuild,v 1.2 2014/01/08 05:57:29 vapier Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 user - -DESCRIPTION="A virtual network service for Openstack." -HOMEPAGE="https://launchpad.net/neutron" -SRC_URI="http://launchpad.net/${PN}/havana/${PV}/+download/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+dhcp doc +l3 +metadata +openvswitch +server test sqlite mysql postgres" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -#the cliff dep is as below because it depends on pyparsing, which only has 2.7 OR 3.2, not both -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] - =dev-python/cliff-1.4.3[${PYTHON_USEDEP}] - >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - >=dev-python/mox-0.5.3[${PYTHON_USEDEP}] - dev-python/subunit[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - =dev-python/testrepository-0.0.17[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] - >=dev-python/webtest-2.0[${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - =dev-python/hacking-0.5.6[${PYTHON_USEDEP}] - dev-python/mimeparse[${PYTHON_USEDEP}] )" - -RDEPEND="dev-python/paste[${PYTHON_USEDEP}] - >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] - >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] - >=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] - >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/Babel-1.3[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}] - >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] - dev-python/httplib2[${PYTHON_USEDEP}] - >=dev-python/requests-1.1[${PYTHON_USEDEP}] - >=dev-python/iso8601-0.1.8[${PYTHON_USEDEP}] - dev-python/jsonrpclib[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}] - dev-python/netaddr[${PYTHON_USEDEP}] - >=dev-python/python-neutronclient-2.3.0[${PYTHON_USEDEP}] - <=dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}] - sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] - =dev-python/webob-1.2.3[${PYTHON_USEDEP}] - =dev-python/python-keystoneclient-0.3.2[${PYTHON_USEDEP}] - >=dev-python/alembic-0.4.1[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - >=dev-python/stevedore-0.10[${PYTHON_USEDEP}] - >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] - >=dev-python/python-novaclient-2.15.0[${PYTHON_USEDEP}] - dev-python/pyudev[${PYTHON_USEDEP}] - sys-apps/iproute2 - openvswitch? ( net-misc/openvswitch ) - dhcp? ( net-dns/dnsmasq[dhcp-tools] )" - -PATCHES=( "${FILESDIR}/sphinx_mapping.patch" - "${FILESDIR}/nicira.patch" ) - -pkg_setup() { - enewgroup neutron - enewuser neutron -1 -1 /var/lib/neutron neutron -} - -pkg_config() { - fperms 0700 /var/log/neutron - fowners neutron:neutron /var/log neutron -} - -src_prepare() { - #it's /bin/ip not /sbin/ip - sed -i 's/sbin\/ip\,/bin\/ip\,/g' etc/neutron/rootwrap.d/* - distutils-r1_src_prepare -} - -python_compile_all() { - use doc && make -C doc html -} - -python_test() { - # https://bugs.launchpad.net/neutron/+bug/1234857 - # https://bugs.launchpad.net/swift/+bug/1249727 - # https://bugs.launchpad.net/neutron/+bug/1251657 - # turn multiprocessing off, testr will use it --parallel - local DISTUTILS_NO_PARALLEL_BUILD=1 - # Move tests out that attempt net connection, have failures - mv $(find . -name test_ovs_tunnel.py) . || die - sed -e 's:test_app_using_ipv6_and_ssl:_&:' \ - -e 's:test_start_random_port_with_ipv6:_&:' \ - -i neutron/tests/unit/test_wsgi.py || die - testr init - testr run --parallel || die "failed testsuite under python2.7" -} - -python_install() { - distutils-r1_python_install - newconfd "${FILESDIR}/neutron-confd" "neutron" - newinitd "${FILESDIR}/neutron-initd" "neutron" - - use server && dosym /etc/init.d/neutron /etc/init.d/neutron-server - use dhcp && dosym /etc/init.d/neutron /etc/init.d/neutron-dhcp-agent - use l3 && dosym /etc/init.d/neutron /etc/init.d/neutron-l3-agent - use metadata && dosym /etc/init.d/neutron /etc/init.d/neutron-metadata-agent - use openvswitch && dosym /etc/init.d/neutron /etc/init.d/neutron-openvswitch-agent - - diropts -m 750 - dodir /var/log/neutron /var/log/neutron - fowners neutron:neutron /var/log/neutron - keepdir /etc/neutron - insinto /etc/neutron - - doins "etc/api-paste.ini" - doins "etc/dhcp_agent.ini" - doins "etc/l3_agent.ini" - doins "etc/policy.json" - doins "etc/neutron.conf" - doins "etc/rootwrap.conf" - insinto /etc - doins -r "etc/neutron/" - - #remove the etc stuff from usr... - rm -R "${D}/usr/etc/" - - insinto "/usr/lib64/python2.7/site-packages/neutron/db/migration/alembic_migrations/" - doins -r "neutron/db/migration/alembic_migrations/versions" - - #add sudoers definitions for user neutron - insinto /etc/sudoers.d/ - doins "${FILESDIR}/neutron-sudoers" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/build/html/. ) - distutils-r1_python_install_all -} diff --git a/sys-fs/aufs3/Manifest b/sys-fs/aufs3/Manifest index f04764e20543..6a5cd1375241 100644 --- a/sys-fs/aufs3/Manifest +++ b/sys-fs/aufs3/Manifest @@ -6,3 +6,4 @@ DIST aufs3-standalone-3_p20131223.tar.xz 1612628 SHA256 62872509098ccf57056a1045 DIST aufs3-standalone-3_p20140114.tar.xz 1995600 SHA256 0010f7ccfcc8c79cd8a708ee56d8619daecf4a692a2226c62f2c6b6855288ab3 SHA512 ff3ea064a2ffdc80f13e3c561ad87f3d396b5636c14dcf42bb584b8f9680e43bd3158829958052954d7de7abf178ee628575c4fb949f0b67d89a6426386720a9 WHIRLPOOL 09bbb6921d2f22bd314d5737809bfb78cc87a13cc76888faa4b6da44f59c16f9202acd1eab1d461a08bdb5d036271dfb1de80fea7ed0b64b655d9513ffdf5209 DIST aufs3-standalone-3_p20140119.tar.xz 1655840 SHA256 c7c25614455edf72c3eb516cfc3311becedcc24cd0ddbfe442e86938f4943589 SHA512 169ec3129a4e24cbe9293852906d172835942910f5bcbefd35a66669d23a2d0dc5bb59ee432f77ca76ced0b29c84ff814577fa86a1ccc0b27a2d96b2b81963b6 WHIRLPOOL 74ee3fddfd1bb2bd47fae61229bb53d90bd2f602feff0936eec652423aa2cc3b10febd8df10bef073d6f3d45d599516548f43d7b794d26427fbd2a9e26c2e482 DIST aufs3-standalone-3_p20140127.tar.xz 1681488 SHA256 8dd99e178e8f4cabb0a755d9ec45b5390a4890dc027a974d95716365e4b13c19 SHA512 f5a4f717cb81c0ee77ba911d1f38ad773b69b4e5f2a80e1ca15f5f13c0a68d14222f8f8b751fdc3232f0a5a49a2fd96a6b3657c6aca4aa7daac5cf71a1b8829f WHIRLPOOL d479b8702eb6a4c407e2a7b21a2cc3f7c3f51f22151c46ea1ccef4ae19a17e9c79d01b9ca797e84a3cba36f8e786e75e7836a5e08b1062b8cbc27d9aa1853832 +DIST aufs3-standalone-3_p20140224.tar.xz 1685640 SHA256 4dbfeb433d957dd3bc8019b3ea61222c42f25e315ec52ee436b544fe4bc691f3 SHA512 3f126735a1e45ca997310f878d19f5bfac2bdc854794ea44949a532aec145845d015aa5360b8599a2fd65adda705cd7a41603dd408ec31d93a3092866a0607e2 WHIRLPOOL b8c21f408fbbb38c61f2c14224ef5efa4a114124d8d2c552da65855145b8c5b7e2a371d839127f35e9d0690a2b8e77c784219099c3d135ee70ffc2269ea6b069 diff --git a/sys-fs/aufs3/aufs3-3_p20140224.ebuild b/sys-fs/aufs3/aufs3-3_p20140224.ebuild new file mode 100644 index 000000000000..54b866162e7d --- /dev/null +++ b/sys-fs/aufs3/aufs3-3_p20140224.ebuild @@ -0,0 +1,163 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140224.ebuild,v 1.1 2014/02/24 09:15:53 jlec Exp $ + +EAPI=5 + +inherit eutils flag-o-matic linux-info linux-mod multilib toolchain-funcs + +AUFS_VERSION="${PV%%_p*}" +# highest branch version +PATCH_MAX_VER=13 +# highest supported version +KERN_MAX_VER=14 +# lowest supported version +KERN_MIN_VER=10 + +DESCRIPTION="An entirely re-designed and re-implemented Unionfs" +HOMEPAGE="http://aufs.sourceforge.net/" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs" + +DEPEND=" + dev-util/patchutils + dev-vcs/git" +RDEPEND=" + sys-fs/aufs-util + !sys-fs/aufs + !sys-fs/aufs2" + +S="${WORKDIR}"/${PN}-standalone + +MODULE_NAMES="aufs(misc:${S})" + +pkg_setup() { + CONFIG_CHECK+=" !AUFS_FS" + use inotify && CONFIG_CHECK+=" ~FSNOTIFY" + use nfs && CONFIG_CHECK+=" EXPORTFS" + use fuse && CONFIG_CHECK+=" ~FUSE_FS" + use hfs && CONFIG_CHECK+=" ~HFSPLUS_FS" + use pax_kernel && CONFIG_CHECK+=" PAX" && ERROR_PAX="Please use hardened sources" + + # this is needed so merging a binpkg ${PN} is possible w/out a kernel unpacked on the system + [ -n "$PKG_SETUP_HAS_BEEN_RAN" ] && return + + get_version + kernel_is lt 3 ${KERN_MIN_VER} 0 && die "the kernel version isn't supported by upstream anymore. Please upgrade." + kernel_is gt 3 ${KERN_MAX_VER} 99 && die "kernel too new" + + linux-mod_pkg_setup + + if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then + PATCH_BRANCH="x-rcN" + elif [[ "${KV_MINOR}" == "10" ]] && [[ "${KV_PATCH}" == "28" ]]; then + PATCH_BRANCH="${KV_MINOR}".x + elif [[ "${KV_MINOR}" == "12" ]]; then + PATCH_BRANCH="${KV_MINOR}".x + else + PATCH_BRANCH="${KV_MINOR}" + fi + + case ${KV_EXTRA} in + "") + elog "It seems you are using vanilla-sources with aufs3" + elog "Please use sys-kernel/aufs-sources with USE=vanilla" + elog "This will save you the nasty reemerge of sys-fs/aufs3 on every kernel upgrade" + ;; + "-gentoo") + elog "It seems you are using gentoo-sources with aufs3" + elog "Please use sys-kernel/aufs-sources" + elog "This will save you the nasty reemerge of sys-fs/aufs3 on every kernel upgrade" + ;; + esac + + pushd "${T}" &> /dev/null + unpack ${A} + cd ${PN}-standalone || die + local module_branch=origin/${PN}.${PATCH_BRANCH} + git checkout -q -b local-${PN}.${PATCH_BRANCH} ${module_branch} || die + combinediff ${PN}-base.patch ${PN}-standalone.patch > "${T}"/combined-1.patch + combinediff "${T}"/combined-1.patch ${PN}-mmap.patch > ${PN}-standalone-base-mmap-combined.patch + if ! ( patch -p1 --dry-run --force -R -d ${KV_DIR} < ${PN}-standalone-base-mmap-combined.patch > /dev/null ); then + if use kernel-patch; then + cd ${KV_DIR} + ewarn "Patching your kernel..." + patch --no-backup-if-mismatch --force -p1 -R -d ${KV_DIR} < "${T}"/${PN}-standalone/${PN}-standalone-base-mmap-combined.patch >/dev/null + epatch "${T}"/${PN}-standalone/${PN}-standalone-base-mmap-combined.patch + ewarn "You need to compile your kernel with the applied patch" + ewarn "to be able to load and use the aufs kernel module" + else + eerror "You need to apply a patch to your kernel to compile and run the ${PN} module" + eerror "Either enable the kernel-patch useflag to do it with this ebuild" + eerror "or apply "${T}"/${PN}-standalone/${PN}-standalone-base-mmap-combined.patch by hand" + die "missing kernel patch, please apply it first" + fi + fi + popd &> /dev/null + export PKG_SETUP_HAS_BEEN_RAN=1 +} + +set_config() { + for option in $*; do + grep -q "^CONFIG_AUFS_${option} =" config.mk || die "${option} is not a valid config option" + sed "/^CONFIG_AUFS_${option}/s:=:= y:g" -i config.mk || die + done +} + +src_prepare() { + local module_branch=origin/${PN}.${PATCH_BRANCH} + + einfo "Using for module creation branch ${module_branch}" + git checkout -q -b local-gentoo ${module_branch} || die + + # All config options to off + sed "s:= y:=:g" -i config.mk || die + + set_config RDU BRANCH_MAX_127 SBILIST + + use debug && set_config DEBUG + use fuse && set_config BR_FUSE POLL + use hfs && set_config BR_HFSPLUS + use inotify && set_config HNOTIFY HFSNOTIFY + use nfs && set_config EXPORT + use nfs && ( use amd64 || use ppc64 ) && set_config INO_T_64 + use ramfs && set_config BR_RAMFS + + if use pax_kernel; then + if kernel_is ge 3 11; then + epatch "${FILESDIR}"/pax-3.11.patch + else + epatch "${FILESDIR}"/pax-3.patch + fi + fi + + sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die +} + +src_compile() { + local ARCH=x86 + + emake \ + CC=$(tc-getCC) \ + LD=$(tc-getLD) \ + LDFLAGS="$(raw-ldflags)" \ + ARCH=$(tc-arch-kernel) \ + CONFIG_AUFS_FS=m \ + KDIR="${KV_OUT_DIR}" +} + +src_install() { + linux-mod_src_install + + insinto /usr/share/doc/${PF} + + use doc && doins -r Documentation + + use kernel-patch || doins "${T}"/${PN}-standalone/${PN}-standalone-base-mmap-combined.patch + + dodoc Documentation/filesystems/aufs/README +} diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest index 98986a5c779a..aabfe9bf4c83 100644 --- a/sys-fs/udev/Manifest +++ b/sys-fs/udev/Manifest @@ -1,3 +1,3 @@ DIST systemd-208-r1.tar.xz 2382904 SHA256 aa64fa864466fd5727005c55d61c092828b94b4f857272c0b503695022146390 SHA512 c21989b747f5e73ba2311919e1ae558132e4ab2e0d8715c25f51e5e90069e147a52e04280c736ecca6b675af7d79def576171a9b08aaeda45fcd52bcdca011cb WHIRLPOOL e86fdbf96c75c4c94c9507900a5696ff811f5439e0cb45bdc765dc42c62a855c9d2e7d3414df7ec7e18013d937c9148e42c861d0e28e8b4c2fabebd234fbee03 -DIST systemd-209.tar.xz 2607304 SHA256 4cadef26adcd846e3f2b90502e64f590430baf59aea87491d25aac2e50b23d18 SHA512 0d9a4f1f69b51da0621f15c2e0fde94540be767117b97298a66eab79ecb8bc0288fd7c568253be3a48a4c6d4881a822bf84434dc17028fc6f8a94fa1cc1b27cb WHIRLPOOL bebcb5fa76f91788c30ce6320e9c51325dd3b2f9ce81509e822f3f2a510b252c38aa3de19f429db6fbb2d7f0be9cfb6e7c6908041361fcd3f0350482a78e7d20 +DIST systemd-210.tar.xz 2620924 SHA256 e2b3ddf9bf82f05cc3079650e86ae05b558381fd034cf1b03a592bcadd1610c4 SHA512 4aa5da0585dc5439591b82f0f67b58e806a795011c4d19c84cb2bfa7c27b3c995957e33b4f24b4c6e9f012a55cb092d2445e6f3b27b020d1c789c757230fcbcc WHIRLPOOL 546aa684f3f56fd9cbb2c6b8332bd74314e1a39521b4e33ab9eccef7f87b885a9c96842ca440a0a4f0b4200de7bbc9475687dc2e295420679b1dfb906496f273 DIST udev-208-patches-1.tar.xz 964 SHA256 b2df84afd8631736aceee1317d332fd9bee347df503aa55cd78bcf1b375e8f75 SHA512 6e85daaf8639255bbaa76364cda02f8b034ec5f687730a7e3ea7427b53031b4cdcbe1b8758e1474104d52e04781605ee3c1e31bbec2df33c95e606cee8eb0f28 WHIRLPOOL 054d1e954c4eacd10fcdacf130bf6cf2dd165f3da10ba5629f4bd8e488a221e8e5d7db3ab821593af8dd92011dee98daadf09e5dd726a4c99861f4abaea6aca0 diff --git a/sys-fs/udev/udev-209.ebuild b/sys-fs/udev/udev-210.ebuild similarity index 94% rename from sys-fs/udev/udev-209.ebuild rename to sys-fs/udev/udev-210.ebuild index 9a0aee7d43c8..2dbcfa75973f 100644 --- a/sys-fs/udev/udev-209.ebuild +++ b/sys-fs/udev/udev-210.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-fs/udev/udev-209.ebuild,v 1.3 2014/02/21 13:53:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-210.ebuild,v 1.4 2014/02/25 13:54:36 ssuominen Exp $ EAPI=5 @@ -17,8 +17,7 @@ else http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" fi - #The 80-net-name-slot.rules -> 99-default.link change needs some documentation work first: - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" @@ -86,7 +85,7 @@ check_default_rules() { } pkg_setup() { - CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE" + CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET" linux-info_pkg_setup # Based on README from tarball: @@ -125,14 +124,6 @@ src_prepare() { SUBSYSTEM=="mem", KERNEL=="null|zero|full|random|urandom", MODE="0666" EOF - # Create link to systemd-udevd.8 here to avoid parallel build problem and - # while at it, create convinience link to `man 8 udevd` even if upstream - # doesn't do that anymore - local man - for man in udevd systemd-udevd; do - echo '.so systemd-udevd.service.8' > "${T}"/${man}.8 - done - # Remove requirements for gettext and intltool wrt bug #443028 if ! has_version dev-util/intltool && ! [[ ${PV} = 9999* ]]; then sed -i \ @@ -326,7 +317,6 @@ multilib_src_install() { fi # add final values of variables: - # TODO: networkdir follows prefix, not rootprefix, which is an upstream bug targets+=( rootlibexec_PROGRAMS=systemd-udevd rootbin_PROGRAMS=udevadm @@ -336,7 +326,7 @@ multilib_src_install() { $(sysconfdir)/udev/hwdb.d \ $(sysconfdir)/systemd/network' dist_bashcompletion_DATA="shell-completion/bash/udevadm" - networkdir=/lib/systemd/network + dist_network_DATA="network/99-default.link" ) emake -j1 DESTDIR="${D}" "${targets[@]}" @@ -381,10 +371,13 @@ multilib_src_install_all() { "${D}"/lib/udev/rules.d/99-systemd.rules \ "${D}"/usr/share/doc/${PF}/{LICENSE.*,sd-shutdown.h} - # see src_prepare() for content of these files + # see src_prepare() for content of 40-gentoo.rules insinto /lib/udev/rules.d doins "${T}"/40-gentoo.rules - doman "${T}"/{systemd-,}udevd.8 + + # maintainer note: by not letting the upstream build-sys create the .so + # link, you also avoid a parallel make problem + mv "${D}"/usr/share/man/man8/systemd-udevd{.service,}.8 } pkg_preinst() { diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 6dd8f025f3b3..54744841469b 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-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/sys-fs/udev/udev-9999.ebuild,v 1.266 2014/02/21 13:53:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.272 2014/02/25 11:12:27 ssuominen Exp $ EAPI=5 @@ -85,7 +85,7 @@ check_default_rules() { } pkg_setup() { - CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE" + CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET" linux-info_pkg_setup # Based on README from tarball: @@ -124,14 +124,6 @@ src_prepare() { SUBSYSTEM=="mem", KERNEL=="null|zero|full|random|urandom", MODE="0666" EOF - # Create link to systemd-udevd.8 here to avoid parallel build problem and - # while at it, create convinience link to `man 8 udevd` even if upstream - # doesn't do that anymore - local man - for man in udevd systemd-udevd; do - echo '.so systemd-udevd.service.8' > "${T}"/${man}.8 - done - # Remove requirements for gettext and intltool wrt bug #443028 if ! has_version dev-util/intltool && ! [[ ${PV} = 9999* ]]; then sed -i \ @@ -325,7 +317,6 @@ multilib_src_install() { fi # add final values of variables: - # TODO: networkdir follows prefix, not rootprefix, which is an upstream bug targets+=( rootlibexec_PROGRAMS=systemd-udevd rootbin_PROGRAMS=udevadm @@ -335,7 +326,7 @@ multilib_src_install() { $(sysconfdir)/udev/hwdb.d \ $(sysconfdir)/systemd/network' dist_bashcompletion_DATA="shell-completion/bash/udevadm" - networkdir=/lib/systemd/network + dist_network_DATA="network/99-default.link" ) emake -j1 DESTDIR="${D}" "${targets[@]}" @@ -380,10 +371,13 @@ multilib_src_install_all() { "${D}"/lib/udev/rules.d/99-systemd.rules \ "${D}"/usr/share/doc/${PF}/{LICENSE.*,sd-shutdown.h} - # see src_prepare() for content of these files + # see src_prepare() for content of 40-gentoo.rules insinto /lib/udev/rules.d doins "${T}"/40-gentoo.rules - doman "${T}"/{systemd-,}udevd.8 + + # maintainer note: by not letting the upstream build-sys create the .so + # link, you also avoid a parallel make problem + mv "${D}"/usr/share/man/man8/systemd-udevd{.service,}.8 } pkg_preinst() { diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest index 175e523229d2..e369d858dc68 100644 --- a/sys-kernel/aufs-sources/Manifest +++ b/sys-kernel/aufs-sources/Manifest @@ -1,11 +1,14 @@ DIST aufs-sources-3.10.x_p20140127.tar.xz 151480 SHA256 01b3337fd849cd9798b882e85a7509a873ce77a61bd23f8ec5a07e8427778789 SHA512 48619aa25baad97c36b51e633662592fb82b09c06f746752e9265094d5e6ade5cd8f8fc8bb6b97593ac3f432b2b2b4cc4422251de5317eb9d6ae33722826aef4 WHIRLPOOL 9828fed5d6056b3ab5f7582230435647e71aa73e3f7373e56bff7e9c6940849707e67ac8d9728e7e45fa4ca2496049faddb420beeabe170073bb90b6ce64fa2f +DIST aufs-sources-3.10.x_p20140224.tar.xz 151480 SHA256 01b3337fd849cd9798b882e85a7509a873ce77a61bd23f8ec5a07e8427778789 SHA512 48619aa25baad97c36b51e633662592fb82b09c06f746752e9265094d5e6ade5cd8f8fc8bb6b97593ac3f432b2b2b4cc4422251de5317eb9d6ae33722826aef4 WHIRLPOOL 9828fed5d6056b3ab5f7582230435647e71aa73e3f7373e56bff7e9c6940849707e67ac8d9728e7e45fa4ca2496049faddb420beeabe170073bb90b6ce64fa2f DIST aufs-sources-3.10_p20131007.tar.xz 150600 SHA256 7f8866e1f602602d1214d959e60eb7739448901fdd000b492a1b52101253081a SHA512 1279d447f3f0efc57fb360217d42add4706e25f9f67f6ad93cf097869cf57d847a2fbaba3c983492de1cdd64b503d35e4866b4b31cb65c32e0ea80781e547d22 WHIRLPOOL 4b99254b4cf8d4c0ed950b0abe6f22581eb9e4f77af1ca472bd96515043cbbc4c2e328fc99f6768eae3b8126345a4809a14e65b8d0f2cababa3cd77a433bfc27 DIST aufs-sources-3.10_p20131111.tar.xz 151456 SHA256 a5229c12e9cf62a04bc84458df88d4fdb3c4e30e38c184cd2e236b22efe01e6f SHA512 421ac913b40c66dab4ca01da1c08204d1ed78a93e4dba09795f0a081a1af5c30bd82863fafdd034defb840b7961e49713242549c2bbe4d8bddc4c81663b27ff0 WHIRLPOOL c215c4ca78409efe48dea1cae373b645452d16ee8711a00913b52c4796756e90960e3d4a61c0a2b1ddf693aee3e206401f6bf648f0d5af0404cda710ee3d8339 DIST aufs-sources-3.10_p20140119.tar.xz 151516 SHA256 35ca8722d7dfbf1183aee0042daad89bc4ead90f6c93ce8bb711e0dddfe68ade SHA512 d90eb547ac475c89447ebf90097ac573aa8447056d18e75591b3ea5d18c93f27a904125502f0617eeeaf220b80988c90cc5c6844225e7e5277878e38bb4f50de WHIRLPOOL 41b1255a87a0457f754b9515c8a031ae16a591ad04a3e3a6cdb6170ea7ade2492c5fb82f267aed1e674f5cd5052e577d92304e39786a82c139679ed19a25c85a DIST aufs-sources-3.11_p20131111.tar.xz 152028 SHA256 fe8e9e0257d10138753207b22bdd8ed333da905bb47ac73b6f596c83217c03ec SHA512 dd6c525bbf144c2cb1b4706a78f60f02fdf97a7550a6a2ad6dea4b5260fede9dc55208c596d243d07b435e0ee9a341e70be983d302a640c6dcc0a4a485ce8d75 WHIRLPOOL 2e1425b6fdc4aecb581c7a2143af51ec360931c526bbf9df5c3c552af5965da38e3b13c84bbee5b1c79e792fc571328a746353007b363800a35158d84e0f054b DIST aufs-sources-3.12.x_p20140127.tar.xz 152188 SHA256 649ca61d4cd38e5b93aaefc1acdaa09367f552bea41a8b8e1ac792f51673a631 SHA512 760bdfc20113cdfae9c126851c94b99447c0203c5b4a517f785871308bed0710742a355cec6761ea216fd62a3921fc3a701015af56b28bff543ed5c0dce9fb26 WHIRLPOOL 899523d0a09b747c7e305512d4a11486747f3796f6a199743ae1c268fc7bfc997a5f1d6e1212e3c9eeca26bce959d8e96b1417ec35ae5578992d3366169fc8dd +DIST aufs-sources-3.12.x_p20140224.tar.xz 152188 SHA256 649ca61d4cd38e5b93aaefc1acdaa09367f552bea41a8b8e1ac792f51673a631 SHA512 760bdfc20113cdfae9c126851c94b99447c0203c5b4a517f785871308bed0710742a355cec6761ea216fd62a3921fc3a701015af56b28bff543ed5c0dce9fb26 WHIRLPOOL 899523d0a09b747c7e305512d4a11486747f3796f6a199743ae1c268fc7bfc997a5f1d6e1212e3c9eeca26bce959d8e96b1417ec35ae5578992d3366169fc8dd DIST aufs-sources-3.12_p20140119.tar.xz 152188 SHA256 a2868e54d7ed0c774c13ac712d7335c7f02b89d9f7d91a03ef94c739a61b79df SHA512 9f01458388d1f1c263bb9af7d42f126be70cb48cc3fc33802ab91b1384507f323f41537bf5e673f100daf222eb9d30b6f651cf3ac251cea0b4130ba87a8fec00 WHIRLPOOL eb1e6bd1b74a71eb1aacf6f29f8df483901c1e93347603d21dd1ac7a9ea6d1a808b8f43c594ae09d61c7a5d67571181ff784c3b1b4a000f18997fe0ff2219da7 DIST aufs-sources-3.13_p20140127.tar.xz 152200 SHA256 e18951d96973503292d7f801721f2cbc4c40dfff07fccbd44d0db8fff980ab39 SHA512 1aadf71acfef0d6de248869eefdd4e9d8cd69e1a897e123a4d9c80d78dcedd31538b4e7a44325bb8a6a8234af11d799e753bb8a00322c3307a47a6a6362ede6c WHIRLPOOL e5b4b14a040661f17e46cafe70f32faa18d38cd62b16b494d4627107ecba7ceab85a1f5f67fccf8db3ca10bf60a808f8e6f573f9a9eea95f5742df9983e61e10 +DIST aufs-sources-3.13_p20140224.tar.xz 152200 SHA256 e18951d96973503292d7f801721f2cbc4c40dfff07fccbd44d0db8fff980ab39 SHA512 1aadf71acfef0d6de248869eefdd4e9d8cd69e1a897e123a4d9c80d78dcedd31538b4e7a44325bb8a6a8234af11d799e753bb8a00322c3307a47a6a6362ede6c WHIRLPOOL e5b4b14a040661f17e46cafe70f32faa18d38cd62b16b494d4627107ecba7ceab85a1f5f67fccf8db3ca10bf60a808f8e6f573f9a9eea95f5742df9983e61e10 DIST deblob-3.10 117299 SHA256 d48cad04fab6a802b3a3e34955c8e35b539c2441f9a62522ec5a132c3a5ae684 SHA512 7b30f0f97ed97bf6b096d4a321b4b1e62f4b48f07972f2511870c3eaaf4f3877b0c6af2f30f6b985edf9c9c79267d40448b504c59016acfe06374630d1fdcba9 WHIRLPOOL 03a5963367cc6cb4f87e3d315ab61a8b3cb1fe577b20d7e2fb6ad83464075b3ed8176f543bb4c3b4e607d78cd55ef940f446bb75be09eb7496321930413ce2b9 DIST deblob-3.11 119401 SHA256 78bf8169e466a2082c6bedca0431bdbe15a55f4ba96c16a631587f23e0cdef25 SHA512 d6f87cf2d9c0a7f59a52c5a890015e050ba684d34f9e81ff8386ab57247718d0b10b6cd8a68ce3dd25711936b660b7cf512cacf31a3467b9b70a3e3e8433e142 WHIRLPOOL 026a2ff10994be722b08b1638366be8311c685c69214db9449e605477f81b817a8c2ca1e4d8617d61f7f66a6f287c74f68a679bc81ff3364d0245eb3ea84fe36 DIST deblob-3.12 120320 SHA256 1d767acd3f461bcaa7ebef744dce1ca3eefde1cd41fde4c69a449e2470ab8c0e SHA512 61073cb763e3e0c21a84c0ee888087fbbf37b667ce0efbbc6c2ebc46ccae8460553511e347cf23d3c3603eec64df738ad4552a1b527453c7d795b8f90c4cf678 WHIRLPOOL c64cc566944ac241149a2a517da069185830be5b8ee25168b2b6b942bcf24fe3f2c0fe487b51a5b7e73e2910af2cabd7167cd1497ab7272c865d1eb3e68e4efe @@ -29,6 +32,12 @@ DIST genpatches-3.10-36.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb DIST genpatches-3.10-37.base.tar.xz 604512 SHA256 c482254301361cf4ee24aaf4a39e3cffccb3ff7fdecd5830f19258c70aab100d SHA512 5022bc56aaa40ab53f24b3ace3ee1be6225ada011e6d76a8b949a6d51b01ba79233e4938091573ab005b2889856b81ef0d22cfa37a6bd22e83ccc2efe1be9d87 WHIRLPOOL 63af5b96fbd11a552337e5b07b59686959d95de1d583dcdd7f54d7116e36e17dd6bf4a28675318624d0e506ac9ae24e9d66e923f2ac5ec4ca473ed41c3f90e60 DIST genpatches-3.10-37.experimental.tar.xz 45584 SHA256 691dfcbebcf175073b518a3949f91b30377a49cd3ce43026a05012cdb253af87 SHA512 8fa9b7446ec52d11d8b2008c8fa257e96671c0fdb31117bd1d6fed096467ab647cae65e65c0a3e8b67a1cbb6ad302e826c0f746049a18ccfe3ad0410f4245638 WHIRLPOOL 0e4e7241a53951e0cb9ae2ab48ca82bd4b8aea3a66d762838898be5ebbf4fad7eea4cb47bba5cad6f9d16b10b38c2238a82d625ad2626f8f530383e7b630e4d0 DIST genpatches-3.10-37.extras.tar.xz 17756 SHA256 192b87ad5777f7f8e2352e63d1b0c277d77777649d197d4f5b727f2e126e6782 SHA512 fc5ae3e6e723101085f0fb426aee0b8978b02966672da85ea653727a5c37d7189b5e9b4803813485919b7c1be68c10eb92777261c270c9d745dc5f6024e2ebfe WHIRLPOOL b2c7442e7877fddc427cee09a0a024ad190f44c7c63a5bd647a8916074df2e28b9b63cce2d87af097d4df3e4290490a060389b7f7ffcd8a50c90081af9b94db1 +DIST genpatches-3.10-38.base.tar.xz 608904 SHA256 80cfd325f1ce1bfe3ffb5da56569eba3632a47fcccc38b6f8ed4742e56302a63 SHA512 f1e0a2bd51be1b59a93b0e14ba7b7a2ad6e735f655d099e502760fbc0b6ca1d996402b4c0cc78495332d966578e80834502a6c46cd821b08fb9025d569619f57 WHIRLPOOL 95ea9944d9fa1f5b9c8b5ee88a967c4ef952c6bb06a9f505bfcc5c44fca59342c0bb3e0ffc6ca2f677d6a53e48ee40b75e246539aaf367ddae4d7d3901803fd0 +DIST genpatches-3.10-38.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 +DIST genpatches-3.10-38.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b +DIST genpatches-3.10-39.base.tar.xz 622488 SHA256 f05a05731752b06c82c9adc4483052caf5b4c7d02fe9635be1a838d73dfd0df4 SHA512 d0cdc6cd559f9a855de04454c3de5de397aa04d84cf36b315053a19a5d44e71d14ece5f2334adcf8ff0bcc8962350bfd4f7afc8804de5f9e6fa8e637b486b09f WHIRLPOOL b2b418fd276769efa6dcb9f0cf0acca19bd330d0c6467516dba6aa9b47757f089c38f1fc6751ba8151191cfe658745ba8a1280210c50806a756ac3f9aa007115 +DIST genpatches-3.10-39.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 +DIST genpatches-3.10-39.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b DIST genpatches-3.11-14.base.tar.xz 207496 SHA256 c9ea16218b729be7709d411690281a019dfab611471e668e42dce3330906c5ed SHA512 cad7f628a8b4d04bd545270f4cd2900d15ca7525c4d5b6baa5aaf8210b44a1065d34b4855bc805892547775af2009c96521ed176118e5256db2eae14a3af008a WHIRLPOOL fa652a4002906c17bbbcca79e351b189e047c096fb344eea4372c42f7cae94435f662edaf3f1263f978edbae18452864466c69d04bfd28da52d8c735b03b0027 DIST genpatches-3.11-14.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 DIST genpatches-3.11-14.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 @@ -41,6 +50,12 @@ DIST genpatches-3.12-11.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b DIST genpatches-3.12-12.base.tar.xz 335200 SHA256 49a7a5ef29949545c264c24a9a5a6c3dae00eb30c3aeef977ab86cdfad0a2e2a SHA512 8028d0a06ee1f6dbeae42827e84d2118d1dcd4b88f9a2357ba34839df1a6b17c1af0e51332412b1b493acd55ca3d6ca3f92152d3142d816decafe1d2b9c8be6d WHIRLPOOL 3242112615b3e75a0ee7b17c9ea167e67e47a802cdb82bdbfe5e75970f427f856e303e0d0257358031360a6e9c76b759255bdaf526d68a706871ecee19bac813 DIST genpatches-3.12-12.experimental.tar.xz 46508 SHA256 775c170384bbf4c8d04dd6348b5db059f67efb08f76a5f71a210197ddeddee44 SHA512 b66233f7f3ae59e178e1f527f7cc1c68a68c0584b39eeb49d24c8443c178096ad31c3634c48bfc3fa980fdbe0ab9d4d25ce2f0509618f44389d62800ff530b7c WHIRLPOOL a4cad91c0a7597df0c84809a8cec61465e17fcdcbc84116e490b0f8f28e015d21ad5f5d05e9122cdfaeb7b1768dd4ba617b72d94eda35ced376f21281ec5a2f4 DIST genpatches-3.12-12.extras.tar.xz 18128 SHA256 51b625d97db6b7e221bb77495095cd4501e2e8a20afa27549dd6fe818badc913 SHA512 852d56205ed82885f64f265b2978ed86c767d4c62527bb8fd376e8a1eb61af9b6c839a5dea1fb91bb0c8a5a1313c50bcadebb71129b38a52b0c5115714e0efa4 WHIRLPOOL 6afe1b3b0b45ad24e590495976ed80cef936e47ae863dbb36519c76799d7e7645d09801f4818ac96f737fa6bc3bd6424e5fe849b41438b3afb3e15a98c5c34a3 +DIST genpatches-3.12-13.base.tar.xz 341428 SHA256 18fcef51b83c64b1ae9901ad8b2f2f9c7dc12be2492b5794062d06041c6a1b33 SHA512 adc873c1c5afbfd4e5d4a95ed39353621831c9a6ae3181c568f63f114dcd2885dd85449f8d8ec2a1c9147bef79da1d5cf88da68b99250b650402c1f28eed0412 WHIRLPOOL 1bb4e3cc550821762957de0f6cd68ceab61a6009b00d134be3a3ee63e3ad729b1a4bfb2fe9ea613d700050ea56bd33142d852ff0fee4c0c04342e661aee9b2ba +DIST genpatches-3.12-13.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 +DIST genpatches-3.12-13.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff +DIST genpatches-3.12-14.base.tar.xz 359152 SHA256 d9d619f8be1169824e0e9ac58db0116cdc682e541da9906a4a75c92d44103804 SHA512 b5aa64709a7b831ba8bb9e164aaee9be570b847731c1e8adeca6171a7eddbc4de54ba49742e70459b6de5393b6c0ec69bc221b9e458438fd7e10810beeb3e2ba WHIRLPOOL 4aed026b4528d990165b9eed60b73d312dd503a16e65bc6dcd5f29bfb65e2bd9306382e52d5f6a24bddf9028667e78324bc79c74d0a94dc130d4e0fcd6a16125 +DIST genpatches-3.12-14.experimental.tar.xz 46540 SHA256 a8b8667730e47b61d55d1bbe11cdec4a2e539e749028353172ab1269bbefe96d SHA512 31d5c2e7aca9574cd6e04e5e61a907ffbe6940424a877eef5d7e12b74552062b9c0afb177f2bb44d70d67264d52158b024159a170409be23c6bc4cf2a773a28a WHIRLPOOL 273c23fcb13289421956a61c1ee0a5844d776b679943b2a9ae35fd46e7319b233db0e255ad032e44eabc76a51a2380f7129619a50f859ed4907acee08678ca18 +DIST genpatches-3.12-14.extras.tar.xz 18148 SHA256 dbe4784918b0f0a2947d842f2045b3b1e18eaa55b82b8be0fb22493afba76738 SHA512 ed7c453c0e6412e3b24b1a440c6baa7391532dc16cdd5a4f7d59c4e3b166d4fca428f6f14ded091885abd920b2ef0fae6881f3d06cf6896c4136dc36ed2f7185 WHIRLPOOL 84f83e680b85f207287ed0710ca29e6d0bda4efd5812b497adc8b4cbc815f02add85061fdf192d5ac970e22cdfbb5cb85d33ec1ee20fbe57a48d5610b218eaf2 DIST genpatches-3.13-2.base.tar.xz 7760 SHA256 a618a823b41f48d70d56ac77127c44c1ba0af1988b1deb2bd74cd4e95bf80962 SHA512 65a00dd47b57719c28aaa53299dffce5955a6bacacc18d96063c5c4cab688212da886443754f62d89310d1e5dac2f93c88eff5a381cee416129648a48c41e1c5 WHIRLPOOL b26a96da505c39a422382c2fc912afca17ffc572bdd55d070d29af3cd87d474078ebc3a4672d1637aa35daca94887d715108e60871770739100176f884962baf DIST genpatches-3.13-2.experimental.tar.xz 46536 SHA256 ac17344acff97043106bc8143c533d1a4f91e20ee89534137057cb7e863f8e14 SHA512 49bb33cc6366c1f1af6e4e58572f236a70ac7d13a539d006dc1cca9d25b77a3a1023fc34ecd6b474ebcd15bfb90d42af79ac1f170b568505d1ef55cc63182be8 WHIRLPOOL b9b57dd3506fe13e5a5430441db920b997a55382b05c374d5fe692c61b018558cb178d6acae3bb8b6889effb43838417afec465235c731a0f8e7277fd324bdc1 DIST genpatches-3.13-2.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb @@ -56,6 +71,9 @@ DIST genpatches-3.13-6.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c39 DIST genpatches-3.13-7.base.tar.xz 113228 SHA256 b23fc32055f4c5353fbb1bbd89f136ec955a9a6f86a7acad5ed24de8492ced55 SHA512 fed880274ca74b309189d40c91d5b5576d0f7c578f97670a3692a87c331353bdcc48db9f10f182c6244306a39f2fbab536fc00e8674cceae26aae73383b780b9 WHIRLPOOL 4c16f9426eb4c8a3e492021acb1ed3d7b04ab2677e12e854f3a5d56342afd8ce35dcfc32aead2cbc0ce5f199b687b9c98796ebc956ad547e0627f4e9f28f2c3f DIST genpatches-3.13-7.experimental.tar.xz 51040 SHA256 6fe179278ac918873fa98ace837bae30a18e6de080292f7f746cf2417ae3ee64 SHA512 b1cda893b355f9ed9e26ed61b6d250fb518b51c069cc415eab30111c4eb33458d316574e8773aabd230cfc0b6f6081e1dc895274c6af8ad49753247320e63bd1 WHIRLPOOL 907c9411a4a2a124ffba3df75092a0f858297420b33df778c4e699a4de890fc7447cbc4a916a952c9c87639351876d714a6a22b65455f5d6a76e03d813ec8a1f DIST genpatches-3.13-7.extras.tar.xz 18188 SHA256 1769bc3ca09646c637b277c9af215a5eadb0ba3988d0a86ac719578563d43fba SHA512 a635c6b7cc04ce41afb5f8b2efc263a2e0d2d78dc5aafb8f3e4fa35ae7ed55ccec06cd63a12b71f7818477d4a1b812a06b254ba2b2eb4b0a3185356319532e54 WHIRLPOOL e7fb7279f802a6b4b173d10a4a2677490bee7f18a8d385af7247bf5db0d909da8374980dcef15f981cc52bec51fa061d9b2dfd5678b9bcb8761160ab1897c30d +DIST genpatches-3.13-8.base.tar.xz 138020 SHA256 f3e048a313ab55bcadb5a44036c6421d316102e6aee15c15dc13f1ba8d516fa2 SHA512 bfb9d7b221a2b0d302f5f8453784886ce553b0e8e8a2faf29e3b1f95611c745dcfce4293d5e768e878f2b88aed3866a9f38545b8551b9db3fca18d39a966c1a5 WHIRLPOOL a8bb17a0815bb7a369ae371ce1939bf2d38d9d2324653e77c16ded0d31f8891824fdb08879c2315d99ee55d6bcb130a3b1589c79f5431945042433c8a0c57d69 +DIST genpatches-3.13-8.experimental.tar.xz 51008 SHA256 9f15466cbb76f7c9d2b13df5bb5f4ed77f97a5b7ae865b96edc47a2e55be340f SHA512 d51e4c14945bbd622332af87aa40896727efd64a0442728eb17fc86d57b9ce5d19959ad45e5614396c36ace496c641df1bb2455be701462e347e4de27838e5e9 WHIRLPOOL 5b226304d5554eb4e888a65ce091112b4064ae73bef5fede666fb6013ec0977ba2eb57ad941727d98e13a38f76bd36735207f9d09e5cd0a8997235793b5c542b +DIST genpatches-3.13-8.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 DIST linux-3.11.tar.xz 75082460 SHA256 803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9 SHA512 b3680d3a45a7308383cf8634a7f1908e94f6e1c6d1cb587332a9418a95fb93bd3c73ab70c6976c7330508d7c8c6b0f43c2a9a2efde5fe1f76e9bfffb1de5686c WHIRLPOOL 96c9c27ffe155fe2c1760b53d87ef981943d58ab2dcf1ed6bd2c1e762e18bceec81d85d49c523947ec6fe52e41f25c4a86310347705c8d4b80a1748cec5b90d3 DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff WHIRLPOOL a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417 diff --git a/sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild new file mode 100644 index 000000000000..404924a883a7 --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.10.31.ebuild @@ -0,0 +1,72 @@ +# 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.31.ebuild,v 1.1 2014/02/24 09:16:46 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="38" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils +detect_version +detect_arch + +AUFS_VERSION=3.10.x_p20140224 +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" + +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} + + 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 +} + +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 && \ + einfo "In order to use aufs FS you need to install sys-fs/aufs-util" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild new file mode 100644 index 000000000000..a56c479595b2 --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.10.32.ebuild @@ -0,0 +1,72 @@ +# 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.32.ebuild,v 1.1 2014/02/25 07:22:25 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="39" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils +detect_version +detect_arch + +AUFS_VERSION=3.10.x_p20140224 +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" + +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} + + 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 +} + +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 && \ + einfo "In order to use aufs FS you need to install sys-fs/aufs-util" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.12.12.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.12.12.ebuild new file mode 100644 index 000000000000..1b2b50667611 --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.12.12.ebuild @@ -0,0 +1,72 @@ +# 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.12.12.ebuild,v 1.1 2014/02/24 09:16:46 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="13" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils +detect_version +detect_arch + +AUFS_VERSION=3.12.x_p20140224 +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" + +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} + + 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 +} + +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 && \ + einfo "In order to use aufs FS you need to install sys-fs/aufs-util" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.12.13.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.12.13.ebuild new file mode 100644 index 000000000000..46ad7a256ceb --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.12.13.ebuild @@ -0,0 +1,72 @@ +# 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.12.13.ebuild,v 1.1 2014/02/25 07:22:25 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="14" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils +detect_version +detect_arch + +AUFS_VERSION=3.12.x_p20140224 +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" + +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} + + 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 +} + +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 && \ + einfo "In order to use aufs FS you need to install sys-fs/aufs-util" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.13.5.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.13.5.ebuild new file mode 100644 index 000000000000..5748ba0f7cee --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.13.5.ebuild @@ -0,0 +1,72 @@ +# 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.13.5.ebuild,v 1.1 2014/02/25 07:22:25 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="8" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils +detect_version +detect_arch + +AUFS_VERSION=3.13_p20140224 +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" + +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} + + 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 +} + +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 && \ + einfo "In order to use aufs FS you need to install sys-fs/aufs-util" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/dracut/dracut-036-r1.ebuild b/sys-kernel/dracut/dracut-036-r1.ebuild deleted file mode 100644 index 8dd42c56dbef..000000000000 --- a/sys-kernel/dracut/dracut-036-r1.ebuild +++ /dev/null @@ -1,254 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-036-r1.ebuild,v 1.1 2014/02/17 11:42:11 aidecoe Exp $ - -EAPI=4 - -inherit bash-completion-r1 eutils linux-info multilib systemd - -DESCRIPTION="Generic initramfs generation tool" -HOMEPAGE="http://dracut.wiki.kernel.org" -SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug selinux systemd" - -RESTRICT="test" - -CDEPEND="virtual/udev - systemd? ( >=sys-apps/systemd-199 ) - selinux? ( sec-policy/selinux-dracut ) - " -RDEPEND="${CDEPEND} - app-arch/cpio - >=app-shells/bash-4.0 - >sys-apps/kmod-5[tools] - || ( >=sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils ) - >=sys-apps/util-linux-2.21 - - debug? ( dev-util/strace ) - selinux? ( sys-libs/libselinux sys-libs/libsepol ) - " -DEPEND="${CDEPEND} - app-text/asciidoc - >=dev-libs/libxslt-1.1.26 - app-text/docbook-xml-dtd:4.5 - >=app-text/docbook-xsl-stylesheets-1.75.2 - virtual/pkgconfig - " - -DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules - README.testsuite TODO ) -MY_LIBDIR=/usr/lib -PATCHES=( - "${FILESDIR}/${PV}-0001-NEWS-update-for-version-036.patch" - "${FILESDIR}/${PV}-0002-dracut-functions.sh-support-for-altern.patch" - "${FILESDIR}/${PV}-0003-gentoo.conf-let-udevdir-be-handled-by-.patch" - "${FILESDIR}/${PV}-0004-Use-the-same-paths-in-dracut.sh-as-tho.patch" - "${FILESDIR}/${PV}-0005-Install-dracut-install-into-libexec-di.patch" - "${FILESDIR}/${PV}-0006-dracut.sh-Fix-variable-name-typo.patch" - ) - -# -# Helper functions -# - -# Removes module from modules.d. -# $1 = module name -# Module name can be specified without number prefix. -rm_module() { - local force m - [[ $1 = -f ]] && force=-f - - for m in $@; do - if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then - rm ${force} --interactive=never -r "${modules_dir}"/$m - else - rm ${force} --interactive=never -r "${modules_dir}"/[0-9][0-9]$m - fi - done -} - -# Grabbed from net-misc/netctl ebuild. -optfeature() { - local desc=$1 - shift - while (( $# )); do - if has_version "$1"; then - elog " [I] $1 to ${desc}" - else - elog " [ ] $1 to ${desc}" - fi - shift - done -} - -# -# ebuild functions -# - -src_prepare() { - epatch "${PATCHES[@]}" - - local libdirs="/$(get_libdir) /usr/$(get_libdir)" - [[ $libdirs =~ /lib\ ]] || libdirs+=" /lib /usr/lib" - einfo "Setting libdirs to \"${libdirs}\" ..." - sed -e "3alibdirs=\"${libdirs}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - - local udevdir="$("$(tc-getPKG_CONFIG)" udev --variable=udevdir)" - einfo "Setting udevdir to ${udevdir}..." - sed -r -e "s|^(udevdir=).*$|\1${udevdir}|" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - - if use systemd; then - local systemdutildir="$(systemd_get_utildir)" - local systemdsystemunitdir="$(systemd_get_unitdir)" - local systemdsystemconfdir="$("$(tc-getPKG_CONFIG)" systemd \ - --variable=systemdsystemconfdir)" - [[ ${systemdsystemconfdir} ]] \ - || systemdsystemconfdir=/etc/systemd/system - einfo "Setting systemdutildir to ${systemdutildir} and ..." - sed -e "5asystemdutildir=\"${systemdutildir}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - einfo "Setting systemdsystemunitdir to ${systemdsystemunitdir} and..." - sed -e "6asystemdsystemunitdir=\"${systemdsystemunitdir}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - einfo "Setting systemdsystemconfdir to ${systemdsystemconfdir}..." - sed -e "7asystemdsystemconfdir=\"${systemdsystemconfdir}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - fi - - epatch_user -} - -src_configure() { - local myconf="--libdir=${MY_LIBDIR}" - myconf+=" --bashcompletiondir=$(get_bashcompdir)" - - if use systemd; then - myconf+=" --systemdsystemunitdir='$(systemd_get_unitdir)'" - fi - - econf ${myconf} -} - -src_compile() { - tc-export CC - emake doc install/dracut-install -} - -src_install() { - default - - local my_libdir="${MY_LIBDIR}" - local dracutlibdir="${my_libdir#/}/dracut" - - echo "DRACUT_VERSION=$PVR" > "${D%/}/${dracutlibdir}/dracut-version.sh" - - insinto "${dracutlibdir}/dracut.conf.d/" - newins dracut.conf.d/gentoo.conf.example gentoo.conf - - insinto /etc/logrotate.d - newins dracut.logrotate dracut - - dodir /var/lib/dracut/overlay - - dohtml dracut.html - - # - # Modules - # - local module - modules_dir="${D%/}/${dracutlibdir}/modules.d" - - use debug || rm_module 95debug - use selinux || rm_module 98selinux - - if use systemd; then - # With systemd following modules do not make sense - rm_module 96securityfs 98selinux - else - # Without systemd following modules do not make sense - rm_module 00systemd-bootchart - fi - - # Remove modules which won't work for sure - rm_module 95fcoe # no tools - # fips module depends on masked app-crypt/hmaccalc - rm_module 01fips 02fips-aesni -} - -pkg_postinst() { - if linux-info_get_any_version && linux_config_src_exists; then - ewarn "" - ewarn "If the following test report contains a missing kernel" - ewarn "configuration option, you should reconfigure and rebuild your" - ewarn "kernel before booting image generated with this Dracut version." - ewarn "" - - local CONFIG_CHECK="~BLK_DEV_INITRD ~DEVTMPFS" - - # Kernel configuration options descriptions: - local desc_DEVTMPFS="Maintain a devtmpfs filesystem to mount at /dev" - local desc_BLK_DEV_INITRD="Initial RAM filesystem and RAM disk "\ -"(initramfs/initrd) support" - - local opt desc - - # Generate ERROR_* variables for check_extra_config. - for opt in ${CONFIG_CHECK}; do - opt=${opt#\~} - desc=desc_${opt} - eval "local ERROR_${opt}='CONFIG_${opt}: \"${!desc}\"" \ - "is missing and REQUIRED'" - done - - check_extra_config - echo - else - ewarn "" - ewarn "Your kernel configuration couldn't be checked. Do you have" - ewarn "/usr/src/linux/.config file there? Please check manually if" - ewarn "following options are enabled:" - ewarn "" - ewarn " CONFIG_BLK_DEV_INITRD" - ewarn " CONFIG_DEVTMPFS" - ewarn "" - fi - - elog "To get additional features, a number of optional runtime dependencies may be" - elog "installed." - optfeature "Networking support" net-misc/curl "net-misc/dhcp[client]" \ - sys-apps/iproute2 - optfeature \ - "Measure performance of the boot process for later visualisation" \ - app-benchmarks/bootchart2 sys-apps/usleep sys-process/acct - optfeature "Scan for Btrfs on block devices" sys-fs/btrfs-progs - optfeature "Load kernel modules and drop this privilege for real init" \ - sys-libs/libcap - optfeature "Support CIFS" net-fs/cifs-utils - optfeature "Decrypt devices encrypted with cryptsetup/LUKS" \ - sys-fs/cryptsetup - optfeature "Support for GPG-encrypted keys for crypt module" \ - app-crypt/gnupg - optfeature \ - "Allows use of dash instead of default bash (on your own risk)" \ - app-shells/dash - optfeature "Framebuffer splash (media-gfx/splashutils)" \ - media-gfx/splashutils - optfeature "Support iSCSI" sys-block/open-iscsi - optfeature "Support Logical Volume Manager" sys-fs/lvm2 - optfeature "Support MD devices, also known as software RAID devices" \ - sys-fs/mdadm - optfeature "Support Device Mapper multipathing" sys-fs/multipath-tools - optfeature "Plymouth boot splash" sys-boot/plymouth - optfeature "Support network block devices" sys-block/nbd - optfeature "Support NFS" net-fs/nfs-utils net-nds/rpcbind - optfeature \ - "Install ssh and scp along with config files and specified keys" \ - dev-libs/openssl - optfeature "Enable logging with syslog-ng or rsyslog" app-admin/syslog-ng \ - app-admin/rsyslog -} diff --git a/sys-kernel/dracut/dracut-036-r2.ebuild b/sys-kernel/dracut/dracut-036-r3.ebuild similarity index 97% rename from sys-kernel/dracut/dracut-036-r2.ebuild rename to sys-kernel/dracut/dracut-036-r3.ebuild index fe04c00c341a..0a63abc67fca 100644 --- a/sys-kernel/dracut/dracut-036-r2.ebuild +++ b/sys-kernel/dracut/dracut-036-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/sys-kernel/dracut/dracut-036-r2.ebuild,v 1.1 2014/02/23 17:07:41 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-036-r3.ebuild,v 1.2 2014/02/24 14:11:06 aidecoe Exp $ EAPI=4 @@ -48,6 +48,7 @@ PATCHES=( "${FILESDIR}/${PV}-0004-Use-the-same-paths-in-dracut.sh-as-tho.patch" "${FILESDIR}/${PV}-0005-Install-dracut-install-into-libexec-di.patch" "${FILESDIR}/${PV}-0006-dracut.sh-Fix-variable-name-typo.patch" + "${FILESDIR}/${PV}-0007-Added-missing-quotes.patch" ) # @@ -218,8 +219,9 @@ pkg_postinst() { ewarn "" fi - elog "To get additional features, a number of optional runtime dependencies may be" - elog "installed." + elog "To get additional features, a number of optional runtime" + elog "dependencies may be installed:" + elog "" optfeature "Networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 optfeature \ diff --git a/sys-kernel/dracut/dracut-036.ebuild b/sys-kernel/dracut/dracut-036.ebuild deleted file mode 100644 index 27db9721f925..000000000000 --- a/sys-kernel/dracut/dracut-036.ebuild +++ /dev/null @@ -1,253 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-036.ebuild,v 1.1 2014/02/16 13:00:01 aidecoe Exp $ - -EAPI=4 - -inherit bash-completion-r1 eutils linux-info multilib systemd - -DESCRIPTION="Generic initramfs generation tool" -HOMEPAGE="http://dracut.wiki.kernel.org" -SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug selinux systemd" - -RESTRICT="test" - -CDEPEND="virtual/udev - systemd? ( >=sys-apps/systemd-199 ) - selinux? ( sec-policy/selinux-dracut ) - " -RDEPEND="${CDEPEND} - app-arch/cpio - >=app-shells/bash-4.0 - >sys-apps/kmod-5[tools] - || ( >=sys-apps/sysvinit-2.87-r3 sys-apps/systemd-sysv-utils ) - >=sys-apps/util-linux-2.21 - - debug? ( dev-util/strace ) - selinux? ( sys-libs/libselinux sys-libs/libsepol ) - " -DEPEND="${CDEPEND} - app-text/asciidoc - >=dev-libs/libxslt-1.1.26 - app-text/docbook-xml-dtd:4.5 - >=app-text/docbook-xsl-stylesheets-1.75.2 - virtual/pkgconfig - " - -DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules - README.testsuite TODO ) -MY_LIBDIR=/usr/lib -PATCHES=( - "${FILESDIR}/${PV}-0001-NEWS-update-for-version-036.patch" - "${FILESDIR}/${PV}-0002-dracut-functions.sh-support-for-altern.patch" - "${FILESDIR}/${PV}-0003-gentoo.conf-let-udevdir-be-handled-by-.patch" - "${FILESDIR}/${PV}-0004-Use-the-same-paths-in-dracut.sh-as-tho.patch" - "${FILESDIR}/${PV}-0005-Install-dracut-install-into-libexec-di.patch" - ) - -# -# Helper functions -# - -# Removes module from modules.d. -# $1 = module name -# Module name can be specified without number prefix. -rm_module() { - local force m - [[ $1 = -f ]] && force=-f - - for m in $@; do - if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then - rm ${force} --interactive=never -r "${modules_dir}"/$m - else - rm ${force} --interactive=never -r "${modules_dir}"/[0-9][0-9]$m - fi - done -} - -# Grabbed from net-misc/netctl ebuild. -optfeature() { - local desc=$1 - shift - while (( $# )); do - if has_version "$1"; then - elog " [I] $1 to ${desc}" - else - elog " [ ] $1 to ${desc}" - fi - shift - done -} - -# -# ebuild functions -# - -src_prepare() { - epatch "${PATCHES[@]}" - - local libdirs="/$(get_libdir) /usr/$(get_libdir)" - [[ $libdirs =~ /lib\ ]] || libdirs+=" /lib /usr/lib" - einfo "Setting libdirs to \"${libdirs}\" ..." - sed -e "3alibdirs=\"${libdirs}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - - local udevdir="$("$(tc-getPKG_CONFIG)" udev --variable=udevdir)" - einfo "Setting udevdir to ${udevdir}..." - sed -r -e "s|^(udevdir=).*$|\1${udevdir}|" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - - if use systemd; then - local systemdutildir="$(systemd_get_utildir)" - local systemdsystemunitdir="$(systemd_get_unitdir)" - local systemdsystemconfdir="$("$(tc-getPKG_CONFIG)" systemd \ - --variable=systemdsystemconfdir)" - [[ ${systemdsystemconfdir} ]] \ - || systemdsystemconfdir=/etc/systemd/system - einfo "Setting systemdutildir to ${systemdutildir} and ..." - sed -e "5asystemdutildir=\"${systemdutildir}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - einfo "Setting systemdsystemunitdir to ${systemdsystemunitdir} and..." - sed -e "6asystemdsystemunitdir=\"${systemdsystemunitdir}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - einfo "Setting systemdsystemconfdir to ${systemdsystemconfdir}..." - sed -e "7asystemdsystemconfdir=\"${systemdsystemconfdir}\"" \ - -i "${S}/dracut.conf.d/gentoo.conf.example" || die - fi - - epatch_user -} - -src_configure() { - local myconf="--libdir=${MY_LIBDIR}" - myconf+=" --bashcompletiondir=$(get_bashcompdir)" - - if use systemd; then - myconf+=" --systemdsystemunitdir='$(systemd_get_unitdir)'" - fi - - econf ${myconf} -} - -src_compile() { - tc-export CC - emake doc install/dracut-install -} - -src_install() { - default - - local my_libdir="${MY_LIBDIR}" - local dracutlibdir="${my_libdir#/}/dracut" - - echo "DRACUT_VERSION=$PVR" > "${D%/}/${dracutlibdir}/dracut-version.sh" - - insinto "${dracutlibdir}/dracut.conf.d/" - newins dracut.conf.d/gentoo.conf.example gentoo.conf - - insinto /etc/logrotate.d - newins dracut.logrotate dracut - - dodir /var/lib/dracut/overlay - - dohtml dracut.html - - # - # Modules - # - local module - modules_dir="${D%/}/${dracutlibdir}/modules.d" - - use debug || rm_module 95debug - use selinux || rm_module 98selinux - - if use systemd; then - # With systemd following modules do not make sense - rm_module 96securityfs 98selinux - else - # Without systemd following modules do not make sense - rm_module 00systemd-bootchart - fi - - # Remove modules which won't work for sure - rm_module 95fcoe # no tools - # fips module depends on masked app-crypt/hmaccalc - rm_module 01fips 02fips-aesni -} - -pkg_postinst() { - if linux-info_get_any_version && linux_config_src_exists; then - ewarn "" - ewarn "If the following test report contains a missing kernel" - ewarn "configuration option, you should reconfigure and rebuild your" - ewarn "kernel before booting image generated with this Dracut version." - ewarn "" - - local CONFIG_CHECK="~BLK_DEV_INITRD ~DEVTMPFS" - - # Kernel configuration options descriptions: - local desc_DEVTMPFS="Maintain a devtmpfs filesystem to mount at /dev" - local desc_BLK_DEV_INITRD="Initial RAM filesystem and RAM disk "\ -"(initramfs/initrd) support" - - local opt desc - - # Generate ERROR_* variables for check_extra_config. - for opt in ${CONFIG_CHECK}; do - opt=${opt#\~} - desc=desc_${opt} - eval "local ERROR_${opt}='CONFIG_${opt}: \"${!desc}\"" \ - "is missing and REQUIRED'" - done - - check_extra_config - echo - else - ewarn "" - ewarn "Your kernel configuration couldn't be checked. Do you have" - ewarn "/usr/src/linux/.config file there? Please check manually if" - ewarn "following options are enabled:" - ewarn "" - ewarn " CONFIG_BLK_DEV_INITRD" - ewarn " CONFIG_DEVTMPFS" - ewarn "" - fi - - elog "To get additional features, a number of optional runtime dependencies may be" - elog "installed." - optfeature "Networking support" net-misc/curl "net-misc/dhcp[client]" \ - sys-apps/iproute2 - optfeature \ - "Measure performance of the boot process for later visualisation" \ - app-benchmarks/bootchart2 sys-apps/usleep sys-process/acct - optfeature "Scan for Btrfs on block devices" sys-fs/btrfs-progs - optfeature "Load kernel modules and drop this privilege for real init" \ - sys-libs/libcap - optfeature "Support CIFS" net-fs/cifs-utils - optfeature "Decrypt devices encrypted with cryptsetup/LUKS" \ - sys-fs/cryptsetup - optfeature "Support for GPG-encrypted keys for crypt module" \ - app-crypt/gnupg - optfeature \ - "Allows use of dash instead of default bash (on your own risk)" \ - app-shells/dash - optfeature "Framebuffer splash (media-gfx/splashutils)" \ - media-gfx/splashutils - optfeature "Support iSCSI" sys-block/open-iscsi - optfeature "Support Logical Volume Manager" sys-fs/lvm2 - optfeature "Support MD devices, also known as software RAID devices" \ - sys-fs/mdadm - optfeature "Support Device Mapper multipathing" sys-fs/multipath-tools - optfeature "Plymouth boot splash" sys-boot/plymouth - optfeature "Support network block devices" sys-block/nbd - optfeature "Support NFS" net-fs/nfs-utils net-nds/rpcbind - optfeature \ - "Install ssh and scp along with config files and specified keys" \ - dev-libs/openssl - optfeature "Enable logging with syslog-ng or rsyslog" app-admin/syslog-ng \ - app-admin/rsyslog -} diff --git a/sys-kernel/genkernel-next/Manifest b/sys-kernel/genkernel-next/Manifest index 918936810b28..bde519c09793 100644 --- a/sys-kernel/genkernel-next/Manifest +++ b/sys-kernel/genkernel-next/Manifest @@ -1,2 +1,2 @@ DIST genkernel-next-35.tar.xz 2285208 SHA256 b50b164240d6428588c163e7f01c0f6090cb5c55a2a0f2e2e9c62154b254ae20 SHA512 a288c89dfb482ea90a59dd71308d22441e40360912e9cdc5e3ee16e2f7b52eaa08a5bcb542e0b95e97999fa20eda4151751b38e98131b7b52d6dad208e773495 WHIRLPOOL bf44120eacf20d322c52c191e673c1a7e0c7b73aa795a921d35bfdd187269d2e22fd385cf8acf712f109c5a701a7474a2e37f151a8508937ee4c3623d361a2f2 -DIST genkernel-next-50.tar.xz 2287232 SHA256 c89c9a2ec2d139d27eea17f70428ef3bd06ea1fcc052d64d7552ee7ede9d06da SHA512 cd25297b5bddc76803e5a477bf53b2527445d10f907f690a1c607614613783a6029808728a5208fb3accd50a2ebefe4a4f04762975d0c9f82b0e96be7aa0eb3b WHIRLPOOL 01be9d3f163b6e6757ef6ae656051cbc447ffc96dc8471a373a920f6b108049aaae95c625dfd489e3fff7be69148bf1f5fe44db5543b747cd5e21750ae41e4fc +DIST genkernel-next-53.tar.xz 2285856 SHA256 07d9dfeff51080a26dd875e26d2377e3706effd0a306ece1493fb4befc25451b SHA512 3f989c89460e1655a1d8fa433c58757adacf0838d5424213b0b3c16b74a5293fc59db2683d02cf0716b4df40db53bbb2370308a7f27cc2bf438b118cb842f985 WHIRLPOOL a4fac7687b57d4f2b5f635d2960f2449117cd93c33420e94438451aceadb7f844f20d6862a92052d8db0f078df0b70f7a60a8e1538fee62fc33047874c6e6c0e diff --git a/sys-kernel/genkernel-next/genkernel-next-50.ebuild b/sys-kernel/genkernel-next/genkernel-next-53.ebuild similarity index 96% rename from sys-kernel/genkernel-next/genkernel-next-50.ebuild rename to sys-kernel/genkernel-next/genkernel-next-53.ebuild index a4da2216a1da..72f752be4c4d 100644 --- a/sys-kernel/genkernel-next/genkernel-next-50.ebuild +++ b/sys-kernel/genkernel-next/genkernel-next-53.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/genkernel-next/genkernel-next-50.ebuild,v 1.2 2014/01/18 09:16:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-53.ebuild,v 1.1 2014/02/25 09:22:36 lxnay Exp $ EAPI=5 diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 48045bdbed00..143d483d6e6d 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -1,99 +1,47 @@ -DIST deblob-3.0 102531 SHA256 4c9d98faabc226602891e6eb36634f1c228017bb90f0d3ceaa42d41d4b27df0f SHA512 839e383ea507e99a94cc5d13faffc43c30e01e323189fd821b86cdbf8f63d4cbb33a6163517cc616f6f1149afcb3384b53d375b9a3a3570008f6a08c89340a45 WHIRLPOOL 8578f07e831f28a07d09188ace287e90401d9deb8bd56e39ccdcd2893663ccf303cba58d44e0197b31ddf101ea2b9aff43cd3100defbe109a54ed7f6f86d5665 DIST deblob-3.10 117299 SHA256 d48cad04fab6a802b3a3e34955c8e35b539c2441f9a62522ec5a132c3a5ae684 SHA512 7b30f0f97ed97bf6b096d4a321b4b1e62f4b48f07972f2511870c3eaaf4f3877b0c6af2f30f6b985edf9c9c79267d40448b504c59016acfe06374630d1fdcba9 WHIRLPOOL 03a5963367cc6cb4f87e3d315ab61a8b3cb1fe577b20d7e2fb6ad83464075b3ed8176f543bb4c3b4e607d78cd55ef940f446bb75be09eb7496321930413ce2b9 -DIST deblob-3.11 119401 SHA256 78bf8169e466a2082c6bedca0431bdbe15a55f4ba96c16a631587f23e0cdef25 SHA512 d6f87cf2d9c0a7f59a52c5a890015e050ba684d34f9e81ff8386ab57247718d0b10b6cd8a68ce3dd25711936b660b7cf512cacf31a3467b9b70a3e3e8433e142 WHIRLPOOL 026a2ff10994be722b08b1638366be8311c685c69214db9449e605477f81b817a8c2ca1e4d8617d61f7f66a6f287c74f68a679bc81ff3364d0245eb3ea84fe36 DIST deblob-3.12 120320 SHA256 1d767acd3f461bcaa7ebef744dce1ca3eefde1cd41fde4c69a449e2470ab8c0e SHA512 61073cb763e3e0c21a84c0ee888087fbbf37b667ce0efbbc6c2ebc46ccae8460553511e347cf23d3c3603eec64df738ad4552a1b527453c7d795b8f90c4cf678 WHIRLPOOL c64cc566944ac241149a2a517da069185830be5b8ee25168b2b6b942bcf24fe3f2c0fe487b51a5b7e73e2910af2cabd7167cd1497ab7272c865d1eb3e68e4efe DIST deblob-3.13 122060 SHA256 8fc8f5242cd58f8560d1caecdc6ab786d6470660280f910a8b70bc47fae5eabb SHA512 90c329c7b2e49ca8e51b3ccd5ede999f01a70ce1b227f958f34306d32414787192d51481a22ae831c30179e2ef83bdf4eb5c356b49864ab8d7b5a9ed6baed294 WHIRLPOOL 56a7dc599ece173ace43a633ddf2d1fc4876b392e8cd31dfe840a6109eebed18a8a9c33c7e191ea9cf0b605818a59312c76787c77aa479b6c84feb23083c0fb4 DIST deblob-3.2 107602 SHA256 5db88405af6d51a77d84354afc3b2bdf673b1a5dcff37bb8db4ccbd12d91db20 SHA512 f34b7128adf716c908cbbbfefe72149fcd88b727d27edab43be65d4e6a55112b6d937d5c2bed86454d58781f3766ba4cc6db668cb6174a6039d276499da37cb4 WHIRLPOOL 0922457f7ca413c9d8115182964a7c051560799c4724452f81cb4c0383cf62c45b0364d6e639bd9d2b9000411d8773cabd2e8af99e8b0dc7f7bdc886db432d6d DIST deblob-3.4 109026 SHA256 2fca296bccfa7dc25447f36975971597f67730168a9bc4db0853e55347950680 SHA512 7e6263e265dba957e966b76366566c5b318322c33ec60c9f268af1a375271cd1c1232749902832554f93451225bf61c967f314a48c2890984974d30a984d2e01 WHIRLPOOL f3d8d76078b4a372277926d1d4f3d449968acd64e57a5fbe8fc1c3057e8a9893ba1d580418598089977bb808d9a351de04181dd7f73395e99b306ba8d4886160 -DIST deblob-3.9 116031 SHA256 0fb17070d5aaf226fca39f70df68b7d482e4f803e0ef974626440a28c26b5dc3 SHA512 e014add3728dc3fa0b938f3849ccba60e82354a811eefe6761036aa5e5b7bda39960758bb918506ed3cd0758360729144304227ab2cc3f5489813204f0053d3d WHIRLPOOL 4e65c3a6ba5dd5d850567fcd347167245b527b098ffa390bf0e9fb9778ddb06cd48553f697e2fe7cb793714b520dbb5b90b9948a339663a315e299272aca09ef -DIST deblob-check-3.0 377076 SHA256 72ab3f74cbcde9d453f8a4e30fd6a6339812806fe6dab3b632c1c68b90b0b104 SHA512 c06b3c0e33a00c91247742c6a50a4f85038477b4d89851f33b1f1f49d4b01143268ba8d6f489f77fcd895c7110a7fe2ff831e0afa7fbd3137cb23cebb433ac84 WHIRLPOOL 61f61effbabb37b6e28e5a44737d7e8f5dbbaa20915464972921b47b8814e641bc7088c2d15bcbc93ef815ec9e8db7246e05232e64c0b70850e39f10f4e8fd7d DIST deblob-check-3.10 565672 SHA256 748df2cf5c1f012f9942948827e57b12bb05c569cae220416b3c0339520d9855 SHA512 341ea8a755c4f1f42ddbc4e7dfe8d786e8b29f497bee3fd72154c8c1c0bcadcb9efff04f2663090bd8741e5b5baafed26a62b9d16c31f3b31665cd3cd3e779d5 WHIRLPOOL 7e6c8eefa9b44e7d50011a9390baf7999533b4016122992c0ac0722cce05dbb8e4b7e96f1f05e9bfdd2ce3e4c08f0e06c8955b68ed8c044ff75f3a314a405824 -DIST deblob-check-3.11 589384 SHA256 6931c59ed9f03e2f11038997e430e9c04d51fe2d00dc6f8a134d92e1eba72fdb SHA512 315c50141967adb7952bc83a374f94d9b70a1027d6cd4a4b76d4fa4108ea7159cedb599e65ba531af1c1ef869e203aa1a03225e210cddd996120977d4886a25a WHIRLPOOL c079786436dc55773de9f5fc1bccd265049e58b74618fba534cd5964d881c107ecb705de68e3a7f02d1e285ebad9b2d7e985a4b6603fa3460b503c6db1ff1ad2 DIST deblob-check-3.12 601108 SHA256 e6c07b4220f86007ea31f9ed5d01023253296ddaa0710e65e08f231eccf6085a SHA512 fb293fb5093c410b319203cf0a65457a3ef28430ad6257b08a6e3eb77011d79708c51121c0a8776f55124259719782b4ac9b4c54155c13bb05a2679541816887 WHIRLPOOL e056b4edccd36911fe415cd1780bb484875a16237dce89316144c8ee07df3253bc19abdbee2e51ab3dd9248682470e80409819584c188e22601026e8df222754 DIST deblob-check-3.13 612002 SHA256 55a9264ad886259c9b20f1365245a993482a0f593d01e1824eddb748bc57e271 SHA512 64d93694acc9dd1046e967b0d0f285068cc248815a3c84c58aa4cb3b6bbc3fdcda4bce3b119b44f522a9cb6cfc10a0992cb5d19f880c7d6055c5c0ed3201905c WHIRLPOOL 1b196a945f5f07c78eff5e8742472b0d8ff570c7e11e2cd3d4d954f8fbd260b27b2779f2d794a30992e4d492b873d5f73163501a0c04372e0167e98640d587c5 DIST deblob-check-3.2 423268 SHA256 9e67dd0885aa8ef356dbc15d487c8dea5a54f74c5b03a5d7946b65ee43f12638 SHA512 3abb9968ef4750fda90e4e2283981fd4691b7f9854244413b31d17bb60382a6d809fec929d8d3f9b52397dd9f9fa26783f4c3a25f3f4115b76ed585ea68e9916 WHIRLPOOL 891c3f809af470d680ae896c843c09612fb5124f2805e03d67b28ec4353bff0bc346ae9f680d900f0f63e681be86a0195f9baab7dcf3b5accfda739b106766fa DIST deblob-check-3.4 448778 SHA256 28ce952c082e765784f9e5b63f5a3a4fb93545e5e788dc94d094c0b3ae8ea3a0 SHA512 f8f47a0adcc1b9a16c155d89d72d91a02d47bdbb3ac3a353be3873dc868fa44451367b7bb3906817d1ca8f51b64c99ce381d2fa3121582b70c7c2efb18dfc579 WHIRLPOOL 37d219204e15e0c81ac43faed93f7a5051735c474efb2b5167117cd463fbe81167267b756e8ce546447a30ad5bac651c943401ed98ec61713e20af89aa4fb957 -DIST deblob-check-3.9 557345 SHA256 60d05db20e7b50919ca44487d05e8faa9cca830318bd8d96625f0f75b252eeed SHA512 6b857380d495261c4d356639157f99f3ca3412388fd3b1c72b566c3bb6453c5a22ab7716e3b24e64a9b63dab912b07baccccfd0fca806ac0e0620efeef777b6a WHIRLPOOL 877c2c9b813466f9aa5cfecdc9ab93247bd2cdead457c9e0bd97da49d042d0a52262f9b4f8e9c83e397b57c5bb5a8fe2b61bb5f44d5a178a579cc9fff990941a -DIST genpatches-3.0-71.base.tar.xz 1037812 SHA256 83c99f95a2023596babe84293f880f9252f612fc2e8a0b2609de882dd1297b9b SHA512 160860d1944512eb0279237af84becda9bd0daac841fa3cb417a0472b94886d512f9fae9a939b658adc5ab96f1d2068a186ecdc8f2b2abc833baa194f60a39a9 WHIRLPOOL b3b52d092df1098dbff56b27728b3383ce300f0a78af62401c82ff44a463d49a8edc965d3ddb97a9485a32d8ffe0e47f66ddc5165025eb33102a9274eec86ab5 -DIST genpatches-3.0-71.extras.tar.xz 17908 SHA256 67850f19c3a960b2d583a3136f0e4e9abfafc8193bd14ac17088ca7c29315227 SHA512 13dde481b8e427befd547bca67a928ae4c0d99f148534d6c90a8ddb57b81e209639f4d4f6613ca05da8f741b77b73018a56c5e8b21b97bc54dc27bb57d55d9f3 WHIRLPOOL fef2e358284a99933cce14e91cb24ca6793a6c788acb59cc56414f4d36265a46744dff662093dcf456c3fc98ff93a60e653df8df11ba28d4a9a7543091262edc -DIST genpatches-3.10-13.base.tar.xz 220108 SHA256 cc2c91b479e7dd78e5a793e220b4f4d067d8bb2cd89e84c35f82612eba2a62c2 SHA512 01a1b73bcf6ee1add8a307dd23e39cd0f8ef4798c6ccea42e676ac2dc8f8c2cb3e0c3802d80b5800c9c607f318aa63feaef90ae95375d29e664ce8d9c02ea671 WHIRLPOOL c938d8aa11eb2e701c6bff69301253e896c6c65f5f6c5da3cd1737e376fb2ef50aac5b80e1d0e4110298e17ab4c06db3e395e1e882b189a141412e41d83f3f01 -DIST genpatches-3.10-13.extras.tar.xz 17732 SHA256 aaec50b87931d58b16a0ca1a920e59baee9256fc2465a5ee9a3b9e7dde6d1a81 SHA512 9e30d1ff47600c85d655ffb6f4caefec5140550b517b6c97a5c668e93bc8c0dbd13dc12952f64c8070d3636860bcd41b7d9b428815a5cfed37a1228c646f3785 WHIRLPOOL dd80d37ca76da035dfdc457cd40f5bfb2b8398d604bec8ed0be27619a33ef68af5a02c93d604b6c7b322aab5aec9d9b11b0b2c628c959c562220082b18c65b72 DIST genpatches-3.10-24.base.tar.xz 341852 SHA256 7f3ee2b5c2b0ea4cb062d3ef0b69eed41dd855e1b3c34b787e5b0d186872fed8 SHA512 9646c210139e709b901df8402b14b5510c68a069ec1d77b7ccfaaba0c0831075c21ffee89c4388469b14236b8f8965dbb118c60e94814bd71fe861fbf5cbc371 WHIRLPOOL 5a014618a840e6299f7dd7d79b027c09c7f39ed854495ca7c3733e5203db73a61b769da2cf3c62d8dc5846441df63e4648f830a90343bac3e10ae6d695f2cdb4 DIST genpatches-3.10-24.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 DIST genpatches-3.10-24.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc DIST genpatches-3.10-32.base.tar.xz 502220 SHA256 1ef12c9a936613420d57fc9498f53d9799db76029ee1fd768a646253780a3a78 SHA512 72d030a3eb8e0b3defc1201c34ba5e6bfcc298d6c716354fa43e0bcffb3a48e36c72b7f85d3a53938359659aba33dc4e3570650f5c66d0501e5fa5d78c563874 WHIRLPOOL 0e216c381b935f8e3131139c618362482fd9f72d9ebfb656f78057d8bf15e55e3a9b6cdff14ca58a5ec263d8237e823f36bd8116adfc941238fefe08ffcad747 DIST genpatches-3.10-32.experimental.tar.xz 45580 SHA256 7b7d5df0bda4b912bf4e770431a75c9647ea0eef5438d568ec3b84a6cc0536d6 SHA512 af98396f354eeae1a59fde7691435df8ee2221551577e44d8147af2147b0a4792e6cd42dee94dcbae4fa74ba6071ae5591b0e284b58bc3f78d756a0244e2fb2d WHIRLPOOL c3804a35f451b9e4520f57cf079ffa832174be8b5fc17b464362b6c8e675f63bb99d19911ef35cee558966d08ac73fe1270e34e6f827ba1aba8e58c162a1f6c5 DIST genpatches-3.10-32.extras.tar.xz 17760 SHA256 c9beea4242a8429553991400ed43bc5d97ccbdd8e80efdff2dd3e414be58e5f3 SHA512 54b0022d535c8a4231229ced239b699d786823154e0573135dc1f269dafd1fc3178fd8d8b236fd608a2b79dff4c41f764128022aa9fd4645bf9855ea66f54b79 WHIRLPOOL 8cbdd9dc85562011ad9578e285c95e458724fffd6b5da728cc92c49f1591d39cf34813d8f1db8647b140959cc1bda48c5bf66e1fad09ba71f27f4c1f9ef66985 -DIST genpatches-3.10-35.base.tar.xz 552000 SHA256 fd730b556986e9a6f6f59cde1f158b9c4ca6f93917a102d983cc4359835e54e4 SHA512 c6b471f124fccc731562b6c632a51a273a004b8dc5f756cca3a018e43aa8ef378ee97e93ded13b886639e2ed3b1a7a05a2b9922abb632dbadc0806b0d994f2ce WHIRLPOOL 3ac78dce99b8aeaefb213342ac5f255f52431f96bb953aa4180d42b8140be3f12fa4b0a1ec3bd3799475d9e5c1186a47528c1f6f4ad155142c78363d59ac148e -DIST genpatches-3.10-35.experimental.tar.xz 45576 SHA256 00524a6e8bab9e6be6233ee194de93ecbd81b93fe5c3595b25002af6271b1176 SHA512 cd98ac5a0232f28b63aea231f78590d33b5a708e7fba3f8e8093997a69ab0b76d6f05d3a4a861ab8870aac71f9e5d9a41ec615cecf5fbafd0570282b7abf26f2 WHIRLPOOL cf160ca6f7c10ba0179e9922b81533750b61dc4d2bbcd23adf0f427df722162148df6e26cfb94e91370536cd3d4ca89bc54528d11bbdc87cfd5cbc5c730ac12a -DIST genpatches-3.10-35.extras.tar.xz 17764 SHA256 bd473f3468a46c273cebc80e24b86a89871d8ceb2c4e9421e97e5cc9057de50c SHA512 df9a806655f66b3ff62d48aa609cc3350c4fd1c0a2c2926412bb1ce394c0ea693a06ae2900dcc9e479cb1a6d509e7cfe3afe1204948972cc814c332f0bf119e2 WHIRLPOOL ec032cd967277df84d4d9641ff8d35b790b48fb4c06eba7569bd0bb5df0170ab1b4f6dbac339d064a12ae1795546b3958dc92baef8710a00cab0152af9de5ec6 -DIST genpatches-3.10-36.base.tar.xz 580316 SHA256 aacf8d6f4ab1d6d76e7b09ac507e1c50b59e4a4359f8566a5914df40dd0541ce SHA512 3e247665b79a5b472ac3676f6f0e68a7da28ed9544c96148846948b6e3b7a31a1ac84434d1668be02a01699bf3861fcb4fc6c0ff42778b694bbd888224db6a5e WHIRLPOOL 18d29db13597192063c4a76ff9e3fe0330b261f1eaec34ea42309642abeb7585fa0acc98360ed015f9f12c8d0fe8fd2e94e9413cf9e593f2a46aa6f0c9276e6b -DIST genpatches-3.10-36.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 -DIST genpatches-3.10-36.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b -DIST genpatches-3.10-37.base.tar.xz 604512 SHA256 c482254301361cf4ee24aaf4a39e3cffccb3ff7fdecd5830f19258c70aab100d SHA512 5022bc56aaa40ab53f24b3ace3ee1be6225ada011e6d76a8b949a6d51b01ba79233e4938091573ab005b2889856b81ef0d22cfa37a6bd22e83ccc2efe1be9d87 WHIRLPOOL 63af5b96fbd11a552337e5b07b59686959d95de1d583dcdd7f54d7116e36e17dd6bf4a28675318624d0e506ac9ae24e9d66e923f2ac5ec4ca473ed41c3f90e60 -DIST genpatches-3.10-37.experimental.tar.xz 45584 SHA256 691dfcbebcf175073b518a3949f91b30377a49cd3ce43026a05012cdb253af87 SHA512 8fa9b7446ec52d11d8b2008c8fa257e96671c0fdb31117bd1d6fed096467ab647cae65e65c0a3e8b67a1cbb6ad302e826c0f746049a18ccfe3ad0410f4245638 WHIRLPOOL 0e4e7241a53951e0cb9ae2ab48ca82bd4b8aea3a66d762838898be5ebbf4fad7eea4cb47bba5cad6f9d16b10b38c2238a82d625ad2626f8f530383e7b630e4d0 -DIST genpatches-3.10-37.extras.tar.xz 17756 SHA256 192b87ad5777f7f8e2352e63d1b0c277d77777649d197d4f5b727f2e126e6782 SHA512 fc5ae3e6e723101085f0fb426aee0b8978b02966672da85ea653727a5c37d7189b5e9b4803813485919b7c1be68c10eb92777261c270c9d745dc5f6024e2ebfe WHIRLPOOL b2c7442e7877fddc427cee09a0a024ad190f44c7c63a5bd647a8916074df2e28b9b63cce2d87af097d4df3e4290490a060389b7f7ffcd8a50c90081af9b94db1 DIST genpatches-3.10-38.base.tar.xz 608904 SHA256 80cfd325f1ce1bfe3ffb5da56569eba3632a47fcccc38b6f8ed4742e56302a63 SHA512 f1e0a2bd51be1b59a93b0e14ba7b7a2ad6e735f655d099e502760fbc0b6ca1d996402b4c0cc78495332d966578e80834502a6c46cd821b08fb9025d569619f57 WHIRLPOOL 95ea9944d9fa1f5b9c8b5ee88a967c4ef952c6bb06a9f505bfcc5c44fca59342c0bb3e0ffc6ca2f677d6a53e48ee40b75e246539aaf367ddae4d7d3901803fd0 DIST genpatches-3.10-38.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 DIST genpatches-3.10-38.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b +DIST genpatches-3.10-39.base.tar.xz 622488 SHA256 f05a05731752b06c82c9adc4483052caf5b4c7d02fe9635be1a838d73dfd0df4 SHA512 d0cdc6cd559f9a855de04454c3de5de397aa04d84cf36b315053a19a5d44e71d14ece5f2334adcf8ff0bcc8962350bfd4f7afc8804de5f9e6fa8e637b486b09f WHIRLPOOL b2b418fd276769efa6dcb9f0cf0acca19bd330d0c6467516dba6aa9b47757f089c38f1fc6751ba8151191cfe658745ba8a1280210c50806a756ac3f9aa007115 +DIST genpatches-3.10-39.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 +DIST genpatches-3.10-39.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b DIST genpatches-3.10.7-1.base.tar.xz 226708 SHA256 2c0aeb406bc461db705155b7740306527f2685f533a1f1d0ddcfa55b728ea906 SHA512 af4b7f9ae6f66597bb8216c102befcdc9513b954f92009e0dd4ebd48f21c7d71510b27b59575ad6dedd976a4d92cbbe090bef75fcb64ddd7089b03103f4cc45f WHIRLPOOL 287e2eafd279549d120ef6c7a8235c08d29b529f042f6cb779064b0488e3e93812a7a9ae12bebef42a7055b0fcfb156c90ffcc55b957ad53a135cda1cc3a02d8 DIST genpatches-3.10.7-1.extras.tar.xz 17732 SHA256 699d67f6827c9c06207bdcd81ff7132efe148c49f9088ad70c2354bc1aed4440 SHA512 4445126ae7662fae576e46ca9728895311f6956de95efc38d0ac4499d3b8973092a4fa42af2dbf63e136168636b1c5b49d6db215e13c57cf603a65e0a3f90f4d WHIRLPOOL 1b792770c9a45102bcbb626193d10e35fca350227aed7b76cc47a3460a9fbaea9383659b2665855120aea30e8509aa5818a22231732587922950aae56f2e97cc -DIST genpatches-3.11-14.base.tar.xz 207496 SHA256 c9ea16218b729be7709d411690281a019dfab611471e668e42dce3330906c5ed SHA512 cad7f628a8b4d04bd545270f4cd2900d15ca7525c4d5b6baa5aaf8210b44a1065d34b4855bc805892547775af2009c96521ed176118e5256db2eae14a3af008a WHIRLPOOL fa652a4002906c17bbbcca79e351b189e047c096fb344eea4372c42f7cae94435f662edaf3f1263f978edbae18452864466c69d04bfd28da52d8c735b03b0027 -DIST genpatches-3.11-14.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 -DIST genpatches-3.11-14.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 -DIST genpatches-3.12-10.base.tar.xz 261224 SHA256 9949e934be03c5e34a593cb579c8e6e288bfe94c29f0d2fd29650f51cbc46a4e SHA512 1f84b59ad0095701b41f16e0a9f47d8d96424f53cef02a639e7ea65d4cb8f7e388533b761c1ddf8cc2abb5efa7bcae40ed36dffd8b17e45574f67a5067a56ab0 WHIRLPOOL 4832f07df622eb0ee6344338727987e961eafb3315f4e29f619f6fe37e9975497d68eeb73b5be6dc72b26d7a2a15867031b9b0232c2745eed01e465128ce68b0 -DIST genpatches-3.12-10.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 -DIST genpatches-3.12-10.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.12-11.base.tar.xz 301100 SHA256 5b8357bd718521e36b55f99ee7696d7d20b132181b162fec609bb0604117b408 SHA512 1ffadb5b6f613fabd79a58e0752e256db12ee0e1124c24fddb2728d901f8c288cdf1f9b79edf5a87160596674883ac22e3ce37ee438a0dee488856b4c0dfde3b WHIRLPOOL a4d9f576c51f22c47d6718d9ee061d1b658267ca1374f02296ab77cfa1cbae3ff93dac2f555dac8a030653b2581ff130370fb42a6cb44491dfe2d724d96414a3 -DIST genpatches-3.12-11.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 -DIST genpatches-3.12-11.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.12-12.base.tar.xz 335200 SHA256 49a7a5ef29949545c264c24a9a5a6c3dae00eb30c3aeef977ab86cdfad0a2e2a SHA512 8028d0a06ee1f6dbeae42827e84d2118d1dcd4b88f9a2357ba34839df1a6b17c1af0e51332412b1b493acd55ca3d6ca3f92152d3142d816decafe1d2b9c8be6d WHIRLPOOL 3242112615b3e75a0ee7b17c9ea167e67e47a802cdb82bdbfe5e75970f427f856e303e0d0257358031360a6e9c76b759255bdaf526d68a706871ecee19bac813 -DIST genpatches-3.12-12.experimental.tar.xz 46508 SHA256 775c170384bbf4c8d04dd6348b5db059f67efb08f76a5f71a210197ddeddee44 SHA512 b66233f7f3ae59e178e1f527f7cc1c68a68c0584b39eeb49d24c8443c178096ad31c3634c48bfc3fa980fdbe0ab9d4d25ce2f0509618f44389d62800ff530b7c WHIRLPOOL a4cad91c0a7597df0c84809a8cec61465e17fcdcbc84116e490b0f8f28e015d21ad5f5d05e9122cdfaeb7b1768dd4ba617b72d94eda35ced376f21281ec5a2f4 -DIST genpatches-3.12-12.extras.tar.xz 18128 SHA256 51b625d97db6b7e221bb77495095cd4501e2e8a20afa27549dd6fe818badc913 SHA512 852d56205ed82885f64f265b2978ed86c767d4c62527bb8fd376e8a1eb61af9b6c839a5dea1fb91bb0c8a5a1313c50bcadebb71129b38a52b0c5115714e0efa4 WHIRLPOOL 6afe1b3b0b45ad24e590495976ed80cef936e47ae863dbb36519c76799d7e7645d09801f4818ac96f737fa6bc3bd6424e5fe849b41438b3afb3e15a98c5c34a3 DIST genpatches-3.12-13.base.tar.xz 341428 SHA256 18fcef51b83c64b1ae9901ad8b2f2f9c7dc12be2492b5794062d06041c6a1b33 SHA512 adc873c1c5afbfd4e5d4a95ed39353621831c9a6ae3181c568f63f114dcd2885dd85449f8d8ec2a1c9147bef79da1d5cf88da68b99250b650402c1f28eed0412 WHIRLPOOL 1bb4e3cc550821762957de0f6cd68ceab61a6009b00d134be3a3ee63e3ad729b1a4bfb2fe9ea613d700050ea56bd33142d852ff0fee4c0c04342e661aee9b2ba DIST genpatches-3.12-13.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 DIST genpatches-3.12-13.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.13-1.base.tar.xz 7768 SHA256 9463c426b01420adc6dc7da6d9e34871ffe47e9a44c62c2ebb4ee3c7ac93155e SHA512 345ecb708845c836da517f68580ad278144b4361d4238ddf10e84e99906a70f8b63b2d71994569b08cbace3f2d75a3dd6e8e9c7c3b941e0ec06029e2913722ab WHIRLPOOL 91aaf84a04bd21ffa8d4176bfa84cc5cbfaf6f76e0032e4ebcdba22bcb77007b1686b725659ff192cfaec3c0e31c66fd958a8428e2f4e414125f26b2acef7227 -DIST genpatches-3.13-1.experimental.tar.xz 46532 SHA256 1033f570af0f01bcdd622915fb21da87dc2c0e8534d10675f8e78501931e67cb SHA512 96037a36096bdd48867455e403a7875e7d7ee61d43f4d9443a82b9672101801f25a1b2497e80045f573c6f07246a9457f2a453aed76cb1dc7a8cc094b6f22135 WHIRLPOOL 2acd346ba11a2d26fe5959dfb6ef4837a274c6a5b53250854334d37fabf2c7a2e90d34ded35515eb0640928a2f7d1013512b691c14e63674d91fc73268e6d8dd -DIST genpatches-3.13-1.extras.tar.xz 18148 SHA256 dce22ad4508f93d7f67f2de619c379df4cd07f8835f32f40f7559b3cae39dca7 SHA512 8edfce5fa2b5812224e59075e2ca2691b4df5db2173efd59cfb7db3b28c02eee569fd1d1823f83087f79cd06fcd459a2bf6e22c67f622db378bf4eaade659c31 WHIRLPOOL 03e4617df1ac16a0a9f7ebe4996dc563585f0622b3cbddb7b60e937441fa04abdef8f6662adfafca51f0e75e4bc5bca416bc10a2e88402bc648c2146839e8471 -DIST genpatches-3.13-2.base.tar.xz 7760 SHA256 a618a823b41f48d70d56ac77127c44c1ba0af1988b1deb2bd74cd4e95bf80962 SHA512 65a00dd47b57719c28aaa53299dffce5955a6bacacc18d96063c5c4cab688212da886443754f62d89310d1e5dac2f93c88eff5a381cee416129648a48c41e1c5 WHIRLPOOL b26a96da505c39a422382c2fc912afca17ffc572bdd55d070d29af3cd87d474078ebc3a4672d1637aa35daca94887d715108e60871770739100176f884962baf -DIST genpatches-3.13-2.experimental.tar.xz 46536 SHA256 ac17344acff97043106bc8143c533d1a4f91e20ee89534137057cb7e863f8e14 SHA512 49bb33cc6366c1f1af6e4e58572f236a70ac7d13a539d006dc1cca9d25b77a3a1023fc34ecd6b474ebcd15bfb90d42af79ac1f170b568505d1ef55cc63182be8 WHIRLPOOL b9b57dd3506fe13e5a5430441db920b997a55382b05c374d5fe692c61b018558cb178d6acae3bb8b6889effb43838417afec465235c731a0f8e7277fd324bdc1 -DIST genpatches-3.13-2.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb -DIST genpatches-3.13-3.base.tar.xz 10856 SHA256 d78c4a7d14005b537c6ffcb1319da8e8b25989eb99ed3c8a3d86d377e63a0d7f SHA512 b7fbdee52fa2eef72775eb2c81896490e57bb7f58cd2f6b9e0d72a66516cfabb92c616afbf6576e4e5dcd342475db09f38dfa6a649cbf0f234c964794d598247 WHIRLPOOL c4434f8af64df751e1549cca301b439d6814b58ee7cd39a244fca160752a3a82ddcad82413f1d4a1a7f80bafe1d95ea3f09b89f46026d969c202c05af485cb6a -DIST genpatches-3.13-3.experimental.tar.xz 46536 SHA256 ac17344acff97043106bc8143c533d1a4f91e20ee89534137057cb7e863f8e14 SHA512 49bb33cc6366c1f1af6e4e58572f236a70ac7d13a539d006dc1cca9d25b77a3a1023fc34ecd6b474ebcd15bfb90d42af79ac1f170b568505d1ef55cc63182be8 WHIRLPOOL b9b57dd3506fe13e5a5430441db920b997a55382b05c374d5fe692c61b018558cb178d6acae3bb8b6889effb43838417afec465235c731a0f8e7277fd324bdc1 -DIST genpatches-3.13-3.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb -DIST genpatches-3.13-5.base.tar.xz 60572 SHA256 a1be8e79aee0e85dc1c36e863031bfe6e9836ecfdecbd274045e65af09f1cf1d SHA512 5c402a3870e106d0c14732c10b0eec5bf671d1057241a3cd7449620f875f5362ef1747b5748bcd301429e5cbd8995c9438c8e3696f5d3599198c3ebec33a4ad0 WHIRLPOOL 69eb9fd79c4b4d3ba7718582585457045abe12a86f93263706acc385357b139597ea1ada1258e64ccaffc8325e5fe7f91213240695f920ac01f8a1aa9989f1bc -DIST genpatches-3.13-5.experimental.tar.xz 50984 SHA256 2b2b90ae4dec0cf9c692a918dcfb79e7d82440b07ce1b81add7799268e0498e3 SHA512 a3625907eff6a5651dd9f7261ae1caad2a578b6a266f0680d8732c647b7b8fa6c0f3a667720594a443ca27d1c7cd12a25af794a1e1cee506ca19415c7913e354 WHIRLPOOL 01b2e70f49f5345042f0cf15308509a96760a666a0943f8202dd5e85f6cb7897f0ee58d7c26b08f7344d1af0f1327ec47487a5ac343931fe241066e7f2384791 -DIST genpatches-3.13-5.extras.tar.xz 18184 SHA256 701e71e53b4a96907c2d9258a86c4abe49caf94430e4a0706ccb241ade3d8715 SHA512 a3f224a85dd0ddf03d2ff734388b592de0320653664c181923d243b1f439ef7ee9278ab835425ddf6574901bfe5605e9ca71c53184f1bc9f2b971331e6015275 WHIRLPOOL 5881bd3a9dff0e0a6aa54895701bcaf688900da77f075d99c27bc9ddd45b6ba3fff41becefa121698e2b01b15bce83897c68266a1facf9222e1c8436a17f1ed3 -DIST genpatches-3.13-6.base.tar.xz 103192 SHA256 1794e009f81c8789e9a3040a1cb8ce93d40752d85a170281650ecd55df093264 SHA512 e53e1d0aece9c28afb52328e94fe2a1c9feb5c3148dfa47e865eddf3547cce7fb17a33e85e7d09c552d72cb164a26c059fd48ffd893f5cd224f1301f9bbc4af9 WHIRLPOOL c67446c81d05969a0ccaca85c58b118cae413c57059e73b36b89e82712cb0df06e9de59b2075678b6a195179ee5303af49ce416740188f8ab958ae23402d5d02 -DIST genpatches-3.13-6.experimental.tar.xz 51008 SHA256 9f15466cbb76f7c9d2b13df5bb5f4ed77f97a5b7ae865b96edc47a2e55be340f SHA512 d51e4c14945bbd622332af87aa40896727efd64a0442728eb17fc86d57b9ce5d19959ad45e5614396c36ace496c641df1bb2455be701462e347e4de27838e5e9 WHIRLPOOL 5b226304d5554eb4e888a65ce091112b4064ae73bef5fede666fb6013ec0977ba2eb57ad941727d98e13a38f76bd36735207f9d09e5cd0a8997235793b5c542b -DIST genpatches-3.13-6.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb +DIST genpatches-3.12-14.base.tar.xz 359152 SHA256 d9d619f8be1169824e0e9ac58db0116cdc682e541da9906a4a75c92d44103804 SHA512 b5aa64709a7b831ba8bb9e164aaee9be570b847731c1e8adeca6171a7eddbc4de54ba49742e70459b6de5393b6c0ec69bc221b9e458438fd7e10810beeb3e2ba WHIRLPOOL 4aed026b4528d990165b9eed60b73d312dd503a16e65bc6dcd5f29bfb65e2bd9306382e52d5f6a24bddf9028667e78324bc79c74d0a94dc130d4e0fcd6a16125 +DIST genpatches-3.12-14.experimental.tar.xz 46540 SHA256 a8b8667730e47b61d55d1bbe11cdec4a2e539e749028353172ab1269bbefe96d SHA512 31d5c2e7aca9574cd6e04e5e61a907ffbe6940424a877eef5d7e12b74552062b9c0afb177f2bb44d70d67264d52158b024159a170409be23c6bc4cf2a773a28a WHIRLPOOL 273c23fcb13289421956a61c1ee0a5844d776b679943b2a9ae35fd46e7319b233db0e255ad032e44eabc76a51a2380f7129619a50f859ed4907acee08678ca18 +DIST genpatches-3.12-14.extras.tar.xz 18148 SHA256 dbe4784918b0f0a2947d842f2045b3b1e18eaa55b82b8be0fb22493afba76738 SHA512 ed7c453c0e6412e3b24b1a440c6baa7391532dc16cdd5a4f7d59c4e3b166d4fca428f6f14ded091885abd920b2ef0fae6881f3d06cf6896c4136dc36ed2f7185 WHIRLPOOL 84f83e680b85f207287ed0710ca29e6d0bda4efd5812b497adc8b4cbc815f02add85061fdf192d5ac970e22cdfbb5cb85d33ec1ee20fbe57a48d5610b218eaf2 DIST genpatches-3.13-7.base.tar.xz 113228 SHA256 b23fc32055f4c5353fbb1bbd89f136ec955a9a6f86a7acad5ed24de8492ced55 SHA512 fed880274ca74b309189d40c91d5b5576d0f7c578f97670a3692a87c331353bdcc48db9f10f182c6244306a39f2fbab536fc00e8674cceae26aae73383b780b9 WHIRLPOOL 4c16f9426eb4c8a3e492021acb1ed3d7b04ab2677e12e854f3a5d56342afd8ce35dcfc32aead2cbc0ce5f199b687b9c98796ebc956ad547e0627f4e9f28f2c3f DIST genpatches-3.13-7.experimental.tar.xz 51040 SHA256 6fe179278ac918873fa98ace837bae30a18e6de080292f7f746cf2417ae3ee64 SHA512 b1cda893b355f9ed9e26ed61b6d250fb518b51c069cc415eab30111c4eb33458d316574e8773aabd230cfc0b6f6081e1dc895274c6af8ad49753247320e63bd1 WHIRLPOOL 907c9411a4a2a124ffba3df75092a0f858297420b33df778c4e699a4de890fc7447cbc4a916a952c9c87639351876d714a6a22b65455f5d6a76e03d813ec8a1f DIST genpatches-3.13-7.extras.tar.xz 18188 SHA256 1769bc3ca09646c637b277c9af215a5eadb0ba3988d0a86ac719578563d43fba SHA512 a635c6b7cc04ce41afb5f8b2efc263a2e0d2d78dc5aafb8f3e4fa35ae7ed55ccec06cd63a12b71f7818477d4a1b812a06b254ba2b2eb4b0a3185356319532e54 WHIRLPOOL e7fb7279f802a6b4b173d10a4a2677490bee7f18a8d385af7247bf5db0d909da8374980dcef15f981cc52bec51fa061d9b2dfd5678b9bcb8761160ab1897c30d -DIST genpatches-3.2-32.base.tar.xz 1171648 SHA256 5952ac0d066becd898c4b0c67ed27aecdc58eb644516970c60d9cb11395c0270 SHA512 7462547c47c6dc6edb87613a159941d8c53f0b5fc32856200f2920867a5c3491897f109d60ef7995f7faeb9895d5ccacd9a9cca322815ec95332183124bb9a1d WHIRLPOOL 98a8ef8991b58abec60791bd150fa33a7f06f505e87b247e88cf03bda119d662424e2d10037054e581507c6f574d1e39b4ce5061407947f690b907a7e5c7a6f5 -DIST genpatches-3.2-32.extras.tar.xz 17908 SHA256 6a8cd7efb310ec18da7ec4e67385b5ea5ce0b062c05f39661867db2f53d8ceae SHA512 5ca8b54d792ba1c06ed42187d89aab192b879d606583c0a5f5b947bb1d70773e73c41e0a442a07d03241ee997758f2e6ebc18d5aa11609a1ad7f9d5f41b92211 WHIRLPOOL 023f67b7edabdb6359ba5397bc505ebdae9fcdc91e15c482b0210be937acc37bf8602367063187aab90655b95e03a302cb153fdc464153140841a01c01b57cdb +DIST genpatches-3.13-8.base.tar.xz 138020 SHA256 f3e048a313ab55bcadb5a44036c6421d316102e6aee15c15dc13f1ba8d516fa2 SHA512 bfb9d7b221a2b0d302f5f8453784886ce553b0e8e8a2faf29e3b1f95611c745dcfce4293d5e768e878f2b88aed3866a9f38545b8551b9db3fca18d39a966c1a5 WHIRLPOOL a8bb17a0815bb7a369ae371ce1939bf2d38d9d2324653e77c16ded0d31f8891824fdb08879c2315d99ee55d6bcb130a3b1589c79f5431945042433c8a0c57d69 +DIST genpatches-3.13-8.experimental.tar.xz 51008 SHA256 9f15466cbb76f7c9d2b13df5bb5f4ed77f97a5b7ae865b96edc47a2e55be340f SHA512 d51e4c14945bbd622332af87aa40896727efd64a0442728eb17fc86d57b9ce5d19959ad45e5614396c36ace496c641df1bb2455be701462e347e4de27838e5e9 WHIRLPOOL 5b226304d5554eb4e888a65ce091112b4064ae73bef5fede666fb6013ec0977ba2eb57ad941727d98e13a38f76bd36735207f9d09e5cd0a8997235793b5c542b +DIST genpatches-3.13-8.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb DIST genpatches-3.2-33.base.tar.xz 1189004 SHA256 d52a458fc10862d47e606441329e6987d182b69cb705e99a8bd39684e0032c26 SHA512 fe9ad5818c8845623a6bce68fac4c172ea15924d5969cdda12f496bf1040744a12b833f807fb89170a2001569e8d87933e043029d20f18e3c48c793c61e6230b WHIRLPOOL 8fd55302cca2c12936ef0c47ce8a0218b14427662d52e2e952976f6da836625ec99d6888d8da5ed0fb1c8134b25b758bb68f23bdfe8d727f16fa20f84fcb13b3 DIST genpatches-3.2-33.extras.tar.xz 17896 SHA256 98143e6dc6f706e85dca6a9ca6f0c4316a5c3f97ca00622b751fa2ec96fa87d1 SHA512 d96b8b45cd1eded1e96f2b8a0bbc2e24fc32cbb120c70f1e8093e680a9ae906775b2bff2b66a1160158f3ce36cc655bc68e947de998a48df2f2ae1f6e5f9da66 WHIRLPOOL f82d41ff42c520e835a02f9edb5cda23a1e3829c2ddc25da67aa547e8163ee6f0f1b365c9603afcc8e347def472b73b879e178e62239248b2b1267848503c2b4 -DIST genpatches-3.4-56.base.tar.xz 910908 SHA256 f7ecd58ab309effc02f74e68af60dfc53689d71a08aa155ef8679e5beb5b3718 SHA512 ecf48a4a7c7c13f3c84389b467f07913ef7a779f44ac16074e3bc147515a555c90d8f51a620a207527e71aa25859e1b123ad5171d1da361d13f2f0840b517569 WHIRLPOOL 03c5cfb2bb78517c15d59f3d1ff79dcac32f5d2c447e360312f3c099a2f70fbc080157e6dd6f792fb9d0dd163d91ecac184f69c3807f3ead000e98db74dd38fa -DIST genpatches-3.4-56.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-57.base.tar.xz 916360 SHA256 15540ece8415f90a5798dc6bdd1f41429b9311012b8128565af12f8957a830da SHA512 98e253880c147c7fe3c1ea7d0ddffe38ce5ec804981badeb53a5d55d50bbf012ba2e5738874884420fbc9310c356c65e71392be7e5488d8c416ce14e45701b43 WHIRLPOOL 02f14fbfca699d8d6c601dc17a1e5eca4e26902d6a8c72acc15091a6ce86d9e9bde0403979df9cd2f69895c428ff89fc6161b2f4f77ade4438cf33fa31a22f69 -DIST genpatches-3.4-57.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-58.base.tar.xz 919640 SHA256 fcca54c5c58794d3bdf33d713d8c95d678dbf7b6ce693a47b268e7909e5e522f SHA512 e6be52fb382eda38347b4d7104d8812c079d13b2bb99e06104dd181cf1de886dcb93bf1380a68faba7839f40f3ace28a76b6c52f850f10b6d8f69c639731a0b3 WHIRLPOOL e0dece3a1c1ed9d222eba1473636eb5f7e33048160555bce00ad77854e03f03e382a28c65a5911d504db67f0dba9c2b50c5dc0a98b591f68bc227301a7adcebc -DIST genpatches-3.4-58.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-59.base.tar.xz 927932 SHA256 2038a441af2c0ab9f716aa0761b3034231b33f335056644b574c9abf13d13614 SHA512 d742b58be643f910cfab5cfd0cb7dfb10c4613ac5a0a06ae226369329d6a36029b99dfb4bd297a12ebc700be7830ce7a6d12627ef05638b980c9b9a89e3eca7f WHIRLPOOL 6a5be46763e779e934fa77bb1435714b9f5a063eac1fecb27b422728d2c8fb35b6bf6468974491407f9ca833cea94cb47190a294f5b8a30b329a851ad25b9515 -DIST genpatches-3.4-59.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-60.base.tar.xz 935596 SHA256 c5c50dceac5d8729bc906d9ac4c2b5b0169df4f40ee1216a8cf2185544bc52ec SHA512 85410a6c1426c0c3ef73ebca293a54faec5dfbc65ed0a3ad55b8e8f8ec7a05a7ceb60a7465e8c977564992dc31649f193670627ce42abbddb216104f1d4602db WHIRLPOOL 6c4ba9ac78f8d3d006d3cbc21f7c5b8e7ec6eb49e805a4962fb4472e59962760bbafbf71ce97c034c59ee21df762493793044af630134242feb323773ba1010c -DIST genpatches-3.4-60.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 DIST genpatches-3.4-61.base.tar.xz 944888 SHA256 ec9ceb7ff68efe6db4aa9b871839d85de2ce3427ac47245bfa672ecd01fcffaf SHA512 df420f16a157d9cd2978afb1ab754811718478710ebbfc849e4f38999e49ad649ed8ef679e8818b2cd18b43ca91ded009771fdee93121bda704367130bd962dd WHIRLPOOL 818eb9a99ee78d2c691f876ce25bc3e0623f05caba96208b5b4c639321bb1c5ef6959eeadc909fa486b000c999907cded76af2e1d2d2b54789938974151f8cbf DIST genpatches-3.4-61.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.9-17.base.tar.xz 290752 SHA256 66f3fc418d7faee9809d35df9e4c17da8d84286c8b48e0e5149fa626af2c7a2d SHA512 5a849ad1b2259a5ba45698942ef224231b664cff7bcc6a02b2fe94e317a961ceb1198b6a9c0550bafdc53671fd4db5d323c3f0efb24d3956e8297e32f9369d25 WHIRLPOOL 1cd46b907bc07d130199085c58b5793681577921542b099241aa937cd95dff0f18c91ea8a6eda52e3d1ae2928709678947de4d1f5266aeafe6406a785ec1d75b -DIST genpatches-3.9-17.extras.tar.xz 16572 SHA256 6a93041aba5cfa6a45a348b654e129b4ba3659c87437217bbd65eb7a0a841827 SHA512 53c94f50f63d866a66869cfa0b2692c8b71ceb17a703424948d5a92c5390942667651e30fb4a662ba02147b70849cd7fb6bf71f0a4940f19ee1b392e684eb7a4 WHIRLPOOL cc2b332caffd5411c55ed9f7ddcde4c3275e6a68ec765f579e682e1e957b48a1c8601f9d607b4b4b3137af40ae0bcc091390ce733b2fdfaf95db00d77ce57370 -DIST linux-3.0.tar.xz 63798008 SHA256 ef5e8c2dedb20a6eab01bb379e9982cd7d47cf95bd87c9ee3e872272e85c24b6 SHA512 d1ce2369a8f6d73043b7cd992c47953c227afa591bca31e8d5ae8a549052cc2f70c035382332335ae9cf6af2d183cc88c3a41e7f0a582c7f493b8022f82816f5 WHIRLPOOL 0ea5069df287b2d86f148b59f38193ec40d5add585213bfac3efe4aa9e250ecea96017d9c54be6004894106049eac5e8fbef1d8605fd39441795d0c88c96a1c3 +DIST genpatches-3.4-62.base.tar.xz 949440 SHA256 45a0739e21946b1e763a501e640d137aa45b5b65d4b8a07bfc361eb8b6e6c8ba SHA512 1fedd6e6eb2edb5e1730c696cdd66a6bcb5efa73578f94f330565c26d89219beba506aeca2e7af2ce0c583b87234eb513db204362762c4e79b0c0b969adeebf1 WHIRLPOOL 27d1e4c2c8bd57714c1752bf0fc9c84b6c8c98777b823a5faa339ca6965c910ef747a7d5e730ec552c561bad488e2607666d842467111f1fe7774537b947a173 +DIST genpatches-3.4-62.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 -DIST linux-3.11.tar.xz 75082460 SHA256 803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9 SHA512 b3680d3a45a7308383cf8634a7f1908e94f6e1c6d1cb587332a9418a95fb93bd3c73ab70c6976c7330508d7c8c6b0f43c2a9a2efde5fe1f76e9bfffb1de5686c WHIRLPOOL 96c9c27ffe155fe2c1760b53d87ef981943d58ab2dcf1ed6bd2c1e762e18bceec81d85d49c523947ec6fe52e41f25c4a86310347705c8d4b80a1748cec5b90d3 DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff WHIRLPOOL a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417 DIST linux-3.13.tar.xz 77187032 SHA256 4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2 SHA512 1ba223bb4b885d691a67196d86a8aaf7b4a1c351bf2a762f50f1b0c32da00dd0c28895872a66b49e8d244498d996876609268e64861d28ac4048886ef9f79b87 WHIRLPOOL 2992257a17e85b3eb16fcaf21678fa6dbf31f80c2099fd1ad0ff9852ac1d16122ac8e2c0b46421d8895d4368253a724e439cd625307ee7af7bd1e50cb2c9b62a DIST linux-3.2.tar.xz 65065516 SHA256 dd96ed02b53fb5d57762e4b1f573460909de472ca588f81ec6660e4a172e7ba7 SHA512 77e9a52d78d6c8e951df1e166023eebe5defc5ef3c45d3ac84b613137b3c2e55cee5693d828ebd06c5034bd89ea2a5f862f55824f2b7839c9ad7212c81e3ecb0 WHIRLPOOL 7cc68baac4441740e2171fbbc4195ee6c0351de099aadaee8cb3487f6d1f8b7e1d3144ee54ba38dbd24d6be431a1ea3b921ffce82ff84df21a98da7bc61c1d17 DIST linux-3.4.tar.xz 66748028 SHA256 ff3dee6a855873d12487a6f4070ec2f7996d073019171361c955639664baa0c6 SHA512 1c49b336750c9c2b49d21e54126f22a800367296be0d57e6df28b1532cbeba7fc3bdf4cfe27d9810576e76c2db2e9c2493f0804451c915137cb78d7aa61f236c WHIRLPOOL a36e62fe197ba7c08d498a79034da58091a94348f69542241067c9ebef683f86371b2c0a3b3fb6c4611e2fb885d9b74eee5c1f46a493c72dfb76c5665f0b8a6a -DIST linux-3.9.tar.xz 72104164 SHA256 60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541 SHA512 77fa521f42380409f8ab400c26f7b00e225cb075ef40834bb263325cfdcc3e65aef8511ec2fc2b50bbf4f50e226fb5ab07d7a479aaf09162adbbf318325d0790 WHIRLPOOL 668a8de30c7c3ccf6558cf0f29570f15e37ca7d599d1453afc3cab113d1b05fbd5b32646dd9ed798ceb61405a8754345da0740a53f467b825445028cda4bc698 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.101.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.0.101.ebuild deleted file mode 100644 index e1cbd707951f..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.0.101.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.0.101.ebuild,v 1.2 2014/01/07 19:15:02 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="71" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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.10.29.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.29.ebuild deleted file mode 100644 index d2d3f6f93f26..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.29.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.29.ebuild,v 1.1 2014/02/10 15:28:17 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="36" -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.10.30.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.30.ebuild deleted file mode 100644 index 01322119de75..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.30.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.30.ebuild,v 1.1 2014/02/17 02:10:34 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="37" -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.10.28.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild similarity index 90% rename from sys-kernel/gentoo-sources/gentoo-sources-3.10.28.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild index 26bf9fbc8d9d..bf0f56557785 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.28.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild @@ -1,11 +1,11 @@ # 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.28.ebuild,v 1.1 2014/01/26 01:48:06 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild,v 1.1 2014/02/25 00:02:51 mpagano Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="35" +K_GENPATCHES_VER="39" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.7.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.7.ebuild deleted file mode 100644 index ca393c03fc95..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.7.ebuild,v 1.8 2014/01/07 19:15:02 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="13" -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" - -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.11.9999.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.11.9999.ebuild deleted file mode 100644 index 757baca662b8..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.11.9999.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# 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.11.9999.ebuild,v 1.2 2014/01/07 19:15:02 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 subversion git-r3 -detect_version -detect_arch - -KEYWORDS="" -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="https://www.kernel.org/pub/linux/kernel/v3.x/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz ${ARCH_URI}" -ESVN_REPO_URI="svn://anonsvn.gentoo.org/linux-patches/genpatches-2.6/trunk/${KV_MAJOR}.${KV_MINOR}" -EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git - https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git - http://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git" - -S="${WORKDIR}/linux-${KV_MAJOR}.${KV_MINOR}.9999" - -UNIPATCH_DOCS="${UNIPATCH_DOCS} ../work/0000_README" - -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 -} - -src_unpack() { - unpack ${A} - - mv "${WORKDIR}/linux-${KV_MAJOR}.${KV_MINOR}" "${S}" || die - cd "${S}" || die - - subversion_src_unpack - EGIT_CHECKOUT_DIR="${WORKDIR}/stable-queue" git-r3_src_unpack -} - -src_prepare() { - # First do previous versions, ... - for p in 1[0123]*.patch* ; do - UNIPATCH_LIST+=" ${p}" - done - unipatch "${UNIPATCH_LIST}" - - # ... then do the stable queue, as they are not ordered by name; we apply them one by one ... - local patch_dir="${WORKDIR}/stable-queue/queue-${KV_MAJOR}.${KV_MINOR}" - for p in $(cat ${patch_dir}/series | tr '\n' ' ') ; do - if [[ -f "${patch_dir}/${p}" ]] ; then - UNIPATCH_LIST="${patch_dir}/${p}" - unipatch "${UNIPATCH_LIST}" - fi - done - - # ... and finally do the rest of the genpatches. - UNIPATCH_LIST="" - for p in 1[4-9]*.patch* [2-4]*.patch* 50*.patch* ; do - if ! use experimental ; then - [[ ${p} == "50"*_*.patch* ]] && continue - fi - UNIPATCH_LIST+=" ${p}" - done - unipatch "${UNIPATCH_LIST}" - - rm *.patch* || die - mv 0000_README ../ || die -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.10.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.10.ebuild deleted file mode 100644 index 67b3cc7ead39..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.12.10.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.12.10.ebuild,v 1.1 2014/02/07 19:37:29 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="11" -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.12.11.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.11.ebuild deleted file mode 100644 index 7899fc59f473..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.12.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.12.11.ebuild,v 1.1 2014/02/14 20:22:32 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="12" -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.11.10.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild similarity index 92% rename from sys-kernel/gentoo-sources/gentoo-sources-3.11.10.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild index 4d9cc3339636..cb697ad22b96 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.11.10.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.12.13.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/gentoo-sources/gentoo-sources-3.11.10.ebuild,v 1.2 2014/01/07 19:15:02 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild,v 1.1 2014/02/24 23:51:24 mpagano Exp $ EAPI="5" ETYPE="sources" diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.9.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.9.ebuild deleted file mode 100644 index 714dc5ae1179..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.12.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.12.9.ebuild,v 1.1 2014/01/25 18:04:32 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="10" -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.13.0-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.13.0-r1.ebuild deleted file mode 100644 index cdb1b808132b..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.13.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.13.0-r1.ebuild,v 1.1 2014/01/21 15:10:42 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="2" -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.13.0.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.13.0.ebuild deleted file mode 100644 index 3a3a88131ef9..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.13.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.13.0.ebuild,v 1.1 2014/01/20 17:02:58 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="1" -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.13.1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.13.1.ebuild deleted file mode 100644 index 247f48ea1e89..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.13.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.13.1.ebuild,v 1.1 2014/01/29 14:19:05 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="3" -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.13.2.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.13.2.ebuild deleted file mode 100644 index 1aef22ef0791..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.13.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.13.2.ebuild,v 1.2 2014/02/07 16:25:51 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="5" -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.13.3.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.13.5.ebuild similarity index 90% rename from sys-kernel/gentoo-sources/gentoo-sources-3.13.3.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-3.13.5.ebuild index 11d950a0904e..3f21b944f98f 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.13.3.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.13.5.ebuild @@ -1,11 +1,11 @@ # 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.13.3.ebuild,v 1.1 2014/02/14 01:53:22 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.13.5.ebuild,v 1.1 2014/02/24 20:57:14 mpagano Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="6" +K_GENPATCHES_VER="8" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.2.54.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.2.54.ebuild deleted file mode 100644 index 9678d2f88606..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.2.54.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2.54.ebuild,v 1.1 2014/01/07 19:15:02 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="32" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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.4.76.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.76.ebuild deleted file mode 100644 index 19f7e4224cb4..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.76.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.76.ebuild,v 1.1 2014/01/09 15:21:33 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="56" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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.4.78.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.78.ebuild deleted file mode 100644 index 2f2d96ce2479..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.78.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.78.ebuild,v 1.1 2014/01/29 14:58:41 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="58" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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.4.79.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.79.ebuild deleted file mode 100644 index b1de8fc02099..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.79.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.79.ebuild,v 1.1 2014/02/09 21:49:15 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="59" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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.4.80.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.80.ebuild deleted file mode 100644 index 15f695bdf39e..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.80.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.80.ebuild,v 1.1 2014/02/17 21:27:18 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="60" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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.4.77.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.82.ebuild similarity index 90% rename from sys-kernel/gentoo-sources/gentoo-sources-3.4.77.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-3.4.82.ebuild index 0111be01029c..a65d6903b2a8 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.4.77.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.4.82.ebuild @@ -1,11 +1,11 @@ # 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.4.77.ebuild,v 1.1 2014/01/16 20:24:03 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.82.ebuild,v 1.1 2014/02/24 23:13:51 mpagano Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="57" +K_GENPATCHES_VER="62" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.9.11-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.9.11-r1.ebuild deleted file mode 100644 index d818011fb30d..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.9.11-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.9.11-r1.ebuild,v 1.5 2014/01/07 19:15:02 tomwij Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="17" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~amd64 ~arm ~ia64 ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob" - -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/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 7583233c0b59..7850753a2d5a 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -2,3 +2,4 @@ DIST linux-3.13.tar.xz 77187032 SHA256 4d5e5eee5f276424c32e9591f1b6c971baedc7b49 DIST patch-3.14-rc1.xz 5761904 SHA256 ed41af77f758e9e2b82155ebc5000b136d9d62d9e82871ef0e800e0712492cbb SHA512 d60b9047c29ae4b0fb7ac2e8c34af3841cf2ce176b3164ae91a3e4b2c3eb5e5c2ed45dc80a07f2cbf67a6ebaa93c600ff9bc0799b786bab3dac0fd12336ca369 WHIRLPOOL ae07382397b6489dee0d5ded9c932c457c78a1c8bffaffa1e921ca643865ded818d8458def5fdf4206a802fa7d0dbd68f929ac876ce1b2aac51570a249936093 DIST patch-3.14-rc2.xz 5799708 SHA256 019393eabeb0337a69bcb37ece42325e0c05e4bc1fe005bd50b04d0693d2ab07 SHA512 12c4b08d62010bef1d41c71b4eb2dd483aeee4d1543e1d4221434e7a453f101c5cc3e4806c7349ddabc033e8d1a89a232cc0b71d39405beef76559aa25d831ce WHIRLPOOL 722db59904c994fdd13f2b3e3f9a582f8d08294aeb4ca41f63c768526983d42552f04f1c2ec22b91893cb5cb78843891196ab1a6145d200e897fa09d63b97d44 DIST patch-3.14-rc3.xz 5894776 SHA256 82a9b270468388be85dad33f360befb83f0b8843ff3681cea737d75d68d94147 SHA512 55791dec7543363d7bc0f8151eae5344d09976d4e6df8cf0e6f9380229c2061c2fb48a527fc99f6ed10a62fbff8ddba6751ce09c9f46eeb75f284082bc6c839d WHIRLPOOL c8c14d97a187e5d08e2149a72bbf2a2d56f94dc2acd6a6be19cf0254496b866b516f7f2916c2cf459a721a8f676fee3f48ec7f336c6d2b2bb17cb9cc435f043b +DIST patch-3.14-rc4.xz 5956656 SHA256 ab616ac7d0b944746e33b396e48bdea290442dfd6bf46b487820f33a81993770 SHA512 2aa33ba1119822aed2ea1f886ecf3921b67f500de0b69178c75d81bef8ef434b15a1fefdbb7d354c8f01ba387867f4b7dd06c66b37d0ddd5e6772e051092e966 WHIRLPOOL 7c6a6d7e32c97bf4d6510a4f59ba6629b5befd5cb0c949c55a59691b8e7ac1683927dfc6b9cfaf781380ad4b81b32591fa8087ac750eef98445ec3a0f8bd4c72 diff --git a/sys-kernel/git-sources/git-sources-3.14_rc4.ebuild b/sys-kernel/git-sources/git-sources-3.14_rc4.ebuild new file mode 100644 index 000000000000..a0e6fa1fe91e --- /dev/null +++ b/sys-kernel/git-sources/git-sources-3.14_rc4.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/sys-kernel/git-sources/git-sources-3.14_rc4.ebuild,v 1.1 2014/02/24 20:01:50 mpagano Exp $ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_DEBLOB_AVAILABLE=0 +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +pkg_postinst() { + postinst_sources +} diff --git a/sys-kernel/hardened-sources/Manifest b/sys-kernel/hardened-sources/Manifest index ff7e4fedfcdc..f685b3de55d5 100644 --- a/sys-kernel/hardened-sources/Manifest +++ b/sys-kernel/hardened-sources/Manifest @@ -18,6 +18,7 @@ DIST genpatches-3.11-4.base.tar.xz 11644 SHA256 5f731b81d81686837d65baadabb9c415 DIST genpatches-3.12-9.base.tar.xz 255288 SHA256 cb298100c98f0532113e798026da02cad6436c4bdb6391d142cf35655fa90e49 SHA512 1bc58569399d98d4a0bf38fad07fe56eed52c00f69afc4cde1ad46144be6719855e8dca0148fa4b675525ff69fb79bf06c93f494a2cf7c8dd80898bab6bccab6 WHIRLPOOL 6f9c0a11209b11a182f8a21d2fc6b29ff379f9aea4828609a1ec5f56262fb594b1049ab414de631be8414d233866ba7aee873e36b2d42a33e4d7b5d3a187f119 DIST genpatches-3.13-5.base.tar.xz 60572 SHA256 a1be8e79aee0e85dc1c36e863031bfe6e9836ecfdecbd274045e65af09f1cf1d SHA512 5c402a3870e106d0c14732c10b0eec5bf671d1057241a3cd7449620f875f5362ef1747b5748bcd301429e5cbd8995c9438c8e3696f5d3599198c3ebec33a4ad0 WHIRLPOOL 69eb9fd79c4b4d3ba7718582585457045abe12a86f93263706acc385357b139597ea1ada1258e64ccaffc8325e5fe7f91213240695f920ac01f8a1aa9989f1bc DIST genpatches-3.13-6.base.tar.xz 103192 SHA256 1794e009f81c8789e9a3040a1cb8ce93d40752d85a170281650ecd55df093264 SHA512 e53e1d0aece9c28afb52328e94fe2a1c9feb5c3148dfa47e865eddf3547cce7fb17a33e85e7d09c552d72cb164a26c059fd48ffd893f5cd224f1301f9bbc4af9 WHIRLPOOL c67446c81d05969a0ccaca85c58b118cae413c57059e73b36b89e82712cb0df06e9de59b2075678b6a195179ee5303af49ce416740188f8ab958ae23402d5d02 +DIST genpatches-3.13-8.base.tar.xz 138020 SHA256 f3e048a313ab55bcadb5a44036c6421d316102e6aee15c15dc13f1ba8d516fa2 SHA512 bfb9d7b221a2b0d302f5f8453784886ce553b0e8e8a2faf29e3b1f95611c745dcfce4293d5e768e878f2b88aed3866a9f38545b8551b9db3fca18d39a966c1a5 WHIRLPOOL a8bb17a0815bb7a369ae371ce1939bf2d38d9d2324653e77c16ded0d31f8891824fdb08879c2315d99ee55d6bcb130a3b1589c79f5431945042433c8a0c57d69 DIST genpatches-3.2-16.base.tar.xz 410332 SHA256 d3ad97b119c5b8cfd8e34f1cf118dc7d5bbe61fe908a5627f8ab6365517d7190 SHA512 6c917efbdd26dada3e68241c4d55833968e8ee7044ea7fa2edeffdd4d7eb0edac157057abb75da09ac6d2b5368d228ecd1c2ac6006a9d45b91dbb264eae33625 WHIRLPOOL 155a5b3297ec53a6bdb76e20c8c89d4f4c35ed2bb47e20281ce305bf9edd413e4d89168e250a699ace0561c151ef2f484c05e59013dbd971d43184c5f072a71a DIST genpatches-3.2-16.extras.tar.xz 16764 SHA256 c3f5adba6f1700c716354b91bc624115c6f5cae6f8fbdc51d07a76d4546bacaa SHA512 e3245c05f3385bb27852c00a39a898c91b3c0006e19c5db561f3e41f9bef7e97012ed29ddf9b0e2bd1ba1fa16590e516fb00ce754a84dd5c653c046b9f4e63f9 WHIRLPOOL 3c1ee6db88607ed91366067217d4a556fb5516ce8bee2859e97be7e214a05609e2d36ec27ec413154baa432a984f53cf69cfb94ae65ec4b8d2e9a86641d77a0b DIST hardened-patches-2.6.32-190.extras.tar.bz2 985805 SHA256 02caae61ef095198a18343a2e7cfcf895cbe3197d6a495e952e839f950e8c9fc SHA512 8007733d486877e94d54fdb2c7a4ebf5c405cb0fcda98dd50f4b33704682d0bb2973c0f359641278efd1b5c401d25484dc7891d12465e3c3691a700c5a5144a4 WHIRLPOOL 2511c55844d35367b6228df5692c1d2a04742ba67ea96856cf281ba3c7046137a1f9f0726612f973060ee1c5d83baa31db6d3db114740a50015cbeb5ca3ccfdd @@ -30,12 +31,14 @@ DIST hardened-patches-3.13.2-3.extras.tar.bz2 795752 SHA256 62a7e320788b209172aa DIST hardened-patches-3.13.2-4.extras.tar.bz2 795506 SHA256 ecac830959d8a1f5da58477b244d8075983a514eb3c93cf94eff6889967ab7a7 SHA512 87424813f794b2401fdc9b0afa5d1b992eea133674997116747dee98cb8cf6b990debd7cfc6676aee8efcc8c95974e97c2b27362e597a875a68b3b41bce98335 WHIRLPOOL 4f614af739bd8de553a900bb942b6d0430f9d3826ff01d47257600e348c300d77f1141814048ad5bf07f2b5c161d91ddff2a6a0bab9b26b764eb85698fe8292c DIST hardened-patches-3.13.3-1.extras.tar.bz2 795842 SHA256 ccd24d1fb119c22caae2f0253fa34160e9e488781dcf96d4bf2c14d61765e3d0 SHA512 edb8dc078925bd50a6f713dba0ef691785ed3197c9cf8fe6f9966fc8c89a463b235fac0602f5accf36b0371cdf5c6c3ebbf27a9e0a416492cf8824c996b008f6 WHIRLPOOL b50aa2e2072295482d09338ee6effeb57efc72a7336dccb34057af7e9d8bf47327a9a0f843437987a58ec8566b94ddfa6d5a525d0daabcf70dac4aa7bc2f5de7 DIST hardened-patches-3.13.3-2.extras.tar.bz2 799123 SHA256 f40f1149eeef421ea8b113dfa1f4080541f366c7c4f0ce84b178522a65596be2 SHA512 24e9a2e3e5e1eef1be08a76ff7589c69a54c3e503553c6d5ece4751bfe546e2259006d4039ce606f2382f7bb720bde154cf4682886149575b42ab816ab763232 WHIRLPOOL 41475562fe8303cb7f58d08058abcfd55a59e5ec24d850f2a486f439655a160837628abec4e8bfe7afe4448acd6de98ef22263cb4182d40fbd5ddcbd247ec046 +DIST hardened-patches-3.13.5-1.extras.tar.bz2 800679 SHA256 20dc2ebbe68f770c205cadeb73a9c7cc6fdd91eead9f932d9b3d9c0200d73046 SHA512 b07ccffd9e64c13977018b137ffa25037310685339c8d00f5c1547f841fd59b8b286698f66580a91ec326563d53aef778643aaa5ce56fe4b0c31e4fd49126e80 WHIRLPOOL e87a524a83421f4f2686a02f2cc2ed00aa3402c9b6bcabe379922d54414f8f812e1659b2b1c348fad91d7f35dd471113ca6617d643fee694d32c90e396cf647c DIST hardened-patches-3.2.52-4.extras.tar.bz2 1611059 SHA256 5ef1a38ebe24dc3794018412185ccc783071ea0c9af33e1c6db884187f1fceab SHA512 73ea5ac122a9d1fec35d65a9578201cdf3a6567e5562c7e43397022e3132c299e2bbe7182119c714957cdeccbbc7d9e11fc70569bac5a65663f1d477e205554a WHIRLPOOL 00e41fc02f0bd0d55455f153fdba243f623e4d01f4e5e2bdfe28e508213cd9ae048dd7b3569dd70498e6c3c8044b6a3001cf45ba6ed3bea591518d97c2d868b2 DIST hardened-patches-3.2.53-7.extras.tar.bz2 1691171 SHA256 7dd9b8f06db46488c00b0d5fb1183e8702a11d94101fe9fc44a45afcb6c94803 SHA512 a4890882890c687ba12c3c9fe336301ff4ff9d0b30ddb2e769054e124be45fe2a01e3b6749e6d9e866223507b95eef827ef427cab0effc449af4d5f23890a0d5 WHIRLPOOL 3c45d4ad79146f53d80453f94ebdc30cc25ad4cf1efc49e0efaf9d7fd05e5fb5ae52a42c883503d0939fea6571eee068897fd7a97ea237f17f0e87750a5d44ae DIST hardened-patches-3.2.54-10.extras.tar.bz2 1766757 SHA256 362ae7cccee1ad85ac0d134a4e04aa6889372a075e7c5797b2dba5d9bf99ca0b SHA512 0d2c3ad87a4e006de1a8c8b497d88b6fc47c9a24a5e4de930ef8f1ee4f1a3acc9eaac1f63cdbcdf17d71d72bcd8bafb30e60adebfff407a237c7b3622e4841ec WHIRLPOOL ca6efb0876bfda9ef8660a877d8a1c2cf05c01ee7f93fede83bf00b545b8caf018e1a49b623ecfe4b8fa0d549d31ffc4aa6270dadb10f423dcefd119943ed436 DIST hardened-patches-3.2.54-9.extras.tar.bz2 1764379 SHA256 cad241133cdcc84286cbc03e0a943bddc54211f72228f6faf237f5306c8302ab SHA512 a73726138c3a83707259d0e224dc1d0e5d201e5b3926ce4bd7ffe67188d73a277318182ed4e74015b112d163f012e03b0ec39881cddc2db8a6a3a0625c871e9a WHIRLPOOL c5fb96f9804a3936ff883afb1c34f6f520e8514cf08b48a69cf753cf54b886d685fd64e6e8d5e21a25eeed35c8b5a0bd36b84cc92b9bca57b0c669505bfa9f57 DIST hardened-patches-3.2.55-1.extras.tar.bz2 1788155 SHA256 4a8197b13c1a607d2c678e3fb161ae67c919dde52119c695c8446b726cb55d8a SHA512 11e2d305a5b1d52d0d2c564ccfd5ff2b39ac574be54dfd924011a06ed84107797f36fccdde005cf8fff4d847f990bfc566fd1db6eb8c86ba05d674c0e904576f WHIRLPOOL c625f25cf63f65357a4edcd1e84840657be25a9ef51709ef930d8362ea56a0368f9944adfef2ae1d2425509bf950048ceaba3ccb4fb4609b5c49d13f07a72c42 DIST hardened-patches-3.2.55-2.extras.tar.bz2 1780685 SHA256 260a151facb6f3724ed0a0280fd79da6b4286494eeebcb7f018bcc4066074261 SHA512 ba82e627276666383ee1871d477e00f8fedd2a854eca61ed24e1d35ef0029af866ea9cb073610f710a47b276f38996d4e8f04f1d8545a6bc1a9ab0f83faf2cc5 WHIRLPOOL 29fddc1492f8dcaf903be1cd4c0795973ff2830bd69dc2c5ee7a6e51ddda2922e1d2c24e7609756c44bf89cbddaeea6db493bfb8722fb8db4dc08a4b85f3d762 +DIST hardened-patches-3.2.55-3.extras.tar.bz2 1781177 SHA256 f8443502a07673a2b4451d4a9e4695ff7f47511a024bcd57178639e5102cfc7b SHA512 1cc5faee2e0d68d4f2b4f8804d70d6e2869e2c332b74c1fd652becbd0e5aa30563dbaf9a6ac74cf609f1a4d63424ed4da73fb4430ef0ce21b1b7b5482c9738b1 WHIRLPOOL 6251f4ac4aed8aeaec90af40f51bd0d43d79b173123a4bc59ac58188f5c623d624c7bf0b9f895cdeee76119498903f691129ecb24d4ca238310f2ae3f198ddeb DIST linux-2.6.32.tar.xz 52620720 SHA256 723106c298c5ba8733bb51ecc106b05e332a18490edc5f61cc6e57dbb36dcc46 SHA512 f8570daf2806eb191fce54cc7358577b0571bb295a75bd86db630d6136b328ae48e4732554b2d1886c64b0a0018bf0b9105dcface978a5005d1b77789aa40312 WHIRLPOOL bfcb4b186f7c4b60e69674a85d20a8e92b5efd05941b550401ef446cc6b20c9ed197f920d1cd9250c0e518c05308b9225f7ababe41cdfc83570412117b2ee555 DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 DIST linux-3.11.tar.xz 75082460 SHA256 803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9 SHA512 b3680d3a45a7308383cf8634a7f1908e94f6e1c6d1cb587332a9418a95fb93bd3c73ab70c6976c7330508d7c8c6b0f43c2a9a2efde5fe1f76e9bfffb1de5686c WHIRLPOOL 96c9c27ffe155fe2c1760b53d87ef981943d58ab2dcf1ed6bd2c1e762e18bceec81d85d49c523947ec6fe52e41f25c4a86310347705c8d4b80a1748cec5b90d3 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.13.5.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.13.5.ebuild new file mode 100644 index 000000000000..9587d0212174 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-3.13.5.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/sys-kernel/hardened-sources/hardened-sources-3.13.5.ebuild,v 1.1 2014/02/25 17:22:50 blueness Exp $ + +EAPI="5" + +ETYPE="sources" +K_WANT_GENPATCHES="base" +K_GENPATCHES_VER="8" +K_DEBLOB_AVAILABLE="1" + +inherit kernel-2 +detect_version + +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +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}" + +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE=" + 1500_XATTR_USER_PREFIX.patch + 2900_dev-root-proc-mount-fix.patch" + +DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" +IUSE="deblob" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=sys-devel/gcc-4.5" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT="sys-apps/gradm-3.0*" + + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =${GRADM_COMPAT}" + ewarn +} diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.55-r2.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.55-r2.ebuild new file mode 100644 index 000000000000..398fdd11a500 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-3.2.55-r2.ebuild @@ -0,0 +1,43 @@ +# 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.2.55-r2.ebuild,v 1.1 2014/02/25 17:21:19 blueness Exp $ + +EAPI="5" + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="16" +K_DEBLOB_AVAILABLE="1" + +inherit kernel-2 +detect_version + +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3" +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}" + +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch" + +DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" +IUSE="deblob" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=sys-devel/gcc-4.5" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT="sys-apps/gradm-3.0*" + + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =${GRADM_COMPAT}" + ewarn +} diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest index ae88c482c693..e0e29c1ec987 100644 --- a/sys-kernel/linux-docs/Manifest +++ b/sys-kernel/linux-docs/Manifest @@ -1,4 +1,5 @@ -DIST linux-3.0.101.tar.bz2 76964748 SHA256 ed62b014f00c8c4838de294f2510e9bc2261fc7fd7dd2443e0292dcb388fb3fe SHA512 6a73958477cdeb5d11ccf9632bc61bb5b8e64fc03eab31c324328f7335527ca0a7ce0ff69e5989c06c0299cb40a41c3fef75e6489b4d950151106e80ede232e6 WHIRLPOOL a6c1b2bc28595fc1dd6aebb1533901217862e4886fba9db3b76b3327b28122cfa5aebad765fd9fe053727dc0dd6281bbb4706115909ca24fd88b7a5c54754b4b -DIST linux-3.10.17.tar.bz2 87224845 SHA256 fcff3fd2132a1a6d6b797a8440eb1b98f558e57360630af4ecfbb85284f257d1 SHA512 0fb14f6aa6442f6f0fcbf105d578b946eb26d1f387e4077a536eb185d42092e6d4173c8a02af8bc26327defb2712d7087614d1628270a3142d41692d25ec41d8 WHIRLPOOL 7e111683284d3c7490d9794193349616c4e072eb7aca4638aa93c093c2e6a625b895a4986ab92708b520f774496382e9c6351281e8e31aa9429b52bbd7dc52fb -DIST linux-3.11.6.tar.bz2 89457561 SHA256 a05dca3eb9d2e4e838e0f376e1c89c165e41e4df9614734e1b3e98ec62656028 SHA512 79d32692496316b206e105c16344dda224899a363c86807ab657d92db6a44d25a3501b03a3896102b4f53b637f85ac67d648b87ae7dadc0dd9001838fad8ad71 WHIRLPOOL 5c87763859d27773a7cf94843a1633935fc9415fa2956518d44ee21ea30f12f95eef59d302f99c864f888695ff0a73c01d3d70f87d9c54e4586da765bc4408f6 -DIST linux-3.4.67.tar.bz2 80243769 SHA256 090dad3529e24440e59d759cb151ee9796df91dee081cefb6d4bf23e475810df SHA512 5bac2e7c16502a509fe2465992916dd6d2dbf45eb2edf40bdca5fa85c50c5d2f3f982f83d00237f819f30e6d48e216af28dc3970a44e5768b9973a8922a97950 WHIRLPOOL 08c808c39a0671336678213d2ded76191d31e092fd4130e2737aaac3f299f412f6f4687a61ee0206bdd1883b06c0e165426f774a713f0895612e07b3818ba333 +DIST linux-3.10.32.tar.xz 73249988 SHA256 8ac6a70e82fe969ece841f68679c0567aea7e43d423663b81aaa9d3afc92965b SHA512 f503705b58f62f6cb071225b954929da23615e41a8d997e4ade46d307eca80b26d3e6f58d1d24efa0b6865af7b9a32caf277fa0040e0110decd7f6d2b3f92c85 WHIRLPOOL 28f58341ccb9aeffbbd05bf926fe9ef4024ea2376a3169abfc8a11e656cae6d75d8f7882f666ea03dd2d6e825001737fc6b86fbf783d9800430836ffa629cb9c +DIST linux-3.12.13.tar.xz 76411084 SHA256 adda6809fb49c8950f65a94335e8540345e24e1f76e4586d03795ab089992423 SHA512 3cae3c6bbb2c442908c00b5d6ee24fe76988f24a0043f6c53eb407f6ba6224fe2c0ab5f5318de85bb48655e1422a93a0e7f7a5b69b3bf74c3f36e274c8130fb5 WHIRLPOOL 18bc5294fd6be7846add06bf39e67ecc6776e6f4dc570a69b511276a6ddd3d9085086652327515051e26f0359556c575502f6251c213fe21ce706b74c35080b3 +DIST linux-3.13.5.tar.xz 77204892 SHA256 fc184eef3e6bb9e9f2e2dea4de5378ccedcda8c6738e0a1c1551cc547a7ccf0f SHA512 db202eee600cf93b31d0b482266508c70bf89e3db22a4b00cc63385b6b286d64e0e2d177c3e686c296c6d6280f902c2c11dde79892e6b580ab373dbd2ed49a97 WHIRLPOOL 5255a5023c21c7b29704cff20dd913fa4b69111638c69c3d48ea6134dc9e71d41cc9ba1a63f7fa303dfe417accc43df4f6ad953bb074e8f22abcd8d3bb45f468 +DIST linux-3.2.55.tar.xz 65592168 SHA256 35c9ce911cba3df716998922e4fd28ebf7130bc16de1a8838da2a835da3cd295 SHA512 8b5f8246d39245fe87311417d1ab6496896188dcdd01085853b88e49adf3ac396c2a4a8a8d50ebe4400b5e232f123388c3873a2ee2d047a1f7ddff621bbd1ef5 WHIRLPOOL 1ec890196a47b92e6490a6cefdb53311f5e1d600f415471e80318bb4343d7fb33d44de7fc60f083b3ebf37c1b73fd88172be0fc30ee6ad39b076447bb40a8128 +DIST linux-3.4.82.tar.xz 67162412 SHA256 3de4ac1dc48a5545c12761046ce6ebe2eea19a9113b3e7fafd970e4dd86a33fc SHA512 600012ff3b8238014e8c30c9a30715c9265654c9328ba760af3284ef378ee8f7223851949d6759a7c4d2d1bc2b7907ff83fc56a2ed03926244265f7afa00dd12 WHIRLPOOL 49f0f772cad2f077f9d697967818029469c970178790c54df1f92bd0366cac02dfc0f57b1a76c60beb759b3635abe163024631d2370630e4577bc842b24df829 diff --git a/sys-kernel/linux-docs/linux-docs-3.11.6.ebuild b/sys-kernel/linux-docs/linux-docs-3.10.32.ebuild similarity index 89% rename from sys-kernel/linux-docs/linux-docs-3.11.6.ebuild rename to sys-kernel/linux-docs/linux-docs-3.10.32.ebuild index 7fd827fbeb0b..1e98dd2a1626 100644 --- a/sys-kernel/linux-docs/linux-docs-3.11.6.ebuild +++ b/sys-kernel/linux-docs/linux-docs-3.10.32.ebuild @@ -1,6 +1,6 @@ -# 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/sys-kernel/linux-docs/linux-docs-3.11.6.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.10.32.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $ EAPI=3 inherit toolchain-funcs @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="Developer documentation generated from the Linux kernel" HOMEPAGE="http://www.kernel.org/" -SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.bz2" +SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-kernel/linux-docs/linux-docs-3.4.67.ebuild b/sys-kernel/linux-docs/linux-docs-3.12.13.ebuild similarity index 89% rename from sys-kernel/linux-docs/linux-docs-3.4.67.ebuild rename to sys-kernel/linux-docs/linux-docs-3.12.13.ebuild index 49584a4f5679..713d314e4c9d 100644 --- a/sys-kernel/linux-docs/linux-docs-3.4.67.ebuild +++ b/sys-kernel/linux-docs/linux-docs-3.12.13.ebuild @@ -1,6 +1,6 @@ -# 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/sys-kernel/linux-docs/linux-docs-3.4.67.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.12.13.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $ EAPI=3 inherit toolchain-funcs @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="Developer documentation generated from the Linux kernel" HOMEPAGE="http://www.kernel.org/" -SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.bz2" +SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-kernel/linux-docs/linux-docs-3.10.17.ebuild b/sys-kernel/linux-docs/linux-docs-3.13.5.ebuild similarity index 89% rename from sys-kernel/linux-docs/linux-docs-3.10.17.ebuild rename to sys-kernel/linux-docs/linux-docs-3.13.5.ebuild index 35d93e620647..adb388372ceb 100644 --- a/sys-kernel/linux-docs/linux-docs-3.10.17.ebuild +++ b/sys-kernel/linux-docs/linux-docs-3.13.5.ebuild @@ -1,6 +1,6 @@ -# 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/sys-kernel/linux-docs/linux-docs-3.10.17.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.13.5.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $ EAPI=3 inherit toolchain-funcs @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="Developer documentation generated from the Linux kernel" HOMEPAGE="http://www.kernel.org/" -SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.bz2" +SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-kernel/linux-docs/linux-docs-3.0.101.ebuild b/sys-kernel/linux-docs/linux-docs-3.2.55.ebuild similarity index 87% rename from sys-kernel/linux-docs/linux-docs-3.0.101.ebuild rename to sys-kernel/linux-docs/linux-docs-3.2.55.ebuild index 25affd37d278..505ad722a63c 100644 --- a/sys-kernel/linux-docs/linux-docs-3.0.101.ebuild +++ b/sys-kernel/linux-docs/linux-docs-3.2.55.ebuild @@ -1,7 +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/sys-kernel/linux-docs/linux-docs-3.0.101.ebuild,v 1.1 2013/10/31 12:23:09 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.2.55.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $ +EAPI=3 inherit toolchain-funcs MY_P=linux-${PV} @@ -9,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="Developer documentation generated from the Linux kernel" HOMEPAGE="http://www.kernel.org/" -SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.bz2" +SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" @@ -22,8 +23,7 @@ DEPEND="app-text/docbook-sgml-utils ~app-text/docbook-xml-dtd-4.1.2" RDEPEND="" -src_unpack() { - unpack ${A} +src_prepare() { sed -i \ -e "s:db2:docbook2:g" \ diff --git a/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild b/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild new file mode 100644 index 000000000000..a241eca7ef49 --- /dev/null +++ b/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-docs/linux-docs-3.4.82.ebuild,v 1.1 2014/02/25 14:37:28 mpagano Exp $ + +EAPI=3 +inherit toolchain-funcs + +MY_P=linux-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Developer documentation generated from the Linux kernel" +HOMEPAGE="http://www.kernel.org/" +SRC_URI="mirror://kernel/linux/kernel/v3.x/${MY_P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +IUSE="html" +DEPEND="app-text/docbook-sgml-utils + app-text/xmlto + sys-apps/sed + ~app-text/docbook-xml-dtd-4.1.2" +RDEPEND="" + +src_prepare() { + + sed -i \ + -e "s:db2:docbook2:g" \ + -e "s:/usr/local/man:${D}/usr/share/man:g" \ + "${S}"/Documentation/DocBook/Makefile + + # fix for parallel build as per bug #248337 + sed -i \ + -e "s:\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:+\$(Q)\$(MAKE) \$(build)=Documentation\/DocBook \$@:" \ + "${S}"/Makefile +} + +src_compile() { + local ARCH=$(tc-arch-kernel) + unset KBUILD_OUTPUT + + emake mandocs || die "make mandocs failed" + + if use html; then + emake htmldocs || die "make htmldocs failed" + fi +} + +src_install() { + local file + local ARCH=$(tc-arch-kernel) + unset KBUILD_OUTPUT + + make installmandocs || die "make installmandocs failed" + + if use html; then + for file in Documentation/DocBook/*.html; do + dohtml -r ${file/\.html/} + done + fi +} diff --git a/sys-kernel/openvz-sources/Manifest b/sys-kernel/openvz-sources/Manifest index 617b4af65131..a35f6db9f046 100644 --- a/sys-kernel/openvz-sources/Manifest +++ b/sys-kernel/openvz-sources/Manifest @@ -7,3 +7,4 @@ DIST patch-042stab084.12-combined.gz 41739644 SHA256 a768f169564d2f733dc38f045b6 DIST patch-042stab084.17-combined.gz 41739711 SHA256 06a6e67c838f5c8e950491d8acc9c6d0d6399dae7f909ef2c82444453d0bfc0a SHA512 0014177bf5aa10382b41743a8faf9bea175d32e066df58c2bd42717fb4aa9bc236837419cddbaddcb40a53366925bf1b957cd3e11345fdb9eb641e97ca28a22c WHIRLPOOL 75d0d1459cb953a366a864c1ab58a9a06cff01b7d5e5ddd75f1da437a5995f15c38554316c39d8451df560bf736151483d92958ba85b8ef13ed75b413c116ba9 DIST patch-042stab084.20-combined.gz 41740660 SHA256 a1e252d68c9638025c2a0322439f6aea570ebd1cbc348671dc1fc16d2cd982c5 SHA512 0d82517c07ddf66a1b13996423119593d92b8cd5044c30f90677fd4efa3c1893fab464a59c4648501370f88abee04a5cd6d5e8a7a5d2a1d4e0b74aeb9c5e7641 WHIRLPOOL da8d30f1b798386c4012916ac4a6db025efc880caff2a0543e450af175224bbe2a711ae59bde3d72c944edb97de60ba702bffe8cad8095a04ba34a3b37eb58e0 DIST patch-042stab084.25-combined.gz 41740439 SHA256 03e6c45755e4758816e5e2c96fb4c5a6e42796947c09749313512a4039c5fc85 SHA512 3a62552eb79d504f8b13153b958bf4c77aac1ee9f831b3f389cb74b38710d772f20b1881c0664ecacd444990dccbb90c6ff76ef277bc29b2acc6e794e6b7efad WHIRLPOOL 20f342b7a31f0fb3f867cc1a3c7d2d1f07a707f537a87afd65fd7536e487deac9d3b96f25f22022b0d43eb3275ef2fd36fa6b3c9de717b19ad9071677ef60a46 +DIST patch-042stab084.26-combined.gz 41741410 SHA256 23d8d1c87c85d0a7a267cafd1ad1f1c0c8baa09acd83c1bb634edcb442f12171 SHA512 9cda4dd4cbda27dfc476b3721ec85e51fe6d6d08ec27154e8131b81495107482fbd2567846f3123ea46bc3fe5913ae8169e70e1842653171dd0227ad67ea4d7a WHIRLPOOL f8acc2651e09652617dd6d841ada9832558bd0ce3f2be0e7d9238bdb0bdb981bc5cb9955691b7b356feaeea319c848902d39410b23dc5021bdf68b1a982bd1dd diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.32.84.26.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.32.84.26.ebuild new file mode 100644 index 000000000000..ed18cf9f1dac --- /dev/null +++ b/sys-kernel/openvz-sources/openvz-sources-2.6.32.84.26.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.84.26.ebuild,v 1.1 2014/02/24 16:25:26 civil Exp $ + +EAPI="5" + +inherit versionator + +OVZ_KV="0$(get_version_component_range 4).$(get_version_component_range 5)" + +CKV=$(get_version_component_range 1-3) +OKV=${OKV:-${CKV}} +EXTRAVERSION=-${PN/-*}-${OVZ_KV} +ETYPE="sources" +KV_FULL=${CKV}${EXTRAVERSION} +if [[ ${PR} != "r0" ]]; then + KV_FULL+=-${PR} + EXTRAVERSION+=-${PR} +fi +S=${WORKDIR}/linux-${KV_FULL} + +# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed. +KV_MAJOR=$(get_version_component_range 1 ${OKV}) +KV_MINOR=$(get_version_component_range 2 ${OKV}) +KV_PATCH=$(get_version_component_range 3 ${OKV}) + +KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz" + +inherit kernel-2 +#detect_version + +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +IUSE="" + +DESCRIPTION="Kernel sources with OpenVZ patchset" +HOMEPAGE="http://www.openvz.org" +SRC_URI="${KERNEL_URI} ${ARCH_URI} + http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz" + +UNIPATCH_STRICTORDER=1 +UNIPATCH_LIST="${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz" + +K_EXTRAEINFO="This openvz kernel uses RHEL6 patchset instead of vanilla kernel. +This patchset considered to be more stable and security supported by upstream, +but for us RHEL6 patchset is very fragile and fails to build in many +configurations so if you have problems use config files from openvz team +http://wiki.openvz.org/Download/kernel/rhel6/042stab${OVZ_KV}" diff --git a/sys-kernel/tuxonice-sources/Manifest b/sys-kernel/tuxonice-sources/Manifest index 50d5a1a5e33f..67f63fa16b37 100644 --- a/sys-kernel/tuxonice-sources/Manifest +++ b/sys-kernel/tuxonice-sources/Manifest @@ -1,69 +1,28 @@ -DIST genpatches-3.10-33.base.tar.xz 533176 SHA256 0fd61c8be3e75fd9b8a88e0eec99742482a0d666e420d782898b3a6fdcd751ae SHA512 865ee53d087d28e2fd0ec26f5195bb1ed469edf1ee12cc695009023dd030fa4a4d1ab0abf48710f6f4f558a8c39c5f9cfa7345761ce6189cd4413561666fb981 WHIRLPOOL 5508bf308be9f7e07fd73be34631097f88d5044f9812aa8e5e9a5d92fd9d87b79615172e1fbe7f7fe0edf52942d7bd1be6c1b62ae0b0da2754fd25ab4c5f1c4e -DIST genpatches-3.10-33.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 -DIST genpatches-3.10-33.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b -DIST genpatches-3.10-34.base.tar.xz 546464 SHA256 79c3d51cb451611faeba6452df3a56d76dfcd20f7dea55acb8d1b22ff1c28335 SHA512 96a3e539b9f1fba25da7966ee581af4ab5eaaa5c98e2678033d23ca73c800d5623b996b0c20b3a8222cce795eba22700b9f963c9f77b2fec5c7abb81a70cb4ca WHIRLPOOL fbbcdef38851c49b7be829cbec27c441e2f29508e69e694fdb70a8859ad8bc2a5290c58bf33624ada9fab35f616616cdcb052a2212acceab48d69d3b2b2a7d53 -DIST genpatches-3.10-34.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 -DIST genpatches-3.10-34.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b -DIST genpatches-3.10-35.base.tar.xz 552000 SHA256 fd730b556986e9a6f6f59cde1f158b9c4ca6f93917a102d983cc4359835e54e4 SHA512 c6b471f124fccc731562b6c632a51a273a004b8dc5f756cca3a018e43aa8ef378ee97e93ded13b886639e2ed3b1a7a05a2b9922abb632dbadc0806b0d994f2ce WHIRLPOOL 3ac78dce99b8aeaefb213342ac5f255f52431f96bb953aa4180d42b8140be3f12fa4b0a1ec3bd3799475d9e5c1186a47528c1f6f4ad155142c78363d59ac148e -DIST genpatches-3.10-35.experimental.tar.xz 45576 SHA256 00524a6e8bab9e6be6233ee194de93ecbd81b93fe5c3595b25002af6271b1176 SHA512 cd98ac5a0232f28b63aea231f78590d33b5a708e7fba3f8e8093997a69ab0b76d6f05d3a4a861ab8870aac71f9e5d9a41ec615cecf5fbafd0570282b7abf26f2 WHIRLPOOL cf160ca6f7c10ba0179e9922b81533750b61dc4d2bbcd23adf0f427df722162148df6e26cfb94e91370536cd3d4ca89bc54528d11bbdc87cfd5cbc5c730ac12a -DIST genpatches-3.10-35.extras.tar.xz 17764 SHA256 bd473f3468a46c273cebc80e24b86a89871d8ceb2c4e9421e97e5cc9057de50c SHA512 df9a806655f66b3ff62d48aa609cc3350c4fd1c0a2c2926412bb1ce394c0ea693a06ae2900dcc9e479cb1a6d509e7cfe3afe1204948972cc814c332f0bf119e2 WHIRLPOOL ec032cd967277df84d4d9641ff8d35b790b48fb4c06eba7569bd0bb5df0170ab1b4f6dbac339d064a12ae1795546b3958dc92baef8710a00cab0152af9de5ec6 -DIST genpatches-3.10-36.base.tar.xz 580316 SHA256 aacf8d6f4ab1d6d76e7b09ac507e1c50b59e4a4359f8566a5914df40dd0541ce SHA512 3e247665b79a5b472ac3676f6f0e68a7da28ed9544c96148846948b6e3b7a31a1ac84434d1668be02a01699bf3861fcb4fc6c0ff42778b694bbd888224db6a5e WHIRLPOOL 18d29db13597192063c4a76ff9e3fe0330b261f1eaec34ea42309642abeb7585fa0acc98360ed015f9f12c8d0fe8fd2e94e9413cf9e593f2a46aa6f0c9276e6b -DIST genpatches-3.10-36.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 -DIST genpatches-3.10-36.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b -DIST genpatches-3.10-37.base.tar.xz 604512 SHA256 c482254301361cf4ee24aaf4a39e3cffccb3ff7fdecd5830f19258c70aab100d SHA512 5022bc56aaa40ab53f24b3ace3ee1be6225ada011e6d76a8b949a6d51b01ba79233e4938091573ab005b2889856b81ef0d22cfa37a6bd22e83ccc2efe1be9d87 WHIRLPOOL 63af5b96fbd11a552337e5b07b59686959d95de1d583dcdd7f54d7116e36e17dd6bf4a28675318624d0e506ac9ae24e9d66e923f2ac5ec4ca473ed41c3f90e60 -DIST genpatches-3.10-37.experimental.tar.xz 45584 SHA256 691dfcbebcf175073b518a3949f91b30377a49cd3ce43026a05012cdb253af87 SHA512 8fa9b7446ec52d11d8b2008c8fa257e96671c0fdb31117bd1d6fed096467ab647cae65e65c0a3e8b67a1cbb6ad302e826c0f746049a18ccfe3ad0410f4245638 WHIRLPOOL 0e4e7241a53951e0cb9ae2ab48ca82bd4b8aea3a66d762838898be5ebbf4fad7eea4cb47bba5cad6f9d16b10b38c2238a82d625ad2626f8f530383e7b630e4d0 -DIST genpatches-3.10-37.extras.tar.xz 17756 SHA256 192b87ad5777f7f8e2352e63d1b0c277d77777649d197d4f5b727f2e126e6782 SHA512 fc5ae3e6e723101085f0fb426aee0b8978b02966672da85ea653727a5c37d7189b5e9b4803813485919b7c1be68c10eb92777261c270c9d745dc5f6024e2ebfe WHIRLPOOL b2c7442e7877fddc427cee09a0a024ad190f44c7c63a5bd647a8916074df2e28b9b63cce2d87af097d4df3e4290490a060389b7f7ffcd8a50c90081af9b94db1 DIST genpatches-3.10-38.base.tar.xz 608904 SHA256 80cfd325f1ce1bfe3ffb5da56569eba3632a47fcccc38b6f8ed4742e56302a63 SHA512 f1e0a2bd51be1b59a93b0e14ba7b7a2ad6e735f655d099e502760fbc0b6ca1d996402b4c0cc78495332d966578e80834502a6c46cd821b08fb9025d569619f57 WHIRLPOOL 95ea9944d9fa1f5b9c8b5ee88a967c4ef952c6bb06a9f505bfcc5c44fca59342c0bb3e0ffc6ca2f677d6a53e48ee40b75e246539aaf367ddae4d7d3901803fd0 DIST genpatches-3.10-38.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 DIST genpatches-3.10-38.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b +DIST genpatches-3.10-39.base.tar.xz 622488 SHA256 f05a05731752b06c82c9adc4483052caf5b4c7d02fe9635be1a838d73dfd0df4 SHA512 d0cdc6cd559f9a855de04454c3de5de397aa04d84cf36b315053a19a5d44e71d14ece5f2334adcf8ff0bcc8962350bfd4f7afc8804de5f9e6fa8e637b486b09f WHIRLPOOL b2b418fd276769efa6dcb9f0cf0acca19bd330d0c6467516dba6aa9b47757f089c38f1fc6751ba8151191cfe658745ba8a1280210c50806a756ac3f9aa007115 +DIST genpatches-3.10-39.experimental.tar.xz 45584 SHA256 5776a59da1a985a7a4cece53f79565a8c7509fed88e1b077ea20c0e715302110 SHA512 e27d58584306da5d59b5f7f8cab04ccc21a58822c665878ce974c0b2e40b8f4102df374fe8b33ac367aea2b376175baad913537548bf55f06a1231ab19554f9b WHIRLPOOL 1943e1e7481412f7a7657e36ae16de8089100ce5fdb371d9357e9b382cce92304fd07ddd5c29231be9e395304f5347a8f5b79005fbbfc6ff275b084fb19466e8 +DIST genpatches-3.10-39.extras.tar.xz 17756 SHA256 611b96b571e93f9e708529e35dbfb3977b1f1bb4f0178ae7a2935b28d110aa2e SHA512 08347a5f186bd90420b2d7354f3e94fcd78f6853257deb41ec0e52aea0e15c8455e9173d61611064c83a09887b601647102ba57d59315413040800b17d8cd18b WHIRLPOOL 1d9d3d66dbdb98ea3c48bfdc16e4ed3cef9afceee4ac66f6c2c5d8da398226fe98ceba09a90d22fed164a0157f1b461d501def88ed512768a0e7237becd2b68b DIST genpatches-3.11-14.base.tar.xz 207496 SHA256 c9ea16218b729be7709d411690281a019dfab611471e668e42dce3330906c5ed SHA512 cad7f628a8b4d04bd545270f4cd2900d15ca7525c4d5b6baa5aaf8210b44a1065d34b4855bc805892547775af2009c96521ed176118e5256db2eae14a3af008a WHIRLPOOL fa652a4002906c17bbbcca79e351b189e047c096fb344eea4372c42f7cae94435f662edaf3f1263f978edbae18452864466c69d04bfd28da52d8c735b03b0027 DIST genpatches-3.11-14.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 DIST genpatches-3.11-14.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 -DIST genpatches-3.12-10.base.tar.xz 261224 SHA256 9949e934be03c5e34a593cb579c8e6e288bfe94c29f0d2fd29650f51cbc46a4e SHA512 1f84b59ad0095701b41f16e0a9f47d8d96424f53cef02a639e7ea65d4cb8f7e388533b761c1ddf8cc2abb5efa7bcae40ed36dffd8b17e45574f67a5067a56ab0 WHIRLPOOL 4832f07df622eb0ee6344338727987e961eafb3315f4e29f619f6fe37e9975497d68eeb73b5be6dc72b26d7a2a15867031b9b0232c2745eed01e465128ce68b0 -DIST genpatches-3.12-10.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 -DIST genpatches-3.12-10.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.12-11.base.tar.xz 301100 SHA256 5b8357bd718521e36b55f99ee7696d7d20b132181b162fec609bb0604117b408 SHA512 1ffadb5b6f613fabd79a58e0752e256db12ee0e1124c24fddb2728d901f8c288cdf1f9b79edf5a87160596674883ac22e3ce37ee438a0dee488856b4c0dfde3b WHIRLPOOL a4d9f576c51f22c47d6718d9ee061d1b658267ca1374f02296ab77cfa1cbae3ff93dac2f555dac8a030653b2581ff130370fb42a6cb44491dfe2d724d96414a3 -DIST genpatches-3.12-11.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 -DIST genpatches-3.12-11.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.12-12.base.tar.xz 335200 SHA256 49a7a5ef29949545c264c24a9a5a6c3dae00eb30c3aeef977ab86cdfad0a2e2a SHA512 8028d0a06ee1f6dbeae42827e84d2118d1dcd4b88f9a2357ba34839df1a6b17c1af0e51332412b1b493acd55ca3d6ca3f92152d3142d816decafe1d2b9c8be6d WHIRLPOOL 3242112615b3e75a0ee7b17c9ea167e67e47a802cdb82bdbfe5e75970f427f856e303e0d0257358031360a6e9c76b759255bdaf526d68a706871ecee19bac813 -DIST genpatches-3.12-12.experimental.tar.xz 46508 SHA256 775c170384bbf4c8d04dd6348b5db059f67efb08f76a5f71a210197ddeddee44 SHA512 b66233f7f3ae59e178e1f527f7cc1c68a68c0584b39eeb49d24c8443c178096ad31c3634c48bfc3fa980fdbe0ab9d4d25ce2f0509618f44389d62800ff530b7c WHIRLPOOL a4cad91c0a7597df0c84809a8cec61465e17fcdcbc84116e490b0f8f28e015d21ad5f5d05e9122cdfaeb7b1768dd4ba617b72d94eda35ced376f21281ec5a2f4 -DIST genpatches-3.12-12.extras.tar.xz 18128 SHA256 51b625d97db6b7e221bb77495095cd4501e2e8a20afa27549dd6fe818badc913 SHA512 852d56205ed82885f64f265b2978ed86c767d4c62527bb8fd376e8a1eb61af9b6c839a5dea1fb91bb0c8a5a1313c50bcadebb71129b38a52b0c5115714e0efa4 WHIRLPOOL 6afe1b3b0b45ad24e590495976ed80cef936e47ae863dbb36519c76799d7e7645d09801f4818ac96f737fa6bc3bd6424e5fe849b41438b3afb3e15a98c5c34a3 DIST genpatches-3.12-13.base.tar.xz 341428 SHA256 18fcef51b83c64b1ae9901ad8b2f2f9c7dc12be2492b5794062d06041c6a1b33 SHA512 adc873c1c5afbfd4e5d4a95ed39353621831c9a6ae3181c568f63f114dcd2885dd85449f8d8ec2a1c9147bef79da1d5cf88da68b99250b650402c1f28eed0412 WHIRLPOOL 1bb4e3cc550821762957de0f6cd68ceab61a6009b00d134be3a3ee63e3ad729b1a4bfb2fe9ea613d700050ea56bd33142d852ff0fee4c0c04342e661aee9b2ba DIST genpatches-3.12-13.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 DIST genpatches-3.12-13.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.12-8.base.tar.xz 235944 SHA256 688ca01177f786e8a1f2d904ce52b99e8b87bbc0964e4b5b41b311032a9fd4d6 SHA512 6389485a4c5bc537b03e89266e9fb7d8cb5f7ab305d7c91f672cfb180dba74562a6e6f2ce99065a6d90eaa5caa79cd131f168d24f806e5ab3687e7de846dbe56 WHIRLPOOL baf4f0b15fec1f23e67c44b34c7c77ef377945f230f88e03d534d33090239519cacef40cff987cbb03323ea534d835423bc9c5abefe4cd7b1fb851cc1c2cad71 -DIST genpatches-3.12-8.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 -DIST genpatches-3.12-8.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.12-9.base.tar.xz 255288 SHA256 cb298100c98f0532113e798026da02cad6436c4bdb6391d142cf35655fa90e49 SHA512 1bc58569399d98d4a0bf38fad07fe56eed52c00f69afc4cde1ad46144be6719855e8dca0148fa4b675525ff69fb79bf06c93f494a2cf7c8dd80898bab6bccab6 WHIRLPOOL 6f9c0a11209b11a182f8a21d2fc6b29ff379f9aea4828609a1ec5f56262fb594b1049ab414de631be8414d233866ba7aee873e36b2d42a33e4d7b5d3a187f119 -DIST genpatches-3.12-9.experimental.tar.xz 46532 SHA256 a1491fddfab9dc468e6f19e0aa4fad8c28749bb3e86fc35caec5562dff809ee1 SHA512 15cc64ff7e72e39aaa4d22f0b3d97cadb56f7e7e2400ec9c9ddca1d493e02ba81ce6c38398a6e7b354ddfb8a81c59df1bd3c5a6f6b91abd0ade1c2df2bc00090 WHIRLPOOL 286e564a1c32f479c6482d476cdd088bbae42a56ddd978fa66ae67081801c81316e7f2850ad727691ff90c55abe611e249faa961c6dbf928da180c90ffcc12e5 -DIST genpatches-3.12-9.extras.tar.xz 18148 SHA256 2f865fc797b96ca30ac437718bb8b9feef442d3ed99b61224d5dc496b5ac7f2c SHA512 a0851b94669e097b3493baa6625b052dd6ce6bf3b318ba62474b8d230526bbacd3751a99ea108b641dcab490129aa370327e8c971996db3afb088e3053f761ff WHIRLPOOL edea43599166eedc00a4254fd32930e21f082af64e067cfb2b8731016062ce132641ae3abbd30a321bddf66db6eabe026d979b98f1802c12c0ffc26f8b149eff -DIST genpatches-3.13-2.base.tar.xz 7760 SHA256 a618a823b41f48d70d56ac77127c44c1ba0af1988b1deb2bd74cd4e95bf80962 SHA512 65a00dd47b57719c28aaa53299dffce5955a6bacacc18d96063c5c4cab688212da886443754f62d89310d1e5dac2f93c88eff5a381cee416129648a48c41e1c5 WHIRLPOOL b26a96da505c39a422382c2fc912afca17ffc572bdd55d070d29af3cd87d474078ebc3a4672d1637aa35daca94887d715108e60871770739100176f884962baf -DIST genpatches-3.13-2.experimental.tar.xz 46536 SHA256 ac17344acff97043106bc8143c533d1a4f91e20ee89534137057cb7e863f8e14 SHA512 49bb33cc6366c1f1af6e4e58572f236a70ac7d13a539d006dc1cca9d25b77a3a1023fc34ecd6b474ebcd15bfb90d42af79ac1f170b568505d1ef55cc63182be8 WHIRLPOOL b9b57dd3506fe13e5a5430441db920b997a55382b05c374d5fe692c61b018558cb178d6acae3bb8b6889effb43838417afec465235c731a0f8e7277fd324bdc1 -DIST genpatches-3.13-2.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb -DIST genpatches-3.13-3.base.tar.xz 10856 SHA256 d78c4a7d14005b537c6ffcb1319da8e8b25989eb99ed3c8a3d86d377e63a0d7f SHA512 b7fbdee52fa2eef72775eb2c81896490e57bb7f58cd2f6b9e0d72a66516cfabb92c616afbf6576e4e5dcd342475db09f38dfa6a649cbf0f234c964794d598247 WHIRLPOOL c4434f8af64df751e1549cca301b439d6814b58ee7cd39a244fca160752a3a82ddcad82413f1d4a1a7f80bafe1d95ea3f09b89f46026d969c202c05af485cb6a -DIST genpatches-3.13-3.experimental.tar.xz 46536 SHA256 ac17344acff97043106bc8143c533d1a4f91e20ee89534137057cb7e863f8e14 SHA512 49bb33cc6366c1f1af6e4e58572f236a70ac7d13a539d006dc1cca9d25b77a3a1023fc34ecd6b474ebcd15bfb90d42af79ac1f170b568505d1ef55cc63182be8 WHIRLPOOL b9b57dd3506fe13e5a5430441db920b997a55382b05c374d5fe692c61b018558cb178d6acae3bb8b6889effb43838417afec465235c731a0f8e7277fd324bdc1 -DIST genpatches-3.13-3.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb -DIST genpatches-3.13-5.base.tar.xz 60572 SHA256 a1be8e79aee0e85dc1c36e863031bfe6e9836ecfdecbd274045e65af09f1cf1d SHA512 5c402a3870e106d0c14732c10b0eec5bf671d1057241a3cd7449620f875f5362ef1747b5748bcd301429e5cbd8995c9438c8e3696f5d3599198c3ebec33a4ad0 WHIRLPOOL 69eb9fd79c4b4d3ba7718582585457045abe12a86f93263706acc385357b139597ea1ada1258e64ccaffc8325e5fe7f91213240695f920ac01f8a1aa9989f1bc -DIST genpatches-3.13-5.experimental.tar.xz 50984 SHA256 2b2b90ae4dec0cf9c692a918dcfb79e7d82440b07ce1b81add7799268e0498e3 SHA512 a3625907eff6a5651dd9f7261ae1caad2a578b6a266f0680d8732c647b7b8fa6c0f3a667720594a443ca27d1c7cd12a25af794a1e1cee506ca19415c7913e354 WHIRLPOOL 01b2e70f49f5345042f0cf15308509a96760a666a0943f8202dd5e85f6cb7897f0ee58d7c26b08f7344d1af0f1327ec47487a5ac343931fe241066e7f2384791 -DIST genpatches-3.13-5.extras.tar.xz 18184 SHA256 701e71e53b4a96907c2d9258a86c4abe49caf94430e4a0706ccb241ade3d8715 SHA512 a3f224a85dd0ddf03d2ff734388b592de0320653664c181923d243b1f439ef7ee9278ab835425ddf6574901bfe5605e9ca71c53184f1bc9f2b971331e6015275 WHIRLPOOL 5881bd3a9dff0e0a6aa54895701bcaf688900da77f075d99c27bc9ddd45b6ba3fff41becefa121698e2b01b15bce83897c68266a1facf9222e1c8436a17f1ed3 -DIST genpatches-3.13-6.base.tar.xz 103192 SHA256 1794e009f81c8789e9a3040a1cb8ce93d40752d85a170281650ecd55df093264 SHA512 e53e1d0aece9c28afb52328e94fe2a1c9feb5c3148dfa47e865eddf3547cce7fb17a33e85e7d09c552d72cb164a26c059fd48ffd893f5cd224f1301f9bbc4af9 WHIRLPOOL c67446c81d05969a0ccaca85c58b118cae413c57059e73b36b89e82712cb0df06e9de59b2075678b6a195179ee5303af49ce416740188f8ab958ae23402d5d02 -DIST genpatches-3.13-6.experimental.tar.xz 51008 SHA256 9f15466cbb76f7c9d2b13df5bb5f4ed77f97a5b7ae865b96edc47a2e55be340f SHA512 d51e4c14945bbd622332af87aa40896727efd64a0442728eb17fc86d57b9ce5d19959ad45e5614396c36ace496c641df1bb2455be701462e347e4de27838e5e9 WHIRLPOOL 5b226304d5554eb4e888a65ce091112b4064ae73bef5fede666fb6013ec0977ba2eb57ad941727d98e13a38f76bd36735207f9d09e5cd0a8997235793b5c542b -DIST genpatches-3.13-6.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb +DIST genpatches-3.12-14.base.tar.xz 359152 SHA256 d9d619f8be1169824e0e9ac58db0116cdc682e541da9906a4a75c92d44103804 SHA512 b5aa64709a7b831ba8bb9e164aaee9be570b847731c1e8adeca6171a7eddbc4de54ba49742e70459b6de5393b6c0ec69bc221b9e458438fd7e10810beeb3e2ba WHIRLPOOL 4aed026b4528d990165b9eed60b73d312dd503a16e65bc6dcd5f29bfb65e2bd9306382e52d5f6a24bddf9028667e78324bc79c74d0a94dc130d4e0fcd6a16125 +DIST genpatches-3.12-14.experimental.tar.xz 46540 SHA256 a8b8667730e47b61d55d1bbe11cdec4a2e539e749028353172ab1269bbefe96d SHA512 31d5c2e7aca9574cd6e04e5e61a907ffbe6940424a877eef5d7e12b74552062b9c0afb177f2bb44d70d67264d52158b024159a170409be23c6bc4cf2a773a28a WHIRLPOOL 273c23fcb13289421956a61c1ee0a5844d776b679943b2a9ae35fd46e7319b233db0e255ad032e44eabc76a51a2380f7129619a50f859ed4907acee08678ca18 +DIST genpatches-3.12-14.extras.tar.xz 18148 SHA256 dbe4784918b0f0a2947d842f2045b3b1e18eaa55b82b8be0fb22493afba76738 SHA512 ed7c453c0e6412e3b24b1a440c6baa7391532dc16cdd5a4f7d59c4e3b166d4fca428f6f14ded091885abd920b2ef0fae6881f3d06cf6896c4136dc36ed2f7185 WHIRLPOOL 84f83e680b85f207287ed0710ca29e6d0bda4efd5812b497adc8b4cbc815f02add85061fdf192d5ac970e22cdfbb5cb85d33ec1ee20fbe57a48d5610b218eaf2 DIST genpatches-3.13-7.base.tar.xz 113228 SHA256 b23fc32055f4c5353fbb1bbd89f136ec955a9a6f86a7acad5ed24de8492ced55 SHA512 fed880274ca74b309189d40c91d5b5576d0f7c578f97670a3692a87c331353bdcc48db9f10f182c6244306a39f2fbab536fc00e8674cceae26aae73383b780b9 WHIRLPOOL 4c16f9426eb4c8a3e492021acb1ed3d7b04ab2677e12e854f3a5d56342afd8ce35dcfc32aead2cbc0ce5f199b687b9c98796ebc956ad547e0627f4e9f28f2c3f DIST genpatches-3.13-7.experimental.tar.xz 51040 SHA256 6fe179278ac918873fa98ace837bae30a18e6de080292f7f746cf2417ae3ee64 SHA512 b1cda893b355f9ed9e26ed61b6d250fb518b51c069cc415eab30111c4eb33458d316574e8773aabd230cfc0b6f6081e1dc895274c6af8ad49753247320e63bd1 WHIRLPOOL 907c9411a4a2a124ffba3df75092a0f858297420b33df778c4e699a4de890fc7447cbc4a916a952c9c87639351876d714a6a22b65455f5d6a76e03d813ec8a1f DIST genpatches-3.13-7.extras.tar.xz 18188 SHA256 1769bc3ca09646c637b277c9af215a5eadb0ba3988d0a86ac719578563d43fba SHA512 a635c6b7cc04ce41afb5f8b2efc263a2e0d2d78dc5aafb8f3e4fa35ae7ed55ccec06cd63a12b71f7818477d4a1b812a06b254ba2b2eb4b0a3185356319532e54 WHIRLPOOL e7fb7279f802a6b4b173d10a4a2677490bee7f18a8d385af7247bf5db0d909da8374980dcef15f981cc52bec51fa061d9b2dfd5678b9bcb8761160ab1897c30d -DIST genpatches-3.4-56.base.tar.xz 910908 SHA256 f7ecd58ab309effc02f74e68af60dfc53689d71a08aa155ef8679e5beb5b3718 SHA512 ecf48a4a7c7c13f3c84389b467f07913ef7a779f44ac16074e3bc147515a555c90d8f51a620a207527e71aa25859e1b123ad5171d1da361d13f2f0840b517569 WHIRLPOOL 03c5cfb2bb78517c15d59f3d1ff79dcac32f5d2c447e360312f3c099a2f70fbc080157e6dd6f792fb9d0dd163d91ecac184f69c3807f3ead000e98db74dd38fa -DIST genpatches-3.4-56.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-57.base.tar.xz 916360 SHA256 15540ece8415f90a5798dc6bdd1f41429b9311012b8128565af12f8957a830da SHA512 98e253880c147c7fe3c1ea7d0ddffe38ce5ec804981badeb53a5d55d50bbf012ba2e5738874884420fbc9310c356c65e71392be7e5488d8c416ce14e45701b43 WHIRLPOOL 02f14fbfca699d8d6c601dc17a1e5eca4e26902d6a8c72acc15091a6ce86d9e9bde0403979df9cd2f69895c428ff89fc6161b2f4f77ade4438cf33fa31a22f69 -DIST genpatches-3.4-57.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-58.base.tar.xz 919640 SHA256 fcca54c5c58794d3bdf33d713d8c95d678dbf7b6ce693a47b268e7909e5e522f SHA512 e6be52fb382eda38347b4d7104d8812c079d13b2bb99e06104dd181cf1de886dcb93bf1380a68faba7839f40f3ace28a76b6c52f850f10b6d8f69c639731a0b3 WHIRLPOOL e0dece3a1c1ed9d222eba1473636eb5f7e33048160555bce00ad77854e03f03e382a28c65a5911d504db67f0dba9c2b50c5dc0a98b591f68bc227301a7adcebc -DIST genpatches-3.4-58.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-59.base.tar.xz 927932 SHA256 2038a441af2c0ab9f716aa0761b3034231b33f335056644b574c9abf13d13614 SHA512 d742b58be643f910cfab5cfd0cb7dfb10c4613ac5a0a06ae226369329d6a36029b99dfb4bd297a12ebc700be7830ce7a6d12627ef05638b980c9b9a89e3eca7f WHIRLPOOL 6a5be46763e779e934fa77bb1435714b9f5a063eac1fecb27b422728d2c8fb35b6bf6468974491407f9ca833cea94cb47190a294f5b8a30b329a851ad25b9515 -DIST genpatches-3.4-59.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 -DIST genpatches-3.4-60.base.tar.xz 935596 SHA256 c5c50dceac5d8729bc906d9ac4c2b5b0169df4f40ee1216a8cf2185544bc52ec SHA512 85410a6c1426c0c3ef73ebca293a54faec5dfbc65ed0a3ad55b8e8f8ec7a05a7ceb60a7465e8c977564992dc31649f193670627ce42abbddb216104f1d4602db WHIRLPOOL 6c4ba9ac78f8d3d006d3cbc21f7c5b8e7ec6eb49e805a4962fb4472e59962760bbafbf71ce97c034c59ee21df762493793044af630134242feb323773ba1010c -DIST genpatches-3.4-60.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 +DIST genpatches-3.13-8.base.tar.xz 138020 SHA256 f3e048a313ab55bcadb5a44036c6421d316102e6aee15c15dc13f1ba8d516fa2 SHA512 bfb9d7b221a2b0d302f5f8453784886ce553b0e8e8a2faf29e3b1f95611c745dcfce4293d5e768e878f2b88aed3866a9f38545b8551b9db3fca18d39a966c1a5 WHIRLPOOL a8bb17a0815bb7a369ae371ce1939bf2d38d9d2324653e77c16ded0d31f8891824fdb08879c2315d99ee55d6bcb130a3b1589c79f5431945042433c8a0c57d69 +DIST genpatches-3.13-8.experimental.tar.xz 51008 SHA256 9f15466cbb76f7c9d2b13df5bb5f4ed77f97a5b7ae865b96edc47a2e55be340f SHA512 d51e4c14945bbd622332af87aa40896727efd64a0442728eb17fc86d57b9ce5d19959ad45e5614396c36ace496c641df1bb2455be701462e347e4de27838e5e9 WHIRLPOOL 5b226304d5554eb4e888a65ce091112b4064ae73bef5fede666fb6013ec0977ba2eb57ad941727d98e13a38f76bd36735207f9d09e5cd0a8997235793b5c542b +DIST genpatches-3.13-8.extras.tar.xz 18168 SHA256 a00603ac5ca73f37261c2dca4f8c396a9d2b988fd326c793d9016fe8355e790a SHA512 25fd010838a4de56a513dbb21cb1ffd3c99566cdfd55011f1fe25811d1b2c882c62be6d6904115f1f1aa894bc917a61fdf5009c119e2a2614d39d3c258382453 WHIRLPOOL 7d245c855d6ac0b501317d33924fdd8c92ac2dd5b13ea0377fd169e01df27442413dd4e648d7f71e96a1e071f5788553dfcc7db3f12ea9ecf5efbbd3614eaaeb DIST genpatches-3.4-61.base.tar.xz 944888 SHA256 ec9ceb7ff68efe6db4aa9b871839d85de2ce3427ac47245bfa672ecd01fcffaf SHA512 df420f16a157d9cd2978afb1ab754811718478710ebbfc849e4f38999e49ad649ed8ef679e8818b2cd18b43ca91ded009771fdee93121bda704367130bd962dd WHIRLPOOL 818eb9a99ee78d2c691f876ce25bc3e0623f05caba96208b5b4c639321bb1c5ef6959eeadc909fa486b000c999907cded76af2e1d2d2b54789938974151f8cbf DIST genpatches-3.4-61.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 +DIST genpatches-3.4-62.base.tar.xz 949440 SHA256 45a0739e21946b1e763a501e640d137aa45b5b65d4b8a07bfc361eb8b6e6c8ba SHA512 1fedd6e6eb2edb5e1730c696cdd66a6bcb5efa73578f94f330565c26d89219beba506aeca2e7af2ce0c583b87234eb513db204362762c4e79b0c0b969adeebf1 WHIRLPOOL 27d1e4c2c8bd57714c1752bf0fc9c84b6c8c98777b823a5faa339ca6965c910ef747a7d5e730ec552c561bad488e2607666d842467111f1fe7774537b947a173 +DIST genpatches-3.4-62.extras.tar.xz 18156 SHA256 9e1b05a44b97a13c0fea1df6533a68b6163cce1bf50fa39caee2691288b871ff SHA512 cd9ec0450ae9c87407fbea1440b4281afb0b3842d3a14cfb15058e7f179efc60003ed7f5d824fca07fa8cafacf35a507340b089b75235f2c1823ff11ebb4de96 WHIRLPOOL e3b42b8205a4d528b200a0d41b601e8c1b8310c1164f5d04f302ef804179418b0fc76fa0432a45637791818aedf39e6b947e6c9d2abae04f1f1d15f0fc7900f4 DIST genpatches-3.9-17.base.tar.xz 290752 SHA256 66f3fc418d7faee9809d35df9e4c17da8d84286c8b48e0e5149fa626af2c7a2d SHA512 5a849ad1b2259a5ba45698942ef224231b664cff7bcc6a02b2fe94e317a961ceb1198b6a9c0550bafdc53671fd4db5d323c3f0efb24d3956e8297e32f9369d25 WHIRLPOOL 1cd46b907bc07d130199085c58b5793681577921542b099241aa937cd95dff0f18c91ea8a6eda52e3d1ae2928709678947de4d1f5266aeafe6406a785ec1d75b DIST genpatches-3.9-17.extras.tar.xz 16572 SHA256 6a93041aba5cfa6a45a348b654e129b4ba3659c87437217bbd65eb7a0a841827 SHA512 53c94f50f63d866a66869cfa0b2692c8b71ceb17a703424948d5a92c5390942667651e30fb4a662ba02147b70849cd7fb6bf71f0a4940f19ee1b392e684eb7a4 WHIRLPOOL cc2b332caffd5411c55ed9f7ddcde4c3275e6a68ec765f579e682e1e957b48a1c8601f9d607b4b4b3137af40ae0bcc091390ce733b2fdfaf95db00d77ce57370 DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 @@ -72,19 +31,11 @@ DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defc DIST linux-3.13.tar.xz 77187032 SHA256 4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2 SHA512 1ba223bb4b885d691a67196d86a8aaf7b4a1c351bf2a762f50f1b0c32da00dd0c28895872a66b49e8d244498d996876609268e64861d28ac4048886ef9f79b87 WHIRLPOOL 2992257a17e85b3eb16fcaf21678fa6dbf31f80c2099fd1ad0ff9852ac1d16122ac8e2c0b46421d8895d4368253a724e439cd625307ee7af7bd1e50cb2c9b62a DIST linux-3.4.tar.xz 66748028 SHA256 ff3dee6a855873d12487a6f4070ec2f7996d073019171361c955639664baa0c6 SHA512 1c49b336750c9c2b49d21e54126f22a800367296be0d57e6df28b1532cbeba7fc3bdf4cfe27d9810576e76c2db2e9c2493f0804451c915137cb78d7aa61f236c WHIRLPOOL a36e62fe197ba7c08d498a79034da58091a94348f69542241067c9ebef683f86371b2c0a3b3fb6c4611e2fb885d9b74eee5c1f46a493c72dfb76c5665f0b8a6a DIST linux-3.9.tar.xz 72104164 SHA256 60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541 SHA512 77fa521f42380409f8ab400c26f7b00e225cb075ef40834bb263325cfdcc3e65aef8511ec2fc2b50bbf4f50e226fb5ab07d7a479aaf09162adbbf318325d0790 WHIRLPOOL 668a8de30c7c3ccf6558cf0f29570f15e37ca7d599d1453afc3cab113d1b05fbd5b32646dd9ed798ceb61405a8754345da0740a53f467b825445028cda4bc698 -DIST tuxonice-for-linux-3.10.23-2013-12-09.patch.bz2 129322 SHA256 229e81eddd1b7e60953c2a858506d30cff56bf755ea84fe3f9e46e40d2b9afe1 SHA512 d77da2cefb4775e5f26cd89c260ff77614b3d615cd948aa9aa1ffcc5cb1f24421a1f9ef3060635edaf2495ebc32eda63dd5761e97aa7b210c5f61603345a6aa0 WHIRLPOOL ae71137f67d48612e668af0138bc625ad383ca0ea5ae2a46552420aa047bd91f6e01f2cb6bdd79fbc4788d75ae502b71be4e57063655079ae23fbbbd8d4f1922 -DIST tuxonice-for-linux-3.10.27-2014-01-19.patch.bz2 129332 SHA256 bcaa30f76d6fa2cbae5e7735b3f8bcbb1cbb4fb71d720c7abd9e915383f545e0 SHA512 6ece87f8d35533b04929f032005307cccb273983cf710d20078e449caa356e054aa08c8d98104e6271bf1fd54f3164b9f8c3550800630836f1f53f38dffb00fe WHIRLPOOL 64e864cf991ad9e1fa0805acd318006a75d824ea0f0220357a72bf3b6fc7c061b7bdda3ebd9282bc4bb91fa84e1583f0a85a42bd48c99000b181801efc246504 -DIST tuxonice-for-linux-3.10.29-2014-02-13.patch.bz2 129298 SHA256 14840f1c1dacfeb766cd3380bdc1fe26b1f04b4779b340cc6b46ffab4479f41a SHA512 d51f26430871436f2c93973f35dc1885457dea174d93ab74f837843673a5cf764cd3af9d2541566e8252eaf6ad22ebe9d0a8d435b439330bbf4a13aaa74b0c0f WHIRLPOOL 1915e67009cff740d1d3f0941ab12fcbb24b0dea5dd61f0ce5c56fe9c6a73c1320a3c1abb538b974de41ca15a54beedeca0342594f7487997d76d5f37350a836 DIST tuxonice-for-linux-3.10.31-2014-02-21.patch.bz2 129311 SHA256 9e6d6d7b13364b398814c235f1b996a7c83abc0b851f2e7d0b59bbc9aede8153 SHA512 f3266aa742a95530ca2040e58f59827216c23f8a2e30d98b06bef3fce103cafdb4b779ce1176767013ebbf43d13a5f4dcf6e94da45451683c96c2216f235499f WHIRLPOOL f2cc667a0c83f9556c128f4cb42fb021b61ed35f9aa621bbf02f4f8ce2194324cb9e9a65319f6e24a5420e86f9be7d54bd28ae84f72c448cd90738eebeede4fd +DIST tuxonice-for-linux-3.10.32-2014-02-23.patch.bz2 129350 SHA256 e5b0276e8760b0cf6b6341eabcdf7efab6fcd7300ea5080fcd2d4be857e28747 SHA512 4bc36f954ecd3db87353ecc3acaad299f2cbae12339cc56291189de1dda5808584388aa56191a9701edce384fa23f569a7d48904338900490390e19aca62ef5f WHIRLPOOL 03aa05b60770cf9b00c815986da5f44d5bc226664a74c17c42b85b24735880235979001de2bc71fe0eb2c4d859ce497f1882de9658faaf0fe030baa56fdf34ef DIST tuxonice-for-linux-3.11.10-2013-11-30.patch.bz2 129233 SHA256 ed9db90ba2a8e1cd4853024eb31aabcc3c92f6f035c789a49c212a509bcf9a06 SHA512 b00d3dbc7e94b93c0b44d0f933b0749699cea58a005508fad6a75bd0ad396469f22d3bb461825ed0d1f077332155054ebe75dd8e5864a10d73be77fa5b7cf159 WHIRLPOOL cedbf134f7d23b55502ca07084aaec33b4071723f5d5970fd0d035464f61fa91da62576ac7a0f2efb9edfdcb072aa59ed0c8e920ca51c954e42e6e79354c7f44 -DIST tuxonice-for-linux-3.12.10-2014-02-13.patch.bz2 129290 SHA256 c9a03f5ea4822b0e68b10342bff4d34933c652039696ea77fddc2a429414bd61 SHA512 fdebf5eb9d4f787bdb245b4760a1c547ffa1529d3822e77d539253d42ea40e30ca5942a29984a4ac3fb580f426fbcbf960ce18057413206d48eb7df605628ea3 WHIRLPOOL 36cc0cfbfe2cde8ed987f4950e2ebe58b9cc5e9ed815da0bb184658ee8fcfa3d0f08695bd32c96f155b55b79e4997716995c4c77939f868c63aef19329e2322a DIST tuxonice-for-linux-3.12.12-2014-02-21.patch.bz2 129218 SHA256 0b39fa1df3c7880bb837420f5bad6d60ffaf06c7612a26dba8ca40dfd985aebf SHA512 62079885131bab8b8b92916b090430d4d646ff1e4c752a0eeef6abf0a2f11f23c139dc7c11f64551a163f33a16617ef533dd53a693fc71f56a9eb39e6eedec09 WHIRLPOOL 8be94733e92ff9ee62ed860d8a531095e048db3118f2db8254e62bae07402442162162f72ad6f465fd9ae54521af4937149b29b8130a2b352a88d0c7595f5739 -DIST tuxonice-for-linux-3.12.4-2013-12-09.patch.bz2 129302 SHA256 6a7855de5e0b495df5b15eea23a444e82cad2e6f493118a047239396bf4f0fab SHA512 52572cc9f6eba8fec0ad04a18da086794bb34b26a3a6e4d6679eb34eca6b066499056b81749b14730d61f9a478c127ff88820b76bdd8b4ad49b0b8edf23e3aeb WHIRLPOOL 5817443722ea20f63d8a7597218bd8e7396d406f4cd6aaa2ce57b92ec4f24ad648fc3e0963acf05d3b06ce9514fe1efc97c200d78f976d7e52635179b8205b42 -DIST tuxonice-for-linux-3.12.8-2014-01-19.patch.bz2 129229 SHA256 54068f72f25ce70d95fd67ad6e9f65a15fda4592ce28bb03147fa38ab531fade SHA512 dbaf16afbf2f16126904cef0896b416927cbfb53d57e0d605d261417d9ba315c189b8ce920b65ceefdf913e9fa1d610aceab2886023ea1bc1399ed4f5d865f37 WHIRLPOOL e5391fb1d952555b950f5d1c1a01085df1dcaece9dea160ca360c2ade7468a2ebb485ef895fe3ae1749f9152ec858e3209bc88864b4468481f9a9aaa0c937b42 -DIST tuxonice-for-linux-3.13.2-2014-02-13.patch.bz2 129237 SHA256 5fb882f565c01af3b1a0b0a276a8d080252f54efe2352d1e8ef73717bdfa2671 SHA512 7110542ee2140fe22a3d69619ddcc7204db3628471668af7bdea9088917d43930b47cf4e37cd01318bfea5c53c4df20b566f558261f39d879138d13ecd1cd68a WHIRLPOOL 8c09a42777341589818105f7d0a072365c487e6e6ec9b2269a2f7b462e4c5e3730c868225987182cdd204233bbad8b4e5b4bef83f656370adbdeec242f5dedb2 DIST tuxonice-for-linux-3.13.4-2014-02-22.patch.bz2 129381 SHA256 642f2703744792e4baa7019a1b808e095eea3f7182e4812abd50c0ca7f7057c4 SHA512 d59f9e52e25669da8adc42cbb74b8d029bbbc370395a97bbf31e65bd404bf13264cfa4eea8219e2c99c19eb6a9f77aca34ab597735580a61ff5b74a49fab91ca WHIRLPOOL 572790e4c0a254bebc5dc734ad0a50ad02aa7c5a61dedddacc3806a3c006e439c1d23c6682970de09d9695d10111cd7a24bd9423539e0824cc2850311b94957f -DIST tuxonice-for-linux-3.4.73-2013-12-09.patch.bz2 131313 SHA256 5cfd9a554185fbed90c27987b83914f9ec2b23aba2030dd78c81ac5ac3a0e096 SHA512 ba8acbce55c24c27f28b164e001cfa6d71972e9536ba41b0f71b3232cfe38861692d2a62447fb35c8f5e8c8db8c9911a95b083f5d7c58a5607989adcfd7903d7 WHIRLPOOL 64297a1b6049e4256e822086a5d646866d48ea5759b97490f379269d3a0a17156b87cac0ac653dbdf09c5ea282ec078cb3cc44b2a2c4a8a4592cea16e54c67fb -DIST tuxonice-for-linux-3.4.77-2014-01-19.patch.bz2 131313 SHA256 5cfd9a554185fbed90c27987b83914f9ec2b23aba2030dd78c81ac5ac3a0e096 SHA512 ba8acbce55c24c27f28b164e001cfa6d71972e9536ba41b0f71b3232cfe38861692d2a62447fb35c8f5e8c8db8c9911a95b083f5d7c58a5607989adcfd7903d7 WHIRLPOOL 64297a1b6049e4256e822086a5d646866d48ea5759b97490f379269d3a0a17156b87cac0ac653dbdf09c5ea282ec078cb3cc44b2a2c4a8a4592cea16e54c67fb DIST tuxonice-for-linux-3.4.79-2014-02-13.patch.bz2 131519 SHA256 38f82013a52149fc13615765c2b927d7daca55db2797792c17ab2c30daff851d SHA512 2f0df51f2d5e571eb53c56c32d9cccf62bfe8c29162e3ad4342b55931bc0fefcbee1b0e1a117b666580cc0bd21e4c0919eab1e2e853c620fdb5139a11bf61e4d WHIRLPOOL 2c5dce6f0f14a73a444f043f430b9ccf15f92fcba0d65fb7693b34f7ad3991e72a094e9e637079f916c4d56f2aac5f7a6c0fb4b1444711445020be442d7e3e9c +DIST tuxonice-for-linux-3.4.82-2014-02-23.patch.bz2 131544 SHA256 995dfa52f261cae733f6e2c5b2c12cd079c3a58b0956351d31e425a185fe4730 SHA512 02151465280e00f684ae1a4339e3692da70411c06ca91d964f01eb7a13404cce583ae66b336492c9a8dc0004e5574eeb53b2335d49bc8bc7b1b796ae9cfc3c2b WHIRLPOOL 570af665fdf9cdc93f1354e2996c00627b683ea36dff196b316ae9d14ae4ec68fbf3f6d9ffeb539653e534cbdbbfa803d9933c6112dfd07e6424a5e0083c8ace DIST tuxonice-for-linux-3.9.11-2013-07-21.patch.bz2 128268 SHA256 4f08c73edc5d0332fff925c71436b92c989ff02db9a2381733eb18d4f752ce82 SHA512 571239b42770a19bdd79a948d32c169de657359602f43029d5e274957bdfcd5feffc6f0a2570c96c33d21c9f79c5a76eb35ae79023394cc858410d21c14193df WHIRLPOOL 0f640d58c6c03e37061514ea305617791a026104cb74ddc6f7c760f009497f76d42bce28321c0caf374d72feca5da9c7ca7cf8f1cdf70077cc77fe9de649719e -DIST tuxonice-for-linux-head-3.13.0-rc8-2014-01-19.patch.bz2 129290 SHA256 d94b5dc0e68ba32c76aa60d1b622bd00526fa6610d887e8c8870a81112718d43 SHA512 00c24cbed647fb762031d0599bb54ba473aad8e2d4e90afab0a13b495d6541e35e61f54c852ad7335afa36a2a2c67b039244e04864fef3563c2bd2059b758a20 WHIRLPOOL 54e8f27cb84a29b4c547cc8617f3afc535fff11b548012ee70eafe23ac018607ed08c9ea5b514ab77c81c0c5f153d6ead780b355f3560d3808859df5dedbb8ee diff --git a/sys-kernel/tuxonice-sources/files/tuxonice-sources-3.13.2-build.patch b/sys-kernel/tuxonice-sources/files/tuxonice-sources-3.13.2-build.patch deleted file mode 100644 index 9b6bf0cafb46..000000000000 --- a/sys-kernel/tuxonice-sources/files/tuxonice-sources-3.13.2-build.patch +++ /dev/null @@ -1,53 +0,0 @@ -http://bugzilla.tuxonice.net/show_bug.cgi?id=489 - ---- include/linux/shmem_fs.h -+++ include/linux/shmem_fs.h -@@ -49,7 +49,7 @@ - loff_t size, unsigned long flags, - int atomic_copy); - extern struct file *shmem_kernel_file_setup(const char *name, loff_t size, -- unsigned long flags); -+ unsigned long flags, int atomic_copy); - extern int shmem_zero_setup(struct vm_area_struct *); - extern int shmem_lock(struct file *file, int lock, struct user_struct *user); - extern void shmem_unlock_mapping(struct address_space *mapping); ---- mm/shmem.c -+++ mm/shmem.c -@@ -2994,7 +2994,7 @@ - * @size: size to be set for the file - * @flags: VM_NORESERVE suppresses pre-accounting of the entire object size - */ --struct file *shmem_kernel_file_setup(const char *name, loff_t size, unsigned long flags, atomic_copy) -+struct file *shmem_kernel_file_setup(const char *name, loff_t size, unsigned long flags, int atomic_copy) - { - return __shmem_file_setup(name, size, flags, S_PRIVATE, atomic_copy); - } -@@ -3005,7 +3005,7 @@ - * @size: size to be set for the file - * @flags: VM_NORESERVE suppresses pre-accounting of the entire object size - */ --struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags, atomic_copy) -+struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags, int atomic_copy) - { - return __shmem_file_setup(name, size, flags, 0, atomic_copy); - } -@@ -3020,7 +3020,7 @@ - struct file *file; - loff_t size = vma->vm_end - vma->vm_start; - -- file = shmem_file_setup("dev/zero", size, vma->vm_flags, 0, 0); -+ file = shmem_file_setup("dev/zero", size, vma->vm_flags, 0); - if (IS_ERR(file)) - return PTR_ERR(file); - ---- security/keys/big_key.c -+++ security/keys/big_key.c -@@ -70,7 +70,7 @@ - * - * TODO: Encrypt the stored data with a temporary key. - */ -- file = shmem_kernel_file_setup("", datalen, 0); -+ file = shmem_kernel_file_setup("", datalen, 0, 0); - if (IS_ERR(file)) { - ret = PTR_ERR(file); - goto err_quota; diff --git a/sys-kernel/tuxonice-sources/files/tuxonice-sources-3.13.3-build.patch b/sys-kernel/tuxonice-sources/files/tuxonice-sources-3.13.3-build.patch deleted file mode 100644 index 8dabdf56b1d9..000000000000 --- a/sys-kernel/tuxonice-sources/files/tuxonice-sources-3.13.3-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- security/keys/big_key.c -+++ security/keys/big_key.c -@@ -70,7 +70,7 @@ - * - * TODO: Encrypt the stored data with a temporary key. - */ -- file = shmem_kernel_file_setup("", datalen, 0); -+ file = shmem_kernel_file_setup("", datalen, 0, 0); - if (IS_ERR(file)) { - ret = PTR_ERR(file); - goto err_quota; diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.26.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.26.ebuild deleted file mode 100644 index 07a2d6568bc2..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.26.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.26.ebuild,v 1.1 2014/01/13 04:38:57 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="33" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.10.23" -TUXONICE_SNAPSHOT="2013-12-09" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.27.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.27.ebuild deleted file mode 100644 index 4705f981fb2e..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.27.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.27.ebuild,v 1.1 2014/01/18 15:37:11 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="34" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.10.23" -TUXONICE_SNAPSHOT="2013-12-09" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.28.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.28.ebuild deleted file mode 100644 index 6f97397ea1ee..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.28.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.28.ebuild,v 1.1 2014/01/27 02:16:47 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="35" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.10.27" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.29.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.29.ebuild deleted file mode 100644 index 5685d19a757e..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.29.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.29.ebuild,v 1.1 2014/02/11 23:56:49 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="36" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.10.27" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.30.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.32.ebuild similarity index 74% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.10.30.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.10.32.ebuild index 9e1c104911fb..f91e5a82deab 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.30.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.32.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.30.ebuild,v 1.1 2014/02/21 03:56:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.32.ebuild,v 1.1 2014/02/26 02:46:34 floppym Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="37" +K_GENPATCHES_VER="39" inherit kernel-2 detect_version @@ -14,10 +14,10 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" -TUXONICE_PV="3.10.29" -TUXONICE_SNAPSHOT="2014-02-13" +TUXONICE_PV="3.10.32" +TUXONICE_DATE="2014-02-23" -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" UNIPATCH_STRICTORDER="yes" @@ -30,7 +30,6 @@ RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.10.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.10.ebuild deleted file mode 100644 index 21a410de7f19..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.10.ebuild,v 1.1 2014/02/11 23:56:49 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="11" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.12.8" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.11.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.13.ebuild similarity index 74% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.12.11.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.12.13.ebuild index 2394de525091..a5eef73025e3 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.11.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.13.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.11.ebuild,v 1.1 2014/02/21 03:56:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.13.ebuild,v 1.1 2014/02/26 02:46:34 floppym Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="12" +K_GENPATCHES_VER="14" inherit kernel-2 detect_version @@ -14,10 +14,10 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" -TUXONICE_PV="3.12.10" -TUXONICE_SNAPSHOT="2014-02-13" +TUXONICE_PV="3.12.12" +TUXONICE_DATE="2014-02-21" -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" UNIPATCH_STRICTORDER="yes" @@ -30,7 +30,6 @@ RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.7.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.7.ebuild deleted file mode 100644 index e777537238de..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.7.ebuild,v 1.1 2014/01/13 04:38:57 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="8" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.12.4" -TUXONICE_SNAPSHOT="2013-12-09" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.8.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.8.ebuild deleted file mode 100644 index 3edf4f00a5d6..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.8.ebuild,v 1.1 2014/01/18 15:37:11 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="9" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.12.4" -TUXONICE_SNAPSHOT="2013-12-09" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.9.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.9.ebuild deleted file mode 100644 index 5e7cf5d5ef0c..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.9.ebuild,v 1.1 2014/01/27 02:16:47 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="10" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.12.8" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.0.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.0.ebuild deleted file mode 100644 index b080450128d0..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.0.ebuild,v 1.1 2014/01/27 02:16:47 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="2" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="head-3.13.0-rc8" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.1.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.1.ebuild deleted file mode 100644 index bb16f5dd3280..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.1.ebuild,v 1.1 2014/01/30 00:18:48 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="3" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="head-3.13.0-rc8" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.2.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.2.ebuild deleted file mode 100644 index b1347b848f49..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.2.ebuild,v 1.1 2014/02/11 23:56:49 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="5" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="head-3.13.0-rc8" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" -IUSE="experimental" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" - -src_prepare() { - epatch "${FILESDIR}/${P}-build.patch" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.3.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.5.ebuild similarity index 71% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.13.3.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.13.5.ebuild index 6ed9b4601f8d..c4a11074b3dc 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.3.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.3.ebuild,v 1.1 2014/02/21 03:56:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.13.5.ebuild,v 1.1 2014/02/26 02:46:34 floppym Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="6" +K_GENPATCHES_VER="8" inherit kernel-2 detect_version @@ -14,10 +14,10 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" -TUXONICE_PV="3.13.2" -TUXONICE_SNAPSHOT="2014-02-13" +TUXONICE_PV="3.13.4" +TUXONICE_DATE="2014-02-22" -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" UNIPATCH_STRICTORDER="yes" @@ -30,11 +30,6 @@ RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" K_SECURITY_UNSUPPORTED="1" - -src_prepare() { - epatch "${FILESDIR}/${P}-build.patch" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.76.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.76.ebuild deleted file mode 100644 index 52e1e24d0f86..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.76.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.76.ebuild,v 1.1 2014/01/13 04:38:57 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="56" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.4.73" -TUXONICE_SNAPSHOT="2013-12-09" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.77.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.77.ebuild deleted file mode 100644 index 14a6fa375d58..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.77.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.77.ebuild,v 1.1 2014/01/18 15:37:11 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="57" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.4.73" -TUXONICE_SNAPSHOT="2013-12-09" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.78.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.78.ebuild deleted file mode 100644 index 7ab77ca40eb4..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.78.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.78.ebuild,v 1.1 2014/01/30 00:18:48 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="58" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.4.77" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.79.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.79.ebuild deleted file mode 100644 index d5b9b03c2d0b..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.79.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.79.ebuild,v 1.1 2014/02/11 23:56:49 floppym Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="59" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/" - -TUXONICE_PV="3.4.77" -TUXONICE_SNAPSHOT="2014-01-19" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.80.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.82.ebuild similarity index 73% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.4.80.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.4.82.ebuild index 423a5f5f5f51..e7c520caa517 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.80.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.82.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.80.ebuild,v 1.1 2014/02/21 03:56:00 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.82.ebuild,v 1.1 2014/02/26 02:46:34 floppym Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="60" +K_GENPATCHES_VER="62" inherit kernel-2 detect_version @@ -14,10 +14,10 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" -TUXONICE_PV="3.4.79" -TUXONICE_SNAPSHOT="2014-02-13" +TUXONICE_PV="3.4.82" +TUXONICE_DATE="2014-02-23" -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" UNIPATCH_STRICTORDER="yes" @@ -29,7 +29,6 @@ RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" K_SECURITY_UNSUPPORTED="1" diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest index 075b432661b5..34198ff050e6 100644 --- a/sys-process/cronie/Manifest +++ b/sys-process/cronie/Manifest @@ -1,2 +1 @@ DIST cronie-1.4.11.tar.gz 222665 SHA256 fd08084cedddbb42499f80ddb7f2158195c3555c2ff40ee11d4ece2f9864d7be SHA512 acf998642266f812dfa5a00737f72ae2d36dfab9edddd3d99a9f6545415f7f6dc980d1401ec8a39b865cf54336853f190d3c542be3281dc368e0d5bc5c7f3e5f WHIRLPOOL 243e145b25928d4cdca22f3c85a6aa9a99e8dca239684debf4fd382bdc25945123054ac0b54e609d882550aae08eda7d8202ab29a7f122b5555b0807666edb19 -DIST cronie-1.4.9.tar.gz 217419 SHA256 bd7f6f118460c452bd1217a24b80fd3c000425d3de28731b98354a81a2133e92 SHA512 932684fb982e273f63828ec71397f4bfa27c6a0559a63d797fcc38f53ec0fcdeb6708c542f9ec952a54e1218ae6cf3aa7c3a7e5c485bb08ce77e2a6549cc46b7 WHIRLPOOL 00802805fee2ad69cb5e0503264ad1cf8934af15b5b5f20362979953ef8f5c43e85e0247d8b87a6dfe6f81b996a083a3c585e4434d7b13b5b279c2176f237036 diff --git a/sys-process/cronie/cronie-1.4.11.ebuild b/sys-process/cronie/cronie-1.4.11-r1.ebuild similarity index 95% rename from sys-process/cronie/cronie-1.4.11.ebuild rename to sys-process/cronie/cronie-1.4.11-r1.ebuild index 0b3c09215bdb..3c473a15bd5b 100644 --- a/sys-process/cronie/cronie-1.4.11.ebuild +++ b/sys-process/cronie/cronie-1.4.11-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-process/cronie/cronie-1.4.11.ebuild,v 1.11 2014/01/11 09:53:57 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.11-r1.ebuild,v 1.1 2014/02/25 19:08:17 polynomial-c Exp $ EAPI=5 @@ -66,6 +66,7 @@ src_install() { insinto /etc + doins contrib/anacrontab newinitd "${FILESDIR}"/anacron-1.0-initd anacron # Install this without execute permission. diff --git a/sys-process/cronie/cronie-1.4.9-r5.ebuild b/sys-process/cronie/cronie-1.4.9-r5.ebuild deleted file mode 100644 index 223d8b3ef172..000000000000 --- a/sys-process/cronie/cronie-1.4.9-r5.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild,v 1.6 2013/11/04 12:53:36 polynomial-c Exp $ - -EAPI="5" - -inherit cron eutils pam systemd user - -DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron." -SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz" -HOMEPAGE="https://fedorahosted.org/cronie/wiki" - -LICENSE="ISC BSD BSD-2 GPL-2" -KEYWORDS="amd64 arm sparc x86" -IUSE="anacron inotify pam selinux" - -DEPEND="pam? ( virtual/pam ) - anacron? ( !sys-process/anacron )" -RDEPEND="${DEPEND}" - -#cronie supports /etc/crontab -CRON_SYSTEM_CRONTAB="yes" - -pkg_setup() { - enewgroup crontab -} - -src_configure() { - SPOOL_DIR="/var/spool/cron/crontabs" \ - ANACRON_SPOOL_DIR="/var/spool/anacron" \ - econf \ - $(use_with inotify) \ - $(use_with pam) \ - $(use_with selinux) \ - $(use_enable anacron) \ - --with-syscrontab \ - --with-daemon_username=cron \ - --with-daemon_groupname=cron -} - -src_install() { - emake install DESTDIR="${D}" - - docrondir -m 1730 -o root -g crontab - fowners root:crontab /usr/bin/crontab - fperms 2751 /usr/bin/crontab - - insinto /etc/conf.d - newins "${S}"/crond.sysconfig ${PN} - - insinto /etc - newins "${FILESDIR}/${PN}-1.2-crontab" crontab - newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny - - keepdir /etc/cron.d - newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN} - newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond - - sed s:sysconfig/crond:conf.d/cronie: contrib/cronie.systemd > "${T}"/cronie.service - systemd_dounit "${T}"/cronie.service - - if use anacron ; then - keepdir /var/spool/anacron - fowners root:cron /var/spool/anacron - fperms 0750 /var/spool/anacron - - insinto /etc - - newinitd "${FILESDIR}"/anacron-1.0-initd anacron - - # Install this without execute permission. - # User can enable it with chmod +x. - insinto /etc/cron.hourly - doins contrib/0anacron - fi - - dodoc AUTHORS README contrib/* -} - -pkg_postinst() { - cron_pkg_postinst -} diff --git a/sys-process/cronie/files/anacron-1.0-initd b/sys-process/cronie/files/anacron-1.0-initd index fa27595cfff3..df55b0c8feb1 100644 --- a/sys-process/cronie/files/anacron-1.0-initd +++ b/sys-process/cronie/files/anacron-1.0-initd @@ -1,15 +1,16 @@ #!/sbin/runscript -# 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/sys-process/cronie/files/anacron-1.0-initd,v 1.2 2013/01/23 17:25:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/anacron-1.0-initd,v 1.3 2014/02/25 19:08:17 polynomial-c Exp $ # anacron forks itself when -d gets omitted. So s-s-d fails to create a valid -# pidfile. DO NOT remove -d from command_args and -b from s-s-d_args! +# pidfile. DO NOT remove -d from command_args and let s-s-d start anacron +# in background! command="/usr/sbin/anacron" command_args="-d -s -S /var/spool/anacron" -pidfile="/var/run/anacron.pid" -start_stop_daemon_args="--background --make-pidfile --pidfile ${pidfile}" +pidfile="/run/anacron.pid" +command_background="true" depend() { use clock logger diff --git a/sys-process/cronie/files/cronie-1.3-initd b/sys-process/cronie/files/cronie-1.3-initd index 5213ab72fae5..1c124c8bdbbf 100644 --- a/sys-process/cronie/files/cronie-1.3-initd +++ b/sys-process/cronie/files/cronie-1.3-initd @@ -1,11 +1,11 @@ #!/sbin/runscript -# 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/sys-process/cronie/files/cronie-1.3-initd,v 1.1 2012/02/13 17:32:34 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/cronie-1.3-initd,v 1.2 2014/02/25 19:08:17 polynomial-c Exp $ command="/usr/sbin/crond" command_args="${CRONDARGS}" -pidfile="/var/run/crond.pid" +pidfile="/run/crond.pid" depend() { use clock logger diff --git a/virtual/udev/udev-208.ebuild b/virtual/udev/udev-208-r1.ebuild similarity index 83% rename from virtual/udev/udev-208.ebuild rename to virtual/udev/udev-208-r1.ebuild index 0a5e7f804492..1114822e4f66 100644 --- a/virtual/udev/udev-208.ebuild +++ b/virtual/udev/udev-208-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/udev/udev-208.ebuild,v 1.12 2014/01/26 09:12:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/udev/udev-208-r1.ebuild,v 1.1 2014/02/25 16:21:32 mgorny Exp $ EAPI=5 inherit multilib-build @@ -17,6 +17,7 @@ IUSE="gudev introspection +kmod selinux static-libs" DEPEND="" RDEPEND="|| ( >=sys-fs/udev-208[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs?] + >=sys-apps/systemd-208:0/2[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?] >=sys-apps/systemd-208:0/1[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?] >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?] kmod? ( || ( diff --git a/www-apache/mod_authnz_persona/Manifest b/www-apache/mod_authnz_persona/Manifest new file mode 100644 index 000000000000..c61c771714e9 --- /dev/null +++ b/www-apache/mod_authnz_persona/Manifest @@ -0,0 +1 @@ +DIST mod_authnz_persona-0.8.1.tar.gz 22809 SHA256 b583f54b19aefc1c8a2bbaf9ea8e2d1170d9f1ed39fa91c7b76fdab55cfb9b39 SHA512 38e0231427509f5d6a2ee22c427040347d04c243cdb4d767990bfd4918cdb8ce1da043c8762389ca78898536fa0a86b88d52360e05367169bf86a3575a484de7 WHIRLPOOL 3e66a53cacd29e4ad4e0efb3234bd62cd051b952b1b0a2acc4bca3e2ac1dec5b00adbdce6157b881025f89c06b9247860fdaf45e68fe744af00eb8b3d2931063 diff --git a/www-apache/mod_authnz_persona/files/70_mod_authnz_persona.conf b/www-apache/mod_authnz_persona/files/70_mod_authnz_persona.conf new file mode 100644 index 000000000000..e61f7536fa9e --- /dev/null +++ b/www-apache/mod_authnz_persona/files/70_mod_authnz_persona.conf @@ -0,0 +1,3 @@ + +LoadModule authnz_persona_module modules/mod_authnz_persona.so + diff --git a/www-apache/mod_authnz_persona/metadata.xml b/www-apache/mod_authnz_persona/metadata.xml new file mode 100644 index 000000000000..a4998c6d4d0c --- /dev/null +++ b/www-apache/mod_authnz_persona/metadata.xml @@ -0,0 +1,8 @@ + + + + + djc@gentoo.org + Dirkjan Ochtman + + diff --git a/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild b/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild new file mode 100644 index 000000000000..fac8c75abac7 --- /dev/null +++ b/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild,v 1.1 2014/02/25 08:29:23 djc Exp $ + +EAPI="5" + +inherit apache-module eutils + +DESCRIPTION="An Apache2 module for easy Persona authentication" +HOMEPAGE="https://github.com/mozilla/mod_authnz_persona" +SRC_URI="https://github.com/mozilla/mod_authnz_persona/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/yajl + net-misc/curl" +RDEPEND="${DEPEND}" + +APACHE2_MOD_CONF="70_${PN}" +APACHE2_MOD_DEFINE="PERSONA_AUTHNZ" +APACHE2_MOD_FILE="${S}/build/.libs/${PN}.so" + +DOCFILES="README.md" + +need_apache2 + +src_compile() { + emake APXS_PATH="${APXS}" all +} diff --git a/www-apps/guacamole/Manifest b/www-apps/guacamole/Manifest index 32f3479d00a0..b8c04c888120 100644 --- a/www-apps/guacamole/Manifest +++ b/www-apps/guacamole/Manifest @@ -1,7 +1,3 @@ -DIST guacamole-0.6.2.tar.gz 97138 SHA256 e0cf64202f6d2ac4e82ceed52536c1da2bb50f9fa1cfc8143bc88ca20029a204 SHA512 b37ff09d8bd376338a5ec8230390c345f396702ee48578f485cb02493f1401288a4f80a96accf38d8cc684420c7b1d610850a4d7547a085b489537e46e70be2f WHIRLPOOL ecfa13096d44998c6c4594af937a95f90c93a19626b91c971b3f0c130c275dd72c76b9b4ce460954413cc9aecdcb3856f03974d80acb176f3e2329bb5e91f23c -DIST guacamole-0.7.0.tar.gz 99852 SHA256 01ee413933ae7e2117658f398cfe9fff0becea221b39d4f4759985c0dc4b3e08 SHA512 e28a192f076f92d6e42f8bad045cea2655adaab563a826cb5c9aa4bfa217c96fa59bc9f6fb92898d5e001fb27fbef3fcf78f25f7be6c2e5a187a69d2eda0c38a WHIRLPOOL 2f8b6b0b3ecb9dab6b4604549bb85303b7a64cfab4cdad962cc6f27a663dc7df1b0e58f5a7a58496aecaf88fa3cebb203243b630de982bcea214dc5da342759e -DIST guacamole-0.8.0.tar.gz 132578 SHA256 536963392cac4448c6f1aae9faf0298aa14e4a93166efa56a384e3f73d000ed6 SHA512 16c24dc3d907d9531a462acd9c86b96d05e5140a46ea185008c5178cc51dd1daece9bcbcec0c2b651d0e536b12b474dad38125f835e1fc588b5ea214d4ff92c1 WHIRLPOOL 01dffd2282696e450c990cd8fed47350f499b2d0653629be783c2730c084660fc40b46bbbcb73daa6d953b552a5dedd5a15e1623b544b57b0fb654b0810a9d5a DIST guacamole-auth-ldap-0.8.0.tar.gz 382872 SHA256 745e7541ab5db9decb463a7358e17c13cab5843d8458e0bf04f5a8eda8f19064 SHA512 2e775de3757b0e161fd7c6ac19982763bbafec42fef3418cb469cf3cb6bf1783b01486fe28e5a250af7b67107a5c3c73e2ad2b10a4e49b3ca187e76e2b578776 WHIRLPOOL df9a926df2f2a095a816234b6499640149e81acb4b6610d94ff8588e28ae9eaace8c0ca1808d1522aa55531674c53cbc6b5f55f606d7af73918610c9eb095ecf -DIST guacamole-auth-mysql-0.8.0.tar.gz 2067246 SHA256 51ed996ae667068f542fec3e5c45cdfdaccc120c959537ab86bfa0f2f080edc2 SHA512 9d7daeab4f06cb7e49fd070d05464cff28d531d35143bb419b18751f5d195a931e27e3958db7da87ddb89d9e2d6363f8e49ef53e9ae090675f1b81e6aaa60ea8 WHIRLPOOL c621259ea2a96bccc3941cf8eff0bd5df245d9d96440da84e983365e9bca73d886d68ba9dc571edbd770031a60fbf94bc3aae7ec927316df0991d546c02559ee DIST guacamole-auth-mysql-0.8.2.tar.gz 2101795 SHA256 26902d50237a5bcb65b5dc9e31e7c51d6318614b97200c58c030a655e57aed82 SHA512 9bc5e7a5750d52a3df288088fa331f9e442cea06abf704df3989e714daba03e20b07ff5c531b4966ccc2f50c49124b9b7819447330d3be9ac5cce79c368663c6 WHIRLPOOL bce4711ca03315feb770cd82f07b4370ea8ff74ca38a952827b36428150ee31c3e6deaf633fd7e256047ccf9e361e80b2d46248e5f2f6c3f896363b2e2badd13 DIST guacamole-client-0.8.3.tar.gz 345097 SHA256 a2e3d96b9f83308caf35068d657882fff9c3977533bb3b125cda1971422112ce SHA512 395ffbb08b877e4af538b1d0859d8e28e3352f2fe41482e7790c9b3c7597f37882ca032d383c7994d5f2e193404c5c267cdf793d642fb551e04465edfe93d7f0 WHIRLPOOL 19a778b40b7220604a7c5ecd93fa8a7680b7efadf304ffb5b747dad52bbf6dffdeed5a16c26cdd3773b6a0a155b7ba23a76b3233bdd2d658c0dc71a4a86ada80 diff --git a/www-apps/guacamole/guacamole-0.6.2.ebuild b/www-apps/guacamole/guacamole-0.6.2.ebuild deleted file mode 100644 index 49af284a8ef1..000000000000 --- a/www-apps/guacamole/guacamole-0.6.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.6.2.ebuild,v 1.6 2013/11/26 12:53:33 nativemad Exp $ - -EAPI=4 - -inherit eutils -DESCRIPTION="Guacamole is a html5 vnc client as servlet" -HOMEPAGE="http://guacamole.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="AGPL-3" - -SLOT="0" - -KEYWORDS="~x86" - -IUSE="vnc rdesktop" - -DEPEND="dev-java/maven-bin" - -RDEPEND="${DEPEND} - www-servers/tomcat - >virtual/jre-1.6 - net-misc/guacd - vnc? ( net-libs/libguac-client-vnc ) - rdesktop? ( net-libs/libguac-client-rdp )" - -src_compile() { - mkdir "${HOME}/.m2" - cat /usr/share/`readlink /usr/bin/mvn | sed 's:mvn:maven-bin:'`/conf/settings.xml | \ - sed -e 's:/path/to/local/repo:'${HOME}/.m2':g' -e 's: