Sync with portage [Thu Oct 22 12:00:56 MSK 2015].

master
root 9 years ago
parent 5ba47296d3
commit 87f6a7a70b

@ -1,5 +1,7 @@
AUX puppetserver.initd 1882 SHA256 78678f85c20d6424db37b9bb61037efec01bfe1c130faf23933cfa54c6886233 SHA512 1006fa4baf8b768d41094de3af07df0fa95947589090320c72e8d877d191102659969e53bc93ce978e10e0192d36f64a84cb2311093cca468bca54972c5e1753 WHIRLPOOL a2bb55297d70ec64a1aa61f80169ef88ff0323ce0e647779bd318c5d0d438b88bcb020e9d8fe93b41b8b1b9eff51dc18afee63d4b7bd173a442cecf90e4b1b28
DIST puppetserver-2.1.1.tar.gz 42547364 SHA256 206db88de533ebf0071a3d957aa21145500abb7748897b01f0de8e5d57dbff0c SHA512 850276fdd67f77f4c8e67be920ca4685fb267d6c90ed1eea41792c5f500ad4b199c198a4367a0faeb55d7aaf85ad531f50bd6704562c1c26bce499265d03a3d5 WHIRLPOOL aabce9259f99926788b9ff16e1b547e4f3c543a54c50a0bd3b0ef0e27eb5b1042981b5bbc73339b28b063798da3cd2453f45a40fcc77f9019f8db40fb5216f28
DIST puppetserver-2.1.2.tar.gz 42613471 SHA256 5b5ba875bad9d7ac6b060dab8ab02afb624878fa420d49c81954442c2d8b4048 SHA512 5b814f0268e232cef3e1b613cd0f608e14afacde2788700269687727c4a1f7dec2e353628e1714c71e086b9726972ef6d0aea2f997277e9c55eb481510430b5d WHIRLPOOL 357cf5e5c347d7942748cae3240a2aedaaab48293c4c7c7eb71b4723582a427760fe97cb954dc196a5fd87e1323ca3b2cd9e256429e5aee61f9a148a23de3537
EBUILD puppetserver-2.1.1.ebuild 3670 SHA256 09034b21d49f73f6c315c7ba56ce461e175728ede1dc174b803323f0ebb01c2d SHA512 61969e27fc049a977ba63c544fa4db9e3b7ee2997a6b622998224b6026f761feb4433cc3912d5b8f54e29e9fee8a86f94aaaf5ecef7fc62009e1aa5224e2805a WHIRLPOOL ee79cc02592edc904b7a01c187add1be7bfd952af7f03fafd357a05b7ab501a99bbeb4f464076d14024788eaa2a8e9f1c3246e77840d65f6e8de7b567032d6e2
EBUILD puppetserver-2.1.2.ebuild 3519 SHA256 e8c7cc084db8b3fd00bbd7289f01e1358ec7b895768b41afeb0ca3ed28dbf5a5 SHA512 cce3c1c5c6fc19fba96b17f3d38d25a04f8bb19932e89a5a18d33d1f1d07369a1d873b8c717b356f3de3107129a06b88cd9d22412b17e7954c67473b53bd45ec WHIRLPOOL 2fac1bcbabf8f0fe86239735e973f764c8b9d1e67abbdf1b86f4a5d9edb735811eb8f555a3b7c99d7bfd78ef11def3a5f83854e989843a8eca3aab53618ac3a1
MISC ChangeLog 878 SHA256 55c43d296cd6cf910139ea29afe0d041358cc5a8ea0366936dfb75ba21640eae SHA512 5ad7c7171faf5a1c05cb9afaf307880e37744cdf472b1f6f1a72c1ab98f58f2e2150d8582ad72ad0ab9b45a075b7c1ce700603c942b183328a18cee505a186b7 WHIRLPOOL 7c5aaee9bea21577e2864ccc6c31d5accafd4a74ebb79d4f73388a0b3995de84471ed7b18c896747c8730349236136cd23f44f5c71a7aff3a08ef13ef42cc682
MISC metadata.xml 454 SHA256 4f640f42641af82a71290f85aab764c908f2db917457ecc3ade37b83160ef6f4 SHA512 68b9c9c957a39f1019530f36bfd55e0054ca4a271c5a40766c9f3ef5fb21daf54526edf69c7dca0bd1c523968e466634947599513010c6263781196221379993 WHIRLPOOL 9f3b571a51c54ade327a3cbb00266fa213d2f63abb7fc6d811c87b62e57e7f445bf702cbf52f6cb5d2908c01696aa0b616cc40172c25fb478a0d2b09e848361e

@ -0,0 +1,104 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit multilib systemd user
DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents."
HOMEPAGE="http://docs.puppetlabs.com/puppetserver/"
SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="puppetdb"
# will need the same keywords as puppet
KEYWORDS="~amd64 ~x86"
RDEPEND+="
>=virtual/jdk-1.7.0
app-admin/puppet-agent[puppetdb?]"
DEPEND+=""
pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
}
src_prepare() {
sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetserver.service || die
sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetserver || die
sed -i 's/sysconfig/conf\.d/g' install.sh || die
sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
sed -i 's/var\/run/run/g' install.sh || die
}
src_compile() {
einfo "not compiling"
}
src_install() {
insinto /opt/puppetlabs/server/apps/puppetserver
insopts -m0774
doins ext/ezbake-functions.sh
insopts -m0644
doins ext/ezbake.manifest
doins puppet-server-release.jar
insinto /etc/puppetlabs/puppetserver
doins ext/config/logback.xml
doins ext/config/bootstrap.cfg
doins ext/config/request-logging.xml
insinto /etc/puppetlabs/puppetserver/conf.d
doins ext/config/conf.d/puppetserver.conf
doins ext/config/conf.d/ca.conf
doins ext/config/conf.d/global.conf
doins ext/config/conf.d/web-routes.conf
doins ext/config/conf.d/webserver.conf
insopts -m0755
insinto /opt/puppetlabs/server/apps/puppetserver/scripts
doins install.sh
insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
doins ext/cli/irb
doins ext/cli/foreground
doins ext/cli/gem
doins ext/cli/ruby
insinto /opt/puppetlabs/server/apps/puppetserver/bin
doins ext/bin/puppetserver
insopts -m0644
dodir /opt/puppetlabs/server/bin
dosym ../apps/puppetserver/bin/puppetserver /opt/puppetlabs/server/bin/puppetserver
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetserver/bin/puppetserver /opt/puppetlabs/bin/puppetserver
dosym /opt/puppetlabs/server/apps/puppetserver/bin/puppetserver /usr/bin/puppetserver
# other sys stuff
dodir /etc/puppetlabs/code
# needed for systemd
dodir /var/log/puppetlabs/puppetserver
dodir /etc/puppetlabs/puppet/ssl
fowners -R puppet:puppet /etc/puppetlabs/puppet/ssl
fperms -R 771 /etc/puppetlabs/puppet/ssl
# init type tasks
newconfd ext/default puppetserver
systemd_dounit ext/redhat/puppetserver.service
newinitd "${FILESDIR}/puppetserver.initd" puppetserver
# misc
insinto /etc/logrotate.d
newins ext/puppetserver.logrotate.conf puppetserver
# cleanup
dodir /opt/puppetlabs/server/data/puppetserver/jruby-gems
fowners -R puppet:puppet /opt/puppetlabs/server/data
fperms -R 775 /opt/puppetlabs/server/data/puppetserver
fperms -R 700 /var/log/puppetlabs/puppetserver
}
pkg_postinst() {
elog "to install you may want to run the following:"
elog
elog "puppet config set --section master vardir /opt/puppetlabs/server/data/puppetserver"
elog "puppet config set --section master logdir /var/log/puppetlabs/puppetserver"
elog "puppet config set --section master rundir /run/puppetlabs/puppetserver"
elog "puppet config set --section master pidfile /run/puppetlabs/puppetserver/puppetserver.pid"
elog "puppet config set --section master codedir /etc/puppetlabs/code"
}

@ -1,8 +1,6 @@
DIST pius-2.0.10.tar.bz2 30872 SHA256 ce4f7804af2806310d3be890361997fa110d94568a33e2a2413f04032639198e SHA512 5c8ed483e8abf70389eaa6c87ccfe4702c6eb31d6e4f5a84507cc4841857785019e4910baf1a7d85e65ed5192e6cec44eaf5681cd581d971dd2e747dd6ce15f5 WHIRLPOOL 1405e98e875be074c4e38c44d766c6626e69c9f2475b8075ff7ca5413dfb7567f5bebd266c714da69b1e589e822ab24d42587ce1220f05ca7a6ccbf2b9fc3dcf
DIST pius-2.0.11.tar.bz2 31351 SHA256 aeb8ef25fb59074532e380e70c71d1f5d6c9fcd13aa0cf040a7581693ef6ab5d SHA512 b7d4fd701b9629e8544221d4f2bbd73308bf3d7281104857dbfed37b8f35427df6dc08f4d8b000e3b3ed085088d989aeca34a1ce81b0eee2e8fee1134e5b47b7 WHIRLPOOL d9eb18a2a7db0cf241f97174217747e3c7100a0bb0176c1ff4dff50b4b0c80f351d88b6b5c0214d1d1546b1555937e8fe39416649a3071c4104e840937544f51
DIST pius-2.0.9.tar.bz2 30225 SHA256 6d2cd48207a76e530b0082bc1cd21ffb44c204f5cfcfe611347a12ca87a732bc SHA512 37deb8ec30d937cc8ac9600eeb4b8f1952628dbc4b2e5ba8ed1a875f3083a1dd456efd198ee5b256412a945d7424c0ff9d262b553fe23d39dc9fc0ed05f88981 WHIRLPOOL 2a5a0b7d7cd3eb19a46442ca6573117f4b7b83598f013d6bfff993045c61538ed9dbdc41f3e8d7057996090fe2b1c0d2dbe2d8cc6dcdbc73a200e2a98a6f7b83
EBUILD pius-2.0.10.ebuild 626 SHA256 d66ce440c6e9b5d364d9758a4472ec2259ce77bb8f767c6f1f7c553058e94f85 SHA512 7a21070ee24657355cd7ea849af7b604e6c77de0763651794f9dff95de3c9d58b23036ee95129533bf450f7b6dfb324a8d3a0014f3891c00bc4d4617c5afca3e WHIRLPOOL 1e4d8b559426b24500ea2baa59a968359ac821553dccde45d8ab4ef7b0d0c33fbad73ed165315b231eceadee9350e0a5d9e6fe587c7be2532fdf8bc1971a1054
DIST pius-2.2.1.tar.bz2 39466 SHA256 82b842b13237a40a8c4e767e06aae419e93c0024f1dd9f30e287015cd5e56d00 SHA512 6380ca3edb045ab25669e1dbf29a9e209f8de2b41b930b81c94a45dc5921bedeebbdc8fb17b494845228353598f882aeefee5ee7dc16b7cc86297e8a333de6ae WHIRLPOOL 839490a6e3f37d78435c76557f588032a829f529300c8d800d4082a4f467fba3a4d36f5764a0b7a16b05e99c19fa2057dd2f7366c9cda3b8bb6c8c37d919e610
EBUILD pius-2.0.11.ebuild 620 SHA256 fe2ec616eff6c54315cce022fc4d725924717c6705673d5690a5c96457d990b2 SHA512 b4a3025210a033877714bd242ca3854950836328b2a0e75c9668b8d22ee91608e56a562fdaec81e898221192cd16a5de49b27980c0a8b6657ec631a8efe447b0 WHIRLPOOL 516b2c4d1d75b2e17b2def33a2112946d1b62995656f8547ddd153d6dd7b8c9e68b297f0f1fc4b18e94112ddebefa957d575072ec973ce4dc01ce836183e3472
EBUILD pius-2.0.9.ebuild 626 SHA256 40139d3ba2b1449f12a8de6eb55af7a4ca52729536dee784c8ac9ac7fe5afb52 SHA512 c3a2f2c55e949794e39b3c2b94050d8ff7f0cf431c2897d77dba43beeba2df5efe146978357edb51f99c356f1e03f2ddbcf36b42518fc00fa9039344999df320 WHIRLPOOL 4a68d78bf579760cc5a549823481eed0301c9dc8e8ade52ad7088ea6321fe87b3d2a0989e67c6eadcc1fbf58ac21bfbd44622adb4a6a1283b342ec215f345db7
EBUILD pius-2.2.1.ebuild 497 SHA256 6eb719b2ff0c2336d7fb7ac9cb293541e6594bcc3d9903b306b41d860adbe72b SHA512 b808493c1f41fe07d42050110301f890fbc45fbeb4fa724d93f2012233a90302fe8023385e484e068dc0ec458dffdc5f30765887ad6b660bd7842c5bf82c6ab2 WHIRLPOOL 745f7ea87f84d64642d6190edcbfac9756b5a31ea77cf44fd100ec21f6616fc17687bedee07a101c2dae9270311a411e86f81df0474a399e5130d5cb519017ec
MISC ChangeLog 1223 SHA256 1b62b7fa9aa19c347ce1f46302e115fccf4388ae81f4c3929e797979f7e63c04 SHA512 b891c3f1885c787b68dcb77ea016d6e2d100c2c0bec7cc110d54af0f66e0588f25ee0579079888d1b3200b49164bf2df666cbb33e1c628269645c0ed99cc05d6 WHIRLPOOL a76e7b6d818ccab36982224e744b7111cae240a5231568df224e013fa80ed843aa29020916bab91d31c5f250e83ea140a997f9c23c0229fb42d095fd1cbb6640
MISC metadata.xml 646 SHA256 e119de3be25370edd199595bb65ff9c05ee63498e8553498531081c7c84f9756 SHA512 514828e1902532fb9bb83dac6d877cceb403fd3ff4af7adde2d7076006e9bf976a2d810f0930a97199fbdc66a03a6a7037823b867d391499073bf050db34f4f0 WHIRLPOOL 0fbd2ed1abe7b75433615555d07aa11186fdcc128a4abd416d558def6ce226cbe4a31b02bfdf1f6b3ee84c4bd09992dd7e8f1c4ff004ad5a3d282c0c8ab29dbc

@ -1,30 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys"
HOMEPAGE="http://www.phildev.net/pius/"
SRC_URI="mirror://sourceforge/pgpius/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-crypt/gnupg"
RDEPEND="${DEPEND}
dev-lang/perl"
src_prepare() {
python_convert_shebangs 2 ${PN} ${PN}-keyring-mgr
}
src_install() {
dobin ${PN} ${PN}-keyring-mgr ${PN}-party-worksheet
dodoc Changelog README README.keyring-mgr
}

@ -1,30 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys"
HOMEPAGE="http://www.phildev.net/pius/"
SRC_URI="mirror://sourceforge/pgpius/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-crypt/gnupg"
RDEPEND="${DEPEND}
dev-lang/perl"
src_prepare() {
python_convert_shebangs 2 ${PN} ${PN}-keyring-mgr
}
src_install() {
dobin ${PN} ${PN}-keyring-mgr ${PN}-party-worksheet
dodoc Changelog README README.keyring-mgr
}

@ -0,0 +1,21 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys"
HOMEPAGE="http://www.phildev.net/pius/"
SRC_URI="https://github.com/jaymzh/pius/releases/download/v${PV}/pius-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=app-crypt/gnupg-2.0.0"
RDEPEND="${DEPEND}
dev-lang/perl"

@ -1,8 +1,8 @@
AUX 50magit-gentoo.el 77 SHA256 f3c97d1e80e018ed8338bdb9d1f7a0b8be54ad3e84a590680c2bc0422dc3caef SHA512 ab812cd1f5451868dd62a4bd3e87b2d5061ef4e3010a2a4c63396c9b797fbfb45c02d045dfde55de1b7e91c98375ba7a56b98f65beaa697d35228b9c870daae6 WHIRLPOOL b84bb8d7ca0343774c19c7d604778cd7d01fff37a0d5cc15696002ef335f2acaad21a96084e86d539b13c2a4f589a20b83099170d2a0bf8a67627b07ba98cebc
AUX magit-1.2.0-delete-directory.patch 1315 SHA256 b283b6742c045cfd0acd92d74450adb4f0aaf72eeb21a3091dd572c2b485ced7 SHA512 498d1d0a48709e72c1023b3254019c035c42fbad6f43ae8312320e28180d7a81d8f4c5f14d59e2faa6e167494d2b6e2b6420b0883f2c52542c0377d6b6c8ac55 WHIRLPOOL 53557bf1c929929b3e7caa7638bb336f7ce4b4587a20b9f682c505dfb9e7f74bee97aaedb658ffba0607f34f1bea2fcf595e7a6d3dd179d682ca4c0d2c5b86d7
DIST magit-1.2.0.tar.gz 163318 SHA256 ef535819b8ee32c53ad38efabc82028f62422f2629407d69ddc5970669dc1ba9 SHA512 3f673d38d9f73cdf653108184ed97c1d499492224be3925949ffadb3bb6900a9be664c773dae49da696c6e1daa8bbb70d7446a9f9d7f9a7f8714ca254ed02c3d WHIRLPOOL 0462ea59ae75c01992d6d7dd17783ab4c60c335c17e03a8791be0771caf54d6a546a84c0622f2c1d45d1231a8d2638fb936bff31c94aa08a10d2c98e5986e4a4
DIST magit-1.2.2.tar.gz 111245 SHA256 8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a WHIRLPOOL 4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
EBUILD magit-1.2.0-r1.ebuild 1022 SHA256 fbeb5037cfe3d37be3b3b8a355c01fc340ce0335a270dab517a06a4dfa0c66ed SHA512 be0ebf9690fd176695bfe0fc7f91e0f41aa4b236ef46b4e51902a23bc28e4aa682163b0d512242b6f25f06a848fb6ac50617ea31b3a50323f5cb1146b4e9ad03 WHIRLPOOL 6bec7883ee880135f7e5cbc251b99aca8584ed31bc8e1f27d6d50da096d29754d4b55001dd2f8e544ced23f6952e74d440faded38d62c89404d2b05bd5caebf7
DIST magit-2.2.2.tar.gz 244326 SHA256 08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4 WHIRLPOOL f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a
EBUILD magit-1.2.2.ebuild 970 SHA256 ea061a9b4ac177796d287305dd7054a38cc639c228c86c182376083811d90651 SHA512 b28829a121acbb40b73ca434bfcf4642889dde02155941a2006118cafdd2c2965c98669dbfc909cdd7965e1a3447cbc040a0af6c5c94d8efc6a57d27dddd77ff WHIRLPOOL 14c375b5ff0225e2cef9c28f8c2459f53cefd40216d3306df87452c37c0d9f6eefcedbaa5937f236f6ed806f2f77ffb202c67e480eb9ed9cb2180943d8e2512c
EBUILD magit-2.2.2.ebuild 1183 SHA256 d5aed397f6a883f9ba6165440446d7858bc38193c45337540a794ede5f6e73ed SHA512 d78a2e57750ed576e2ec4fb0473d2af01b27679d248c41d8a801bdfdf8cb1e3d95076b6461485b0a2f47e39159dbb42353ebedbb01eddc4a298aada1c42c707b WHIRLPOOL ed4ae9a38cd6d5ea77280f7a569436fa4307e79214f9a8a827acce570ad0d4a9377092b345a7017d5496f2ec219421544245ecef90f8d70db3e7b645e0b6987e
MISC ChangeLog 2737 SHA256 67253fab4226703bf49906a191e2f90a32c07869b8aadcfdc3255958d50ce799 SHA512 abf9bc95ec6529cb651fb9e657db2a95fa4c9742fddcbe26fb55feec5d7a8e6780766b1fd283f1a64f472385f50523dc26846c976d0bd9d79fa717006dd729d2 WHIRLPOOL eb6300040ba05c6b185991179def1495e6cfe4fba685a46e607edc3392a6f6989cd3be2a7de0cb63909d6d4833ef189c3cca3bf382780592558cb6bf6b9b8f46
MISC metadata.xml 761 SHA256 0e077ad085e279923485af8772d50f4be15274769193ef796dbe88fc53688b6c SHA512 e914b27dbba5b134d3c0781dd5fc01289bdd602b9300a82356b3c300d037be98ed19b5a1b22e609472752fe6dc7e1f418ef558e3ee7234dc4426c5c734e1f40e WHIRLPOOL dd255eb29af1c71f0ac14990d4e38ecf01935bcfac43341e8f219254645b8a43f39df4e14e19f66fd3572de09b3690106671fc879714b782bf72ff6056072e2f

@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -8,36 +8,45 @@ inherit elisp
DESCRIPTION="An Emacs mode for GIT"
HOMEPAGE="http://magit.github.io/"
SRC_URI="https://github.com/downloads/magit/magit/${P}.tar.gz"
SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-3+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64"
IUSE="contrib"
RESTRICT="test"
ELISP_PATCHES="${P}-delete-directory.patch"
SITEFILE="50${PN}-gentoo.el"
RESTRICT="test"
CDEPEND=">=app-emacs/dash-2.12.0"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND} >=dev-vcs/git-1.9.4"
src_prepare() {
# Makefile expects this to be present at the current directory
ln -s lisp/magit-version.el magit-version.el || die
}
src_compile() {
# The upstream build system ignores errors during byte-compilation
# and happily installs broken files, causing errors at runtime.
# Call elisp-compile, in order to catch them here already.
pushd lisp || die
elisp-compile *.el
emake core docs
popd || die
emake docs
use contrib && emake contrib
rm 50magit.el magit-pkg.el || die
}
src_install() {
elisp-install ${PN} *.{el,elc} || die
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
doinfo magit.info
elisp-install ${PN} lisp/*.{el,elc}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo Documentation/*.info
dodoc README.md
if use contrib; then
elisp-install ${PN} contrib/*.{el,elc} || die
elisp-install ${PN} contrib/*.{el,elc}
dobin contrib/magit
fi
}

@ -3,16 +3,19 @@ AUX my.cnf-5.5 4812 SHA256 55dbe30431dee82100f88802ab9c5cda5ab17355548e6fe7a6caf
AUX my.cnf-5.6 4586 SHA256 688a3be27d935863c9368d436accd23f6f4ea4ea07063722e94fb690b4dd0e5a SHA512 d30d3b395070e0a2db407337d65a9b108567972f9ac66f4a7404bf6fbc2a82c95790b8a022b00c896251933c65e7eb5b8d3abbda21bffeaee433f4b3b8feb271 WHIRLPOOL b08438005ebd48e0b51128f56f42d83e3d3d0b145384f31ec3599ba3906686e472f36368222dd9f0a39760153bf5031306b7489db4ce66ed60217962d655c819
DIST mariadb-10.0.21.tar.gz 56216903 SHA256 4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545 SHA512 75aa4b019f3432a61483bb325a0f088ea92d6fede44d7a300c15659411c8927fa2a0586182226315b6d6796641ca1d8746f7fd49e21fe21505adec1fc38ae32f WHIRLPOOL b086fb34363b2426f5e91c14916b747787feadf37c609f4aea1f08bd235e9e97df17f5bfa0eb9e65e93fbed3df5eb6c021287c4eb987a3362ea87cf96eaf268e
DIST mariadb-10.1.7.tar.gz 53812743 SHA256 5bd3b80cf0f312751271a3446c12579c7081f93406e59a0cdfda8e133423c88f SHA512 4a496ba22ccc839d412dd4858cb66464b499693c4ff89ea773a967bccc7d53a52622f3d494d6f889c5325b079d83ba17b25abae2bc9fc22b76c601fc51542f5a WHIRLPOOL 2366c46a7c6d83dd9fe7cac9affcb00387a574912ad9350c11279d31fd384e5fcc18a5d297765086b2f9208e5b899a7707cfb199d047309b89725d0e9582cd9d
DIST mariadb-10.1.8.tar.gz 53920483 SHA256 7cbf6a4649aa6dc9cd1dc24424ade7b994de78582ce4d47ca0f4cd1c4c003bfa SHA512 6bb282f814a0d7a6d8e06feb11a819bf9fc6f240428e4a03716a50f2291e070d789224e7f88b4b9b33a160424c4cc0b9deef96c280dcc900476ffc9888dccb45 WHIRLPOOL 65d6857a5f10880aadd391e5eff1fc2c2cc68909e94b75da7e4d52e5405d780ecfaeb4d51f6e7d1ed9a531ef206c64057a17c028d1c5e0ba85dae185234eac37
DIST mariadb-5.5.45.tar.gz 45686618 SHA256 4dc3aff6941ef1068412002915d795bcf67db0eaa38a5c6f3af57474c4226fb0 SHA512 57501670605cfcdd231ef57d2db7ac9bf460856e63c0660d050ad11aa0392d3d6ce6730ae119dca5d00847c9170990f375c8499593bf0d02c1995395191236ba WHIRLPOOL e5ef471c097c2b8921596b88f26df6914e031daafdcd878d79a16c20be6ba8c97fb79069e48d7d1b9aa405ced063f66feac1c52503907e06ee4b577def2c57fa
DIST mariadb-5.5.46.tar.gz 45683962 SHA256 45b66b7adc87cad32e553df1d5211e5b6426b78a3bc318a5ccde088bf93e6e10 SHA512 91e5d3d46da9932fdd80125abf77cea411158e04212ae6dea1aa7a9260626c9dfded967af7173a152f488f38c35ff423fcba4098fa337814956c6fa8719c6080 WHIRLPOOL 7da1dc60dca37605c56291544b6d0dfc09a7a76c139b14d1277980d079251d02389efdbde56d23402d659e9c0830fd7ab7998833e1b5fcd33dcab436ea21b74c
DIST mysql-extras-20141215-0144Z.tar.bz2 1494767 SHA256 4757043858110654d52b0e6dccab064987ab5db8ae4ae99863cf86df0b90f947 SHA512 7a9b733d09f44b1faff19a496a3e820e444b339838665e6f37c4fddc8f2ad67e805082d598c4edc06fda9364f9906e4cf95520552f72d6b6df34413f38e7a2ed WHIRLPOOL 99ea6890a5faf097b941707538b68f62390e1a49ee662a87c27435a317a9a3f37f00802e72f86b52993b3d1674b57645db0f7e73379ab88fbc1d0ef791cf4326
DIST mysql-extras-20150509-1847Z.tar.bz2 1494301 SHA256 de9c9fbb67998604cb3c0409842e4601646c8ad17f2aa301f55ffd4aed7a483d SHA512 f87d96ab8c35236d4453182c49f87f6e703af9dc217916546e4dd7368caa18a2340c9063decd96c22251d1097d7e2cac58bef30e6ff75c23aedf8926dbc3d3b4 WHIRLPOOL f60297c8ee1dfd9867ed6b29a8b04a002f23bc36b1e8d9b5db30e1e454a49fe06ffc37b10d934b11235364eecdc62beb50ce24690ab3d07a50056357906fa0fa
DIST mysql-extras-20150717-1707Z.tar.bz2 1491956 SHA256 d67cc1e2c581ab7c57122b7d29864643869799893a95a158a18e14201d4ffc10 SHA512 3a7cb07773099e766f8e796d4e555d42874b85285cc2c7c60220370cc6aafc36a60eb340008637298d85d83f529e73392895a81c1438ffccff9eb8f354b29ba9 WHIRLPOOL 11e75f4b696e2547c1da40e69d8ab75df4bf7080426204c040632f24846407b07d71061c09c4ff4a1d21a9d14a94769d8f8ef62421d0aecd99efe832caf4dd22
DIST mysql-extras-20150914-1946Z.tar.bz2 1491203 SHA256 4bc3842c74ae48297e8eaef71f76461dad2ed5f804c1811ab289643088f1d48e SHA512 75d57703d43a25b74a8c72a08eb9f582b470d3108532dd3fecbdc4a928e1e7ce99f8c02fb667b069a6f036a5e528e67a86e8508a4916b0b20bc3193d5a9f1212 WHIRLPOOL 588366aeaa50da09134d9c0eefe8922b8cde5514373d1e25f2c311ed7a023f792cb1dc69e4cd61e9732d051f26c2ce5bf90991502f6135e7578b36f64f23590d
EBUILD mariadb-10.0.21-r1.ebuild 4466 SHA256 16caa7316ef085b8c277e29c4e4fdd7c63576e9f9ce42d7d9753b848c12deb5d SHA512 f9fbbd7c01584c72cae421382cdd9ff4449b8fb21b365c9a77c28a325052525dc244982fd6e0f1eacd493cb6ea5165bfdd7cd88d977d8a5579462727a217ac73 WHIRLPOOL 064701c6ae9b547fec7dd2017cbe8aae752de74c8ea35ed580f3e1f936a0bc5dcb835e3ac5de1f1ff6aeb6c9ca243f85cbc9d2f5563b035774f63ca98025d846
EBUILD mariadb-10.0.21.ebuild 4182 SHA256 aea508848a3db4e5183b3830597dda392b4f8638ce71cbf5a362521081066cca SHA512 72b685b7889ca3e3b91431560dfe458a4bc02732765849345386bac9e3dc6bfd98d0df291883bd5b63a6d5238bd03f5fc02511ffe5d10d2136a493acb958a822 WHIRLPOOL f6db6f0faa8c2c05f45a03fe5a6d0ba99aae7bee86385108b76394cac9391c0b1e43de3a26f811f0735a2c20529b002cf7c3157107529675b399dd91b1f261bd
EBUILD mariadb-10.1.7_rc.ebuild 4558 SHA256 653825a70140939fa6740e57ff517d44d88d0cd43f2495dfc2d1333c3aad486c SHA512 f18e0942635743e80e805e1d625c6fefd896fc02653627cd1540f4710a273b5233167c71d98378a7a1a832cf0bb3ea84c8e78b94bd96ae81e47edf7f8b94ff9a WHIRLPOOL e866142458158db0c232885ed80ac0270aa6da4e7548608cbb6eb3e42ee0dd53757ae8c66b76410c785947591e3b137f9066822416d3fe0370763bb9f0405324
EBUILD mariadb-5.5.45.ebuild 4249 SHA256 df53824a35ab3832f46d5c0d2c16eaa34bd5b0941d840ca5c5fd471e54ffe22f SHA512 80bb4a595b4cc771f1c2ecfce6d3d2b05a800b0ed34c96fd13b4f395864bb958502bbb941d33cd12cb00b6be109bc42735584cf7f287ed30e18072ef99db32a9 WHIRLPOOL 532dbfda56562a35f5a1fd013acf9a6d7d12510699a0a46748497282ee66a5c96f146ee4a34c207bf7dba7938897044f99202661015ea089367b46b0976cea51
EBUILD mariadb-5.5.46.ebuild 4249 SHA256 df53824a35ab3832f46d5c0d2c16eaa34bd5b0941d840ca5c5fd471e54ffe22f SHA512 80bb4a595b4cc771f1c2ecfce6d3d2b05a800b0ed34c96fd13b4f395864bb958502bbb941d33cd12cb00b6be109bc42735584cf7f287ed30e18072ef99db32a9 WHIRLPOOL 532dbfda56562a35f5a1fd013acf9a6d7d12510699a0a46748497282ee66a5c96f146ee4a34c207bf7dba7938897044f99202661015ea089367b46b0976cea51
DIST mysql-extras-20151019-1714Z.tar.bz2 1490296 SHA256 f27297292f91c698b1ab7118740728c05a3ebfcd0bfad575898d112faaef4f4b SHA512 00db9c76847a0f58915890e34a9487c147d25fba7b33db3aa1037e8f5d6afb32448b5eae7a5583c52c03b53693b792e077dc963b7dc84356d382ba46bebc8777 WHIRLPOOL a0912ad0ecde9044761312586edb2899b58663517a8d8bab3f2c59938282bb472bdb97ed25ce097f9b18c1ad35a185494f8ad2e630c2004b717f1b61573335ca
EBUILD mariadb-10.0.21-r1.ebuild 4470 SHA256 6048fdd5cd131c26b78af4c2315c1b9141d7f785a3f02bf6407262addec1933a SHA512 8947be9b9cdc088afa212d134f0180d833f0df946990081a52850a3f63ce29405ccc580512892afe3e287a0df5a1d022969754c6ba5cde378e8ead0ea81035e2 WHIRLPOOL 186941dc7247babb2a51ae7cbd00ce022d01490e31edcc0df33ef75369e7a1371b7c1e06d8b8e740a6672239e3d51b873d4ab081f221b33d47ad6578aa32984e
EBUILD mariadb-10.0.21.ebuild 4186 SHA256 c9bd79a16949a5ae2769570cadfe1531c0b710cc0f87e90ead706910599e2dd3 SHA512 bc18615bc0304fa4d4a8835c93927919bf0f67b85cf87ec0fc054f3ccb78b35c21bb5902da9cd755cd595e5fc101fba1dc7fbbaf0b0f3bf5edf875be9c05c332 WHIRLPOOL 528adebd281eb4ae420bad55f77a3ae2b83cde384e0899a3c661941173acc1e183ed42bff70d53e7f81a2353a7123dba2f83db21e669f32884bcdc89f21f3098
EBUILD mariadb-10.1.7_rc.ebuild 4562 SHA256 9b389f89d9356e7a5ac76b19eb61cf665e0ee1401a8655ea3e5f17f4c0d141bf SHA512 7a678b5be671073b5f3c6a72178f802d87e3019afc31c4ed97e265fc1af136bbaaff9f4b858b51a9ad0e1b57e03ccc7381c5f5d7299d93852249852ac6755119 WHIRLPOOL ac52b1ab7df119ba6d04587d194de2d0401e636d555862a3c321cb6d10262950e08fdc6070bbc8f76a092a1f6711288c3b3667671a4aced20762384bce88dabc
EBUILD mariadb-10.1.8.ebuild 4561 SHA256 c291ee379b4ecb1ba6256c7302955a90cb55c4ad328955b978c0dbf18c6b5ba3 SHA512 6d2b90e40b5872ff2025148a61983977306afdcfb28e6251988eef22d461d519e7f10b05f822b31dd9e2e1d4305ec940bfd750afac04f9603699ff9aba513973 WHIRLPOOL 3b0b8b4a7cf511b13d11385a191772814fd61b8f576ffd85b68ae7d3e2d2145cd19fb96ef8ffe1110ef25c44aa1739918a61cc07d87e5db51cccd6765dd6fd6f
EBUILD mariadb-5.5.45.ebuild 4253 SHA256 0336d0004d008ce332872c2ede7d639762c991f1042fa9a809d6df04a64e9f8a SHA512 f2722d6ba9410cb71600801058509d17308fd405bf86d0413b9dc53b0024653ae3445a807222119d3a9a8539e8183ad35c4769df0d9a0c55c39871e1b1174066 WHIRLPOOL f4b5f40bf8e89d5493a050d1b020a23ade2199fb0e3e7b09367040ed305af9e0e433bbf3bc2348b5e1916ea74111c8dcce08eb583f7cc8b7eff1c9d0ba4715f4
EBUILD mariadb-5.5.46.ebuild 4253 SHA256 0336d0004d008ce332872c2ede7d639762c991f1042fa9a809d6df04a64e9f8a SHA512 f2722d6ba9410cb71600801058509d17308fd405bf86d0413b9dc53b0024653ae3445a807222119d3a9a8539e8183ad35c4769df0d9a0c55c39871e1b1174066 WHIRLPOOL f4b5f40bf8e89d5493a050d1b020a23ade2199fb0e3e7b09367040ed305af9e0e433bbf3bc2348b5e1916ea74111c8dcce08eb583f7cc8b7eff1c9d0ba4715f4
MISC ChangeLog 18661 SHA256 49a3541aba6998e4e877f4a11c5f3b9e3c6019c87d2f7ad8b8e55a25eab88eda SHA512 24861a1e538520bb16a70d09a34633dd51b15a4c2fee86928be65ec589ef54014aea54072124b245a4572b69208483c30cd2e26260fa09e30433e3ab617d25fc WHIRLPOOL 6b99d1767c2bf508d584fc9ab323e722079280aaad98ef7d56414f6b183a87b54b1907cc6f2bb2487d87e9cb672f9879cf65a49bf872f59fb09d794bb83253a7
MISC metadata.xml 2917 SHA256 52d9c1461212aa75dedf5bc6bbe7801aa3a6aff684e41e0d74c85dbdabab65a2 SHA512 e244112bdf0d27f54f4994d962dbfb9d76456612e7141be3358cf8c3dc10259505b3fa910dfea0bb1c48c68d679e15afc8ec44cbedacb75ee67dbc0b59941d7b WHIRLPOOL 8c33d29673cec8889658b09fe5ffe785997eff8e279abf331c14ebef0302127436123f285fad6b940b6ea50ea332a7f69cffe3027db76386eea4908c01c12204

@ -20,7 +20,7 @@ DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"
# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package

@ -20,7 +20,7 @@ DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"
# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package

@ -23,7 +23,7 @@ DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
RDEPEND="${RDEPEND}"
# Official test instructions:
# USE='client-libs community embedded extraengine perl server ssl static-libs tools' \
# USE='client-libs community embedded extraengine perl server openssl static-libs tools' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package

@ -0,0 +1,128 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
MY_EXTRAS_VER="20151019-1714Z"
WSREP_REVISION="25"
SUBSLOT="18"
HAS_TOOLS_PATCH="yes"
inherit toolchain-funcs mysql-multilib
# only to make repoman happy. it is really set in the eclass
IUSE="$IUSE mroonga systemd"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
#EPATCH_EXCLUDE=''
DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
mroonga? ( app-text/groonga-normalizer-mysql )
systemd? ( sys-apps/systemd:= )"
RDEPEND="${RDEPEND}"
# Official test instructions:
# USE='client-libs community embedded extraengine perl server openssl static-libs tools' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
multilib_src_test() {
if ! multilib_is_native_abi ; then
einfo "Server tests not available on non-native abi".
return 0;
fi
local TESTDIR="${BUILD_DIR}/mysql-test"
local retstatus_unit
local retstatus_tests
if use server ; then
# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
fi
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
addpredict /this-dir-does-not-exist/t9.MYI
# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
# Create a symlink to provided binaries so the tests can find them when client-libs is off
if ! use client-libs ; then
ln -srf /usr/bin/my_print_defaults "${BUILD_DIR}/client/my_print_defaults" || die
ln -srf /usr/bin/perror "${BUILD_DIR}/client/perror" || die
mysql-multilib_disable_test main.perror "String mismatch due to not building local perror"
fi
# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
# Enable parallel testing, auto will try to detect number of cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
# create directories because mysqladmin might run out of order
mkdir -p "${T}"/var-tests{,/log}
# These are failing in MariaDB 10.0 for now and are believed to be
# false positives:
#
# main.information_schema, binlog.binlog_statement_insert_delayed,
# main.mysqld--help, funcs_1.is_triggers, funcs_1.is_tables_mysql,
# funcs_1.is_columns_mysql main.bootstrap
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test, main.mysql_client_test_nonblock
# main.mysql_client_test_comp:
# segfaults at random under Portage only, suspect resource limits.
#
# plugins.cracklib_password_check
# Can randomly fail due to cracklib return message
for t in main.mysql_client_test main.mysql_client_test_nonblock \
main.mysql_client_test_comp main.bootstrap \
binlog.binlog_statement_insert_delayed main.information_schema \
main.mysqld--help plugins.cracklib_password_check \
funcs_1.is_triggers funcs_1.is_tables_mysql funcs_1.is_columns_mysql ; do
mysql-multilib_disable_test "$t" "False positives in Gentoo"
done
# Run mysql tests
pushd "${TESTDIR}"
# run mysql-test tests
perl mysql-test-run.pl --force --vardir="${T}/var-tests" --reorder
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
popd
# Cleanup is important for these testcases.
pkill -9 -f "${S}/ndb" 2>/dev/null
pkill -9 -f "${S}/sql" 2>/dev/null
failures=""
[[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
[[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
[[ -z "$failures" ]] || die "Test failures: $failures"
einfo "Tests successfully completed"
else
einfo "Skipping server tests due to minimal build."
fi
}

@ -26,7 +26,7 @@ RDEPEND="${RDEPEND}"
# and create your own mysql-extras tarball, looking at 000_index.txt
# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package

@ -26,7 +26,7 @@ RDEPEND="${RDEPEND}"
# and create your own mysql-extras tarball, looking at 000_index.txt
# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# USE='embedded extraengine perl openssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package

@ -9,15 +9,19 @@ DIST sqlite-2.8.16.tar.gz 981834 SHA256 d26e8a6fac1ad497a3ade719da4f1d6d60f586fd
DIST sqlite-autoconf-3081001.tar.gz 2049377 SHA256 5f8f2ae6461e637ff63e50fef10b6962764dfc3b81a8c0f80a19794b9d59f7ca SHA512 8e206952b351ef8a9cf523558574cba9630c8c07ef7ae90fb0712d2b99fea91742a26d0af1b01816593ea769fad343101fdbbab9c1626a4d712bb1a18b2b6b30 WHIRLPOOL 83fd822bd9eb6fedea29d968381726be24153375c06ad8c39d4ef34fd3d2e1001c8d5440880d6a880ba24242cd87782afa445ce145cdf7e75843419275136da5
DIST sqlite-autoconf-3081002.tar.gz 2049387 SHA256 8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626 SHA512 afdf11d5482a645c37cc0c4c5c2b3f8c56f26c95ee94658c92bfa0ffeb68981f67834215a45a658f733333c68f28231448e87995f9614a56f9f1672cedd13a65 WHIRLPOOL f3c7b1a11d63213a29f9dc6c04c02db9900b25dd0a8c0551bbf6d220493e7cc420d5775d99147d92c781b7f0068889e6dbeb32a10f447009341827908eee4ad8
DIST sqlite-autoconf-3081101.tar.gz 2101885 SHA256 fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6 SHA512 b87e3a94462c26e875833c7f83dcc453146377a403d173169e2db7198bede2467f8c480645141da678e0fd3071764558f2dd2630086964431ead25ac43212ee6 WHIRLPOOL 2045496055b02151211080110dc8fc2c474337788704a0e4db8841a1928b82d6490afa682c8d8b1bb6b9e98808d7eabf0f763a41e4768b1c21629107895bb66b
DIST sqlite-autoconf-3090100.tar.gz 2284128 SHA256 d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c SHA512 6465c22afa68a44b7a6e739d242d2c921147fba11c92bb3a7d0bc5b6a58bd3f85d42a1e2710f60c18c5d82e4fc6f5651255f3aebd684e0fdc69dd099337182cb WHIRLPOOL dfab45f06ed4bcadc0f4b3ba414cff679d74e32459b63580d337c02ef2621b0dad6697d88a22066b7cb9b4ac681eadc95402e157cd78befc391481a50976032b
DIST sqlite-doc-3081001.zip 5060040 SHA256 0b6c186a2da8b7d7397eb3942e97fd85b88734beb300702ace0dca4a3db729a6 SHA512 76caf476c98d8a0f5da55c4608bfc31235289e3ab2286089195fab86da6b5d98b2d5eb0fe7b81e3aff8f04939c9bcbfded6be22f0eeb21103478bf519e9ff78b WHIRLPOOL 5edd1d06babf19d54e326f6262d45851d43a0907adad66b130c93cf63efbfadcad6dbc98330bd4d2f80d1d528cd9088ada0727475b42005de6bcdbc4914e5d7c
DIST sqlite-doc-3081002.zip 5068441 SHA256 e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4 SHA512 c222b250de6c8e182da1b534f459600a81b300c87578f9484b7d6f1fbbfaad9e8be70c306d0200b163850f48c974c55ce25782fefd55672ef72f03dc0b5f8d19 WHIRLPOOL 148bbce9bc3ffb1f9101e45936ce060aa49dbc88647effabf5418fa95ccdb91a4971d171d940de3307a2d59144e73250c43f8d8d79927ac36a1e02784f143061
DIST sqlite-doc-3081101.zip 5108061 SHA256 89e3fc4bce7463885da3b03602b4260fe07240f9ea674ba4ac7ce2ee4987357f SHA512 8a39e05b1647f4769126234b9759552138f3e3874bc008686ef2f9136833ddc30b3b0696222a736d604e8910a436acedc4954e46894f4adc085eb5f2b6ab9280 WHIRLPOOL f47308753f8df2c497e1bf3cd941b862d69d4f6bbabb2f0606d144966cbb186c5e1513022a5adc122939180fc6cfaa7c83a9537481cce455a83b7bf68deec9cd
DIST sqlite-doc-3090100.zip 5289099 SHA256 c8549a4261f74395496d1ebc4b7d36a51b2b3e57f36520d3c71052190a80ccb9 SHA512 f6d8248a6740b50a5c3cb5ab34bd3011adcec882066c203afd3da906e162a44019af4ffe485651e3ef6679610480f78e566bde46dbf2f15bf9577fcdfeec65f2 WHIRLPOOL e61ed3fba3cfd2865c2e79b3c87451f52c20037f453c90d20366317fedc8fcfb337be7d4424044171dd5bf793271bd926e9eb0ae7cfbbf7dc36cf33116f708d8
DIST sqlite-src-3081001.zip 7648823 SHA256 def6e2401c8da91b489de19d1a1734f722b4e629148ab804776d27b49ba49e7b SHA512 7604ac35eddd4aca53c02b0ab7ae7682856aec2eb4e6a9627da041ea19d464bb6080a70d84070a94abf77eb14ae616a0a8c5fe2f2a6c19fc899d1b21535d3e1a WHIRLPOOL c44e4f446d12af1f4df49e171276d853381784e979d3521cafbfdd5b5359c792586d298f3573bbda8a260b9008a4b7fcdc4ce0382fdda18574287018a2cb4f4c
DIST sqlite-src-3081002.zip 7648737 SHA256 fda379bc4590761838d02ac8008433b7c3eae6e120e45d639d24b09d0004b42d SHA512 99661c709ffe8d5776c3ed2c1a64c70f541b68f0c7745e3e769528273966f71eeb29e8911d42ede9420f179b7fcbda63c4d0980a9d7bc05e937d0a6deb7b814f WHIRLPOOL 4e13138a5f92f5c5fe65c8b670097b57ea778244a37a5bcabf75f86f4ac3f0bc17860f3e55833adc9adcc335b6aece396c685421b58ccb0ddca66f37edfda7fc
DIST sqlite-src-3081101.zip 9057103 SHA256 261ad454663f66fda6101b278bb7b3931cf01884deefbf4ea6b152f83a624662 SHA512 e84048a4a7f9c51219698b59d45c0c533ffe46ba6a20b96ca40f8066fd3825f80f963283d61dc22b2eb5bbca35db3ed4a6e13b1ab3c8b70b0af83469d2760f16 WHIRLPOOL c1add1e5a269546883e58c1666b8acdc58b16b6ad37ea546c99c8ece3348196d5ba33effb17fc773f4d49b1ee45583de7fec3fbe2f6d48e95fdfe4a802c6a824
DIST sqlite-src-3090100.zip 9283333 SHA256 9a572415375d709d347c316b36c59a91818314422ef0314873a8c915e7e46204 SHA512 9f8b14f7978efc293c267cb4ef260cf83fcd0c91a6e45c0d3a1dae2fdcb998a41a2661ce0655e5295ce487501680b69dcec20712608ce8735c1bc4054362a3cc WHIRLPOOL 2e83bab66bcad91e492fd9bf2a7b4a23cbc6d5ec581c9a5e7774a68501cf36e723f72c160a6bd995191052cc9823240e64fcd8bb5a768c429380c0257792559f
EBUILD sqlite-2.8.16-r5.ebuild 2805 SHA256 0a1b775ded2e1e381130e457d2f0ee912dd09669471ae784e13f40157a290c96 SHA512 3c2e62bf8a57df5059672e826086156fe2ae94e574ed894a56365bf7c17016039c94203869e070e6ff2de62c9571c970abeb9a411148db6ace9fd0055128e7ff WHIRLPOOL 0d747751a5869d49e2c99eca375f854e904abe4443f81e4953007b1af44c183b1c71377f2ee02b2a1358d4e44b9fd11ca4e7bf6e39330571ed857b160b2601db
EBUILD sqlite-3.8.10.1.ebuild 7139 SHA256 458a229d72d32bbb4c9be6ea255f859c3d2fcbc81e6b0b60b4cd7089fc6125e3 SHA512 11b21aef09c72c2a59478a347740dbc668419a98a7de547766de4eaccbeeed00e8dc7ecaeac58dbf4069bc8f50d353d921c86e03f8d5365a91cc009273b3a038 WHIRLPOOL ac9522f482b3fe9d7a9d7d8dc910400b658ab8aeaff70c3a4b31d3c16d5332b3499fb8fd7e73280f53e2e5bc33dcf278a6f05ca5c77469c769053d684358c5be
EBUILD sqlite-3.8.10.2.ebuild 7135 SHA256 efae2acf47b0f0df2ae8025f10f965ff79abf1245a5fe4e464fe189132d62e59 SHA512 c1833cb655a7275a1a9513b35cdbd2339ebbfbb27f7c63dcaf99abcfa4eee447fad2dea9fa262cdbdbb8e8bd8a8f107cbb0926683c2da42c25460d60f96d48f5 WHIRLPOOL d30b5c1dd26efd1c9e7d833c0eafe54b3e8c8a038dcdbc11101aac72ef11cf60e935dd293bd1f51040ac16cef77d30115ef9039adb4855f6b4b1638865201dd2
EBUILD sqlite-3.8.11.1.ebuild 7222 SHA256 d90562112e2e3dc8028b49af22993b44d0542cc4034850f17d6ccf6b5ce99461 SHA512 67ae6a238f3f1f0e4f1cae215702a54f7d8335129ee410d344b3066a8c08d5e699ab82bd227903d9f6a3648b5077d580c42f141f41c64566468e355ef5952fa2 WHIRLPOOL ada9ca92b54f1971fbf6b0f1935a13c38918b4779df6eedfafbdfc2bb14a5bdebfdf8b4fba35908d9892bcfe98172f5e586e8ee32a14dd9451442ac2068a2eb1
EBUILD sqlite-3.9.1.ebuild 7259 SHA256 1b1147610c0a4bb50a4ec0994abba8f70f1e9fce70fc8c98199cc8a528739c59 SHA512 6b3932e2466389a2351ffca76b0e2729a9218cf91c9c347425cd196b7187d2f63b1cf3a79889a60cb28f6a4c8a93e6b6e717dadd10e8b2a96aec7b8502b9094c WHIRLPOOL f9797e17b09199eeea180ca7da6ae71cb9adf91143915dc6ad55331f772ec4ef3ec7c42128f239b1e51e6cbc14e523b95ca0261f9ec65212520154e0121522eb
MISC ChangeLog 77763 SHA256 c33481b0e8ff18658a72ce845ef033f46d7e2e47fd368f276485936b8249e366 SHA512 ae9ede8a42eb81bdbfd39c201aaed8a295c2eb61999d7961aed59f1d439241b57ffff0548b11317abdf2342a2e35daeb8ba98dea3fbd1904653192c3e2b3c86c WHIRLPOOL 892423e0771ee903650e396b9eb63ca76abe782ce5d3f2e1f993d0c65f3ee1b23e38a743557e09f7d11c6466ffe7c8bf7fb4a372ed58e33c1397d9c9b24f1783
MISC metadata.xml 641 SHA256 192c0ada0175fbad5202267520fc563ea1559ede7e64b375dd6dbfe96cf4aa0b SHA512 fcc41ad18e6f25d25b32373ac9de9e46d78784778ca3f56d73c95c67e1318808374f408f110db216d314cd2695b87bbb5225ff7e9621e8726db1b3a0559fb94a WHIRLPOOL 3608b2739d8f35ae22dba98cc98a3c9e30584dd34781cf2f6542cf90ec94ceb05bd6abb5f7203d9858556b20c1e322810ee397c14c36d5e5a186ed8c96a46784

@ -0,0 +1,229 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit autotools eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator
SRC_PV="$(printf "%u%02u%02u%02u" $(get_version_components))"
DOC_PV="${SRC_PV}"
# DOC_PV="$(printf "%u%02u%02u00" $(get_version_components $(get_version_component_range 1-3)))"
DESCRIPTION="A SQL Database Engine in a C Library"
HOMEPAGE="http://sqlite.org/"
SRC_URI="doc? ( http://sqlite.org/2015/${PN}-doc-${DOC_PV}.zip )
tcl? ( http://sqlite.org/2015/${PN}-src-${SRC_PV}.zip )
test? ( http://sqlite.org/2015/${PN}-src-${SRC_PV}.zip )
tools? ( http://sqlite.org/2015/${PN}-src-${SRC_PV}.zip )
!tcl? ( !test? ( !tools? ( http://sqlite.org/2015/${PN}-autoconf-${SRC_PV}.tar.gz ) ) )"
LICENSE="public-domain"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )
readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
tcl? ( dev-lang/tcl:0=[${MULTILIB_USEDEP}] )
tools? ( dev-lang/tcl:0=[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20131008-r14
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}
doc? ( app-arch/unzip )
tcl? ( app-arch/unzip )
test? (
app-arch/unzip
dev-lang/tcl:0[${MULTILIB_USEDEP}]
)
tools? ( app-arch/unzip )"
full_tarball() {
use tcl || use test || use tools
}
pkg_setup() {
if full_tarball; then
S="${WORKDIR}/${PN}-src-${SRC_PV}"
else
S="${WORKDIR}/${PN}-autoconf-${SRC_PV}"
fi
}
src_prepare() {
if full_tarball; then
epatch "${FILESDIR}/${PN}-3.8.1-src-dlopen_check.patch"
# Increase timeout for fuzzcheck from 120 s to 3600 s.
# (iTimeout in test/fuzzcheck.c:main)
sed -e "/\.\/fuzzcheck\$(TEXE)/s/\$(FUZZDATA)/--timeout 3600 &/" -i Makefile.in || die "sed failed"
# Fix shell1-5.0 test.
# http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-dev/2015-May/002575.html
sed -e "/if {\$i==0x0D /s/\$i==0x0D /&|| (\$i>=0xE0 \&\& \$i<=0xEF) /" -i test/shell1.test
else
epatch "${FILESDIR}/${PN}-3.8.1-autoconf-dlopen_check.patch"
fi
eautoreconf
multilib_copy_sources
}
multilib_src_configure() {
local CPPFLAGS="${CPPFLAGS}" options=()
options+=(
--enable-$(full_tarball && echo load-extension || echo dynamic-extensions)
--enable-threadsafe
)
# Support detection of misuse of SQLite API.
# http://sqlite.org/compile.html#enable_api_armor
append-cppflags -DSQLITE_ENABLE_API_ARMOR
# Support column metadata functions.
# http://sqlite.org/c3ref/column_database_name.html
append-cppflags -DSQLITE_ENABLE_COLUMN_METADATA
# Support dbstat virtual table.
# http://sqlite.org/dbstat.html
append-cppflags -DSQLITE_ENABLE_DBSTAT_VTAB
# Support Full-Text Search versions 3, 4 and 5.
# http://sqlite.org/fts3.html
# http://sqlite.org/fts5.html
append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4
options+=(--enable-fts5)
# Support JSON1 extension.
# http://sqlite.org/json1.html
append-cppflags -DSQLITE_ENABLE_JSON1
# Support Resumable Bulk Update extension.
# http://sqlite.org/rbu.html
append-cppflags -DSQLITE_ENABLE_RBU
# Support R*Trees.
# http://sqlite.org/rtree.html
append-cppflags -DSQLITE_ENABLE_RTREE
# Support scan status functions.
# http://sqlite.org/c3ref/stmt_scanstatus.html
# http://sqlite.org/c3ref/stmt_scanstatus_reset.html
append-cppflags -DSQLITE_ENABLE_STMT_SCANSTATUS
# Support unlock notification.
# http://sqlite.org/unlock_notify.html
append-cppflags -DSQLITE_ENABLE_UNLOCK_NOTIFY
# Support soundex() function.
# http://sqlite.org/lang_corefunc.html#soundex
append-cppflags -DSQLITE_SOUNDEX
# debug USE flag.
if full_tarball; then
options+=($(use_enable debug))
else
if use debug; then
append-cppflags -DSQLITE_DEBUG
else
append-cppflags -DNDEBUG
fi
fi
# icu USE flag.
if use icu; then
# Support ICU extension.
# http://sqlite.org/compile.html#enable_icu
append-cppflags -DSQLITE_ENABLE_ICU
if full_tarball; then
sed -e "s/^TLIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed"
else
sed -e "s/^LIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed"
fi
fi
# readline USE flag.
options+=($(use_enable readline))
if full_tarball && use readline; then
options+=(--with-readline-inc="-I${EPREFIX}/usr/include/readline")
fi
# secure-delete USE flag.
if use secure-delete; then
# Enable secure_delete pragma by default.
# http://sqlite.org/pragma.html#pragma_secure_delete
append-cppflags -DSQLITE_SECURE_DELETE
fi
# static-libs USE flag.
options+=($(use_enable static-libs static))
# tcl, test USE flags.
if full_tarball; then
if use tcl || use test; then
options+=(--enable-tcl)
else
options+=(--disable-tcl)
fi
fi
if [[ "${CHOST}" == *-mint* ]]; then
append-cppflags -DSQLITE_OMIT_WAL
fi
# Use pread(), pread64(), pwrite(), pwrite64() functions for better performance if they are available.
if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -Werror=implicit-function-declaration -x c - -o "${T}/pread_pwrite_test" <<< $'#include <unistd.h>\nint main()\n{\n pread(0, NULL, 0, 0);\n pwrite(0, NULL, 0, 0);\n return 0;\n}' &> /dev/null; then
append-cppflags -DUSE_PREAD
fi
if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -Werror=implicit-function-declaration -x c - -o "${T}/pread64_pwrite64_test" <<< $'#include <unistd.h>\nint main()\n{\n pread64(0, NULL, 0, 0);\n pwrite64(0, NULL, 0, 0);\n return 0;\n}' &> /dev/null; then
append-cppflags -DUSE_PREAD64
elif $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -D_LARGEFILE64_SOURCE -Werror=implicit-function-declaration -x c - -o "${T}/pread64_pwrite64_test" <<< $'#include <unistd.h>\nint main()\n{\n pread64(0, NULL, 0, 0);\n pwrite64(0, NULL, 0, 0);\n return 0;\n}' &> /dev/null; then
append-cppflags -DUSE_PREAD64 -D_LARGEFILE64_SOURCE
fi
econf "${options[@]}"
}
multilib_src_compile() {
emake TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}"
if use tools && multilib_is_native_abi; then
emake showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
fi
}
multilib_src_test() {
if [[ "${EUID}" -eq 0 ]]; then
ewarn "Skipping tests due to root permissions"
return
fi
emake $(use debug && echo fulltest || echo test)
}
multilib_src_install() {
emake DESTDIR="${D}" HAVE_TCL="$(usex tcl 1 "")" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}" install
if use tools && multilib_is_native_abi; then
newbin showdb sqlite3-show-db
newbin showjournal sqlite3-show-journal
newbin showstat4 sqlite3-show-stat4
newbin showwal sqlite3-show-wal
newbin sqldiff sqlite3-diff
newbin sqlite3_analyzer sqlite3-analyzer
fi
}
multilib_src_install_all() {
prune_libtool_files
doman sqlite3.1
if use doc; then
dohtml -A ico,odg,pdf,svg -r "${WORKDIR}/${PN}-doc-${DOC_PV}/"
fi
}

@ -1,8 +1,8 @@
DIST jdk-6u30-apidocs.zip 59086542 SHA256 92739c56e02fa6e7ac8d60a1f59a0ef4a59ac99ab2979d3cdc495bfecf1a50ab SHA512 5139b1a65765f258f21c629a0cfbf07aed0c12b3eb08d4615b049e825abd90c5b3385af99dba3a4ac6e0a94a5ffaa32ee648fb3e7ac1815ec6b74fe0d8e9f0ee WHIRLPOOL 941236c68b189f9cd23f0e904cc01da9f87cc39967c84cddf4c20a04fa2872eb99af147a21bb770320cad28b2cd86205402a141f7217d5301fa9a6ea41c3a136
DIST jdk-7u80-docs-all.zip 61168809 SHA256 0494bd49bc9cb3cbe3203120ae8b2c8e0aeb1579cb15c0fbd3cd780d19aa200a SHA512 c673c00e55c9a19938c42512cb9c6ae65de9803a1307d11a2043903d87cc36d9ed1f5a1e287040d8570e430cfe55f496354c1242fe6e242f1245f8271394ea1a WHIRLPOOL ad18886c401ec42735665081a0dd5ba3dc7678de0171f3aa8151c2e4ce3392e467be65c602f393da38373e589fa9800ed1afd3601d2cef4e48b06e57f491698e
DIST jdk-8u60-docs-all.zip 92340397 SHA256 cbeffb41253da58f8924423f22a9bd53802633925664d68c46e6bfffd506a33d SHA512 cd728d1eda4bbe5dea98da693b8b173e3b05d431b9ba5be2c55dfa60f141941d7131b76785f37f52fe4a027224ff6a87394f5fe565666b581accfc38fc480ecb WHIRLPOOL 646925a3d7bb079056b8fcb51be1138214c1de3495188d08c00b4b9380f0de93e5b2a4988d0c028cbf07868b4bd296656813d7b19e6f8ba48965a36dc6f1180d
DIST jdk-8u66-docs-all.zip 92340054 SHA256 04b58a7b23ff0496d1b845487140f239225bded93eea92532a618d23ae68f60b SHA512 d44e6d066339cb4fd59d9af1d01342c8032cf83bdb1418480ce88e943d8ddc9fd1ea3774510c13ce3a47212427422fd65925c4d90faf73f0ce0bddae1dbba86d WHIRLPOOL 564b41ccae2b345a8ac4019dc35188750b0761de30e2606366a867c703f1efd9eb9c00fa80a69c5a76080f87df82d3c6dc5ea66081bfb8a8499b90e3bce28b7b
EBUILD java-sdk-docs-1.6.0.30.ebuild 1445 SHA256 8e11fbae0a2bb5278a6865a81e808ef14b13558ac5ab8e12e1b668175126b2f7 SHA512 2e0f8503604447fa3fb4893c108ef000e01a24c964aaf7ef17d3e7c7c0858c04d8e8bad1faa7fa1366a176caa5a0a7608bd7b69d6adf48397d74d6f0bcb45e48 WHIRLPOOL 6fe483f8368494475cbe15ac704a92a46dce8c0d8385d600c413947f02693830e0ad61eeb6e14ce314db6e77d6a8632bda8d6079343d8e86a6a4749db9298f69
EBUILD java-sdk-docs-1.7.0.80.ebuild 1438 SHA256 6d4643ea8104a53d1a80ad0707fd4533447c04a48b171117c22c661f40f95c9b SHA512 e34cd614c8c5de83171cdda204408bf4fd386d2beb941c8a530db0eee42161fbf37b6d3ac7dde088a7b5e5a7aa71a46ccd526befea30cc40f408e7fe28e47896 WHIRLPOOL 4720cfc1e84d5d1377ffad1177b3ebc784de1713264eabfe6736b35b28eb4d8113ec9fffc28ff9ec4e4011f88cfa9a7aad7faa65527a3c04ac937b48299793ab
EBUILD java-sdk-docs-1.8.0.60.ebuild 1476 SHA256 7597215aae7917784e6ee3acb745cf953f9aa72a87de1edf29522ef1325cc733 SHA512 fb170a84237d3ec05d3c18b3584c56a3bad3e5899f8c582ee6b4fca671155ca54d72fde34502f5834f3a69f51e2475e6855fa2ef4999b81ef952ed30ac00dd1b WHIRLPOOL b5b9c67f197bd12691a79e3a3e309c8418427232aa764f2e7a4dbc50a8108fc5414cd67ffc8eaa4e3a7cd9d0cbf39059f08ef10430b6be98661f163af125e78b
EBUILD java-sdk-docs-1.8.0.66.ebuild 1476 SHA256 7597215aae7917784e6ee3acb745cf953f9aa72a87de1edf29522ef1325cc733 SHA512 fb170a84237d3ec05d3c18b3584c56a3bad3e5899f8c582ee6b4fca671155ca54d72fde34502f5834f3a69f51e2475e6855fa2ef4999b81ef952ed30ac00dd1b WHIRLPOOL b5b9c67f197bd12691a79e3a3e309c8418427232aa764f2e7a4dbc50a8108fc5414cd67ffc8eaa4e3a7cd9d0cbf39059f08ef10430b6be98661f163af125e78b
MISC ChangeLog 19879 SHA256 2c9ffcdd9b85a1bb56678499d00805d39624e639277438a72b8b409a0a17c4e8 SHA512 e79cd5a4c6eee9da7e4561989847281d1d103ed211146845c2a118ffbb8cb6e785bbb655de5a16d76d307d6cc00005282a440ef8c0eb36044eed95962993c220 WHIRLPOOL 1a89b07b0f1b1107930aa5f1afa0beab1795ce1140b4ed45529a25f31d19268a2fedd909ae15f1d0d3f3b10321b7fbf79960617e31970df5a3a1bf8295b66388
MISC metadata.xml 157 SHA256 295d02c5805b0257938eb80314b371daac94b8d6ea85629a902de7a824adc0c9 SHA512 bbae663e26f48fdc5e272adc2b06c14f77f34c53caf84acb53908ff036e7c12a3edbbc0929d2db56bee861a453381d979c7e0983a23716f629ed2135c22ffece WHIRLPOOL 887e153e2481e7d76f0f1b67a395f10f0328b93930185ecdb8fcb5fe3c50f839086a18831d61cf45b34657aaffca6c3b7900cf3c04b712846a05027a84602448

@ -30,22 +30,23 @@ DIST jdk-8u51-solaris-sparcv9-demos.tar.gz 9787771 SHA256 5c4d765478be6b9ede7932
DIST jdk-8u51-solaris-sparcv9.tar.gz 103599046 SHA256 4bdfdae59ec62248ed893feff2fb4be8a8639330599f53f5b03208349ae91513 SHA512 68a95f498aabff65489bd6f6756af7737f408cc0b7253ad9bcd9f57ab5f7a130b35c251426f7dc256e1797a70f5152ceea86a4ea46749375fb8acd51e4309601 WHIRLPOOL 2a690757a673ab5958057631fef7efd748c2c456ed978922220322a5e390aa6e7016a2d2438053f12bc6054c45288ff4722955fb9a1722798409085152d004c7
DIST jdk-8u51-solaris-x64-demos.tar.gz 9759566 SHA256 3376f1083841bd376da78fd6f3eb4127da4e9493d6af8f7c32e1eabfd8cab67e SHA512 a3c5efa70f75aff606ddcd1f52260e71828ba5ad8848fbf6f1c5d3cbd44f4f0a0a9e3e5576a1d68735a4339ad6e43124049a06ac62c6718c5a2a8dd56a1af766 WHIRLPOOL ae710e2cf1e328647124b385d7b96ffcc5d9bfaf159976163c1ab5075637eccbdfff8b9cecff322ac40d5c717403f4f3508b3574d91a761b2122674bb2cd0cbd
DIST jdk-8u51-solaris-x64.tar.gz 101131923 SHA256 7afdda5f4310fce88e68f9c383bcc57451416471bb3af00cd1dfe323f2440932 SHA512 d08b8f4499f448f4e495b226bd88f44d9a4fcff69788e893a40d1de5e7e16970a655955c6b52d94e1604027d7fc025b8b99ef7687bd3de1419937b00813f023c WHIRLPOOL 21bb40348963034a59ca25004ecfaa4daeed4a96c45f1060314062cbccdfa48c2615c54677c8a28cec492e7ad2b7b8e91c9e1e212ff239cd3d995c7d84596e35
DIST jdk-8u60-linux-arm32-vfp-hflt-demos.tar.gz 10429990 SHA256 a2bea529e368fd3fbcce267cb8fbe71d307d1432666f2906ec5d92dcf5080993 SHA512 979a1720c3dbaf84f8c4c0c9d74a467f43bc7947d49ebf9f2f3eeace976f5cd157d97d466f2a92687d4c23dd87ece10406a49e8ee3b9d9849bfd267e85e1fbcb WHIRLPOOL 9153bb57060ca1fc1173a54104cbbe35c1a7f245f866990b6c152b15fe303a8ab2a44020491361c5bd571fd80284bc8a0944af0a16ad7d4736f466ea15071033
DIST jdk-8u60-linux-arm32-vfp-hflt.tar.gz 81458766 SHA256 e44df9e97d388bc3f5cba76bd7ce93499b6fe7575082a02b7c5058d2ab151318 SHA512 b1dbaab5e585f6eae7ecd994803bd2e41087b0e4f8f624e5d569ccc36aa3bec1d6cf55cecd5aebd8ebdd98a50c31f5527e9dbd4ab21407875c5a7a8c5130f33f WHIRLPOOL 923af5fb33f2ef189fb96f5fc8e31fd78fd52f0c76a4e41db36286ff6f92a478d628ec638a54b2ca2f4d9eff33e82f7b2c117783cd353d44d627a5a7dd0e8b2c
DIST jdk-8u60-linux-arm64-vfp-hflt-demos.tar.gz 10424281 SHA256 449ac37dc9d41546b2de0a00e652b1ea10c280fe0c05ebb6882ea2ae5106e115 SHA512 75f19bd5855a6414be9431e805e266647abde6d88cdc21c04a789e1dcf42fcc100b2f7c7d50bce7021883df5e9e0d631342985dcca79411fb23c1312149df04d WHIRLPOOL 476d8f9d042c683aa467c0b93343e51547dc4b3327ce2923292bb0d6b536c4dbd1fcc26d421a04ec19645debead421b84bfe7d5c39c40a703ca7f9e090a76de9
DIST jdk-8u60-linux-arm64-vfp-hflt.tar.gz 78265108 SHA256 62310a69fa164c1be562dee18d668ef1d6f00cdd9001aa056f76f2c235742426 SHA512 2232975bc78e9a702ecfbd23d9b15f33862554a85519b92e5080cc99ea42cb66e257f93c5c586f1210d0dfb5a6264d9590e4437f37df26e75da3458cfba6d9ac WHIRLPOOL 6706f0b1b08f94670205bfb06f3c5b3d6149d7f4eb494c4872ccbeea90743bfe6c920c78105daf8b84401f7102d81c79f428cfdd6a96a7d81ddbcf883db5ff05
DIST jdk-8u60-linux-i586-demos.tar.gz 55057546 SHA256 243b78d0ac472ce7da297f39df79e04c7b19c51f3879e366e93900f0153ccee5 SHA512 a856cdaa8a7ff83c510a2e1f5653e5fa72bfc16768661323eaa41676043fd4fbeacd64537dfaed5cacf256bb39e9431c1a308663685aa4aa9db47326d49b6466 WHIRLPOOL a4d01a49764a3c84b477d03aaec80a74dedb5c1451317cb1d2e084bdb982cf54e216d23230fdc603ce48ef0479cca4c6f83a0caf78133052e617283de07f7854
DIST jdk-8u60-linux-i586.tar.gz 183321048 SHA256 e6a36b458351ed35bd7943739ba93d9a246e08a86433e148ff68b1b40d74c2e5 SHA512 0b7dc7c9e223b0e76b400b7b67962a2923853c4aba7cf62efeb7072e0c0cb074c40aa5a79c3c9df7d36f0c14c2a3873a2b21f5d9b439df47b3948b60221bae83 WHIRLPOOL 428503e07492d0a61b3941945d0a2a80191097b4bc753885a781126a200a4eb38e7f82236b3b44e02e4cd9166a92d1ae25acefdb9ae63072ff0e8c6e92af1120
DIST jdk-8u60-linux-x64-demos.tar.gz 55115746 SHA256 c78c32fc334775e9455e5f4585eb13bdea6eface63c6a3bb4e2f39828e0fa784 SHA512 d0c1d61ed5f5d32b9adccb2dc2505419ee329ebdfbd6db6dfdddcc0c41063233652fb9b7f6589ad4f4c942c05e8ea93af77d9676f47d4eb4db079f29e0604659 WHIRLPOOL 450a18c56c870ce3315bdac5562e66d4ae2354cb3e3ce36964af1e6588d92996ea5ef9f34cf6dd38ffbb456848b7387738d1ea0944d5ef1540b2519844c17b29
DIST jdk-8u60-linux-x64.tar.gz 181238643 SHA256 ebe51554d2f6c617a4ae8fc9a8742276e65af01bd273e96848b262b3c05424e5 SHA512 52d605a8ed2a851131d1ed137e482b55b1e2737767b62e5f1b0c8012f4e3df2da7a6638b8b08a8a88ae7772e9e0bc8dcca2b9afe06dc152147cae7efacbea9f1 WHIRLPOOL 7b942b8bf68d7f746d9691cf4d5599203a12f098b867a41b101731df3021568cd085a9795bf7abdd411261fbf5d8f1af3ada26c8ea9052f5b2e8a3ae56371a02
DIST jdk-8u60-macosx-x64.dmg 238098128 SHA256 554f4fef08a5ea5b5b6e90cacb62a7a390d94d96c27fa2a5d6b44fc73e45465e SHA512 64e06cbb0a45ca704323d864c68907fc11762ad941d99ee0318efe4e4714557a4e887528ce6db0f923ae402fe2079ecfcdb0737215bc04765b7075624f5c9fd8 WHIRLPOOL f413d5d06f64891ec41a21fb738afce250eb3f0af0e85bb6e15916e72ef299dc36f33000dcfa6d06f1f817eb7a2f8b680038f912929632b3c0fd4b9a3fad9e21
DIST jdk-8u60-macosx-x86_64-demos.zip 55654014 SHA256 ed5edf5b9224d2daad43ce0a1bdf2940abeb6bdc3f8ab620a8c1664c9e700d95 SHA512 77efd52274581dee3cb97d4d1281e5d17684a620fb17be2cc415efa503db400d88e8a6bdde63af376a97bfb2fbfc5d52719141bbb94dcbc5db228db1c0f3f732 WHIRLPOOL 994cbabc16196a464eccbb094b2b1ded9840de5913e5909c7d6604e1e7e94fe5c0eeda3a368a64734725a4fb148f4fa1d3203845a64db529032efec12bf2c68b
DIST jdk-8u60-solaris-sparcv9-demos.tar.gz 9788289 SHA256 4150c1f04d3a1c95c6df64b8fe01a20c74af010e2d45c4c1c85eeab0f04dadd8 SHA512 793b8005428d0afc554c809e1fadcb95172d55fde1d9ab610849d1365960087de21d70a8625369bf08074c9c28cc905763b775b6d54b5da0a8e860f963976024 WHIRLPOOL 083e45b77a365b918f8682ba8aba397fc612bc9576b77eb03ec132d7469a54b2e15dc3664f6b545da3982291e9a1b4ac9059e2757671332e58b261768e92f26c
DIST jdk-8u60-solaris-sparcv9.tar.gz 103832192 SHA256 5c274c13d5fcdb11aef7374c515a17381a1bddce5bb4dcb4c8ffd8c00bd71ce7 SHA512 5cf1d3c03d0877839c00af4f5b62229c7adacbd2c14046e159850d0f03567faaf26e958a7eb388f107922bc0d8af158f198e48deca9dca85433bec660dd18432 WHIRLPOOL 398be55a0edd005783da0f3158c160ff5ec54ae43eba56b4269225d862688a48cba6172243a62777dbdbd0f3711cc4ac992a933b2027c8936111dae28274aeb6
DIST jdk-8u60-solaris-x64-demos.tar.gz 9736761 SHA256 d3130796caa8e15a93588064cbd289d52c26740d7534186bedf0c550f94df91c SHA512 504eb553f302f089419537002790882d40248489650becaeddec79e7a48558569cd63d1ad078e7747314683214ada26623b12bdc39d8b2f2fafad409dc86ef66 WHIRLPOOL 057de5eed6192c180ce2aa52156e181735f7c8d37b53e0c2eda4533ee81e71d0cb963a9571d93e3d6d605991b1e9e66ee53355413aacae54eac6946edf6500de
DIST jdk-8u60-solaris-x64.tar.gz 101412950 SHA256 1e9c033fda2fc7c550965b21592bcd928990f60dc9a76f54ee7cb1c57814fa7e SHA512 0834a7a65b427319aa2b7bac4c1958c378b6c17b8ccbea10333aa70d3bdc24a013d89c93a3d515d9c3b5ea941b381168d489533c6abaf3dece598b553257e92e WHIRLPOOL 3a597fcd98ec9ec74d7b12a2f93276e97fff7a3bc0292252603a19f9bc46665927aef95e6ae1e3779b5ea4234ecc9ccf36f709fcca1ff30bca04ec93ca3dc2aa
DIST jdk-8u65-linux-arm32-vfp-hflt-demos.tar.gz 10389209 SHA256 ae2a45c0a96dee4a386eca491a176ffb597c608a9b4565621c055f6b84a605af SHA512 30888ed31a428b44e852c59e6b6030628ee4370b27831398aa4ca3c4ae9f42913cdc3dc07ea7f206cfedf9bbfbd83318c607309f747fa0fbd145ff7a30820edf WHIRLPOOL 4cad7e72991872e375e7e1c42666a0a90b61c851b9a74c72fd5e1149b908fb75f3be8f3329865a7fcb6d6f928ade28cd072e0bdc95b9e326d30cd8327c64844a
DIST jdk-8u65-linux-arm32-vfp-hflt.tar.gz 81468618 SHA256 35855580355584865bade416d23cc164792d7fa2581a140e6034724c520be45c SHA512 a5d8ae195a980d376e713efaf6911ff747d1141530e83b2a9ed095b42c25305b3ab653751f6ee7ccb40dea821b8a235a40d1536c176d02dae203aa7f7b159fe3 WHIRLPOOL 397d82dff8575e76b573bf3cfcfbccfcb75527e5f5b51f4e14c1d55bddf16c3d5280ffed776e84c829778bc8a7caf08cbb4da136676fac6bfc241a4434d68465
DIST jdk-8u65-linux-arm64-vfp-hflt-demos.tar.gz 10400799 SHA256 4bd25b72472c48c9f58dfefc659824f4517f217fa10811286e4e531daac3c4cf SHA512 6f7d142f9532f8939966df472da9e0fe9c2e5775eb76b82266e8ddf178f3fddeefc9500b335ee58059fd7400ed96e618a286de71f2437a496c28529e520c181c WHIRLPOOL 9d1632244830a0edb624a1395812f6d3920b9a7ec27ecea7ac05cf846862a42e96140b994443d3462a2559c5b99c35f3ee61330ce90510ec4e3922460c8e2e88
DIST jdk-8u65-linux-arm64-vfp-hflt.tar.gz 78287190 SHA256 29ead39d88c2fbf5eebf126ded24c2a129227a3ae9f255f1b5688a2403912527 SHA512 be83e66d273bafacec1ee343192b042f9437dd3f4e66f15b8f1da6ebb205402ab4ed58f3d289208dd9bf43fc527c2a366bda9deba4c5362c80a75e42dfd6a6ed WHIRLPOOL 78d4821404dfd459694fbc174876689952d03e319b7659df1a20dd1fbcbee08999336888b9d4aee67ecbc5ad57fc5ea82a5b7f345a1c4c08d264cfa0164cc1db
DIST jdk-8u66-linux-i586-demos.tar.gz 55055872 SHA256 7d00b6943cabfcd98a7f4e9a8a61183fd5cf12cd64c9b2500fa56f86c1fd8fb5 SHA512 9d6e5790c2f695b089ce500c9f2e56b7e54362d3d88875164c08c4c07b3eef70395f083bb17f0b40757980c887db2a3988b74e04770d0a43af1b6a4eae172861 WHIRLPOOL 5383bb6c707e0e11bf534beef676a0d715e164eccfa971af11437aeaabc8f29903c24e0f0c1e5a61fcda6f2f8a0a294d503de513cd91114a07fc053da848d8bc
DIST jdk-8u66-linux-i586.tar.gz 183327641 SHA256 21026a8d789f479d3905a4ead0c97fd5190aa9b4d1bfc66413e9136513ca84a2 SHA512 e764d5ec297b02a96a0df4d5fd5e737b0b36cad72bb471b08ee254f762cb2648a4564fdd2b6ddf9048fa22a1ef830d11d0796bc447c4b19bf14324ad4607ce9a WHIRLPOOL 9dd2f07864e971e4b0f0a888ba886cc8ef130eaeff93d812ba03d61d1fc225b279d69e6d4448aca0da8ac9f468b5f7a92a29c152c3106f3f16d309238cc3b498
DIST jdk-8u66-linux-x64-demos.tar.gz 55125358 SHA256 9211f6994beb4aea28c31fe916752ad120a195a39f27e0183006dcf68e305012 SHA512 8293b84a13e716e45f2ee2c0e4d30ea815bf13cf7bd4583b6d8e6c52ff341a193ea0ffec523814246a53c892d0369e600feab01b7101c88ab186243b7b00b0bc WHIRLPOOL 30ef642fc8f22b5b7d9a4f111502cae471e33304525559d9d7019fa24db0d75a60edd1edb731e883bf9ff74c06f55f5a79f8f66f4d9974fcffb29b24e0102dfa
DIST jdk-8u66-linux-x64.tar.gz 181287376 SHA256 7e95ad5fa1c75bc65d54aaac9e9986063d0a442f39a53f77909b044cef63dc0a SHA512 5fa9022aefc63d8b516996137ebbfa7094af8c5cce14f48bcaee7a5a0cdbf619772215a77a3e5d7193349b50aa6cfa4d2d657372da8b010088afce30eb56206c WHIRLPOOL 6cbf8722ca4f06d0cca522de00c635aab7c22a5a3bcdfe5c5be0f841f77db2e9727bafab9347f6609da8c5df1fbf6b00647a341a1242c7c3954ca82e6759d86d
DIST jdk-8u66-macosx-x64.dmg 238148444 SHA256 cd416de4f41f9f0a6984c456481437681674a717da62259740c54732f174fa08 SHA512 7842b2bc1aa010284413f83b9233df573a8994b245fa6dc624cba865d430fc404783204998c6609b2e7c72f58414b5eacd3b94f5dd6fd40229f3c4aa6d293e13 WHIRLPOOL bf1e60eed07978f00b7abcb1fb0e6d6dbdc3386cd81a683dc5371f8ceaa9792df48cad5b51c3aba3d01dccb9dcc86669497281ed43a1b755d22f187a9435ae38
DIST jdk-8u66-macosx-x86_64-demos.zip 55653799 SHA256 67ad6ef432f1dac5297870cc4d3b03f6d1822a60f83e75173ea3e833848a0a6c SHA512 3419a82a756fd3156ba0e3066ea8c941c33dc1cc0cf913e63662ce6b7b558af5b3d3c0deef448a8dcfc912d413bc1bfe57a508721ae3fb990b748ad44dc4b105 WHIRLPOOL e5b1f09952a98ca59d9c7bf52b1603406d151cb059b1a68886f79c25f3e3047f4cd45d9ea94ff2ef8cc3f335d24357f6bb81a0e223364713d34c4dd0471aa4ab
DIST jdk-8u66-solaris-sparcv9-demos.tar.gz 9783879 SHA256 0ee1a6dc3d7f29109f4ef89be208be52e964c6d2525e89be281c7797a122f540 SHA512 89426acecb6c8be19171f42f6a5aea3f63077d93e216531631176e268678d8a736878dafd7cedd4ed941352a2013d82fcf88e25f01251b2d3bb9b09b1aeace37 WHIRLPOOL 31570c84b9283ea4f1659e843854fdaac27567d4e060c0a341aba4206182bd63df485b053f4cc254cbc79168d5c94d3d02a57f1c51c68c64438bfe7e4ee64373
DIST jdk-8u66-solaris-sparcv9.tar.gz 103862002 SHA256 277f8dce70d76e263adba969635e2b43386bc4f1337cdcb8b35e00b0b6319f28 SHA512 f6815525f8be73fa6873285df41118f8910653c41ee452766158bf6e36ed92a724dfb95354e59b7dd0a9b944c05f564c2165f976634abdab61751df66991ccd7 WHIRLPOOL 7d612eed241be069ac755b170f75944f832be4b0f6ac21accd5df930e834e8103df1182611ff0b1e80758ed04af870fe209926baecf9709d806d29b9c25fafac
DIST jdk-8u66-solaris-x64-demos.tar.gz 9731094 SHA256 09c732254355349405786a736d7c0146c02d62b6e89977279a8971aad2371bfa SHA512 927aff3e602e365de4e54269e4e30ba849c3aa8302ebdf0a78251f991b8a18b558e37c5ab9a7ccb823193871b051dafca6b44d33a688f0f44129fb48fdf52397 WHIRLPOOL 19de300109c941113ec654909eab822260fe0ac561518d817d0ba53bd99b2f647d806438be7f8b1b8156aadc2a4f9fe54757b4475abea51f99e40852038a644b
DIST jdk-8u66-solaris-x64.tar.gz 100868042 SHA256 e35267b37de7cf6cbccaf4b428827d3cf47eaeff9521f807c683043f7ddba6d3 SHA512 f87132aff276087dbd838affe1406029fe4c1e66fbe7fa47b42f208e4ce0cf7a923fc6db8067b5283b68777a6f27844141250e0dea2f36eca77290fd8027043b WHIRLPOOL f2debdda6e8497e383c4078c6bdc5b9cea87ebe24989c31defcd5383833561f2afaf8f09b909c2ba283d492b9bb3c3fe396fd7b264d04d8987e50b37a2bb0e34
EBUILD oracle-jdk-bin-1.7.0.80.ebuild 10475 SHA256 93bbf5972f2ad8857765fce039d3910f84f0a42bd985f2ad21f0b493e7c66d11 SHA512 fcbde1786e66137e4fe3993b24b1c3cca1c8f5d937e2b9cd8d7f8c26a829a4892d3c525bb30a706b7dd770ce624619d87fcf73c057c76860b4c262436d9a4fa7 WHIRLPOOL 9cbf856f183bc6a26b7a570edc79e0d625fbbfda063438a769721cf4c3bbbc4e1fb86ac0d64c3d89065b4f0a66c7654b0d42d3a7b96364b9ed24ccdd471426db
EBUILD oracle-jdk-bin-1.8.0.51.ebuild 10516 SHA256 6a94b77c387e74c8c272dfedca53f64192f115b9457ed714daf0a1451f972fbd SHA512 43ae3fddd2d569729a5c37bdc3f33f6c057decee126d1e0a68e13445ac8b1e58162a7ac2430e20f99132eff8d5d45964878d596b8071689722e567df0c7156b9 WHIRLPOOL ca0ccd13b577f1bc61d5f287aadc2feb21d77bee03a3643375241ec01ed8bf7f73ce40350e72eb0724648a6c356eb74ed69ef81d526e16e3cb85d7f58f7c23ab
EBUILD oracle-jdk-bin-1.8.0.60-r2.ebuild 11275 SHA256 02af4468c0828b4564fc714f32369de87d806814509407d11be1b952fb456a97 SHA512 682ea13c36eba18a9a0c9ae0dd061c7c70a02064622f6839c32d818b40d7953826dbb19edd68e3df6e8309caba16113d58224d972f3d6dcf503a81268ce0e151 WHIRLPOOL 20944b07170904954133c6acb19044d16fa239105a8f1f51751f6805b324c03666b5182b0ac12af52053f6010be15a73e6f731f000e7ec28ae5e025371bc2972
EBUILD oracle-jdk-bin-1.8.0.65.ebuild 11102 SHA256 97fb0cd5be099c6d91bff8e6cff09fd5bca9a2dd2333dc586a70f653e4cca040 SHA512 1f0806d6f7f2656bbf84eae4347f700b46a9418be5e6f95c5d533f72350f068bc14bbec15f363d4f8bc7f5fe51fb0f85bba6ef82b242755905ea358a728a82e0 WHIRLPOOL 32f19fa282fa5b53fdd14fff43aad4fe2479c14ca135a1114e2fcfdd68038497389eefa0ecd3d2c6a0718ac3759c13675f397b46b60a237206050f23880219d5
EBUILD oracle-jdk-bin-1.8.0.66.ebuild 11241 SHA256 c3bd1b69594b2219e21c586e81c0879a0bfc733d09efe4dbff33d072a6aae41f SHA512 51884f6b34368554f391fbe0c43f2d3c23fedf51200fcb2b2e9a6322e86a5aa6a32ec07d26ab65eb4e62886e09ec77598a045664ecd0a91960a6e781a2173fc8 WHIRLPOOL eeb66d55f0b5150b2767eecc66ee003a47f44c2be3da9dfc54d138ac5628478f244980acd53bac2cd30488bdb74ed7ec5fb6503351f88ccb40beb69d64242811
MISC ChangeLog 17787 SHA256 37e99da4dfec1171c0701781550ce770f4efa1b32d5af9424bea788b1bbc3139 SHA512 99879d5ef9201cd716ab2f427a2d0e51c33ad255f49b0b995c7b4a128cefb8dcf7af43915ef593672b67cf8d9691fa94af7355d982893465d6e913599f5fcc1c WHIRLPOOL c3a6bde6dbaea52bb0c84d874460742c84341da0239c43ef36e7a58542b854d55c12157ba9b4746444d3128ce149254dcd7ffd80c28457ad5f5a44a9db936a40
MISC metadata.xml 758 SHA256 c6602d5a4aee33aa6c7a1860a4e20529d608bd7a684e6a160968db50d42c36a0 SHA512 8635e77032919ee39267ecb9954f191960af41af22ec80d69184879b34c7dfc298394f83dd64ed5f5765aba55122f55f7c5b42b217451b09fcc5faba7ecf1e85 WHIRLPOOL e215264868fca9e68e967b6d7c62b8d262411737c65df06e3497c123c59ecf84d2757c951e3816046bf199c9bf8ffd2f002477ca75a5e45b7cd4cc596fe9d04e

@ -12,11 +12,11 @@ JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2
# This is a list of archs supported by this update.
# Currently arm comes and goes.
AT_AVAILABLE=( amd64 arm arm64 x86 x64-solaris sparc64-solaris x64-macos )
AT_AVAILABLE=( arm arm64 )
# Sometimes some or all of the demos are missing, this is to not have to rewrite half
# the ebuild when it happens.
DEMOS_AVAILABLE=( amd64 arm arm64 x86 x64-solaris sparc64-solaris x64-macos )
DEMOS_AVAILABLE=( arm arm64 )
if [[ "$(get_version_component_range 4)" == 0 ]] ; then
S_PV="$(get_version_component_range 1-3)"
@ -60,7 +60,7 @@ SRC_URI+=" jce? ( ${JCE_FILE} )"
LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
SLOT="1.8"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
KEYWORDS="~arm ~arm64"
IUSE="alsa +awt cups derby doc examples +fontconfig javafx jce nsplugin pax_kernel selinux source"
REQUIRED_USE="javafx? ( alsa fontconfig )"

@ -0,0 +1,356 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit eutils java-vm-2 prefix versionator
# This URIs need to be updated when bumping!
JDK_URI="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html"
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html"
# This is a list of archs supported by this update.
# Currently arm comes and goes.
AT_AVAILABLE=( amd64 x86 x64-solaris sparc64-solaris x64-macos )
# Sometimes some or all of the demos are missing, this is to not have to rewrite half
# the ebuild when it happens.
DEMOS_AVAILABLE=( amd64 x86 x64-solaris sparc64-solaris x64-macos )
if [[ "$(get_version_component_range 4)" == 0 ]] ; then
S_PV="$(get_version_component_range 1-3)"
else
MY_PV_EXT="u$(get_version_component_range 4)"
S_PV="$(get_version_component_range 1-4)"
fi
MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"
AT_amd64="jdk-${MY_PV}-linux-x64.tar.gz"
AT_arm="jdk-${MY_PV}-linux-arm32-vfp-hflt.tar.gz"
AT_arm64="jdk-${MY_PV}-linux-arm64-vfp-hflt.tar.gz"
AT_x86="jdk-${MY_PV}-linux-i586.tar.gz"
AT_x64_solaris="jdk-${MY_PV}-solaris-x64.tar.gz"
AT_sparc64_solaris="${AT_sparc_solaris} jdk-${MY_PV}-solaris-sparcv9.tar.gz"
AT_x64_macos="jdk-${MY_PV}-macosx-x64.dmg"
DEMOS_amd64="jdk-${MY_PV}-linux-x64-demos.tar.gz"
DEMOS_arm="jdk-${MY_PV}-linux-arm32-vfp-hflt-demos.tar.gz"
DEMOS_arm64="jdk-${MY_PV}-linux-arm64-vfp-hflt-demos.tar.gz"
DEMOS_x86="jdk-${MY_PV}-linux-i586-demos.tar.gz"
DEMOS_x64_solaris="jdk-${MY_PV}-solaris-x64-demos.tar.gz"
DEMOS_sparc64_solaris="jdk-${MY_PV}-solaris-sparcv9-demos.tar.gz"
DEMOS_x64_macos="jdk-${MY_PV}-macosx-x86_64-demos.zip"
JCE_DIR="UnlimitedJCEPolicyJDK8"
JCE_FILE="jce_policy-8.zip"
DESCRIPTION="Oracle's Java SE Development Kit"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/"
for d in "${AT_AVAILABLE[@]}"; do
SRC_URI+=" ${d}? ( $(eval "echo \${$(echo AT_${d/-/_})}")"
if has ${d} "${DEMOS_AVAILABLE[@]}"; then
SRC_URI+=" examples? ( $(eval "echo \${$(echo DEMOS_${d/-/_})}") )"
fi
SRC_URI+=" )"
done
unset d
SRC_URI+=" jce? ( ${JCE_FILE} )"
LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
SLOT="1.8"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
IUSE="alsa +awt cups derby doc examples +fontconfig javafx jce nsplugin pax_kernel selinux source"
REQUIRED_USE="javafx? ( alsa fontconfig )"
RESTRICT="fetch preserve-libs strip"
QA_PREBUILT="*"
# NOTES:
#
# * cups is dlopened.
#
# * libpng is also dlopened but only by libsplashscreen, which isn't
# important, so we can exclude that.
#
# * We still need to work out the exact AWT and JavaFX dependencies
# under MacOS. It doesn't appear to use many, if any, of the
# dependencies below.
#
RDEPEND="!x64-macos? (
awt? (
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
)
javafx? (
dev-libs/glib:2
dev-libs/libxml2:2
dev-libs/libxslt
media-libs/freetype:2
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXtst
x11-libs/libXxf86vm
x11-libs/pango
virtual/opengl
)
)
alsa? ( media-libs/alsa-lib )
cups? ( net-print/cups )
doc? ( dev-java/java-sdk-docs:${SLOT} )
fontconfig? ( media-libs/fontconfig:1.0 )
!prefix? ( sys-libs/glibc:* )
selinux? ( sec-policy/selinux-java )"
# A PaX header isn't created by scanelf so depend on paxctl to avoid
# fallback marking. See bug #427642.
DEPEND="app-arch/zip
jce? ( app-arch/unzip )
examples? ( x64-macos? ( app-arch/unzip ) )
pax_kernel? ( sys-apps/paxctl )"
S="${WORKDIR}/jdk"
check_tarballs_available() {
local uri=$1; shift
local dl= unavailable=
for dl in "${@}" ; do
[[ ! -f "${DISTDIR}/${dl}" ]] && unavailable+=" ${dl}"
done
if [[ -n "${unavailable}" ]] ; then
if [[ -z ${_check_tarballs_available_once} ]] ; then
einfo
einfo "Oracle requires you to download the needed files manually after"
einfo "accepting their license through a javascript capable web browser."
einfo
_check_tarballs_available_once=1
fi
einfo "Download the following files:"
for dl in ${unavailable}; do
einfo " ${dl}"
done
einfo "at '${uri}'"
einfo "and move them to '${DISTDIR}'"
einfo
einfo "If the above mentioned urls do not point to the correct version anymore,"
einfo "please download the files from Oracle's java download archive:"
einfo
einfo " http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html#jdk-${MY_PV}-oth-JPR"
einfo
fi
}
pkg_nofetch() {
local distfiles=( $(eval "echo \${$(echo AT_${ARCH/-/_})}") )
if use examples && has ${ARCH} "${DEMOS_AVAILABLE[@]}"; then
distfiles+=( $(eval "echo \${$(echo DEMOS_${ARCH/-/_})}") )
fi
check_tarballs_available "${JDK_URI}" "${distfiles[@]}"
use jce && check_tarballs_available "${JCE_URI}" "${JCE_FILE}"
}
src_unpack() {
if use x64-macos ; then
pushd "${T}" > /dev/null
mkdir dmgmount
hdiutil attach "${DISTDIR}"/jdk-${MY_PV}-macosx-x64.dmg \
-mountpoint "${T}"/dmgmount
local update=$(get_version_component_range 4)
[[ ${#update} == 1 ]] && update="0${update}"
xar -xf dmgmount/JDK\ $(get_version_component_range 2)\ Update\ ${update}.pkg
hdiutil detach "${T}"/dmgmount
zcat jdk1${MY_PV%u*}0${update}.pkg/Payload | cpio -idv
mv Contents/Home "${WORKDIR}"/jdk${MY_PV}
popd > /dev/null
else
default
fi
# Upstream is changing their versioning scheme every release around 1.8.0.*;
# to stop having to change it over and over again, just wildcard match and
# live a happy life instead of trying to get this new jdk1.8.0_05 to work.
mv "${WORKDIR}"/jdk* "${S}" || die
}
src_prepare() {
if use jce ; then
mv "${WORKDIR}"/${JCE_DIR} jre/lib/security/ || die
fi
if [[ -n ${JAVA_PKG_STRICT} ]] ; then
# Mark this binary early to run it now.
pax-mark Cm ./bin/javap
eqawarn "Ensure that this only calls trackJavaUsage(). If not, see bug #559936."
eqawarn
eqawarn "$(./bin/javap -J-Duser.home=${T} -c sun.misc.PostVMInitHook || die)"
fi
# Remove the hook that calls Oracle's evil usage tracker. Not just
# because it's evil but because it breaks the sandbox during builds
# and we can't find any other feasible way to disable it or make it
# write somewhere else. See bug #559936 for details.
zip -d jre/lib/rt.jar sun/misc/PostVMInitHook.class || die
}
src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest#/}"
# Create files used as storage for system preferences.
mkdir jre/.systemPrefs || die
touch jre/.systemPrefs/.system.lock || die
touch jre/.systemPrefs/.systemRootModFile || die
if ! use alsa ; then
rm -vf jre/lib/*/libjsoundalsa.* || die
fi
if ! use awt ; then
rm -vf {,jre/}lib/*/lib*{[jx]awt,splashscreen}* \
{,jre/}bin/{javaws,policytool} \
bin/appletviewer || die
fi
if ! use javafx ; then
rm -vf jre/lib/*/lib*{decora,fx,glass,prism}* \
jre/lib/*/libgstreamer-lite.* {,jre/}lib/{,ext/}*fx* \
bin/*javafx* || die
fi
if ! use nsplugin ; then
rm -vf jre/lib/*/libnpjp2.* || die
else
local nsplugin=$(echo jre/lib/*/libnpjp2.*)
fi
# Even though plugins linked against multiple ffmpeg versions are
# provided, they generally lag behind what Gentoo has available.
rm -vf jre/lib/*/libavplugin* || die
dodoc COPYRIGHT
dodir "${dest}"
cp -pPR bin include jre lib man "${ddest}" || die
if use derby ; then
cp -pPR db "${ddest}" || die
fi
if use examples && has ${ARCH} "${DEMOS_AVAILABLE[@]}" ; then
cp -pPR demo sample "${ddest}" || die
fi
if use jce ; then
dodir "${dest}"/jre/lib/security/strong-jce
mv "${ddest}"/jre/lib/security/US_export_policy.jar \
"${ddest}"/jre/lib/security/strong-jce || die
mv "${ddest}"/jre/lib/security/local_policy.jar \
"${ddest}"/jre/lib/security/strong-jce || die
dosym "${dest}"/jre/lib/security/${JCE_DIR}/US_export_policy.jar \
"${dest}"/jre/lib/security/US_export_policy.jar
dosym "${dest}"/jre/lib/security/${JCE_DIR}/local_policy.jar \
"${dest}"/jre/lib/security/local_policy.jar
fi
if use nsplugin ; then
install_mozilla_plugin "${dest}/${nsplugin}"
fi
if use source ; then
cp -v src.zip "${ddest}" || die
if use javafx ; then
cp -v javafx-src.zip "${ddest}" || die
fi
fi
if [[ -d jre/lib/desktop ]] ; then
# Install desktop file for the Java Control Panel.
# Using ${PN}-${SLOT} to prevent file collision with jre and or
# other slots. make_desktop_entry can't be used as ${P} would
# end up in filename.
newicon jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png \
sun-jcontrol-${PN}-${SLOT}.png || die
sed -e "s#Name=.*#Name=Java Control Panel for Oracle JDK ${SLOT}#" \
-e "s#Exec=.*#Exec=/opt/${P}/jre/bin/jcontrol#" \
-e "s#Icon=.*#Icon=sun-jcontrol-${PN}-${SLOT}#" \
-e "s#Application;##" \
-e "/Encoding/d" \
jre/lib/desktop/applications/sun_java.desktop \
> "${T}"/jcontrol-${PN}-${SLOT}.desktop || die
domenu "${T}"/jcontrol-${PN}-${SLOT}.desktop
fi
# Prune all fontconfig files so libfontconfig will be used and only install
# a Gentoo specific one if fontconfig is disabled.
# http://docs.oracle.com/javase/8/docs/technotes/guides/intl/fontconfig.html
rm "${ddest}"/jre/lib/fontconfig.*
if ! use fontconfig ; then
cp "${FILESDIR}"/fontconfig.Gentoo.properties "${T}"/fontconfig.properties || die
eprefixify "${T}"/fontconfig.properties
insinto "${dest}"/jre/lib/
doins "${T}"/fontconfig.properties
fi
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${ddest}"
# see bug #207282
einfo "Creating the Class Data Sharing archives"
case ${ARCH} in
arm|ia64)
${ddest}/bin/java -client -Xshare:dump || die
;;
x86)
${ddest}/bin/java -client -Xshare:dump || die
# limit heap size for large memory on x86 #467518
# this is a workaround and shouldn't be needed.
${ddest}/bin/java -server -Xms64m -Xmx64m -Xshare:dump || die
;;
*)
${ddest}/bin/java -server -Xshare:dump || die
;;
esac
# Remove empty dirs we might have copied.
find "${D}" -type d -empty -exec rmdir -v {} + || die
if use x64-macos ; then
# Fix miscellaneous install_name issues.
pushd "${ddest}"/jre/lib > /dev/null || die
local lib needed nlib npath
for lib in \
decora_sse glass jfx{media,webkit} \
javafx_{font,font_t2k,iio} prism_{common,es2,sw} \
; do
lib=lib${lib}.dylib
einfo "Fixing self-reference of ${lib}"
install_name_tool \
-id "${EPREFIX}${dest}/jre/lib/${lib}" \
"${lib}"
done
popd > /dev/null
# This is still jdk1{5,6}, even on Java 8, so don't change it
# until you know different.
for nlib in jdk1{5,6} ; do
install_name_tool -change \
/usr/lib/libgcc_s_ppc64.1.dylib \
$($(tc-getCC) -print-file-name=libgcc_s_ppc64.1.dylib) \
"${ddest}"/lib/visualvm/profiler/lib/deployed/${nlib}/mac/libprofilerinterface.jnilib
install_name_tool -id \
"${EPREFIX}${dest}"/lib/visualvm/profiler/lib/deployed/${nlib}/mac/libprofilerinterface.jnilib \
"${ddest}"/lib/visualvm/profiler/lib/deployed/${nlib}/mac/libprofilerinterface.jnilib
done
fi
set_java_env
java-vm_revdep-mask
java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
}

@ -7,10 +7,10 @@ DIST jre-7u80-linux-i586.tar.gz 48558751 SHA256 b773aef1458a4adde03af62f8163c7e4
DIST jre-7u80-linux-x64.tar.gz 47110223 SHA256 4c01efd0d8e80bb6e2f324ec3408ce64f066d4506c7ec93a491f615a4523f4f3 SHA512 e61e78ab1be0313690e8ab8d6cbae7366dd78aa4716f47c8908178196b658b94ee318dd04043965a72c34d8ef5c1cb4902afaa2188e76eb944256f090339107d WHIRLPOOL 1af7417b327402abaf4074445f051924de8b19810668890e089b66a488dddfc7f50cdd96a012130a591940338177164f66c83caf54c5d6d370be27d119a907fe
DIST jre-8u51-linux-i586.tar.gz 65731094 SHA256 e59a6fc88e1fc62167be684ffd5de90f5d31f1c7b7e6361dde24b45afeaa8d3a SHA512 6b459f70c1bc4007a0e10e89682c5c33601b795f6693eda0836e49b9e248229e109947232aef7b9d15b38f92931a134bc96833408e44572bf3f3b2da301ad275 WHIRLPOOL dca9c6d3f68917561d1bc84fb9d33ba01907d57eee1487c7e080989a6b89332a4f8e198717b8c4fe992c71d6715aa0e058bb02bd9b90ed8a7055cbc1747e4311
DIST jre-8u51-linux-x64.tar.gz 63861111 SHA256 25c2146b4ff1a12a9449589f8372f7f67cb63d6f6ad2b7f9ec92181cd3a31cee SHA512 7b3c8be7ba4014041e86b2dd597d027285185f9e8a484110bea589d73e4e35a9d709d57198610f466ea05ef8ea4b7e696f1fc844a60511d0ba111f666de5cf44 WHIRLPOOL 1472b32649afbed578eaf1b31006a2020bd217a3f75b9b7d7bc2fd8c32bcd422dfd46e7d11e2e5e34904a1f5cc0bd03885cb0c1515ccd63985ca974a6d61eddb
DIST jre-8u60-linux-i586.tar.gz 73863653 SHA256 8e05fa8bf73937d5e63ae80583f1e33858f0ef6be23701fd3b0070ea7af4d93a SHA512 bc267a77afe86d0a685e724e75db914a55570ceb3e6b4845b51cbef35f6dc38f387cfc58e1539236d8857f035d45ede51e651ee87f49ca540818f79ded4e373a WHIRLPOOL bc8fafe1a6b81beb1a3a8893bbbbc1d3d3d1359f98c3dc94e1f3c391fec5d188cea565febd0266152408a9dccd53ee3519ab88d8fbddf40cdffd27f856db231f
DIST jre-8u60-linux-x64.tar.gz 71680110 SHA256 49dadecd043152b3b448288a35a4ee6f3845ce6395734bacc1eae340dff3cbf5 SHA512 80dc232dd1ab770ccb5c267cd528fdb47546eeb08795d8eb8a5088aed536151855d07350e5a47bbd8404afc86857ab784ecc419802ebc41860cc71560fdb2c5e WHIRLPOOL 5d51d6f7ecdf59e0a897726954c13777f9678f2c511cb5367f8524a879ef33596ad869252b2663d6a1761fb98e7aaf5617aa379de2298f5507132b65053318a0
DIST jre-8u66-linux-i586.tar.gz 73883805 SHA256 70ee96be46d1cdeb15720b58a74c4dff0eecb6fcdded91d887b16779789f3596 SHA512 c605027974e5d6ad55cefee9c75239cd15fcf726abe49617d1008cec44f8a927f6794fcf2819e1f1e35b9535d40f6bef1fd4b023271f80e3e392824fa8bb2111 WHIRLPOOL 67dd7ea33dd9845210177f3b608789c674be2d0a7550b924f68082da6e9484e81ae1186c7aa7bddd5895ea0eb7adf8f67949a063378a028673d20e16004d4d52
DIST jre-8u66-linux-x64.tar.gz 71719193 SHA256 f2249370a6ac4ca8977b66d7665179f0fef4df732f3af80b0f34567d594588bf SHA512 ba0de83d6a485cab305c352091cfca74b6a64132fbda38b5bda53b9dd2569adafc64c93f92397dc3a40167b04690f4d8de9f1209485a8e51a236db312efe4b8c WHIRLPOOL 00a3f10bec2bc871534cc30a4ac2bb496695686d2b41bde985aeda662bcb988e979318eb16f886989d740f92f35e45e2ac344f6d49bcab2020f11babcd2e69e8
EBUILD oracle-jre-bin-1.7.0.80.ebuild 5394 SHA256 87205f2cc49b27bfbe19656fab56889c05a21a87497aa16aa1178a9477410965 SHA512 d5615ce909cf9ecbfaddb2a5b7ece264c559d739c4c7886bb5bcd90403cadc3135d4b2378b599901218bbb091608f744bf76e3b7e90173d60e643369ba98022a WHIRLPOOL 57b9e2a494310d96f8d947113feaa9b1628e7558915c373f36421499db6253cae2eb1ac6604add87ffd7b0de35a65ecb9ffd6be4e61e3d29c0455a2ddc52cfa5
EBUILD oracle-jre-bin-1.8.0.51.ebuild 6484 SHA256 0ff18efdf4d51c421363711211093b1c1420845e1da7033e746555997c48a907 SHA512 9ddf005613c4b7e3465849c5777879f4b30985e12fa3b81415d4056c69cec61ca42aa9fc1dfca37e0a3bd97f34fcef603ce0078f7eda004dbda7bd54660c4391 WHIRLPOOL 436188414a9642dbc10c69aec8e5c465800edbd62342e684ae9605c753c53a05e078c31eb9ff4b7c734d3867caee3b1ec4bf1217b9e4f18eed0afbe027091d55
EBUILD oracle-jre-bin-1.8.0.60-r2.ebuild 6817 SHA256 52eed9a6df4ca242a22db552820d63710a489c5a3dd31c0c5a84d7f665ba1281 SHA512 db4e32412572ee8d8e8f37f20ff1771d43d9e5eb4271d3911c06eaa57115e8e12d570cef54b97d11c4e81054b2101325573d5fa03f8c0bd1bad6742a8aa969b1 WHIRLPOOL 976f37e562f5e32c9d3da14984f758767160a8ccb8762a79273a77fd0c15802259b5fc0af12791c4b6f0e9267804ede2b0d3685dcf045a2ff85250a858a972e9
EBUILD oracle-jre-bin-1.8.0.66.ebuild 6815 SHA256 3ce03fd05d0ce08805383a8f164d965251b246613b7dc03c5d866b24022fed1f SHA512 eb8a9643ff69820c0f75cb7a7af518b06145b819201ee7bc5e7cca3862d2ab074d0a0657734b761a35d9cf6c06dfabb3ff19432877eef7a9c320cbb0541c9b59 WHIRLPOOL 1f76bcc3f9c53c6e5230ced930d137bf52686a1ca40c6cbb0976b9b8b5ffc9df8758791a4d7832e78c363b04d404719cb9cfeca5c941c794c11a797e08d02905
MISC ChangeLog 14832 SHA256 8c74c97192cc9a77e2b2b78a095c8dc32cf08bf6237e2258d5cd130ed763d2fa SHA512 f48a6130827e7069f75f02aaf80121b8c0b7610dfff47b23e99e373222dd6cfcd45281efa5ec7e9a216af5d6119b261585a3071d21d3cb0156acfaf240017d20 WHIRLPOOL ddc5ae2510ec21d4ab0e197a6bfef8d84f803312bcb8a95df409f8bbbd3cc2e8f7f004bbe54419c2841386ae67fe5651645cb326f590f95c7cd34d04d1beab78
MISC metadata.xml 619 SHA256 1ea8b12bea866c49594f370181df413cfb27aaf20fb656d9aac1576de1f7d79e SHA512 6968c22ba115f08a8ab540cc672d298764ff50fb01b67b05bf86aec5598de834fc4355255888a9a6d92ed11599770f8ef1630c8efe3675abff2b7e5e8861a25a WHIRLPOOL 12c66a05fbd8e07bb7b95bb0d5ddfefea4cee34508b421188fe6ccf0fb747b71e4fdd2090442c30df664cdb040f619adee8da9ac6e3a66cf65fc1ccea6581499

@ -34,7 +34,7 @@ SRC_URI="
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.8"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="alsa +awt cups +fontconfig javafx jce nsplugin pax_kernel selinux"
RESTRICT="fetch preserve-libs strip"

@ -1,29 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=SHEVEK
MODULE_VERSION=0.31
inherit perl-module
DESCRIPTION="Interface to Sender Rewriting Scheme"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
>=dev-perl/Digest-HMAC-1.01-r1
>=dev-perl/MLDBM-2.01
>=virtual/perl-DB_File-1.807
>=virtual/perl-Digest-MD5-2.33
>=virtual/perl-Storable-2.04-r1"
DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Pod-1.00
>=dev-perl/Test-Pod-Coverage-0.02
)"
SRC_TEST="do"

@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Interface to Sender Rewriting Scheme"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="

@ -1,7 +1,6 @@
AUX srsd.conf 1738 SHA256 67661acd56508155a9e466f73d51db56f9c8bd7e37e88421af13b3445d484b88 SHA512 247c09949ce075e3672cb9309e7ba00dfa91775546d0f256634019a9d1e2b94ea868072dedc1fd1200eb4e59c5c638f6879c48a592aa191a4b1814d7766cf5f3 WHIRLPOOL 47a27793b1e330f1dc82b9e44d43f41d7d14c80b1bac13e61a3bc7908457d99d1cb940cc844252e401c741ef9696a561d20547c692545057bee50c9af6335707
AUX srsd.init 1191 SHA256 b953e10691a412b4198b26069c5c51c8abd6e007a029190838101ee52e9232f9 SHA512 652a9e239e23e5cf784ef1993c47fbf4eaf62d5ab7c9421bd3931405d6c627069d02bdcf2fa563e56fce550564625b10322f8932173a03a1c7aae685e7d7b474 WHIRLPOOL b4c50f77d264ecb97c83c82cf200bfbe07e0f731e1c7cbd8e46bbe0454a8e1a5b0cd27c47a2dc1a55e93fbb85d368d50ad2ee65a6a08d095dafd5863daad5784
DIST Mail-SRS-0.31.tar.gz 26605 SHA256 e791844f6152e503a92c2ac6f223f166769316fa768d8ef09378e5470d6b0028 SHA512 d9810563cb512ba2e5441895c5ceac61bbfa44d1308a5f8521a2e9c49d35f22d77a8f03878c7016823ad996f061071ca82486f4e0dd21a98cdb8398a9208915d WHIRLPOOL 10d5f473d807af872e55bfe96bae0cce4f2c97bfe3a430bd091e35adb5b179209e6ff5839b11fbcbe340d205b7db6a9970e1d91bacf8ec7bd9481e56509d7e20
EBUILD Mail-SRS-0.310.0-r1.ebuild 551 SHA256 7e53418425e2aabc6ae2d691faeba4373d86f8274545d1accf78f3fd591648e1 SHA512 90d9183376ec8c8b250f091595e21bd8334a470bfa050f3ae6924eeae763c5927681b89257a15a2302de2e8210104da2c0ada8bd9208d69d21762849b8be987e WHIRLPOOL 8a6f0699607e994db05aea3ed7b7dfc796a69971eb50f3f7bc43a5265c12c4fdb985902659830fc72f770687bee531eff111fb22858112a1ee4a2edff53a7c3d
EBUILD Mail-SRS-0.310.0-r2.ebuild 1072 SHA256 bafd8214ac6cc2df06d6736822193c85b3633ab9c88d899b500a6ab3b9689a37 SHA512 98553df44948c19cba30c0cccb2619b970e6cca8ca8c1e7cf057954a8af6c4af4883fcd56362b6aab6bc49546b4a68a22e4324ece07f774eb780fd87e52a51d5 WHIRLPOOL 3d63d61bdc87edebb4bfd4f69f84c9004ffc9ea592d9ccb42006401400339548589776a21d35f7309436fd3fece28c293801a31128a616cd3d97178442968e5c
EBUILD Mail-SRS-0.310.0-r2.ebuild 1070 SHA256 d8348c7c41ebd85564514ecfeaa6e65cfa380bba62d0977746c3c0309e9abcd8 SHA512 2c0a78e1da53f737865cf96294e7fce5d43d3c2e49ec67ded85355463c7ccf44c2357b88deb262f81c9d428165df1803514eeb523e13da69521e0b5a60fc92fa WHIRLPOOL cd426f03596b68b84dbfc133c6445e185d2f8114c5d70bcef3c6b80eb2a1800318e28c4a3e011bac05d0fdde53fc4349b7190e8ac1d551df6ba1adab0d9a4913
MISC ChangeLog 2122 SHA256 49491debda1657e2f2e8f68a2e8a0684322075640f129b44c3b5042035d02873 SHA512 72cc5880a7c470f616f535d5c11b1b025845cf6534b1a308b1efec14d5216a229bebb7395448e5de25af3a72ec3d810f619a369f8b582ebf267d4e796855d1f2 WHIRLPOOL c23f69fbfeeb2692d4c6bb62f8ade518c7cd71264885dde936de2b26581a4ded6af827e6fe5ee4198fa4ad769b68d87af88110c157ef813a86c366bf96512724
MISC metadata.xml 681 SHA256 fefb303f6f5c2be744fa237275714f114ad6bfbe7454ef9f5a31f8efd9d512ca SHA512 c2f47e93390408298411888eccbfc31f426d52e7bb2ebbeea05855422b9bdbd1355cae001ca5048bd82a02d45e2ce51ae9b5dbc8a06cd99efc381d9087e809d4 WHIRLPOOL 10143e3b39eed71224cd7be2972a8af3b2afd7d48e2b4672e903f4c9549958c2b9200a80865dd2aa235d0c06de2a5d570dc1382e2b3c85637c0e9a38043b6f7e

@ -3,8 +3,10 @@ AUX issue177_prot_exec.patch 2511 SHA256 fe1e3c85836177953672746655613ada020ac48
DIST cffi-0.8.6.tar.gz 196835 SHA256 2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610 SHA512 b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790 WHIRLPOOL 4a03a077f15f943e0f06acf1bc10572b19680379e36805dbfc3dfffb8a5d735d28d9bab38e2d233f3a347fc03cede8126cc2ce017c6e3a0896b9baecddfae39f
DIST cffi-1.1.2.tar.gz 326758 SHA256 390970b602708c91ddc73953bb6929e56291c18a4d80f360afa00fad8b6f3339 SHA512 d146984013b63382ea64bd2d6188cdbf9154cf83d66bf4dbb9353f1daea66f9eae07c6da47e152c5758d3458a742adde0310f71c792eb0a80950d7f857bfb943 WHIRLPOOL 02b92f0d13b02e351ba63e55a731c0b5480ae0b376c99a8dc1a256b3b55bf0119b4238dca88171605c1348b0847a6ff305ba4ec69cd1b42b9950708f42d6067e
DIST cffi-1.2.1.tar.gz 335778 SHA256 eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d SHA512 26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88 WHIRLPOOL a8bbe3c24be660946c1f31fbb8b1f50810f78b9485a32aadfb091a624b5386641bde71981c58792f8e95e8e77cfce7d9959eb197c417464cf5351e568aa6336d
DIST cffi-1.3.0.tar.gz 347342 SHA256 9daa53aff0b5cf64c85c10eab7ce6776880d0ee71b78cedeae196ae82b6734e9 SHA512 2ea789d67782b2f23501bea4480f42f79e312d047e2d8c777aab8113400cfa136585aa92c0a51608a0da35cd6734bc24914fcccfc5bbdad3041aad2e9f784400 WHIRLPOOL 5daea22a7ad04a68aea0f962de8ff08c96b41d45539c43d2157ebc7f26799cf75f251b6b5c54901bc4f8e988791cc3ddefc52528b1c0ab3d3163adc56dea452a
EBUILD cffi-0.8.6.ebuild 1093 SHA256 f5e92643f786224d18025c444ce967cb97326131538e171276547feb562480ef SHA512 6a614f654f0a1ef88bc2b656d7c9ac7d3a8ad791187fd47b3631cf338c9aa151572a8feef2c0177667aa62b85609d50c36f4070d13cf4f4a0ae7b04d084d66b9 WHIRLPOOL b36c1eb6c3fb5bab8fe15a41ad3dcbd4a69626b25072424e59289f1033fd0054968bfcfe8223f75ba3be6746daed1a39918d9c01d9bc5a9002dbd0c0f188003c
EBUILD cffi-1.1.2.ebuild 1144 SHA256 fb32713b313ae8b9e7a451a31d78e66bdf9aef36536004bc43eb2951ff9a4180 SHA512 cafa4d59ae0d0e786ef604cc4f62f009ae631323168854ee486683d492a700b6e687e0e6516cc6e7d0bf30023a165bc3eab6ba90e1288e6fa88634fbea2abfc2 WHIRLPOOL d462f9f7051e47231491de85e497788599783c15502741c71f2d64320923875f0ea5f1ab851c4b4d34dbef23968755ca9a542c9b99c3f60af9ffc24f77fd175e
EBUILD cffi-1.2.1.ebuild 1268 SHA256 cd808fca5fe479949c139bcd5a3a666d77d54af45ab13e00d8bf70ef2ea1ac54 SHA512 ec534a2501adcdb5ef4379285d98002e2033f47ddb81edb8428dce29587ea4b2aad3c37771c1902fd8b40a35a91684427b4c20e4a5d18378a1e83b5a485a4c73 WHIRLPOOL 658996f0111545aa7e1e9d4d2e115c0285bbc9a7f5070ecc9a52e40bad0eb20614a8d5734c940cac53a8a6cc1ca42f6d70c33b8243f1136a7946506dd4149ea8
EBUILD cffi-1.3.0.ebuild 1274 SHA256 41262e206b42725ec811f0eca5fbd4bd97e9a50a71ad6557bf71f70e4b4e1d64 SHA512 f963842afc3749b40b660897cd223f0f896d07cb8bb5f40c4170341318b06e51455adea97ad660b72e40350a68fcb979b1f9195e2b829427055e556d5b3f8ad1 WHIRLPOOL 1eeca34d0912bd939dfcf9c16ac4797ff35043a05e79f712c26becd1c2789ffe0c6ea8926208ad6f9ccfbb03429eb05632a70df4ba7c9b666681c6dc6783abdf
MISC ChangeLog 9260 SHA256 6943a2239cac702562be97df74fac84a2622640d97bbcf63aeb82a87851178ac SHA512 57e87eb46ac94c5d3edc4c680d8fca3b314c56f04699a243a43a09e6eb1cb8af7f761be83734df2e40f23fbc18d4d8e24a97aee40972c6499fd510c1f1e9886e WHIRLPOOL 2986a562f36c64795dfec0333fc68e1c82b7c71f48fc7009a9d01046f48f7519a787289e7023ae3eae34c36a24b593d9cd1c3db755fca2a200282ec2ad1478fd
MISC metadata.xml 232 SHA256 95f5f76f9aaf444110818d590c1e1588635126f7040387a7ffbed3a397031771 SHA512 fc7f390ae5379920ec49498047782a5bc2983925abaff0833aa3521028ba592ef6d5b5d02f8d39ba8a9e530cc1be84e30b0ae33e95c0471bf8233de5c90b91b4 WHIRLPOOL 0c044106171ec8bfce471d1605c15a3e7aace964d3c9f00075d1d57db1ba83dd4c33ade080fe34ba65bfd0f2ad5a02e175deb29cf6301c1a6ba49312deb27f0b

@ -0,0 +1,42 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
DESCRIPTION="Foreign Function Interface for Python calling C code"
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE="doc"
RDEPEND="
virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
DISTUTILS_IN_SOURCE_BUILD=1
python_compile_all() {
use doc && emake -C doc html
}
python_test() {
py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
}

@ -0,0 +1,3 @@
DIST et_xmlfile-1.0.0.tar.gz 7682 SHA256 727fd43a5fe7af1087c4fe6d610c24f87dc6283b914ea0f3f2d05c82de0dda96 SHA512 498b5de336cb8b0f538def60c22f565560f6cb800a5caab84ca1f51c558b79503abb1b3dc8be7419595867e549da5dd9f0f725aff873dc04c0749b9344ac021c WHIRLPOOL c4f798cd3adcd41376f1befae53a42db915bc1a8d1040eaa4776123d6d31fef7939d09644c03290b8dde07725e1177eea053697b09d675c1c4a4bdca097c9b48
EBUILD et_xmlfile-1.0.0.ebuild 689 SHA256 d03946cc32e18d729c3c7f8a14f385856ea801c406c4383cb9df8f53f20e5dfb SHA512 1cf0e5d48de520ee7f36d7aaefd649550b5c90e1dbf0d6c1205c7647157a35c90ec3db8a61795f66635941daf9982347168c5effafb3cb4d72607c1219c6e256 WHIRLPOOL 15c08e6c4b38274aa5b3618c1621f26525b25d415eef60f5a68e1b3b41de5e9fa74540cd9bc263b18f9fa594f0d81ff5db6d07caa1a983b40f158bf24831f3f1
MISC metadata.xml 161 SHA256 54c4e6d783f2571466c7b03622195c255b95cf06209e59ab6653a6366cdfde6e SHA512 b306d222517e4eae525f6a79634f26eff2068f85911b7904c52c485a004d1d5401300808da67f9a1e3f102d65aebd1e0d21cd18145ea0bfec156f2aa3785b104 WHIRLPOOL f9c8e8d23bde25f4b14031f83dcc09e8437fdbcbb27199c1e9d8109fb2ccc7589cabf8240256dbbe6e080d04d2c444d115c66f82fc9b479e1e70d1ef0fe60fe2

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
DESCRIPTION="An implementation of lxml.xmlfile for the standard library"
HOMEPAGE="https://pypi.python.org/pypi/et_xmlfile https://bitbucket.org/openpyxl/et_xmlfile"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
python_test() {
py.test -vv || die
}

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
</pkgmetadata>

@ -1,9 +1,11 @@
DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9
DIST openpyxl-2.2.4.tar.gz 108810 SHA256 bd1b795ffc928f8c3f64fc0182e087a5f9afe7df94c78335a8d12eed872d182a SHA512 b33832bf194ef80cb5ce8dc4ee06f5c2f372fcd1074f7a4b0fea94c9528d17a80bfc83bb2a20e40118bd2250d63ade1a772bbc20533b9355472284a186ebe977 WHIRLPOOL 4a799125391a587a027e936a60f3853440ffe754e1078b6e95b3d7077ff89f0b308fd7e431561fdc7bb8707a17cbf39088ef88395e101dd578bcdcf568e9e6e4
DIST openpyxl-2.2.6.tar.gz 108959 SHA256 0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e SHA512 a306b5c646714c32b08d21c513720bbd355920ca457dc9a013b68422be7c6be28ea0558180e20be532b1c8f6c7e032bc981aba0640f171546a80a39acb0219b2 WHIRLPOOL 18fe3526599f247a864762c091284695725895ae206f573e27c4f95e1ed0b49207ff2f8fa4949245dd31a82ae429c51a374bbc5d0152580cf192802690b750b3
DIST openpyxl-2.3.0.tar.gz 138746 SHA256 2f9d7350304edb0e94ccc898fb7efa8c22b83bb37fdcfeba9b674d07dae19c24 SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f WHIRLPOOL d66436e47f2c807a6ff0b9a9991d1ae52c8bb35ff2e2ec43d0fdee4c0bf2b4e27bf6077fc2b87d720fe97f7d0a46edff35db14cd212685d502d828aa48fcd85b
EBUILD openpyxl-2.2.3.ebuild 725 SHA256 57f4817de709c4035bb929658f53564a7ce4754f74475ed47e7a8d128b433d7a SHA512 47c5bcd0f3b3a8bc4a3cdd3db43b1e034e8c0f44d0eefc281a07082a2abd2c1f18cc6475cc613ab6d8a7d6d1588dce0ccd8dbdc528250cabae9efc7e37a009cd WHIRLPOOL b4ec2ad511dab23044f810b06da73efc2a67571bd6e539aa7c1e5d2a597dc27fbfc2cf1d94765f9259a36bbcc50ac01d49f64a7313657b1f5114981577710b94
EBUILD openpyxl-2.2.4.ebuild 727 SHA256 f26b034476baf817e204dd8cd624d10e193e1938a625f0357c208029fb6041b4 SHA512 dbe11b54c4f1b6310ae19b78c169c2ee6624230d77014db17b5a21dcf31498bdc65b625c9adf6ef5b4239b3045aaa3489aa9462d90bfff1f449157c4513ef72a WHIRLPOOL 4e3a61b119c1784dfe2184b98b7b7f84edeaa2052dd832407a08a4d576b00701088a483439184f2321eed111c006b3907bb4dcd10f15a5637c46393e9d3ab0dd
EBUILD openpyxl-2.2.6.ebuild 729 SHA256 0bdad8732978c0de9dc47c5fdf94e8b3918acb192ea2bba23e44eeb20f8c1c7e SHA512 e45dff47fc117fe2ff0267047dc0fa8536d0e988cacd4490eb14613fb4a2bf5357d22743deccc6e3e50baf410eca6ba854f74322d4acfbe031dd4ab128cd29db WHIRLPOOL 4cc3953555c1a6f6e71c1aa22b3ecca9a465bf0fcb40361a4cad4ab84bf23c9541f3a826b1985e576cc85bd8b6968d2cd38e9d22e0adc5210a52b50862a834e6
EBUILD openpyxl-9999.ebuild 645 SHA256 208e065d47f2de091d81ba6cde8e24de5e4a96fc5c156ea8379db75f64759f2a SHA512 ffd90e63b9353c1af24f1b2b16c1167c8e2bc0abafd262e9feb67ec238f4e28d602d26fb472e05c70cd9e476bc242a62e9e6a230081aa0e95c2b8658bb18ca91 WHIRLPOOL 2ba0f55b549e8f18a62e169573bd31fba76a3682706cb2c985028d6ea7bef46f1267c94cd2ff8db49aacfa421fb9d49f941df99827d328de11dd49c8b939bb8b
EBUILD openpyxl-2.3.0.ebuild 773 SHA256 783ac557041df1c7e158189dfda38a20500a83fdad41569ebee8bc8eb20225b8 SHA512 4cff50d386a7dfaf11770e3eb54244f7e0f98a754f27fc13c3971b5ce01ceb1eda6061bafc303935880702094e733a4673a87b699a4ca77f32afc1a6193282f1 WHIRLPOOL 31e8581ffcdceba7de19b23b7e213a29fc6f08f3f6ed88bb3cd12b2fa5f9e8fb203ed1f93678cc50ec92b5bfb6394ac4f56b414e93de97f656acbeb062f94701
EBUILD openpyxl-9999.ebuild 691 SHA256 83b11e68f27f0053e913dc0abf8c6354a52a8d2bded5fcf835b7835c74a38804 SHA512 fe7b734e2f278668c53a0c3bd22cf36e97b2471d8e57f2db5d94dc7680675493aed43656cae07546dc819ca020b65ba6df63aaf336f86384263df1477b7f3da3 WHIRLPOOL 4717cf1ed4f2d1e119d992d31eddff338bfc5ffb6e3c5e24c26d6a6e7ef140a11130db3f49b7edde7d10eaaa7ca5a13febd573088d78fb4f39c865397fc30f2e
MISC ChangeLog 2538 SHA256 1ce13f1d8601a41b17c706d4a31833d5d687d75e1ba22d22e65124da53a32e51 SHA512 760dbc49b0898d18efc575d99e3cba6ecbf9184bff9896065b96cc129c674b460a7c7dea822632821a35e7baffeed9faa5f83c5073ae7c3439f9d7a3ccb66d1f WHIRLPOOL 8026b7f84b52fbb0a02e95b7b91e6280a012ace2ab4afaf9637bd72008e5caabe61dc19ae1865142f0c77d937c01b9ba0f427b9d92c8bb9003a816f020ccb20a
MISC metadata.xml 364 SHA256 5ea8027d1ceb82ca65a5bc48e721add0c89ef73874c7dcb4b4d31a05136bc631 SHA512 21fb69f3bc6cfabfd826faeb24be0d2b9cd7b48456000acf3f85eea299bb83883ad4a2bddac012802bad6ebbafeba7a24e895df3b11224d7784a8ba0cb259457 WHIRLPOOL 61e8b9f135bd753d71fbea8ae8d73b418c901135b08ae3308e03e03400f4efe5cc8b84d34205b8ee45222deedf4c0d679a714be3abfa6f060b4a3cfc6a0a7316

@ -0,0 +1,36 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
HOMEPAGE="http://openpyxl.readthedocs.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
dev-python/et_xmlfile[${PYTHON_USEDEP}]
"
DEPEND="
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
)"
# tests aren't contained in tarball
RESTRICT="test"
python_test() {
py.test || die "Testing failed with ${EPYTHON}"
}

@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 mercurial
@ -18,7 +18,10 @@ SLOT="0"
KEYWORDS=""
IUSE="test"
RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]
dev-python/et_xmlfile[${PYTHON_USEDEP}]
"
DEPEND="
test? (
${RDEPEND}

@ -4,11 +4,13 @@ DIST prompt_toolkit-0.47.tar.gz 129902 SHA256 8ab6c63f7de394b50bc56c9c9e62bed39d
DIST prompt_toolkit-0.48.tar.gz 131543 SHA256 054a8f710d585ff994cf92f648bcb78abb1cd14295be3016dcf0214bbbc3b991 SHA512 cec2b8fad25722a2f58895ab50ad9ceb168748bf85d94972c3652d1c46589b55a87e9b78246a138633ce9e7d1c45eab39bad8e3576fdce845a2d68a1c7803d89 WHIRLPOOL 67f9482fbb5814826137f4673db40cd843cb24f9f04011379cc2a83aca8a2a56734c156c421578f6ae4c9b8c5f877d018f6fd22ff39188ced3b187a4fa18b9f5
DIST prompt_toolkit-0.50.tar.gz 149902 SHA256 6acd7c7d158b1dfb5907659abfae0cee2e5354fabc943aed411843d7fb2bd4aa SHA512 afe708baf8a06823e417c3b9444123e315b32526d49e918f9fde20eaa042989134f511f8dfd8e7ed99c0514d714585b3f82fa72cdf39c70ee85a7e1a27305b23 WHIRLPOOL bcdeafbc4a202588f117b3c245399be6d9bfa75277a7e042ba4c0ad2aa7d11ba2fc0fe80edf64fe4762738596b5937df6d192eedc3f9927bb5aac60c55479be5
DIST prompt_toolkit-0.52.tar.gz 152677 SHA256 35b8a34df8dea4cba92222dc1b8700c30ed7a8ba47cf3bc583768c5571a30902 SHA512 25fcbbe86bd2fed82c10a4b75671c88fad96559c192b8d722bdb335598856a419a8a99e36eb63ecdc41f4d19c794159d684f0ec1f5c053505b3074472e7ee42a WHIRLPOOL 3fff8864af716821a0d93cef0e0e0cf6174b014c32c49938d64da5ebcdf4724608dce74abc39a66850ff5e111e50aab623cea59501374d241fc5fa35c01e8baa
DIST prompt_toolkit-0.53.tar.gz 153969 SHA256 a62b861a52d2a8ff3080c4e23e529c1af8d0110f8e9d378fa3ea997d1c4ce864 SHA512 5d91527c2de5650c95b42fc202be4237d3f98e9fccb5fdf2b0360ca169c5107015394ace76b06ec19d5c8b8b6e4437c75ad3068b262d26c351910ff97e1d4e9d WHIRLPOOL b12fd7021c9229332f3863531c54a5ed2b1e5ac276d8531295d7dc83c883f4fba039375e34cf9eacdad708b5ef385b31733120a6a132fbda61006918b32ed222
EBUILD prompt_toolkit-0.45.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
EBUILD prompt_toolkit-0.46.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
EBUILD prompt_toolkit-0.47.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
EBUILD prompt_toolkit-0.48.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
EBUILD prompt_toolkit-0.50.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
EBUILD prompt_toolkit-0.52.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
EBUILD prompt_toolkit-0.53.ebuild 803 SHA256 fb4447880ca26f93906da5734d92e85c9b743b6db13fa94e25dd4aedf69c40ec SHA512 adc34cbb1dd728c9c920be82b80cd32a63a2fa511efe215055ce69b8bd5bf44a08cca6a912071259946fbc1b09fa2bba8e08e6945832fb632338c59ea83b1f2e WHIRLPOOL b1d3f992626dde3270e63f7604db3c2b624598a8a0e5eb65010035637ba6a3cf790e375c20e103d8787e183f25066e8f09fad6cbffe361fb060574087bf14d83
MISC ChangeLog 1765 SHA256 2c3970e4535841f006ca132807931b96330451b306a9efe3d6e16e4822ecbd02 SHA512 dcb50dff971b2848624db5e34ac56b9fb08cb5cae2f63a67a1ae990f718192470459b65a204c4efd70161c9a6dd87f73ab05a09e8b6bf0c4e8075f7061316bcd WHIRLPOOL 24acf4375a278f078064ad04d19952df4b2dbcbf112ada423db9744ecd68b61525de278159901a3c7c64be6e9aaf361286b43d58399bb1dcd64eb749f70fc6a9
MISC metadata.xml 397 SHA256 b3ab54a509b705b1afa2dc7c9cccbe55261ab8aeeed1bc14ee80b0cd92736e6b SHA512 b04d67480e82982d7666ee54a77f17b96e7504bf00720f3769c3a62962f57e4599c649b1791f63d92a3c1e7b81563c221b359f6604e943e16eab974ee582c07c WHIRLPOOL 1e6aa6262479230bf231df8debac6c0e7e021d2f0c8ab33f64550cb48c7444c5d8fbb79e4b333faf930eb3bd41ac7683563451e358995875f4e73ca8938162e0

@ -0,0 +1,34 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=(python2_7 python3_{3,4} )
inherit distutils-r1
DESCRIPTION="Building powerful interactive command lines in Python"
HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
# not contained in tarball
RESTRICT="test"
python_test() {
"${PYTHON}" "${S}"/tests/run_tests.py || die
}

@ -1,5 +1,7 @@
AUX pyldap-2.4.20-bytes_string-backport.patch 2069 SHA256 04f9222c041fb4bc22a4d03ac93755d03c4293c4a65c21357177096b6d66c43d SHA512 958655cbc52336372ff71efa48271a72ab85e138fbc08bed84df7fe54b895a5d0d8cc45370956dea1e56239a4da9bf9fae664516eb28a68663b51e1551804a92 WHIRLPOOL 174e511f29608ba520015a41ea44a119edbbe4f3cd9ad70a5cbf5ff27c16bb5859ccb63874d58bba82a88afae4c21a4aa0edda6d585e51055e9713b201716dca
DIST pyldap-2.4.20.tar.gz 122175 SHA256 9f3c5679e6a2c26a852d0468c538239e458a39ee86ddbbd2f1ec5c6fc73a3755 SHA512 f29df58fa1617b8b61631ad4532fde7569dd9742d141e31c1724568c0b46ed63cbc83135089196a07e4dca22d76f05f3c5a74e9b1e8034e5673196912baa8642 WHIRLPOOL 27dcf5919b83e3236b2b18b02943080fe5f5e48e5e931f27dfae45612c075e58bd798bee1f52dde8674571f377dd99479ef0f4a4e917f8c55962cce51fc150a3
DIST pyldap-2.4.21.tar.gz 124575 SHA256 7a2b1dc31679466db11320b91bd2058574ba25ef27224967040918046ff4c450 SHA512 14aa87421017cd8ba4dc9c9787995ab28c0a656bc665c82de0eaaf4dfe312c731e98bb30f8de5200f23518e9d18d0265eed8a77c1aa58a0551e2d06dbc91a292 WHIRLPOOL 466ed66c77be629b0184efabb2ca5129e0d7d7b9a600f122b875287157c6b7ceb4af9d325c1f17e9f49233739fe8071373d900b0b435a730480eabf365178565
EBUILD pyldap-2.4.20-r1.ebuild 2359 SHA256 3025de8d65c3e64d8483a2a1f86ca1fe0dd4206d0d71cb877dafe50cb69f887c SHA512 94bb0f97bf1ba5efadd58e1787648ebb207a833de860ab7e4b6045fe30aa6cac5e8bdf5f92caaad0dde0651b8c87d735bb34e191756431268695c2c7873d7469 WHIRLPOOL 25934e3af18d5d5ede77da14073366815ad92e237a5656a6c819c71025aea5085ca6cb2f6853a098b8ad9a4a1a38fd95ec8f1218ffc354dbdef499f403994904
EBUILD pyldap-2.4.20-r2.ebuild 2359 SHA256 3025de8d65c3e64d8483a2a1f86ca1fe0dd4206d0d71cb877dafe50cb69f887c SHA512 94bb0f97bf1ba5efadd58e1787648ebb207a833de860ab7e4b6045fe30aa6cac5e8bdf5f92caaad0dde0651b8c87d735bb34e191756431268695c2c7873d7469 WHIRLPOOL 25934e3af18d5d5ede77da14073366815ad92e237a5656a6c819c71025aea5085ca6cb2f6853a098b8ad9a4a1a38fd95ec8f1218ffc354dbdef499f403994904
EBUILD pyldap-2.4.21.ebuild 2299 SHA256 67e01ff7b9a1a2ebe1a21d64af96555c487be2e28e6c8f2754ff08b23ffcf436 SHA512 cbaf62de4c0f565ac9180bb52e5e876a6264890c1ed7a08427c3241d2ffce08ae35f02428a093343cce788c342d8b5a92881d534af14525daa72386c3ab33b54 WHIRLPOOL 89e2ba514bef0380857def792b4ad886f6f82f9e1b959f92538e2c2e20fdc70dc2b96302e7ed7c4b004165643148dad3a757b217c2b14a3ebc05e6e457e75dce
MISC metadata.xml 435 SHA256 8d0913650e49946d1c5b7509e8aadb912761e0d4691b6b4758b27ca6ff51ba16 SHA512 cb812ec3ca9cd630acc0d95e173a2b7fe34d51f5c732d47bca4db6ebe71a8e05e709e9186e481bd88f50cd08a2f85398391f615fc2fe31302949753e6a83c683 WHIRLPOOL 635d507b2b6ee384e63f91e4057ab5927576839d681a2831344fce209620497c5c708a072bb99b5a4118c1b24845978ac6fd104827efc5f752cc1e49baec0987

@ -0,0 +1,75 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1 multilib
DESCRIPTION="Various LDAP-related Python modules"
HOMEPAGE="https://pypi.python.org/pypi/pyldap https://github.com/pyldap/pyldap/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
IUSE="doc examples sasl ssl"
# If you need support for openldap-2.3.x, please use python-ldap-2.3.9.
# python team: Please do not remove python-ldap-2.3.9 from the tree.
# OpenSSL is an optional runtime dep.
# setup.py sets setuptools and misses pyasn1 and pyasn1-modules in install_requires
RDEPEND="
>net-nds/openldap-2.4.11
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
sasl? ( >=dev-libs/cyrus-sasl-2.1 )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND+=" !dev-python/python-ldap"
python_prepare_all() {
sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) /usr/$(get_libdir)/sasl2:" \
-e "s:^include_dirs =.*:include_dirs = ${EPREFIX}/usr/include ${EPREFIX}/usr/include/sasl:" \
-i setup.cfg || die "error fixing setup.cfg"
local mylibs="ldap"
if use sasl; then
use ssl && mylibs="ldap_r"
mylibs="${mylibs} sasl2"
else
sed -e 's/HAVE_SASL//g' -i setup.cfg || die
fi
use ssl && mylibs="${mylibs} ssl crypto"
use elibc_glibc && mylibs="${mylibs} resolv"
sed -e "s:^libs = .*:libs = lber ${mylibs}:" \
-i setup.cfg || die "error setting up libs in setup.cfg"
# set test expected to fail to expectedFailure
sed -e "s:^ def test_bad_urls: @unittest.expectedFailure\n def test_bad_urls:" \
-i Tests/t_ldapurl.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C Doc html
}
python_test() {
# XXX: the tests supposedly can start local slapd
# but it requires some manual config, it seems.
"${PYTHON}" Tests/t_ldapurl.py || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use examples && local EXAMPLES=( Demo/. )
use doc && local HTML_DOCS=( Doc/.build/html/. )
distutils-r1_python_install_all
}

@ -1,6 +1,8 @@
DIST rfc3986-0.2.0.tar.gz 14522 SHA256 8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22 SHA512 e16a7b690597e1d3bce0869e1bd7aecb60926b61da38e8b7170d920d73130512d4017426461d755792c2ea691b5c01ae8955e0b9818679e795b7338794b66d83 WHIRLPOOL 03bc5ca0d5e2cc06f8bc68029dfccfa71820512b546caeaddfe66f2233a9346d4ae3123c69efaee2b90258acdb3f0cde8f2ee84f4f29c0e1375f4fb9fc56effa
DIST rfc3986-0.2.2.tar.gz 17250 SHA256 b66238ee937485509326e0280eab4d8193df0e640936b99a6a181374dff97f7b SHA512 d6df82bce5de487a43cfd0e875d9e746e02f051fdfffa7b07564d025e77ed53ad02a09a837ba6c971b81019e091c694819de0e4ce43f19b4aa764ba21f70c054 WHIRLPOOL fc5b53681be16642947fa709232dc06e5643ddce6309bddb899abbdcac508060a84918f9b4b3b324c6de30dbd14669b92dea5ec34f39ddfb7a1289a7cf95a9ce
DIST rfc3986-0.3.0.tar.gz 21421 SHA256 673715792042d9fb83571518c860074369b6d3610c8b48ac42f38fbc2722a48d SHA512 011999135fcaee82587342b2dc4e2203a783d82951589cddf49aaadf301f868b180216ad8e219059d9d4ca8425b2ecda8ead15c23baace01019d52b33782f5bb WHIRLPOOL e18cdc4f2e055cdcaa5ff41f83097970a542e37ccb94eab9b73ef32f7aff74b3497ed585ce31f473297a3a4e698416d688c85810a00b300d6b861466e3358c23
EBUILD rfc3986-0.2.0.ebuild 448 SHA256 8c3ea5970f6973ade25b511ff40efe454e6f53c2d18202065941e4cb515e2cc6 SHA512 8e318a5895575749b621e3c3c73b4b057513dda70d9e435ed8477bc63db39f6b398105b25bdb20d1ab036f6f00c16a981194e38b323aabfbaca07b6604355ef9 WHIRLPOOL c08ccca5ed8aea78617c6324ca1cb1df71ee9ce1fcdd1dc9bbd769e114c570a58f315f049d23ab74c9ee01772bccfffa5e5a61d7f01c9fd79ba008ed0b860852
EBUILD rfc3986-0.2.2.ebuild 645 SHA256 b358e5f886d4b912e8a0fc705382f40d957dbe0b3ee930480e1457adec113c9e SHA512 643e781a74b673f3cf2cb9eb8f417e5b58a1ab346d55a73ff76100a46e4f69ab221349a870a124a412b2adb6975f1a51d0f4484e3c4d1936c995e86632744503 WHIRLPOOL 9710ffa4fb083c37c00f6cfd1271c387b71d02387a9acfdb55b8316dc5d073ef7540bc0368376d8c9e4e6271e860201d0b0dde4c8e14160a72ef1f9c89c89b36
EBUILD rfc3986-0.3.0.ebuild 649 SHA256 ba69cfc7d2d3ffa872f97269f22e6ad9746c456ba58c4106c1e0977bd48bef23 SHA512 7bc3c2deb59179ed81fd983dd59223cd03495e9df9a0816d9dd5bf8ce03e5fff574fcc6bbbb1ccd639a70ba6246c0d2cfc74ebd22a16b58b501e930cde9684ef WHIRLPOOL 0044b25f3dffc3f2833af09ecebb8c7b13af92fea713bca1d151cf49dc2856859edd30ab3ae43cbff899497d51fd02dcdffa3a224ab84076ad0c5f8ed832b6b3
MISC ChangeLog 663 SHA256 77031326f3033a34addef2633b1ccfa8dba9b7de00284ebaf0b990ed9bca345d SHA512 b77e1d46248352b9743606a23f2778bcabdc6f7aa47c1810f1c01badbb0b6ddabd4660eed968a046d3c88a6d3420c15e5afeb73b0bc4f1cc095e74674edadbdf WHIRLPOOL a0d815ab866d0f5c8a4043a719b2eaa94ad629d5070eba3b7894d7a9995cc43bfdf57ad957b8a941d746baacdb7c092a60c70731e2018efff980afa2f064053e
MISC metadata.xml 497 SHA256 dbe1a5dc06addb5cc88f37cfe45ecb2e0dec5dddea9b9efecdb92da6f6e6199e SHA512 8af776c7b656c53676bdadae19b0e621d513be75f3b14f08ddbef497aa7edb860175523f35a3c917952c63d246301f78ec54c9093d78455fd5a1000375919602 WHIRLPOOL 8fb5de898dfb1371d1db4c50dddf3a0a0702e83bc6f40f540339a45a72804d82a6ff6657e346b7e7da9c6511206fb0fd6222514886ec7e12d6184b7891fb5735

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3)
inherit distutils-r1
DESCRIPTION="Validating URI References per RFC 3986"
HOMEPAGE="http://tools.ietf.org/html/rfc3986 https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
RDEPEND=""
python_test() {
py.test -vv || die
}

@ -9,6 +9,7 @@ DIST SQLAlchemy-0.9.9.tar.gz 4213948 SHA256 72a51f6ae99116ea969381f65fe471aafe14
DIST SQLAlchemy-1.0.5.tar.gz 4600531 SHA256 b57d3a35c39ed956e3002118a51502918b2fd357eca7523a6b50ef8d329a29be SHA512 d898c2b74132a3f1ea9c2aecd761af6788f6dc2c76b471dfed5b0c6f69eb273b6b4602028ad0a142129311be08da97d74d277db2150c169c51385bb7d28f843e WHIRLPOOL 204c8079ca8a2ab43e363f3e8ea0dbc436e12ec9c7dd0bc9201eef85e9d7717084c38e4655def400c19706c9c80f91baed9bee2c206e670ae8de030be27ed167
DIST SQLAlchemy-1.0.6.tar.gz 4615939 SHA256 99a8a54bec4988f704c54ee9f769aa196db43a5ef7ed655b78a80a129c9c65f3 SHA512 188e2ce1c38819318c7561fa2cc663a8421ea6869abd2b0b355986b8326c481a62cd073a52cb90ad967cbcc7c2bfe64aecee2280423a40b4bc23f779c92bcd63 WHIRLPOOL d5a4035d21c74378e162719ba3b09d5554e218aefe273d9676158e2c02715a827edeb652714a7964d19cacacf45436b4ca1ef490ce6ff9631362f53a6a1c5190
DIST SQLAlchemy-1.0.8.tar.gz 4627601 SHA256 950c79c0abf9e9f99c43c627c51d40d14a946810a90c35e7cd827bfd0bffe46f SHA512 921f847a20548095cb1f41fe6147b393110e08f8f3ff0aee6081e7811e7c15b3c03583afd41ddf5aacdc1dde090c0512afb94c7cc33d9c27135a5525ed121e74 WHIRLPOOL 757f2a3832c8fefd5789cd981eb1b2028419362ed2714927198df6b91742236896d4ab0131969afa08e5508843e32e018a1361e28df3f22a15f811d78275f8cf
DIST SQLAlchemy-1.0.9.tar.gz 4662673 SHA256 c3d37501e36ec5d74c2d7b4a3764719db86a9cdab4a24431bf58b386743ab10e SHA512 5032977e4fd3ff12d7ae10ca87f0ec9cd2d9eb5d200020b74faad1309eb1de5bacc9b4f5e53cb1b0b0b9c7f59b923a87a12ba050b37a631f9c77af2b896eb076 WHIRLPOOL 5e824f8581b98ac26f47d0bc8ae706783602ebe6bf921c6767f46db83b8322b022ea51603d1002017052144946256583c4fd9d2a92742c752333b530ed356121
EBUILD sqlalchemy-0.7.10.ebuild 1688 SHA256 04d6689271404c97e1b136fc444147db79cf56b6dc89faf23087816a9babc979 SHA512 84503b321f86ea3ae3ff3a54cc2bf33fc40348dc5e28309b4de84b0b2ebab278cacf619470945c79e06553da8073d6093320c36cc7764f892f9e677d9dba0e10 WHIRLPOOL c8cbe6cfde774ca438636a8b6013f062bb03e3c769ab428a85713c8242278879926902a4eb98c294b61a45f81b4f880ba5bf73625583507c53690fca721f2917
EBUILD sqlalchemy-0.9.2.ebuild 2235 SHA256 e0b652d647e496a70728a607494e437f523bcf03a55bafecae92b3434c884b62 SHA512 d1745ae3e9a2259b5e7d41065f4721d759e0fbbb1dc6ea8d616194e56c2a8ab15eddf7b20848b25c02f5a7fc349420489beb058593e8857e13ff7af7be179e33 WHIRLPOOL 495583dba506e86af4320e3cfcc69a43fcb9cfb53f83006c1ae6085e4132a6d3bd950974ca2ba195541b983e00aa2a4b63ca2a8791103ae933c593178138689c
EBUILD sqlalchemy-0.9.8.ebuild 2470 SHA256 ab25040a2223defa910ec97941066d529356cf2e5667f9f81fd2c0ffcf6229c9 SHA512 edeaf348ded8d98a1a6524f1fea02f66ec2dc35437379185e296f2d9ec54b21b75a63e715ac4d81d4d33d5328d1e60a1d97c721ade6bf4462e27d21d035e9517 WHIRLPOOL a07c4e0ee76019e6a44317c0e432c9e9b8c99a9c6d0e304924a986b06a9207bfeefd8c3faa3f88afe9f50fdd7e8692d99a5fde4465a95b35fd0e0301ffad3331
@ -16,5 +17,6 @@ EBUILD sqlalchemy-0.9.9.ebuild 2479 SHA256 0b81c6cb9293d8a7eac10882b3ab63f32f488
EBUILD sqlalchemy-1.0.5.ebuild 2485 SHA256 c87aa3abb392946a82ae03df486a9fe5b087c99ba74d0f2e7fe2cc836faa646a SHA512 4c12431c78812b2d037082d17031d20c4b56da8af5f595b0a67ba6eda7b5a22398037dde2dadeea82114ba34881001ac2962c3601d0f1bd78629f5490199b535 WHIRLPOOL 4a8a5e33fcbcb0dc6a99398137df8c4f299c2bf0f83fdf0fedb997c2adc1e3ff37a6a1d38933a1293ba412ed7746d7aaab0b92ef8abea917a3b278840795a609
EBUILD sqlalchemy-1.0.6.ebuild 2485 SHA256 c87aa3abb392946a82ae03df486a9fe5b087c99ba74d0f2e7fe2cc836faa646a SHA512 4c12431c78812b2d037082d17031d20c4b56da8af5f595b0a67ba6eda7b5a22398037dde2dadeea82114ba34881001ac2962c3601d0f1bd78629f5490199b535 WHIRLPOOL 4a8a5e33fcbcb0dc6a99398137df8c4f299c2bf0f83fdf0fedb997c2adc1e3ff37a6a1d38933a1293ba412ed7746d7aaab0b92ef8abea917a3b278840795a609
EBUILD sqlalchemy-1.0.8.ebuild 2507 SHA256 e6ce86b4eabbb0f26a658511230e1134cc42359e0d4c380c1a944c714ecd1cdb SHA512 28cea80aad43e24639d847175a94014c940165e1266a7c8f985da13cc07bc146e745ae24b13d5862b14bab36144744deb3f73e0d39c57ef6971b35507ddada53 WHIRLPOOL 4c509d63db51c3e47fa09fe52cbb3b4c9d3145f9337079efc6f1f666efcd4e7c710e7e5b0f0c10963b6845e8e810dcd285523421f7415c20ef6679d45acda68a
EBUILD sqlalchemy-1.0.9.ebuild 2507 SHA256 e6ce86b4eabbb0f26a658511230e1134cc42359e0d4c380c1a944c714ecd1cdb SHA512 28cea80aad43e24639d847175a94014c940165e1266a7c8f985da13cc07bc146e745ae24b13d5862b14bab36144744deb3f73e0d39c57ef6971b35507ddada53 WHIRLPOOL 4c509d63db51c3e47fa09fe52cbb3b4c9d3145f9337079efc6f1f666efcd4e7c710e7e5b0f0c10963b6845e8e810dcd285523421f7415c20ef6679d45acda68a
MISC ChangeLog 24307 SHA256 1f9f356d0733a2ad8dff5676313b4b03cd2312b9bf469c8910ac35a6332fe18e SHA512 4fd5189cd103a2996a7c9b8e27e5131444ca975835416634e4e9d4c8a335d95d572c334c94982d2ce06b7f238c4f79d8492fc51f8e31d7ab64ad891835300e5f WHIRLPOOL 8b12bb366ed61a8bbccc0ad61d3f399b919ca93b98bb13cb6cd93cf41f39f9259d5c6d46f28f690712930971e68e06ed7520165a14e665f102d48c569cb55f88
MISC metadata.xml 233 SHA256 77ca0910fec09997d5679f4de22c824a0b0de12d9ac12b253ad544ae7357f720 SHA512 1521eab2401d4b820c053a13680ec44b9bf4931516f4f4c1508ca92b288bf6cae2db36a875ddc5c2475e862c16d3e92cb662c093958950ead4eb72e463abcff6 WHIRLPOOL 9279e4a60e5c11a72f329dcc13bd9c18d3bbfc1fcaab98f46df1336835f407a8471b4a76b61e74a5fa1bb8e24156cd5e3c2e8418752a412479f37b6193b74ec6

@ -0,0 +1,86 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
PYTHON_REQ_USE="sqlite?"
inherit distutils-r1 flag-o-matic
MY_PN="SQLAlchemy"
MY_P="${MY_PN}-${PV/_beta/b}"
DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
HOMEPAGE="http://www.sqlalchemy.org/ https://pypi.python.org/pypi/SQLAlchemy"
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples +sqlite test"
REQUIRED_USE="test? ( sqlite )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
)"
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
# Disable tests hardcoding function call counts specific to Python versions.
rm -r test/aaa_profiling || die
distutils-r1_python_prepare_all
}
python_compile() {
if ! python_is_python3; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}
python_test() {
# Create copies of necessary files in BUILD_DIR.
# https://bitbucket.org/zzzeek/sqlalchemy/issue/3144/
cp -pR examples sqla_nose.py setup.cfg test "${BUILD_DIR}" || die
pushd "${BUILD_DIR}" > /dev/null || die
if [[ "${EPYTHON}" == "python3.2" ]]; then
2to3 --no-diffs -w test || die
fi
# Recently upstream elected to make the testsuite also pytest capable
# "${PYTHON}" sqla_nose.py || die "Testsuite failed under ${EPYTHON}"
py.test test || die "Testsuite failed under ${EPYTHON}"
popd > /dev/null
}
python_install_all() {
use doc && HTML_DOCS=( doc/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
if ! has_version dev-python/mysql-python; then
elog "For MySQL support, install dev-python/mysql-python"
fi
if ! has_version dev-python/pymssql; then
elog "For mssql support, install dev-python/pymssql"
fi
if ! has_version dev-python/psycopg:2; then
elog "For postgresql support, install dev-python/psycopg:2"
fi
fi
elog "mysql backend support can be enabled by installing mysql-python for cpython py2.7 only,"
elog "or mysql-connector-python for support of cpythons 2.7 3.3 and 3.4"
}

@ -3,7 +3,7 @@ DIST ssl-fetch-0.2.tar.gz 10945 SHA256 027f63c5797e0fd84d4ed2195e42141316cceeed0
DIST ssl-fetch-0.3.tar.gz 11283 SHA256 cee2f05899e729bba8942b26d17b0a97ddfb0a5d0beea4123bf7f2635db088e8 SHA512 82fddbccd3a5da73e81803ce252171d42428d88d301a772127071130ce4336742e46093359f0a996c679cd12ced02d09035af283d4d2f505c67a551283328756 WHIRLPOOL 49938e39c386a83e60caa0260643c31d2c180e93f3be59757dd17c1c9bc05338d5c580e997a96f698d4e1f4cf317bba9f6738044696c6949fcc1a5351e19f6c2
EBUILD ssl-fetch-0.2.1.ebuild 1201 SHA256 82b7e6dc988b6f67fdd2925ee84a37ab4afd87dbd664b34bdf9a1c9e1e3cb330 SHA512 f4f052ad71d7ef3444968821ed3a339bac335986108561b1c5e777eef132ebb1bf2b7dd445fc93bfd769fd7c5ac183c1f356ce16d9985a9a78268238cf117cb7 WHIRLPOOL 9ebe77e49c4b986a06b1567af153c552ccb7f2269d786d42e36c8050693c208425c52fc17cc1b865d4401d515a2a270cd019ceb8d5eb4f47a6dd02113a2ea2be
EBUILD ssl-fetch-0.2.ebuild 1150 SHA256 3808a41676e47a22665ad7a38c03f4aff86af3b7c2802568f2f02ca4ef6139f4 SHA512 0bb0f2946f75611cb71292562d6b52e89ce7f92a8ecdbf917fe05af290c27758c50c11c8a6b17751908db339325bcef1667b6ff6bedc4dc0fa5e0af318691dc4 WHIRLPOOL 93cd5c557b0b6d4bba8ff904e9874888f31ae71767eac11d3b4d01a0b1eefc31e2f67999655d745a32bd020adf621180f91b063c7a06dfe2c8eb149f47954dac
EBUILD ssl-fetch-0.3.ebuild 1196 SHA256 224ab48bf62331f0e83b5b8edda3abd5227218c4ba8293b248e10ad952639c7e SHA512 c443db65f1b4d092ee348d5920b191686b6d6ca99cad1bb9edb8d164aa77adcbc939ffc3e98c6b9cf38e5d0de59c0d0ab8da05f98e39098bdcdb515ebbce5036 WHIRLPOOL e00b47804e3803385bee9cc908d4ed43a967be5a84cbc7c100e1f6a1c92f02b8c5384f9a3e864b647af998671996975b1fdcbfb8e74798cf6786035ad305e8fa
EBUILD ssl-fetch-0.3.ebuild 1198 SHA256 e3b6925c295a4d9193b6b11eb16027081b00da84129a3eb2238c569afc9befa6 SHA512 5a77890f5615c931f0c8f72067ed72c03695d8895244381dc7c0d40fa3fb41d68dc1e096c4c6ffb2d878f083893620946de33e64697d8633d4e9f33bcc2a77af WHIRLPOOL ab234c3a95ea8246f00d37178f44cfd4f68d6062efa55f90a9b1fadca95488e05f8e1d298eaf977a32aade59a93f77ed77e95134ce0922159b84cd197a9a7b41
EBUILD ssl-fetch-9999.ebuild 1094 SHA256 f69738b695570eb7933e7fb64ffe3e20c37cb255aa32d13831924fa158658014 SHA512 c15a2bd2de4583f8875e8314ab920c853c0c23f977d9f3d5c0aa2458d124912ce9960224c27a6d815e0af87c77d836cb240a0026b52df42a2edd2e47acf24614 WHIRLPOOL 26b353da448dd18da8f5d8971556826fdcc733015ed2851efd5d8d0b76faceca3cdcfce554e11831e14f346e841ebebd717b16a000dbdfdd1c3996b32840082e
MISC ChangeLog 4117 SHA256 51fb11909444a07721a6184b6bb4e61b4cd824c6935013df6d2a67e7efb70eaf SHA512 62437dfbeb7a00d2939c8161a32fd267122b026a3f99fd31de4ca15d5c16c673d1dce877ec6ccda9eb7198864866cf590af797c585f6ed7a4ae5773fc1e2840d WHIRLPOOL 5d6d5395713373bb79abd8f842de68c573a03461ea0ceea83c21f2b93125add7d6c9530c9fd6e5f37e4b28ffccadcc476958fd340e398e9baef6b63ccb723299
MISC metadata.xml 453 SHA256 b0ae246c8b6a882293edca8811f4690570c6a551166ee23052dbcb91da0d4930 SHA512 041df5d441377cb93072f3d809b3be3dd8d036f241a173d7414637248ccb0297b8e960ffdada4ba2d1797d043aac5c81a33de73658afa5cd443cc892a9f4efc0 WHIRLPOOL 85e9b2c271b86c113ab93d49357ba4e761bf3ecbabbf0603d91350ff003d3da42094299ece291087ffcfdba956b845c487db47469a400491a691db98119eca91

@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1
@ -30,7 +30,7 @@ RDEPEND="${DEPEND}
"
pkg_postinst() {
einfo
echo
einfo "This is beta software."
einfo "The APIs it installs should be considered unstable"
einfo "and are subject to change in these early versions."
@ -38,5 +38,5 @@ pkg_postinst() {
einfo "Please file any enhancement requests, or bugs"
einfo "at https://github.com/dol-sen/ssl-fetch/issues"
einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network"
einfo
echo
}

@ -1,8 +1,6 @@
DIST dnsruby-1.56.0.gem 209408 SHA256 a42346bb21842f8a1130f5d3c5fbd8cf5089868fb711ba3c33c08b5236a43ae7 SHA512 455a68f8d3343053d2c15e61080ad4945c66b79b0ca334100fd92cb3790653b85c084d978d3c9c93a5bab68ba8828ae1df74f005c91ce57308fcb5cec7a20786 WHIRLPOOL 1e1715eeb883f24bb859e04afa0da9df97b6fddea6daf06de0bae6e04fb6bf7a2b34ca3c182a48d67bf142199cab40f1461069e7fa37b58bf48d7df4ff92abd4
DIST dnsruby-1.57.0.gem 215552 SHA256 99356b9a3224d9f6a169d75f11cbce17e565d07c258314fe0ffcb451873bf6d7 SHA512 bc839d41d4cdbb409b7577c1db043522425159a5965408b8f64d59eacc77fa8974f6fff03acb83c65fbb47e6c0d9f107e031e715a3d18a4ae6b3b02e98d6112a WHIRLPOOL 81576ed66e71fa8a79b786ed80d5be595017316ba5731e91837e2861917e73487958e775337d99be85203a94cb487b1ecafec0391f362ce053f9b83e54b2510f
DIST dnsruby-1.58.0.gem 230912 SHA256 b21ded4f62fd935f1c2409201ed5f2b97f90f2598baab00e1a6ec0be0149c16d SHA512 e7fc9073574429433aa05d088bfafd8919216f8461d25b967fccad52d22dd820702ae62d503f9b63207a25d335675f1601c2654685493165c1ad4ef912f5cebe WHIRLPOOL daf1427ad9947cd478b70ec39c72bdfc58059e448dad7e7d40f828ef56b9b49f1d31497f820e5ba118f15902a90424042a3f46396a34de2189dd87a0f0b17139
EBUILD dnsruby-1.56.0.ebuild 670 SHA256 3045056ad832a8ed284b50910cc4dd403255deba61f986e696f7c150b13ee95f SHA512 ff9dbb509dda5615978c0313b585aecccdb2df2c7160ff44793ecf8e03163d584a3e07623bdc3d28e61bd434f77b092a5bfcf7108871acf2b691283d26b73eef WHIRLPOOL 512cac647ca9da1959b90fe508b4029b4746ffa84cfae846c022ad52398ecf1f8f609156e0b23b315eb7bd04cd65185cea9d23ee51a842db6777947a6aa53c51
EBUILD dnsruby-1.57.0.ebuild 733 SHA256 fd0b1fb9e3dc793de63a036f7c1a0efd91b4994c9fc2dc694873fc3de802b06d SHA512 98283fe0dfb2e4a5c77c4415819041fc7b922236929055e39c30e12e02c81405f38023b19821c3cb6acce6be339ee34222d3000d9e231672ed6874bf86f3e556 WHIRLPOOL 2eabf6c1bd19223411ed8949103a9d1f316ea1d133e94648653ce5bed713c006923ef9556289fc0932bf79e3ce5c099af130f7a34922f27516564b6cce1a1a8e
DIST dnsruby-1.59.0.gem 232960 SHA256 45d7236b1d6346fca03522e3192f9545875d887c491d1e63c4dcedf6a87819b8 SHA512 769111d24fd745288b41e083630e7ea7cd078ff6297afe8eff7eb0a95f57a74c9b1dbfd09db122eb45c340243e1eaee86faa3175e750c2b243ac6b92f7c3a804 WHIRLPOOL b9c0f858346d9bb38a92dc4a67fefc3f6dd7fedc468a7ab2b9794fa528c0a7d80426402ee5a812d4598d7177f7b19959d0ca13401a55967ecfca63692997b2b4
EBUILD dnsruby-1.58.0.ebuild 733 SHA256 fd0b1fb9e3dc793de63a036f7c1a0efd91b4994c9fc2dc694873fc3de802b06d SHA512 98283fe0dfb2e4a5c77c4415819041fc7b922236929055e39c30e12e02c81405f38023b19821c3cb6acce6be339ee34222d3000d9e231672ed6874bf86f3e556 WHIRLPOOL 2eabf6c1bd19223411ed8949103a9d1f316ea1d133e94648653ce5bed713c006923ef9556289fc0932bf79e3ce5c099af130f7a34922f27516564b6cce1a1a8e
EBUILD dnsruby-1.59.0.ebuild 733 SHA256 8fa0502db30cc4d5478fd034e7237e1f76cc6d1ed1babbd975a60f2228baf840 SHA512 46f6e199608dd9d9e47cb216469f2b85f3ab71b5b4ddc069c2e177afdd40e495f3598436e039c848a7a801675e916e9224b01f0158c04e16e2906f6ae8286c7b WHIRLPOOL 5dde0d377a399d4a1e7f4628155624eef2f959a4978222bec8db03551f28b1863144d9bb94f343e3aaed604cf7db535a2f236e6e34e1aba591e33c4a0c8299f4
MISC ChangeLog 2028 SHA256 d10f7eae4c7f3dee25218aaadd17f71fc1a432d663838094c42f974a8167d6ad SHA512 ec83dde78ac8e2985d89e2468dc7e6bc52b4116e680af30c258d752c39168ec49d90bd385f8c899859ba3a2417cfb7be2ff3d5eb240fe47b9fa3f167749298d1 WHIRLPOOL 7e49c248b30ee672f69cabecce070ef2c7203f4215f7b17378333651115c082cb6179e24f2f95ac226b0bad780d01b25053132c3211c482af1efa6bb3d0d84d2
MISC metadata.xml 223 SHA256 c958360d7f62724ea764e465dc889f283f9ef1fdde67a59fe27cc93b11b826a3 SHA512 f126bea8b32e28cec05f16291cd9826bcedb440e893dcd0cc519d987c2b59bfba057cdd26ab54fc305c67a550a205059b7576581aeca987bbfcdcee0d61bbd60 WHIRLPOOL a0d238c9c198eaddadf68df2a5c8b4006f6946b5721aa7892942564a3e7ccb99d2c2403727f57d33bcac872c8fc41303f177202f1bd1f503b207aa5455e04300

@ -1,30 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_DOCDIR="html"
RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
inherit ruby-fakegem
DESCRIPTION="A pure Ruby DNS client library"
HOMEPAGE="http://rubyforge.org/projects/dnsruby"
KEYWORDS="~amd64 ~x86"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
all_ruby_prepare() {
sed -i -e "/[Cc]overall/d" Rakefile || die
}
each_ruby_test() {
# only run offline tests
#${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
}

@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
inherit ruby-fakegem
DESCRIPTION="A pure Ruby DNS client library"
HOMEPAGE="http://rubyforge.org/projects/dnsruby"
HOMEPAGE="https://github.com/alexdalitz/dnsruby"
KEYWORDS="~amd64 ~x86"
LICENSE="Apache-2.0"

@ -57,7 +57,7 @@ EBUILD git-2.1.4.ebuild 18277 SHA256 09bb977645f31b6befe0fde1b51a209b23add7cddc0
EBUILD git-2.2.3.ebuild 18058 SHA256 48a35c876cb3e55627bea35172871a9915253aa7acc92034bd360ecce9fe9b51 SHA512 0eba13654a250e8449efe1736d8b7b4c4938822140f99d333e6e2dd0a7c1b03419a7c844f0fcd1a4c103f0e6fde802c00d5ae16071057095f931a1af3d9c52bc WHIRLPOOL dda90792824a61cce5392bc0e78bdaf0a54b0b91bfe0ddf33ae920a00d7db528f428e68a4ec2d4660fe990137c139e3b28f14bd0b288b828a8d14c36576f60b4
EBUILD git-2.3.10.ebuild 18040 SHA256 5a420fb8c0a837670ce7ac2b3d8c0128e651704126f708acdf4e6312982f233e SHA512 8626bdbe2b69400945f1e88be16279512428a6be89fe1175c2356186e86182e99445e7e7ee3c01bb0e738b3c57888d116f57db34e8450412fbc03f5ba6c5e27d WHIRLPOOL dea050171b2e766afa56ee7214841ee52e18d88f93ce280f462e3c5badb8206f664ed5ebaba279b5d72501e03d9d757e1a5ea3ebdce3a4fc00887445a87c1f5f
EBUILD git-2.3.9.ebuild 18036 SHA256 9a29bb546bfee1ca096a6e55a2d577c5730316670ed8c367c7a074b0a71c3820 SHA512 d707839b35b9b1592a67a2c27566f92ddebc0812ef1f14f98762b6b45a93ad98dbfc7fcc2f4dc9bcb82f5968a8bf2f21d2a029e5b7d32a2790d97862e475f551 WHIRLPOOL c9dc89a4b6aeed16fc9de42c3be94fbb5f5bb19ec24a6f6bf97da9718c1e4851d1ee407cb7a3cce400cf8c65b26139f3faf98f4a06560246583af45cb4e76f93
EBUILD git-2.4.10.ebuild 18025 SHA256 b8734020629a1b2a45bdfa3355a57730b07998f014bb8e0ece03bb42a1354e6b SHA512 41f7027671dc66d80d60613ccb3d003eb856a0e9d5755f04ff4f92380ef9ba503cc2a0a762e544c6bc01d931b0db6c8db66af420ecd0dd6bc3a6bd44c906bbab WHIRLPOOL b75264bd15435922e0009d4346f165c7539fb98ce5b8043c1540664dae830764096ac260ca2d74d13c0300b9f5d150d83eea2518514f99c0bda1427aa63849d5
EBUILD git-2.4.10.ebuild 18024 SHA256 7d919bde84cb322b4282fad6794c78e225fb8f2bf5fa4813e31a13815298867d SHA512 62dc36b8ff6dd4d71fcb9f33bb439f3b79056e1ad14e092452051eb7dbf2dabf153dbedabd1c579b3392fbbf47e6eda32f48ea35bb8d73b7f85da4ccd62904ef WHIRLPOOL c676d26743f23352b404484f8fc4c9fdf9b7ed0fe1022a06a38294f53b0e0746043781f4637bde558b5aa266382493365f94174afed1930c87befaae69abc0aa
EBUILD git-2.4.9.ebuild 18020 SHA256 4dd2e9654af51b124925049d2186463fcabd580ade767e5eb4ad512993441956 SHA512 87ac380f50759f00b550a2606e0be7f629946290b4fa2d51eed09ec33ed251ea85865c80d1649eab2d8aaa4d3e06adbf11764ea57d52ed73f9be62a376c0cd93 WHIRLPOOL 8bcac76cf162ef32dc9f04b01b00b00d0994e2da086d390f5c1d6c2fc6ab8143e15c98fd318d1c2c037832d65bfd96276098e990b2f392057c2106f88c4e6ade
EBUILD git-2.5.4.ebuild 18215 SHA256 3f1e0850e89c9c090a297e70e54d060695c040f032839fad010ed844b4c9caf4 SHA512 0ff74c1048607d235789fdf951d390035e715ebd1774f6290907aa7c04ec8d7a9376dbab1b6bb7870809907c8c948b31b7a7c607cfeecdacbf9c07b0fccb5742 WHIRLPOOL 6ff791ef21f482743e456dc4d6b7e8f2a93980fc08a9bfd06bed8ab86d2e8f711c36756d355033fe03bdd3bf6030814ee8fb125e60c5a1632138a67115412970
EBUILD git-2.6.1-r2.ebuild 18365 SHA256 84a009da8b2d4fc55db0611da55fd588e04bbef715bf77c2aef5ec15fe8df6d5 SHA512 61db74225e07ecee30f32885d13d4740bd34a37709a4f56188a8b7ec3f1f3f072b52ad1d000c6dcf956151fdf5700e3323631e18418df7c9af7b575bb8bb02a2 WHIRLPOOL 73e4b0064db3e1c46bb55bcc9789646faafe78965c0101e93ed57f35946317c8c147c259dcb9122edead49902c8b9c7e92191d578b00716924ae3fe3c13642a6

@ -33,7 +33,7 @@ if [[ ${PV} != *9999 ]]; then
${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
LICENSE="GPL-2"

@ -1 +1 @@
Wed, 21 Oct 2015 15:12:26 +0000
Thu, 22 Oct 2015 08:11:25 +0000

@ -1 +1 @@
Wed, 21 Oct 2015 15:12:26 +0000
Thu, 22 Oct 2015 08:11:25 +0000

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst prepare setup
DEPEND=virtual/pkgconfig
DESCRIPTION=Puppet Server is the next-generation application for managing Puppet agents.
EAPI=5
HOMEPAGE=http://docs.puppetlabs.com/puppetserver/
IUSE=puppetdb
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=virtual/jdk-1.7.0 app-admin/puppet-agent[puppetdb?]
SLOT=0
SRC_URI=https://downloads.puppetlabs.com/puppet/puppetserver-2.1.2.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=92ebbba4d9c9eabe6b385be0f3059ebe

@ -1,12 +0,0 @@
DEFINED_PHASES=install prepare setup
DEPEND=app-crypt/gnupg =dev-lang/python-2*
DESCRIPTION=A tool for signing and email all UIDs on a set of PGP keys
EAPI=5
HOMEPAGE=http://www.phildev.net/pius/
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=app-crypt/gnupg dev-lang/perl =dev-lang/python-2*
SLOT=0
SRC_URI=mirror://sourceforge/pgpius/pius-2.0.10.tar.bz2
_eclasses_=multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python 06d7be3e54573292f012e3cc433d8297 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=a085145d1282fa91a552fb9757ae40d3

@ -1,12 +0,0 @@
DEFINED_PHASES=install prepare setup
DEPEND=app-crypt/gnupg =dev-lang/python-2*
DESCRIPTION=A tool for signing and email all UIDs on a set of PGP keys
EAPI=4
HOMEPAGE=http://www.phildev.net/pius/
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=app-crypt/gnupg dev-lang/perl =dev-lang/python-2*
SLOT=0
SRC_URI=mirror://sourceforge/pgpius/pius-2.0.9.tar.bz2
_eclasses_=multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python 06d7be3e54573292f012e3cc433d8297 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=9910470740fd45e1edc78432377109e3

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=app-crypt/gnupg-2.0.0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=A tool for signing and email all UIDs on a set of PGP keys
EAPI=5
HOMEPAGE=http://www.phildev.net/pius/
IUSE=python_targets_python2_7
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=app-crypt/gnupg-2.0.0 dev-lang/perl python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://github.com/jaymzh/pius/releases/download/v2.2.1/pius-2.2.1.tar.bz2
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=d80e58ba95cb9067859d5b0c0babb1ad

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack
DEPEND=>=virtual/emacs-23
DEPEND=>=app-emacs/dash-2.12.0 >=virtual/emacs-23
DESCRIPTION=An Emacs mode for GIT
EAPI=5
HOMEPAGE=http://magit.github.io/
IUSE=contrib
KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux
KEYWORDS=~amd64
LICENSE=GPL-3+ FDL-1.2+
RDEPEND=>=virtual/emacs-23
RDEPEND=>=app-emacs/dash-2.12.0 >=dev-vcs/git-1.9.4 >=virtual/emacs-23
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/downloads/magit/magit/magit-1.2.0.tar.gz
SRC_URI=https://github.com/magit/magit/releases/download/2.2.2/magit-2.2.2.tar.gz
_eclasses_=elisp 484004c25306120b472b7dfdb0685c95 elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=0d42f6346d57f72cd23bd0f3ecaf8020
_md5_=65db5bd54c60b9adbc64adccb3fe307c

@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist )
SLOT=0/18
SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz mirror://gentoo/mysql-extras-20141215-0144Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20141215-0144Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20141215-0144Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20141215-0144Z.tar.bz2
_eclasses_=cmake-utils 7dc05d514e5011a2a16bfa7a32e69587 eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multilib-build c47eec09e82c8a750127ff2abf0745b1 multilib-minimal a93a9b4153a5f1c746bdd3b20ef9d834 mysql-cmake 3f6ffc12a798037a17c82fe978c44b60 mysql-multilib 5c1659b3ffb6c9058bb7f1910a803b08 mysql_fx 198902d1634b4462a8070f8c933df0e8 prefix e7f2b9c6e57342e5d25eac22fce23062 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=f1a3b54f771914871e0910ed44eec673
_md5_=ba38105d63bea3b6680ce01c5988c4ea

@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist )
SLOT=0/18
SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.0.21/kvm-tarbake-jaunty-x86/mariadb-10.0.21.tar.gz mirror://gentoo/mysql-extras-20150717-1707Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20150717-1707Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20150717-1707Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20150717-1707Z.tar.bz2
_eclasses_=cmake-utils 7dc05d514e5011a2a16bfa7a32e69587 eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multilib-build c47eec09e82c8a750127ff2abf0745b1 multilib-minimal a93a9b4153a5f1c746bdd3b20ef9d834 mysql-cmake 3f6ffc12a798037a17c82fe978c44b60 mysql-multilib 5c1659b3ffb6c9058bb7f1910a803b08 mysql_fx 198902d1634b4462a8070f8c933df0e8 prefix e7f2b9c6e57342e5d25eac22fce23062 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=b0583eacdb68dbffd675b942911e31c1
_md5_=20c3203e3179ae2450f5b8e9835190cf

@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist )
SLOT=0/18
SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.7/source/mariadb-10.1.7.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.1.7/source/mariadb-10.1.7.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.1.7/source/mariadb-10.1.7.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.1.7/source/mariadb-10.1.7.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.1.7/source/mariadb-10.1.7.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.1.7/source/mariadb-10.1.7.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.7/kvm-tarbake-jaunty-x86/mariadb-10.1.7.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.1.7/kvm-tarbake-jaunty-x86/mariadb-10.1.7.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.1.7/kvm-tarbake-jaunty-x86/mariadb-10.1.7.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.1.7/kvm-tarbake-jaunty-x86/mariadb-10.1.7.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.1.7/kvm-tarbake-jaunty-x86/mariadb-10.1.7.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.1.7/kvm-tarbake-jaunty-x86/mariadb-10.1.7.tar.gz mirror://gentoo/mysql-extras-20150914-1946Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20150914-1946Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20150914-1946Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20150914-1946Z.tar.bz2
_eclasses_=cmake-utils 7dc05d514e5011a2a16bfa7a32e69587 eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multilib-build c47eec09e82c8a750127ff2abf0745b1 multilib-minimal a93a9b4153a5f1c746bdd3b20ef9d834 mysql-cmake 3f6ffc12a798037a17c82fe978c44b60 mysql-multilib 5c1659b3ffb6c9058bb7f1910a803b08 mysql_fx 198902d1634b4462a8070f8c933df0e8 prefix e7f2b9c6e57342e5d25eac22fce23062 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=0ddbf333c39e44349d2b6111e08bda83
_md5_=290b10b3f50d05e2fef0bcc07de886a0

@ -0,0 +1,16 @@
DEFINED_PHASES=compile config configure install postinst preinst prepare pretend setup test unpack
DEPEND=|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) mroonga? ( app-text/groonga-normalizer-mysql ) systemd? ( sys-apps/systemd:= ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 !dev-db/mariadb-native-client[mysqlcompat] jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) client-libs? ( openssl? ( >=dev-libs/openssl-1.0.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) >=sys-libs/zlib-1.2.3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) !client-libs? ( openssl? ( >=dev-libs/openssl-1.0.0:0=[static-libs?] ) libressl? ( dev-libs/libressl:0=[static-libs?] ) >=sys-libs/zlib-1.2.3:0=[static-libs?] ) tools? ( sys-libs/ncurses:0= ) embedded? ( sys-libs/ncurses:0= ) !bindist? ( tools? ( >=sys-libs/readline-4.1:0= ) embedded? ( >=sys-libs/readline-4.1:0= ) ) server? ( pam? ( virtual/pam:0= ) ) oqgraph? ( >=dev-libs/boost-1.40.0:0= ) perl? ( !dev-db/mytop ) extraengine? ( odbc? ( dev-db/unixODBC:0= ) xml? ( dev-libs/libxml2:2= ) ) oqgraph? ( dev-libs/judy:0= ) >=dev-libs/libpcre-8.35:3= innodb-lz4? ( app-arch/lz4 ) innodb-lzo? ( dev-libs/lzo ) cracklib? ( sys-libs/cracklib:0= ) innodb-snappy? ( app-arch/snappy ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster virtual/yacc static? ( sys-libs/ncurses[static-libs] ) >=dev-util/cmake-2.8.9
DESCRIPTION=An enhanced, drop-in replacement for MySQL
EAPI=5
HOMEPAGE=http://mariadb.org/
IUSE=mroonga systemd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 bindist +community cluster debug embedded extraengine jemalloc latin1 libressl +openssl +perl profiling selinux systemtap static static-libs tcmalloc test yassl oqgraph pam sphinx tokudb odbc xml innodb-lz4 innodb-lzo innodb-snappy cracklib galera sst-rsync sst-xtrabackup client-libs +server +tools
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
LICENSE=GPL-2
PDEPEND=sst-xtrabackup? ( >=dev-db/xtrabackup-bin-2.2.4 ) perl? ( >=dev-perl/DBD-mysql-2.9004 ) ~virtual/mysql-5.6
RDEPEND=kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 !dev-db/mariadb-native-client[mysqlcompat] jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) client-libs? ( openssl? ( >=dev-libs/openssl-1.0.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) >=sys-libs/zlib-1.2.3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) !client-libs? ( openssl? ( >=dev-libs/openssl-1.0.0:0=[static-libs?] ) libressl? ( dev-libs/libressl:0=[static-libs?] ) >=sys-libs/zlib-1.2.3:0=[static-libs?] ) tools? ( sys-libs/ncurses:0= ) embedded? ( sys-libs/ncurses:0= ) !bindist? ( tools? ( >=sys-libs/readline-4.1:0= ) embedded? ( >=sys-libs/readline-4.1:0= ) ) server? ( pam? ( virtual/pam:0= ) ) oqgraph? ( >=dev-libs/boost-1.40.0:0= ) perl? ( !dev-db/mytop ) extraengine? ( odbc? ( dev-db/unixODBC:0= ) xml? ( dev-libs/libxml2:2= ) ) oqgraph? ( dev-libs/judy:0= ) >=dev-libs/libpcre-8.35:3= innodb-lz4? ( app-arch/lz4 ) innodb-lzo? ( dev-libs/lzo ) cracklib? ( sys-libs/cracklib:0= ) innodb-snappy? ( app-arch/snappy ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster selinux? ( sec-policy/selinux-mysql ) abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] ) server? ( !prefix? ( dev-db/mysql-init-scripts ) ) !client-libs? ( virtual/libmysqlclient ) !<virtual/mysql-5.6-r4 perl? ( virtual/perl-Getopt-Long dev-perl/TermReadKey virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes ) galera? ( sys-apps/iproute2 =sys-cluster/galera-25* ) sst-rsync? ( sys-process/lsof ) sst-xtrabackup? ( net-misc/socat[ssl] )
REQUIRED_USE=^^ ( yassl openssl libressl ) !server? ( !oqgraph !sphinx ) tokudb? ( jemalloc ) sst-rsync? ( galera ) sst-xtrabackup? ( galera ) !server? ( !extraengine !embedded ) server? ( tools ) || ( client-libs server tools ) tcmalloc? ( !jemalloc ) jemalloc? ( !tcmalloc ) static? ( yassl )
RESTRICT=!bindist? ( bindist )
SLOT=0/18
SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.8/kvm-tarbake-jaunty-x86/mariadb-10.1.8.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-10.1.8/kvm-tarbake-jaunty-x86/mariadb-10.1.8.tar.gz http://mirrors.coreix.net/mariadb/mariadb-10.1.8/kvm-tarbake-jaunty-x86/mariadb-10.1.8.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-10.1.8/kvm-tarbake-jaunty-x86/mariadb-10.1.8.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-10.1.8/kvm-tarbake-jaunty-x86/mariadb-10.1.8.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-10.1.8/kvm-tarbake-jaunty-x86/mariadb-10.1.8.tar.gz mirror://gentoo/mysql-extras-20151019-1714Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20151019-1714Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20151019-1714Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20151019-1714Z.tar.bz2
_eclasses_=cmake-utils 7dc05d514e5011a2a16bfa7a32e69587 eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multilib-build c47eec09e82c8a750127ff2abf0745b1 multilib-minimal a93a9b4153a5f1c746bdd3b20ef9d834 mysql-cmake 3f6ffc12a798037a17c82fe978c44b60 mysql-multilib 5c1659b3ffb6c9058bb7f1910a803b08 mysql_fx 198902d1634b4462a8070f8c933df0e8 prefix e7f2b9c6e57342e5d25eac22fce23062 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=ff06e5e3fde0e50b9c51ac72d78fef20

@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist )
SLOT=0
SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.45/kvm-tarbake-jaunty-x86/mariadb-5.5.45.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.45/source/mariadb-5.5.45.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-5.5.45/kvm-tarbake-jaunty-x86/mariadb-5.5.45.tar.gz http://mirrors.coreix.net/mariadb/mariadb-5.5.45/kvm-tarbake-jaunty-x86/mariadb-5.5.45.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-5.5.45/kvm-tarbake-jaunty-x86/mariadb-5.5.45.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-5.5.45/kvm-tarbake-jaunty-x86/mariadb-5.5.45.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-5.5.45/kvm-tarbake-jaunty-x86/mariadb-5.5.45.tar.gz mirror://gentoo/mysql-extras-20150509-1847Z.tar.bz2 http://g3nt8.org/patches/mysql-extras-20150509-1847Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20150509-1847Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20150509-1847Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20150509-1847Z.tar.bz2
_eclasses_=cmake-utils 7dc05d514e5011a2a16bfa7a32e69587 eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 mysql-cmake 3f6ffc12a798037a17c82fe978c44b60 mysql-v2 23995f7a2b5f26df632eae5c8747e912 mysql_fx 198902d1634b4462a8070f8c933df0e8 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=06064a0dc69cc3ec57e6297ab860bc2b
_md5_=be4a6fc4321cf069afd441068bfe9ae6

@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist )
SLOT=0
SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.46/kvm-tarbake-jaunty-x86/mariadb-5.5.46.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.46/source/mariadb-5.5.46.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-5.5.46/kvm-tarbake-jaunty-x86/mariadb-5.5.46.tar.gz http://mirrors.coreix.net/mariadb/mariadb-5.5.46/kvm-tarbake-jaunty-x86/mariadb-5.5.46.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-5.5.46/kvm-tarbake-jaunty-x86/mariadb-5.5.46.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-5.5.46/kvm-tarbake-jaunty-x86/mariadb-5.5.46.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-5.5.46/kvm-tarbake-jaunty-x86/mariadb-5.5.46.tar.gz mirror://gentoo/mysql-extras-20150509-1847Z.tar.bz2 http://g3nt8.org/patches/mysql-extras-20150509-1847Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20150509-1847Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20150509-1847Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20150509-1847Z.tar.bz2
_eclasses_=cmake-utils 7dc05d514e5011a2a16bfa7a32e69587 eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 mysql-cmake 3f6ffc12a798037a17c82fe978c44b60 mysql-v2 23995f7a2b5f26df632eae5c8747e912 mysql_fx 198902d1634b4462a8070f8c933df0e8 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=06064a0dc69cc3ec57e6297ab860bc2b
_md5_=be4a6fc4321cf069afd441068bfe9ae6

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=icu? ( dev-libs/icu:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) readline? ( sys-libs/readline:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tcl? ( dev-lang/tcl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tools? ( dev-lang/tcl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r14 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) doc? ( app-arch/unzip ) tcl? ( app-arch/unzip ) test? ( app-arch/unzip dev-lang/tcl:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tools? ( app-arch/unzip ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=A SQL Database Engine in a C Library
EAPI=5
HOMEPAGE=http://sqlite.org/
IUSE=debug doc icu +readline secure-delete static-libs tcl test tools abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=public-domain
RDEPEND=icu? ( dev-libs/icu:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) readline? ( sys-libs/readline:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tcl? ( dev-lang/tcl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tools? ( dev-lang/tcl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r14 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
SLOT=3
SRC_URI=doc? ( http://sqlite.org/2015/sqlite-doc-3090100.zip ) tcl? ( http://sqlite.org/2015/sqlite-src-3090100.zip ) test? ( http://sqlite.org/2015/sqlite-src-3090100.zip ) tools? ( http://sqlite.org/2015/sqlite-src-3090100.zip ) !tcl? ( !test? ( !tools? ( http://sqlite.org/2015/sqlite-autoconf-3090100.tar.gz ) ) )
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool 7f78cd7d403808a350c9ae23f5821fb4 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multilib-build c47eec09e82c8a750127ff2abf0745b1 multilib-minimal a93a9b4153a5f1c746bdd3b20ef9d834 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=81cd15d0f5f6a4136cd1277ac07d49d2

@ -7,6 +7,6 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
LICENSE=oracle-java-documentation-8
RESTRICT=fetch
SLOT=1.8
SRC_URI=jdk-8u60-docs-all.zip
SRC_URI=jdk-8u66-docs-all.zip
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=0bd3f59828d97e11b495ec3046a88788

@ -4,12 +4,12 @@ DESCRIPTION=Oracle's Java SE Development Kit
EAPI=5
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/
IUSE=alsa +awt cups derby doc examples +fontconfig javafx jce nsplugin pax_kernel selinux source
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x64-solaris
KEYWORDS=~arm ~arm64
LICENSE=Oracle-BCLA-JavaSE examples? ( BSD )
RDEPEND=!x64-macos? ( awt? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrender ) javafx? ( dev-libs/glib:2 dev-libs/libxml2:2 dev-libs/libxslt media-libs/freetype:2 x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXtst x11-libs/libXxf86vm x11-libs/pango virtual/opengl ) ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) doc? ( dev-java/java-sdk-docs:1.8 ) fontconfig? ( media-libs/fontconfig:1.0 ) !prefix? ( sys-libs/glibc:* ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java
REQUIRED_USE=javafx? ( alsa fontconfig )
RESTRICT=fetch preserve-libs strip
SLOT=1.8
SRC_URI=amd64? ( jdk-8u60-linux-x64.tar.gz examples? ( jdk-8u60-linux-x64-demos.tar.gz ) ) arm? ( jdk-8u60-linux-arm32-vfp-hflt.tar.gz examples? ( jdk-8u60-linux-arm32-vfp-hflt-demos.tar.gz ) ) arm64? ( jdk-8u60-linux-arm64-vfp-hflt.tar.gz examples? ( jdk-8u60-linux-arm64-vfp-hflt-demos.tar.gz ) ) x86? ( jdk-8u60-linux-i586.tar.gz examples? ( jdk-8u60-linux-i586-demos.tar.gz ) ) x64-solaris? ( jdk-8u60-solaris-x64.tar.gz examples? ( jdk-8u60-solaris-x64-demos.tar.gz ) ) sparc64-solaris? ( jdk-8u60-solaris-sparcv9.tar.gz examples? ( jdk-8u60-solaris-sparcv9-demos.tar.gz ) ) x64-macos? ( jdk-8u60-macosx-x64.dmg examples? ( jdk-8u60-macosx-x86_64-demos.zip ) ) jce? ( jce_policy-8.zip )
SRC_URI=arm? ( jdk-8u65-linux-arm32-vfp-hflt.tar.gz examples? ( jdk-8u65-linux-arm32-vfp-hflt-demos.tar.gz ) ) arm64? ( jdk-8u65-linux-arm64-vfp-hflt.tar.gz examples? ( jdk-8u65-linux-arm64-vfp-hflt-demos.tar.gz ) ) jce? ( jce_policy-8.zip )
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 82eb4c2a4b43108087d4d92d34d2bd0f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 pax-utils 9dd3f9de6dccb2463faf55e568439d1c prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=dd0e4ff98010e38aad87a9b51364efff
_md5_=252e7d4f310ebfc0a9e15a2f24df45ee

@ -0,0 +1,15 @@
DEFINED_PHASES=install nofetch postinst postrm prepare prerm setup unpack
DEPEND=app-arch/zip jce? ( app-arch/unzip ) examples? ( x64-macos? ( app-arch/unzip ) ) pax_kernel? ( sys-apps/paxctl ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java
DESCRIPTION=Oracle's Java SE Development Kit
EAPI=5
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/
IUSE=alsa +awt cups derby doc examples +fontconfig javafx jce nsplugin pax_kernel selinux source
KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x64-solaris
LICENSE=Oracle-BCLA-JavaSE examples? ( BSD )
RDEPEND=!x64-macos? ( awt? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrender ) javafx? ( dev-libs/glib:2 dev-libs/libxml2:2 dev-libs/libxslt media-libs/freetype:2 x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXtst x11-libs/libXxf86vm x11-libs/pango virtual/opengl ) ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) doc? ( dev-java/java-sdk-docs:1.8 ) fontconfig? ( media-libs/fontconfig:1.0 ) !prefix? ( sys-libs/glibc:* ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java
REQUIRED_USE=javafx? ( alsa fontconfig )
RESTRICT=fetch preserve-libs strip
SLOT=1.8
SRC_URI=amd64? ( jdk-8u66-linux-x64.tar.gz examples? ( jdk-8u66-linux-x64-demos.tar.gz ) ) x86? ( jdk-8u66-linux-i586.tar.gz examples? ( jdk-8u66-linux-i586-demos.tar.gz ) ) x64-solaris? ( jdk-8u66-solaris-x64.tar.gz examples? ( jdk-8u66-solaris-x64-demos.tar.gz ) ) sparc64-solaris? ( jdk-8u66-solaris-sparcv9.tar.gz examples? ( jdk-8u66-solaris-sparcv9-demos.tar.gz ) ) x64-macos? ( jdk-8u66-macosx-x64.dmg examples? ( jdk-8u66-macosx-x86_64-demos.zip ) ) jce? ( jce_policy-8.zip )
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 82eb4c2a4b43108087d4d92d34d2bd0f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 pax-utils 9dd3f9de6dccb2463faf55e568439d1c prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=7c8e61f5ba094238f7a3307aa8e69929

@ -4,11 +4,11 @@ DESCRIPTION=Oracle's Java SE Runtime Environment
EAPI=5
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/
IUSE=alsa +awt cups +fontconfig javafx jce nsplugin pax_kernel selinux
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=Oracle-BCLA-JavaSE
RDEPEND=!x64-macos? ( awt? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrender ) javafx? ( dev-libs/glib:2 dev-libs/libxml2:2 dev-libs/libxslt media-libs/freetype:2 x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXtst x11-libs/libXxf86vm x11-libs/pango virtual/opengl ) ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) fontconfig? ( media-libs/fontconfig:1.0 ) !prefix? ( sys-libs/glibc:* ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java
RESTRICT=fetch preserve-libs strip
SLOT=1.8
SRC_URI=amd64? ( jre-8u60-linux-x64.tar.gz ) x86? ( jre-8u60-linux-i586.tar.gz ) jce? ( jce_policy-8.zip )
SRC_URI=amd64? ( jre-8u66-linux-x64.tar.gz ) x86? ( jre-8u66-linux-i586.tar.gz ) jce? ( jce_policy-8.zip )
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 82eb4c2a4b43108087d4d92d34d2bd0f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 pax-utils 9dd3f9de6dccb2463faf55e568439d1c prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=3c813988613c6bb11e78f9b4247ede88
_md5_=3c2ed7717b12e91be878ed3589e25a04

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/Digest-HMAC-1.01-r1 >=dev-perl/MLDBM-2.01 >=virtual/perl-DB_File-1.807 >=virtual/perl-Digest-MD5-2.33 >=virtual/perl-Storable-2.04-r1 test? ( >=dev-perl/Test-Pod-1.00 >=dev-perl/Test-Pod-Coverage-0.02 ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Interface to Sender Rewriting Scheme
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Mail-SRS/
IUSE=test
KEYWORDS=amd64 x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/Digest-HMAC-1.01-r1 >=dev-perl/MLDBM-2.01 >=virtual/perl-DB_File-1.807 >=virtual/perl-Digest-MD5-2.33 >=virtual/perl-Storable-2.04-r1 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/S/SH/SHEVEK/Mail-SRS-0.31.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde perl-module 1cfb38bf68a24c8394e41d2f53003146 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813
_md5_=cf3a552a9a91092808915a74b95c822b

@ -4,10 +4,10 @@ DESCRIPTION=Interface to Sender Rewriting Scheme
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Mail-SRS/
IUSE=test
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/Digest-HMAC-1.01-r1 >=dev-perl/MLDBM-2.01 >=virtual/perl-DB_File-1.807 >=virtual/perl-Digest-MD5-2.33 >=virtual/perl-Storable-2.04-r1 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/S/SH/SHEVEK/Mail-SRS-0.31.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde perl-module 1cfb38bf68a24c8394e41d2f53003146 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813
_md5_=9388e629c87b933573db8827dbc72cc9
_md5_=fb040dde63d873780267cdc083770841

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
DESCRIPTION=Foreign Function Interface for Python calling C code
EAPI=5
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
IUSE=doc python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
LICENSE=MIT
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
SLOT=0/1.3.0
SRC_URI=mirror://pypi/c/cffi/cffi-1.3.0.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=31ec7acb2d66dbc4e8015ee4096f44bf

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
DESCRIPTION=An implementation of lxml.xmlfile for the standard library
EAPI=5
HOMEPAGE=https://pypi.python.org/pypi/et_xmlfile https://bitbucket.org/openpyxl/et_xmlfile
IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
LICENSE=MIT
RDEPEND=dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
SLOT=0
SRC_URI=mirror://pypi/e/et_xmlfile/et_xmlfile-1.0.0.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=e4218b0363a6e3c1bb0d4e9f58043893

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=test? ( dev-python/jdcal[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/et_xmlfile[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
DESCRIPTION=Pure python reader and writer of Excel OpenXML files
EAPI=5
HOMEPAGE=http://openpyxl.readthedocs.org
IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
LICENSE=MIT
RDEPEND=dev-python/jdcal[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/et_xmlfile[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/o/openpyxl/openpyxl-2.3.0.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot 2ecbc36efd3f6b8486f63fcf8530c1bd
_md5_=3d060a962a66d9ef83940fab2ca80664

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=test? ( dev-python/jdcal[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-vcs/mercurial
DEPEND=test? ( dev-python/jdcal[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/et_xmlfile[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-vcs/mercurial
DESCRIPTION=Pure python reader and writer of Excel OpenXML files
EAPI=5
HOMEPAGE=http://openpyxl.readthedocs.org
IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4
IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
LICENSE=MIT
RDEPEND=dev-python/jdcal[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 )
RDEPEND=dev-python/jdcal[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/et_xmlfile[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
SLOT=0
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f mercurial 6ac07cde03301514a5f9e4f13df3f55e multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=a858cd9c33a6172d300ab939a09c2024
_md5_=475fa734598adab1572e2b38234d19d9

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/wcwidth[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=Building powerful interactive command lines in Python
EAPI=5
HOMEPAGE=https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/wcwidth[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/p/prompt_toolkit/prompt_toolkit-0.53.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=d10daee8496c767ff5748990dc9a7835

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>net-nds/openldap-2.4.11 dev-python/pyasn1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] dev-python/pyasn1-modules[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] sasl? ( >=dev-libs/cyrus-sasl-2.1 ) dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
DESCRIPTION=Various LDAP-related Python modules
EAPI=5
HOMEPAGE=https://pypi.python.org/pypi/pyldap https://github.com/pyldap/pyldap/
IUSE=doc examples sasl ssl python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris
LICENSE=PSF-2
RDEPEND=>net-nds/openldap-2.4.11 dev-python/pyasn1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] dev-python/pyasn1-modules[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] sasl? ( >=dev-libs/cyrus-sasl-2.1 ) !dev-python/python-ldap python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy )
SLOT=0
SRC_URI=mirror://pypi/p/pyldap/pyldap-2.4.21.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=5309a0b7e8f16382e8aa1a599a5e2ac3

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)]
DESCRIPTION=Validating URI References per RFC 3986
EAPI=5
HOMEPAGE=http://tools.ietf.org/html/rfc3986 https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org
IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
LICENSE=Apache-2.0
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 )
SLOT=0
SRC_URI=mirror://pypi/r/rfc3986/rfc3986-0.3.0.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=35a28e145e489ac6a9de48cc9e6ea5c8

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite?] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[sqlite?] ) python_targets_python3_4? ( dev-lang/python:3.4[sqlite?] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite?] ) python_targets_pypy? ( virtual/pypy:0=[sqlite?] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)]
DESCRIPTION=Python SQL toolkit and Object Relational Mapper
EAPI=5
HOMEPAGE=http://www.sqlalchemy.org/ https://pypi.python.org/pypi/SQLAlchemy
IUSE=doc examples +sqlite test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=MIT
RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite?] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[sqlite?] ) python_targets_python3_4? ( dev-lang/python:3.4[sqlite?] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite?] ) python_targets_pypy? ( virtual/pypy:0=[sqlite?] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)]
REQUIRED_USE=test? ( sqlite ) || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy )
SLOT=0
SRC_URI=mirror://pypi/S/SQLAlchemy/SQLAlchemy-1.0.9.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=89e379a681b73590c59c830b159bdb4f

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)]
DESCRIPTION=A small convenience library for fetching files securely
EAPI=5
HOMEPAGE=https://github.com/dol-sen/ssl-fetch
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
LICENSE=GPL-2
RDEPEND=>=dev-python/requests-1.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] python_targets_python2_7? ( dev-python/ndg-httpsclient[python_targets_python2_7] dev-python/pyasn1[python_targets_python2_7] >=dev-python/pyopenssl-0.13[python_targets_python2_7] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy )
RDEPEND=>=dev-python/requests-1.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] python_targets_python2_7? ( dev-python/ndg-httpsclient[python_targets_python2_7] dev-python/pyasn1[python_targets_python2_7] >=dev-python/pyopenssl-0.13[python_targets_python2_7] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy )
SLOT=0
SRC_URI=https://dev.gentoo.org/~dolsen/releases/ssl-fetch/ssl-fetch-0.3.tar.gz
_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils 43da5163ba106e87d22d2e7d6d67537f multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=50a84dbb52c403346c8952cebd390760
_md5_=7c607aa0a55f2468c9f347f6ce888026

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) )
DESCRIPTION=A pure Ruby DNS client library
EAPI=5
HOMEPAGE=http://rubyforge.org/projects/dnsruby
IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 )
SLOT=0
SRC_URI=mirror://rubygems/dnsruby-1.56.0.gem
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f java-utils-2 e03639b92617c43f3ca3d670af620cf5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ruby-fakegem b34b8f1debda62e461897a3f85df97e4 ruby-ng 12af15f9116c054425934f3eec054899 ruby-utils 97c910cb6b087c64260df641a9b3de0c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=ddc32bf4abb607ddbfc2eda8ddfa4f0f

@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/minitest-5.4:5[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/minitest-5.4:5[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-5.4:5[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/minitest-5.4:5[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) )
DESCRIPTION=A pure Ruby DNS client library
EAPI=5
HOMEPAGE=http://rubyforge.org/projects/dnsruby
HOMEPAGE=https://github.com/alexdalitz/dnsruby
IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 )
SLOT=0
SRC_URI=mirror://rubygems/dnsruby-1.57.0.gem
SRC_URI=mirror://rubygems/dnsruby-1.59.0.gem
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f java-utils-2 e03639b92617c43f3ca3d670af620cf5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ruby-fakegem b34b8f1debda62e461897a3f85df97e4 ruby-ng 12af15f9116c054425934f3eec054899 ruby-utils 97c910cb6b087c64260df641a9b3de0c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=6da7c657d3d98dc8acdd46d01920eae2
_md5_=ad9185fa39e4caeaeeee453fbe426dc5

@ -4,11 +4,11 @@ DESCRIPTION=GIT - the stupid content tracker, the revision control system heavil
EAPI=5
HOMEPAGE=http://www.git-scm.com/
IUSE=+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test python_targets_python2_7
KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=GPL-2
RDEPEND=dev-libs/openssl:0= sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk:0= ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/libgnome-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? ( dev-perl/CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1:0 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_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] )
REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://git-core.googlecode.com/files/git-2.4.10.tar.xz mirror://kernel/software/scm/git/git-2.4.10.tar.xz https://git-core.googlecode.com/files/git-manpages-2.4.10.tar.xz mirror://kernel/software/scm/git/git-manpages-2.4.10.tar.xz doc? ( mirror://kernel/software/scm/git/git-htmldocs-2.4.10.tar.xz https://git-core.googlecode.com/files/git-htmldocs-2.4.10.tar.xz )
_eclasses_=bash-completion-r1 b1fc4d30333bb528c8abb4332bb70ea6 elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde perl-module 1cfb38bf68a24c8394e41d2f53003146 python-single-r1 612c783d1a1a182ad7ea4f2eb0b79e86 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813
_md5_=403b25e4cdea06a4e3aa30a032e96cf5
_md5_=58ad9a3c8d37a558f8064218c65fff63

@ -4,11 +4,11 @@ DESCRIPTION=A network protocol analyzer formerly known as ethereal
EAPI=5
HOMEPAGE=http://www.wireshark.org/
IUSE=adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib +filecaps
KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd
KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd
LICENSE=GPL-2
RDEPEND=>=dev-libs/glib-2.14:2 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) crypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) geoip? ( dev-libs/geoip ) gtk3? ( x11-libs/gdk-pixbuf x11-libs/pango x11-misc/xdg-utils x11-libs/gtk+:3 ) kerberos? ( virtual/krb5 ) lua? ( >=dev-lang/lua-5.1:* ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] x11-misc/xdg-utils ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) ssl? ( net-libs/gnutls ) zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) gtk3? ( virtual/freedesktop-icon-theme ) qt4? ( virtual/freedesktop-icon-theme ) qt5? ( virtual/freedesktop-icon-theme ) selinux? ( sec-policy/selinux-wireshark )
REQUIRED_USE=ssl? ( crypt ) ?? ( qt4 qt5 )
SLOT=0/1.12.8
SRC_URI=http://www.wireshark.org/download/src/all-versions/wireshark-1.12.8.tar.bz2
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 84d9f879f57a8316ff02be0373a3d6f9 eutils 43da5163ba106e87d22d2e7d6d67537f fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool 7f78cd7d403808a350c9ae23f5821fb4 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 qmake-utils 05b63bb5c708c5903a9de5c58c8e43c8 qt4-r2 cb2cb5856695b300266b425da70e82d8 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=848ad325207a4a3f46acac0184e81aa5
_md5_=f83aac7e781e4fb5a7ee1ef396893094

@ -1,4 +1,4 @@
DEFINED_PHASES=configure install setup
DEFINED_PHASES=configure install prepare setup
DEPEND=net-firewall/iptables sys-apps/iproute2[-minimal] virtual/modutils app-arch/gzip
DESCRIPTION=iptables firewall generator
EAPI=5
@ -10,4 +10,4 @@ RDEPEND=net-firewall/iptables sys-apps/iproute2[-minimal] virtual/modutils app-a
SLOT=0
SRC_URI=http://firehol.org/download/releases/v2.0.3/firehol-2.0.3.tar.xz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=b6bcbda59ff66974fa22ee1d5e72efeb
_md5_=74d7c3876046c3d5e4794d38e06f408b

@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=BSD GPL-2
RDEPEND=!libressl? ( dev-libs/openssl:0=[-bindist] ) libressl? ( dev-libs/libressl:= ) sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) scrypt? ( app-crypt/libscrypt ) seccomp? ( sys-libs/libseccomp ) systemd? ( sys-apps/systemd ) selinux? ( sec-policy/selinux-tor )
SLOT=0
SRC_URI=https://www.torproject.org/dist/tor-0.2.7.3-rc.tar.gz https://archive.torproject.org/tor-package-archive/tor-0.2.7.3-rc.tar.gz
SRC_URI=https://www.torproject.org/dist/tor-0.2.7.4-rc.tar.gz https://archive.torproject.org/tor-package-archive/tor-0.2.7.4-rc.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 readme.gentoo e37aea783a61ae55fab947df247eebea systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=31bab9eb3e18c7dec62b5380a6c436da
_md5_=9360c82557b7171aa46de6f2897f02e7

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install prepare
DEPEND=>=sci-libs/gdal-2.0.0 >=sci-geosciences/grass-7.0.1[gdal] dev-libs/expat dev-libs/json-c virtual/jpeg media-libs/tiff sci-libs/libgeotiff sci-libs/proj sys-libs/zlib postgres? ( dev-db/postgresql )
DESCRIPTION=GDAL plugin to access GRASS data
EAPI=5
HOMEPAGE=http://www.gdal.org/
IUSE=postgres
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=sci-libs/gdal-2.0.0 >=sci-geosciences/grass-7.0.1[gdal]
SLOT=0
SRC_URI=http://download.osgeo.org/gdal/2.0.0/gdal-grass-2.0.0.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=fedc1864154948663b8a88d052ad7fc8

@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 opengl? ( X )
SLOT=7
SRC_URI=http://grass.osgeo.org/grass70/source/grass-7.0.1.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 43da5163ba106e87d22d2e7d6d67537f fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 56d268cae832738430a9de86a5765fa1 gnome2-utils 588052cacdf74572e68bdfeaece20534 libtool 7f78cd7d403808a350c9ae23f5821fb4 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-single-r1 612c783d1a1a182ad7ea4f2eb0b79e86 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c wxwidgets e0c7fd61275cea7156be4143ba8c673a
_md5_=1720c894f83115fbc1a167f347ac8be6
_md5_=c16db7ad6e5300ea8b91b747b2bf7e2b

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=experimental symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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.90
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-95.base.tar.xz mirror://gentoo/genpatches-3.10-95.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-95.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.90-2015-10-02.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=83da61905fd33be122a47a644338850c

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=experimental symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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.48
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-45.base.tar.xz mirror://gentoo/genpatches-3.12-45.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-45.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.48-2015-09-23.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=d34fe37880882609c9f58d38169edb65

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=experimental symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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.14.54
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz mirror://gentoo/genpatches-3.14-60.base.tar.xz mirror://gentoo/genpatches-3.14-60.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.14-60.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.14.54-2015-10-02.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=d440e3560e1f69716fdd17f6d67b7373

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=experimental symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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.18.22
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.18.tar.xz mirror://gentoo/genpatches-3.18-22.base.tar.xz mirror://gentoo/genpatches-3.18-22.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.18-22.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.18.22-2015-10-10.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=5147b28342688e913ce8bf5c0030be8d

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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.109
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-92.base.tar.xz mirror://gentoo/genpatches-3.4-92.extras.tar.xz http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.4.109-2015-09-23.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=3d7e4161e0f3d094dce5d77eb3ea2c41

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=experimental symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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=4.1.9
SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.1.tar.xz mirror://gentoo/genpatches-4.1-14.base.tar.xz mirror://gentoo/genpatches-4.1-14.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.1-14.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-4.1.9-2015-10-02.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2f210751812f296332fac28c1d0ddb57

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=TuxOnIce + Gentoo patchset sources
EAPI=5
HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel
IUSE=experimental symlink build
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 freedist
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=4.2.3
SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.2.tar.xz mirror://gentoo/genpatches-4.2-6.base.tar.xz mirror://gentoo/genpatches-4.2-6.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.2-6.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-4.2.3-2015-10-10.patch.bz2
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f kernel-2 7bbc05b42cbfd1ed8b4f9837d1e43df2 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-any-r1 b81ab4852d108e3d9c940fa03bce80e1 python-utils-r1 9c405693f1f355a718700c5cffffd9e5 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=09856e075fdb21b7415a633308165d39

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install postinst prepare setup
DESCRIPTION=Lightweight, fast and simple C library focused on standards-conformance and safety
EAPI=5
HOMEPAGE=http://www.musl-libc.org/
IUSE=crosscompile_opts_headers-only
KEYWORDS=-* amd64 arm ~mips ppc x86
LICENSE=MIT LGPL-2 GPL-2
RDEPEND=!sys-apps/getent
SLOT=0
SRC_URI=http://www.musl-libc.org/releases/musl-1.1.10.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=f2e841b67e0a3fb4b8a4c1aad9a75fab

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install postinst prepare setup
DESCRIPTION=Lightweight, fast and simple C library focused on standards-conformance and safety
EAPI=5
HOMEPAGE=http://www.musl-libc.org/
IUSE=crosscompile_opts_headers-only
KEYWORDS=-* amd64 arm ~mips ppc x86
LICENSE=MIT LGPL-2 GPL-2
RDEPEND=!sys-apps/getent
SLOT=0
SRC_URI=http://www.musl-libc.org/releases/musl-1.1.11.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=870b24cf90355d793339fd81b35ae46b

@ -9,4 +9,4 @@ RDEPEND=!sys-apps/getent
SLOT=0
SRC_URI=http://www.musl-libc.org/releases/musl-1.1.12.tar.gz
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=c9bb3b15a269fc7512a5b40b486644fd
_md5_=e59dbdc4038f5bc2253272e799561bca

@ -1,5 +1,5 @@
DEFINED_PHASES=compile configure install postinst prepare setup unpack
DEPEND=dev-vcs/git
DEPEND=>=dev-vcs/git-1.8.2.1
DESCRIPTION=Lightweight, fast and simple C library focused on standards-conformance and safety
EAPI=5
HOMEPAGE=http://www.musl-libc.org/
@ -7,5 +7,5 @@ IUSE=crosscompile_opts_headers-only
LICENSE=MIT LGPL-2 GPL-2
RDEPEND=!sys-apps/getent
SLOT=0
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-2 1bb87192831f668cd20d93ffb1689c94 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=c9bb3b15a269fc7512a5b40b486644fd
_eclasses_=eutils 43da5163ba106e87d22d2e7d6d67537f flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 1502b9838d043db47700b8120083e637 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=e59dbdc4038f5bc2253272e799561bca

@ -1,14 +0,0 @@
DEFINED_PHASES=install postinst prerm setup
DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15
DESCRIPTION=PHP-based open-source platform and content management system
EAPI=5
HOMEPAGE=http://drupal.org/
IUSE=+accelerator +mysql postgres sqlite +uploadprogress vhosts
KEYWORDS=~alpha ~amd64 ~ppc ~x86
LICENSE=GPL-2
RDEPEND=dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml] virtual/httpd-php accelerator? ( || ( dev-php/xcache ( >=dev-lang/php-5.5[opcache] dev-php/pecl-apcu ) ) ) uploadprogress? ( dev-php/pecl-uploadprogress ) mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) sqlite? ( dev-lang/php[sqlite] ) >=app-admin/webapp-config-1.50.15
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=7.39
SRC_URI=http://drupal.org/files/projects/drupal-7.39.tar.gz
_eclasses_=webapp 42c6ef7af496b228f9854b3c81e4b226
_md5_=97b2556fc2215ecd7b7f2e87f59735ee

@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~ppc ~x86
LICENSE=GPL-2
RDEPEND=dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml] virtual/httpd-php accelerator? ( || ( dev-php/xcache ( >=dev-lang/php-5.5[opcache] dev-php/pecl-apcu ) ) ) uploadprogress? ( dev-php/pecl-uploadprogress ) mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) sqlite? ( dev-lang/php[sqlite] ) >=app-admin/webapp-config-1.50.15
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=7.40
SRC_URI=http://drupal.org/files/projects/drupal-7.40.tar.gz
SLOT=7.41
SRC_URI=http://drupal.org/files/projects/drupal-7.41.tar.gz
_eclasses_=webapp 42c6ef7af496b228f9854b3c81e4b226
_md5_=97b2556fc2215ecd7b7f2e87f59735ee

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save