Sync with portage [Mon Apr 10 12:34:44 MSK 2017].

master
root 7 years ago
parent e61c0e1317
commit fead0e8c90

@ -1,8 +1,6 @@
AUX abook-0.6.0_pre2-vcard-fix.patch 270 SHA256 aeb3290e60e7bda28a9a2b0845a500b0399072247ff41319e0384095ac697086 SHA512 ce708570c63c6b8338ee71c85b8492971541b3ebcb18ae63b612b4bf3c71a2d6852ce0cff517f2f3111d2fb91f1fc299d686eac34206ce7292699eb994d0d628 WHIRLPOOL 69929acc45ec07e37603c02f4f79274159d298d2be77cf16e398e0c5186d362643b90dea78987abf7ff7e2c81294aefc0c853803b55f5892122a317d0edc87af
AUX abook-0.6.0_pre2-vcard-import.patch 6491 SHA256 42344474cf8ad64d7937aa20d322b0e5f39736c51445d803a05f0733ee7ce5c1 SHA512 a20d305c29f8e730055ba9f1b3af8510aad02476947a18adf743350355483b4b0fed048f8a89a766eb7138c44e54e2dca5e47be69a41848551d4d9ad5e02c525 WHIRLPOOL 31072812a9274301fd7bcc149ce794e9741692b63db1b58510a7c1ee6dfcbc0e32c5493383c541887ee469e77a3f61d1e9db76fb5f445af2f4bd9a09634507f9
DIST abook-0.6.0pre2.tar.gz 411412 SHA256 59d444504109dd96816e003b3023175981ae179af479349c34fa70bc12f6d385 SHA512 d1bc437981964a5dd873b12458833c60306d37b36904a04b072cefe7501175933dd7817ca51f8634bbd6722f79f768b39e00b68d0699086d5efaf28d0cbdf1ed WHIRLPOOL fbaed8cc4dff1b7b7786c4f5b4124e94893d59e97b67372b0b1f1cf176a16ef23141c37255589cfb352f1e4993ae69d1f77077f2396aaa2c482e85b3c617fc5f
DIST abook-0.6.1.tar.gz 319558 SHA256 f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9 SHA512 993895ef2fd6d98d50db610699f8f0a28112778065ac56484373eb814afd8ab7371201fc21506c090514f4b29570ec229dc62c606ab068301152567e2c47fe66 WHIRLPOOL 5257a6000707ea58f21fa95841edcfcdb8a1f4921fa452b8aefdbd9bd2eecba01078d116d0e79316bde5b484a721640ffc501c0402a6601803c9312e1e4a2e6a
EBUILD abook-0.6.0_pre2.ebuild 1007 SHA256 ffe71d1b0981dc811ca68cb66d62c60ef3904ede57e2695db6389070284c4fc2 SHA512 b594c52a263ad7e186fda35ba4e2d6b11ec243995ed56b8409daf4505ce4521d0dc2205e66076189c4523d017545e1da4fd81b4cca2761c3dc1ca3db6e4ee885 WHIRLPOOL 9799a3db5c4f3f95523d8417b7b70542118ac11c4a215710b34909176f15eb39bda48c8272905ce5249d37610ff888dcba2562eb4488b6e5b32fe4b8b5324901
EBUILD abook-0.6.1.ebuild 961 SHA256 9aef0c9d6d9542b10c7f6429f07b370724ec309e907bcc583a7954b9698026db SHA512 e79e18762afecda642e07011ab4cb2cdc9ff52903b28648b77a8fbf5abb86f0779fda94ab5a08b1e1c471956b42abf4a074bbfb006268ff1e282a1418ce0c907 WHIRLPOOL 262caffd2b92d6f004fe477c62c0f56e25d042a0944737622a87b6116ae9cfbed95a13df420de64803627820a283746d041920652fd1848c675bea071caa4033
MISC ChangeLog 3775 SHA256 57dda9132048abc14285f78f0945d69b2aafaa2cda61fdc528c90b67ab06925c SHA512 5327a35088a2dd9317159db57423e557cc33459d80352d34fdec5b87e033df3fa7d2a915ee5ec1ebb7a560b8b376546dbf5fc9e9480e31e339335efa8f6a55ad WHIRLPOOL c7508cd87f946b14eaf631b34e2709f1574e30846eacc6a22119d0dabfe39a7684373a5f575d7c1cde8791dacdaff64b65248167b1ea0c5a5f1c8c3329ea77e8
MISC ChangeLog-2015 7683 SHA256 9e9a26aae28c19703ab22d8987a1b91d4a7da7a28b40798441f420380d921ffc SHA512 79c9c3a49fb9990286e38efc467cf199595a41478df05a8220e8764418344d9a5e072ca0eadb17bf4e0d7e20d48e30d17c71b0aeeb900ed05f6ccf6fe57498c3 WHIRLPOOL 979ab328881b870d501fbd6c5ffa7a5b44ec021f4dfaebf7db7f5d2b56d5096103eade3c98b75405dd7e5749d0c58868944b253de908f70cdc8b6b872ea83d44

@ -1,42 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
inherit eutils
MY_P="${P/_/}"
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client"
HOMEPAGE="http://abook.sourceforge.net/"
SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="nls"
RDEPEND="sys-libs/ncurses
sys-libs/readline
nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}"/${P}-vcard-import.patch
epatch "${FILESDIR}"/${P}-vcard-fix.patch
}
src_configure() {
econf $(use_enable nls)
}
src_compile() {
# bug 570428
emake CFLAGS="${CFLAGS} -std=gnu89"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc BUGS ChangeLog FAQ README TODO sample.abookrc || die "dodoc failed"
}

@ -1,17 +1,9 @@
AUX beanstalkd-dbgprintf.patch 4221 SHA256 578a7ea43b08f00cb973c0db21ad6a57ddb566ba01d159ee74f9ff86d70c48fb SHA512 327c9f4d2ded01f0381816cb46e4415eec95cbac461ba3421e193d3508cdac7f46fee7fa8d2ec750aff1e82b2f66816ff7978f19f5d2405b908d88227a94a8fa WHIRLPOOL d4e2696a8eaccab31633b2efe580d0adc45c0807c2aa89d58486be8124209e7daa51da3c4fe9379196242a61ac51cad318a159d12e57526f156edbd0f770a76b
AUX beanstalkd-werror-v2.patch 302 SHA256 e3fea94ce676bef8748ff1842e1c6d6e574b18db58b383ee5ab0870ba5a245a2 SHA512 114454f5dc487a7f1cd7c67c9070fe10fcec325f33bc1f1c340d241958ea87ab4e5c33b2e43e9e6a510b7ae7c561e533f8de5444e7641c88d59cf464f0eed787 WHIRLPOOL 8831a32f62489002e089c5162ff2ec292d195ee63a7bbc82a244259c4f8996a4d2fcac0d0301968cbf72026f33b1791d4eb0c6de8ac86c3717b7250768649b39
AUX conf 292 SHA256 04cc39cb8fdb9a20c03912a87bc368f1888b426d08da9b6f41fa8cba4e8f9b07 SHA512 56c3fe690e513f0e96ef486dbee3dc862409321935be03977d38a47641e7b8fd87c2b2a29d444320a1554689df497b5aee204922f2059a1e2d1139b8fce6291a WHIRLPOOL dc98836531dc0ddf2b3a509021826fcfdd9db7c43fbfeff7b584eb1b2fbfb9cece2ead3e61d55d1b8f48850e7e652ddbcdfe0ace029203fcea51329f538c9325
AUX conf-1.4.2 356 SHA256 7e36f51312528d47f583a1890dc92da7c6acc8ee3146188d2c4bc78449890500 SHA512 996a7c4471a85532181c488f28bcda2f37b5301aa691a12ab4a1b83db55dd39737faef1ced55dc10b2c92958e4359837d214f03db94dd9858c0b7e33b6003cb5 WHIRLPOOL 321a24ddf95ccd9a12b153f4291876a9cb45f1daa31e5576b62565c1e13af6bba89335ba44a57ade316b9fc1192eb46b634d4f5b1b4d977a7ed1f40e5aea2600
AUX conf-1.9 385 SHA256 a735fcc32f1f9d2f0f6f12800d89868138f3780db228494aa321006f72f84daa SHA512 981dc0dca903f8ebdd3cc80368650d42f02bf194ccd12e64d2d4cc273ae13ec42da69341529750bca7232d7bcb3df67a02aa3db6179c4835682e86fabef689f0 WHIRLPOOL b434477e6bf15169e55f42fe12ed8b8d89853c0082066083f5629002b31525ef801ccb5bd271d18e72d2f112a5d31d8d935e5fbae18e0d1603e6c6e9f27593e1
AUX init 477 SHA256 d2ccb5f7be3ac1e0f876f32bd47237f376e3b716d6a5b4c54e8d72821b2ebcf2 SHA512 cbeaeac8a993711822086a761b624783bbf4ff11cff5c569a4c0cd3e6e174fe36904a661155c1460f7b43e0b2d6b631cd9e290d76138520021a702567b0494dd WHIRLPOOL 6f2479d47d6dc13ea39680edc58abfda1cfb743da12f5f1a6de0001a2ea5374866a2c8f12a6de177e0dd2d1000ea4625041a60d3a7d373472aac88ebe697aeca
AUX init-1.4.6 526 SHA256 17340d08b329b9f06df79077acc0ef98f86aedb838dc86e2a28a38c1e6d0e60f SHA512 d6bed7009aa5ca731650717a936096f5415c472a3b0e9b6e562eb3f7105e1399a13908131d4357eb409aaf4d388df37cf4a47d29961feef8179ba612b6b1e437 WHIRLPOOL 21ed1266340cf50e3588288a64a1bd1d365b06de3ad5fb97b3d6932e68954fb36cf93b60ae36cbf8082fa2ea073a6fcd427cebedcef56a9e4f4bfc3082e29c1f
AUX init-1.9 511 SHA256 075257735916e9e8e613d6b32dbb47c2dc07c4917fab8a387b80b4cf73ef447d SHA512 7e16023709e72724f411953b2d042c6bb369be7c0a9c891d3e03ea12d4c175ce82e57466c8b2c2bf8611cb1f5aee9c76ae5adad0ad38e99c93525d732715546a WHIRLPOOL 65e06a52991659bd3d253b0c72e617915b30d77fa4c999aa0e5f478a7a8bf23b1ec421b520dddd0b06fe0b67201553fd666c889a4dd6efb61a7c0efcd9cc7396
DIST beanstalkd-1.10.tar.gz 66243 SHA256 923b1e195e168c2a91adcc75371231c26dcf23868ed3e0403cd4b1d662a52d59 SHA512 db85e4a32c686330e50d64d497a39bb9806de42a2c2d2c84eb260ae8cfad91b4c99eef6a8f0ab3e62d0ca71a31837778ec68a4299899ac5a9d94a5a4403d673b WHIRLPOOL 3074fb2df0aa835d46d95a90a573bfe2afd1d316da6c9739d37d1eafb85b987ef12c3113f2bc51afed014e151e5eb064922b46c16a92e3113480b1c5ec8dc50c
DIST beanstalkd-1.4.6.tar.gz 140858 SHA256 a03aca5ccd87c2a1bb6cdaf38d3463c9f987090f4eb6cd9c7f6e03d3d54d3ac9 SHA512 07cd77540367c25cdd16bea6f46a5e43162a13d59e96a6821465bfc950e6fbac2e28e0e1cb0f5b6d1483b493b59daad68c0d99672edeeb4f709d6b835d76eb64 WHIRLPOOL cd7f35ad0432000894a186803b01dbf963146fcb5473fc185dd918987a3235df98fbc743d6bcf80b7d364532b772fbde723e13c649d15fa40870c256e6ea542a
DIST beanstalkd-1.9.tar.gz 63794 SHA256 158e6d6090c0afac7ee17b9f22713506b3e870dc04a738517282e2e262afb9eb SHA512 0b8ba803b511bc4a3275d23f2076d8129107df3756d0c991460693a6999a895da4fe84c7931afe153ea17245d7c280f92df977cc35e715d7997e54a861b547f4 WHIRLPOOL 13517e18b2b1b4517eda6f57645c3d078f20c73d450f96803939b5dc43433364a5214a3a6b39568a0bb82a53fc92195cd28ecf1699e963b8579b121c94b7d667
EBUILD beanstalkd-1.10.ebuild 1074 SHA256 400c08a247fd76f03c302753f68988ea7efac8d04c802c649efa7df2b463ab51 SHA512 193a42c77ad21219125c1ff7d0e9d7044e050cdec7538f63abd77e5cba8cbb7d9f920a9a74536a140a83945e00b5a3927420c83349731adabe2cad78203b3e65 WHIRLPOOL 5f1a229a7fa0de3389dfd815ed3a0b57f2a273d91b66cffb9fc6fef23b8ae7fd9fc32ee083bd2479870fb77efb57ed906a388245dfc1909884591f60554fcd69
EBUILD beanstalkd-1.4.6-r1.ebuild 1123 SHA256 3fc2d69998a976f312b5440196441c33821f08e45b7ac2d77e1d7e549d756d57 SHA512 5b2c3a6ce6f3475918bbcba1c987b31b0e9ea3b5057cfc2aec725e920cafa3e18a6ad7a0375267033c1cb7d846a4369058c28ebcb4877e8540f4911b9d3c31ea WHIRLPOOL a8ddf81910dd45dfad45ff82f25ad0cc9e376ca667f506ca55faece16d4dddc4d30bcf56b714bcbe0c393af3bc039da4b27b5f36fa7cff106930a0404aa3d943
EBUILD beanstalkd-1.9-r1.ebuild 1078 SHA256 d997440f49e3cc47f30976f930fff13d3d9e68205be9c50105ace8092400a558 SHA512 eef593fc2b41e01ab5c387852cfeec3d963947ef79f10f917f51b43e2ce445b9c9194ea5c1e2d93717e9f54133397ae15f3fc63687e753b295819d68dde2aecc WHIRLPOOL 5a7dd98eeb7c1406cd5539dc3ff081911b3be8c8c19a5907aa2c35b7fc1cc7a7c984894ced73ac73b5e5ef7711ec9316596ed79bac2ff2c062807401638cfbdb
MISC ChangeLog 3050 SHA256 c1af20e4a81f443e18a02cdd7de446e3abeedef36083b85d642d114e046d8baa SHA512 e2eae3592822f13ccbb2b0253515a6f8065505c5a8c60fae846029210fd86a550acc9784a526443112640956b200f833ad537e56f5dfe5009fae7b744e382945 WHIRLPOOL 89b60cc75fd111e2134659f21e4dafb17274740d53508fc6d9aed4603e872312b47e8b68552206d02197149a8c2534c70ce7fc9fdc6c2fea312854ac6b0cc7bf
MISC ChangeLog-2015 5863 SHA256 e33dae1f4062b4108a7fccb9ce64f4328f3ddd105b97d4e37da16f8ffb74d219 SHA512 0af8b7fa8e907cb317de444da3ac317f285c6776fee083aeef24dd139d2431357e03b5114e47f6452fd51aae9261af94b4f72bcfb5691de81014a51eb9b14e05 WHIRLPOOL 4b0960c27e31fed8afcf0491942697ba27565a849571e24ae1bfb546e809c98d47516033ad16916776faa8450a1358e46a1043161a7ab917b665af44629566d5
MISC metadata.xml 436 SHA256 056e10ec74d6e099d0e3f904f7a38963bc2a7cae11782f80368fa5c77beb1b3f SHA512 7766293e42fb4786e971b259480f4e697745d23db9b332e24c7edda52d8ccbc2ebdb1ed1b1c9265f22d9ec698fc144acd6e7576cef66f3a33db8a4f102b08140 WHIRLPOOL 3111fa95f72580a6739f191fd646a637dcf1f418425b446aa8917bd9871b8811ecc536e68d656aeb313105313ff9784f7431a96ca52d02ea0fd75681fa0980aa

@ -1,49 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="3"
inherit eutils user
DESCRIPTION="A fast, distributed, in-memory workqueue service"
HOMEPAGE="http://xph.us/software/beanstalkd/"
SRC_URI="http://xph.us/dist/beanstalkd/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~mips x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos"
RDEPEND="dev-libs/libevent"
DEPEND="${RDEPEND}
test? ( dev-lang/python )"
IUSE="debug test"
pkg_setup() {
enewuser beanstalk -1 -1 /var/lib/beanstalkd daemon
}
src_prepare() {
epatch "$FILESDIR/beanstalkd-werror-v2.patch"
epatch "$FILESDIR/beanstalkd-dbgprintf.patch"
}
src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/${PF} \
--with-event="${EPREFIX}"/usr \
$(use_enable debug)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
DATADIR=/var/lib/${PN}
dodir ${DATADIR} || die "Install failed"
fowners beanstalk:daemon ${DATADIR}
dodoc README TODO doc/*.txt
newconfd "${FILESDIR}/conf-1.4.2" beanstalkd
newinitd "${FILESDIR}/init-${PV}" beanstalkd
}

@ -1,50 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils systemd toolchain-funcs user
DESCRIPTION="A simple, fast work queue"
HOMEPAGE="http://kr.github.io/beanstalkd/"
SRC_URI="https://github.com/kr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~mips x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos"
RDEPEND=""
DEPEND=""
IUSE=""
DOCS=( README News docs/protocol.txt )
pkg_setup() {
enewuser beanstalk -1 -1 /var/lib/beanstalkd daemon
}
src_prepare() {
sed -i -e "s/CFLAGS=/CFLAGS?=/" \
-e "s/LDLIBS/LDFLAGS/" \
-e "s/LDFLAGS=/LDFLAGS?=/" Makefile
}
src_compile() {
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" LD="$(tc-getLD)"
}
src_install() {
dobin beanstalkd
DATADIR=/var/lib/${PN}
dodir ${DATADIR}
fowners beanstalk:daemon ${DATADIR}
doman doc/"${PN}".1
newconfd "${FILESDIR}/conf-${PV}" beanstalkd
newinitd "${FILESDIR}/init-${PV}" beanstalkd
systemd_dounit "${S}/adm/systemd/${PN}".{service,socket}
}

@ -1,110 +0,0 @@
diff -Naur beanstalkd-1.4.6.orig/prot.c beanstalkd-1.4.6/prot.c
--- beanstalkd-1.4.6.orig/prot.c 2010-05-23 03:37:28.000000000 -0400
+++ beanstalkd-1.4.6/prot.c 2011-01-10 19:44:05.000000000 -0500
@@ -305,7 +305,7 @@
c->reply_len = len;
c->reply_sent = 0;
c->state = state;
- dprintf("sending reply: %.*s", len, line);
+ dbgprintf("sending reply: %.*s", len, line);
}
#define reply_msg(c,m) reply((c),(m),CONSTSTRLEN(m),STATE_SENDWORD)
@@ -382,10 +382,10 @@
size_t i;
job j = NULL, candidate;
- dprintf("tubes.used = %zu\n", tubes.used);
+ dbgprintf("tubes.used = %zu\n", tubes.used);
for (i = 0; i < tubes.used; i++) {
t = tubes.items[i];
- dprintf("for %s t->waiting.used=%zu t->ready.used=%d t->pause=%" PRIu64 "\n",
+ dbgprintf("for %s t->waiting.used=%zu t->ready.used=%d t->pause=%" PRIu64 "\n",
t->name, t->waiting.used, t->ready.used, t->pause);
if (t->pause) {
if (t->deadline_at > now) continue;
@@ -395,7 +395,7 @@
candidate = pq_peek(&t->ready);
if (!j || job_pri_cmp(candidate, j) < 0) j = candidate;
}
- dprintf("i = %zu, tubes.used = %zu\n", i, tubes.used);
+ dbgprintf("i = %zu, tubes.used = %zu\n", i, tubes.used);
}
return j;
@@ -407,9 +407,9 @@
job j;
usec now = now_usec();
- dprintf("processing queue\n");
+ dbgprintf("processing queue\n");
while ((j = next_eligible_job(now))) {
- dprintf("got eligible job %llu in %s\n", j->id, j->tube->name);
+ dbgprintf("got eligible job %llu in %s\n", j->id, j->tube->name);
j = pq_take(&j->tube->ready);
ready_ct--;
if (j->pri < URGENT_THRESHOLD) {
@@ -462,7 +462,7 @@
if (j && (!deadline_at || j->deadline_at < deadline_at)) deadline_at = j->deadline_at;
- dprintf("deadline_at=%" PRIu64 "\n", deadline_at);
+ dbgprintf("deadline_at=%" PRIu64 "\n", deadline_at);
set_main_timeout(deadline_at);
}
@@ -1178,7 +1178,7 @@
}
type = which_cmd(c);
- dprintf("got %s command: \"%s\"\n", op_names[(int) type], c->cmd);
+ dbgprintf("got %s command: \"%s\"\n", op_names[(int) type], c->cmd);
switch (type) {
case OP_PUT:
@@ -1578,10 +1578,10 @@
}
if (should_timeout) {
- dprintf("conn_waiting(%p) = %d\n", c, conn_waiting(c));
+ dbgprintf("conn_waiting(%p) = %d\n", c, conn_waiting(c));
return reply_msg(remove_waiting_conn(c), MSG_DEADLINE_SOON);
} else if (conn_waiting(c) && c->pending_timeout >= 0) {
- dprintf("conn_waiting(%p) = %d\n", c, conn_waiting(c));
+ dbgprintf("conn_waiting(%p) = %d\n", c, conn_waiting(c));
c->pending_timeout = -1;
return reply_msg(remove_waiting_conn(c), MSG_TIMED_OUT);
}
@@ -1773,7 +1773,7 @@
for (i = 0; i < tubes.used; i++) {
t = tubes.items[i];
- dprintf("h_delay for %s t->waiting.used=%zu t->ready.used=%d t->pause=%" PRIu64 "\n",
+ dbgprintf("h_delay for %s t->waiting.used=%zu t->ready.used=%d t->pause=%" PRIu64 "\n",
t->name, t->waiting.used, t->ready.used, t->pause);
if (t->pause && t->deadline_at <= now) {
t->pause = 0;
@@ -1811,7 +1811,7 @@
c = make_conn(cfd, STATE_WANTCOMMAND, default_tube, default_tube);
if (!c) return twarnx("make_conn() failed"), close(cfd), brake();
- dprintf("accepted conn, fd=%d\n", cfd);
+ dbgprintf("accepted conn, fd=%d\n", cfd);
r = conn_set_evq(c, EV_READ | EV_PERSIST, (evh) h_conn);
if (r == -1) return twarnx("conn_set_evq() failed"), close(cfd), brake();
}
diff -Naur beanstalkd-1.4.6.orig/util.h beanstalkd-1.4.6/util.h
--- beanstalkd-1.4.6.orig/util.h 2010-05-22 17:23:16.000000000 -0400
+++ beanstalkd-1.4.6/util.h 2011-01-10 19:43:44.000000000 -0500
@@ -43,9 +43,9 @@
__FILE__, __LINE__, __func__, ##args)
#ifdef DEBUG
-#define dprintf(fmt, args...) ((void) fprintf(stderr, fmt, ##args))
+#define dbgprintf(fmt, args...) ((void) fprintf(stderr, fmt, ##args))
#else
-#define dprintf(fmt, ...) ((void) 0)
+#define dbgprintf(fmt, ...) ((void) 0)
#endif
typedef uint64_t usec;

@ -1,14 +0,0 @@
diff --git a/configure b/configure
index 2f29879..50136fb 100755
--- a/configure
+++ b/configure
@@ -3569,7 +3569,7 @@ fi
- list="-Wall -Werror"
+ list="-Wall"
flags_supported=""
flags_unsupported=""
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for supported compiler flags" >&5

@ -1,17 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
BEANSTALKD_BINARY="/usr/bin/beanstalkd"
PIDFILE="/var/run/beanstalkd.pid"
# User to run as
USER="beanstalk"
# Port to listen on
PORT="11300"
# Address to listen on
ADDR="127.0.0.1"
# Datadir (where to store queue)
DATADIR="/var/lib/beanstalkd"

@ -1,25 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
depend() {
need net
}
start() {
ebegin "Starting beanstalkd"
/sbin/start-stop-daemon --start \
--background \
--pidfile ${PIDFILE} --make-pidfile \
--exec ${BEANSTALKD_BINARY} \
-- -b ${DATADIR} -p ${PORT} -l ${ADDR} -u ${USER}
eend $?
}
stop() {
ebegin "Stopping beanstalkd"
start-stop-daemon --stop --quiet \
--pidfile ${PIDFILE} \
--exec ${BEANSTALKD_BINARY}
eend $?
}

@ -1,6 +1,7 @@
AUX 1.2-ldflags.patch 404 SHA256 bd816f6dce14438c690f50875299325aebcc5056408d4941c0a2eb5a39db63ef SHA512 44c774102cf9800b38d0831be640758a802cb2fdc2949036617ee23a47565944d514ecbee6532d2f426c766aef48814f362f7e0cb27ce8b280295af106426380 WHIRLPOOL 8003efb17de2b41af8660a65b990c4379090bcaa4ac088c96f3dd09de2d0d13e87458041eb20be2f75682f6a4bb87197dea9a653174ef0982ad74de4865e0877
DIST color-1.2.tar.gz 10040 SHA256 7862fffb3d948b47435803461732f7dea4af64c2714219df7f929e20cb818bd9 SHA512 58f7d379bca3352b2e39eab83d2fa5891df86c45722541eb810becce813c8e866f28b856ed244a75b173f0dab5dbdc84ceb91d96175dcd2484e29abb98ba87ac WHIRLPOOL 9fbde967107e278ef2a65418cce3011bf4c7ab78b6a2d620e83d2524362b1456edd45479c9dc4308a5a69c0721f90bb061842589086297afce0652250890b5ae
EBUILD color-1.2-r1.ebuild 928 SHA256 cafa3ea99d4588c99dced3d0f81b4f3cdc38c4bc260fb822f153b18588124c83 SHA512 7f0243170bcc20ee29f9cde198a2e8c77fb46b2a1b22f0e32bdfc0f1046671773ca8ebb87927f5ba1bce8688bee879e490a69de2dfeb58fa4586a630e688b403 WHIRLPOOL 97f5910adef16bb3a3665bc69d9c4cf439886632235707370ace144983d0bb5572fe4800f0d9cde19251612b64318a72a318d4fbd3a8af525ed2872f3d359cac
EBUILD color-1.2-r2.ebuild 906 SHA256 1acc11c6589359b8128fe53d2a576463ec1e50168b45a244c9a6b2d82256eba3 SHA512 3305932ee6e4e7ed87f8b40ae8069e40a6e0979da7dc5d5c20fef37c43bfd35fd6fccea3439de76bf2eebfa8dfa727537e4ce55e6c65c92321403f2b2a60d645 WHIRLPOOL 5b403f83b9a3115db8e187bf5b3653256dc1256a4b6052b889a4c7f070419706645821c671b1ad6f54a6ec47be62e34652c50eeb550bd63ac3385b5e422da733
MISC ChangeLog 2449 SHA256 3278b17bac4fd5ae47c7cc73d4771b77fadf7b82412bd145e6f86a0e70cf56c7 SHA512 461f7bfa3ad0c2bee4f25fd21520a5f55523e72251ee5db969ab556d4ff9a48c5276991693d3a7998e51c7b57055e7d408f7d9c0f59c6bc86f276b4fedb2c002 WHIRLPOOL b2486aa62951e7a646f796868d2821eba37750867b965ec1c61ca4032203e00ce62db3572babfdf2bcecb73d170afeeb045adb3d7a61b8d6f31464236afe5386
MISC ChangeLog-2015 3076 SHA256 cf871e605c8f64a374411d64f6199f1f86512e2aeb9f74afd6f8708b7a47b98b SHA512 fb2b0002405b6d0ee0ff8c57390f362c85fce980412529ff5a9b4aeafa4c8349cffd31145ce96950b95bf879c7542f74e8e8d618e450aa554da8ea9687555762 WHIRLPOOL 876410203fb7e9000d76e2173e2ab41571840017446fa848a82fae3c2b9c8561ab930c7ae477f012e96eeb4c89e20b0abd3e36152489926447b1e57ba246f1ac
MISC metadata.xml 588 SHA256 ce094a4de517da03839ff34f84e0fa16a77c9c0f61b725e1f6330e742ad68d3a SHA512 eb169977c0c6512fc4a6bdd31083a0175bc2c5688f6eafc36807dd82494e2bea9dd263f3c2982ac059f50589cbcfbaf03b1e49eff20f7fc99c1f1b76c5f0fae6 WHIRLPOOL b05229e033e2b94a1f49d25672df47c065b7871ffb9aeb8416cf24695d631e219a70f52b3c32829b25075ad90b071457bdda3e9df0616f28624075af68cb3569

@ -0,0 +1,39 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="Easily add ANSI colouring to shell scripts"
HOMEPAGE="http://www.runslinux.net/?page_id=10"
SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
src_prepare() {
eapply "${FILESDIR}"/${PV}-ldflags.patch
default
tc-export CC
}
src_install() {
dobin color
dodoc CHANGELOG README
# symlink for british users.
dosym color /usr/bin/colour
}
pkg_postinst() {
elog "For information on using colour in your shell scripts,"
elog "run \`color\` without any arguments."
elog
elog "To see all the colours available, use this command"
elog " $ color --list"
elog
elog "More examples are available in ${EPREFIX}/usr/share/doc/${PF}."
}

@ -3,10 +3,12 @@ DIST khal-0.8.3.tar.gz 126656 SHA256 1ec6940a9fbd207c41428b103bac1d1555129b9b4ec
DIST khal-0.8.4.tar.gz 129251 SHA256 2e5c41eadf83c8f175dc05816571e747da921b025e4acc6b287c109b6e237e0f SHA512 8a1066f137db1b3a9c2cc246ea17baf6745efd3db9dadacb76b287546137da363bcd78a4ac2acd2c659fbf25f16b155cc993099067a736ef3b68b2e8512d7b83 WHIRLPOOL 094c9ec2a0343d557ba70956239d5fa719d9fd08c7038d542b173f18ebce30b11761ac2e09780381fb55a9942cb885fd63b46d6c32573c94ed52990f34841e7b
DIST khal-0.9.0.tar.gz 158220 SHA256 b9aa992a8ed1a5d816eeeff79256ad7edea591acdf16ae30e65bfdc3adef0f8d SHA512 f457d6cbd323f65c2185776b8c8ed67268820ee4c06c845f3640dfc085a5528b19c855ada670d397a74d6c0785b7abeb90247528cbc826b39b51284917577acd WHIRLPOOL 4f003e39735917a7dec13f4aaffb851755e0d1f2c2d007111a4766622dfc900cece0c0dd38d5735d145ba36855639c08d1db3c3a7e5e9da5d428e23c469fc600
DIST khal-0.9.3.tar.gz 165182 SHA256 d4d748ae09fd0069124bf28ca61db1b1fbc3e8e95e2f23e597e28e2e38336ac7 SHA512 38f9c059eb8ebaacd40d4d5e276f8e42ea0bcc5237b46647974601458fc8576ec8920873cc90c002a8e101b2383028d60a2e74dbfb601acd9c0770ada2c63b65 WHIRLPOOL 8461b39508fb3b5bd2a0532dd71507334852b71492688f0dabcf76b9d70cf8f29e831a36d38028340c1fa1853dda4c1eda706559e8ee6dfb9ecdc112363b5002
DIST khal-0.9.4.tar.gz 169530 SHA256 21aa1ac464383a515be9f18d6b06413d17116ef9353d5349211c540c4bd7996e SHA512 a17643dc998b3414bb62d2fd2fd42a364dd5344eeb54be9cb310df8da952e06add41669d65d61b550385bc94bccff4382fca78e4cdcf71a202b8abe5c394d394 WHIRLPOOL 4ca55e0b5cdde8cde0b85d45b1b3936bd3f0b39bce127d9d59e2c442b37d93a520b83b523506579f4ebbccacd6bc26698ab4cd2de9330e872ed01c006f54d47a
EBUILD khal-0.8.1.ebuild 1153 SHA256 0972fcb85d986cf094507bb1bf4c35f70cd428fa405cf592087875691d171334 SHA512 797e257f9fff350b4ab74a439a96e40d9bc0b3ea43509232093e56aa001a0fb0fee8480a9c89cd0ea0108a8d8ab35cb044e8adf882b530f012dbb14cf5fb115c WHIRLPOOL 508d7fbac3d626d2739fd70d370192bd2737260ee125f68c63b349d1edcd4f21f447c7c9cf0e024fcc62b31e6077e95688d55768eb56acca558347c739f85000
EBUILD khal-0.8.3.ebuild 1151 SHA256 23ec573c9d60b9df113a20aa7cd97b45ed58cc2d0ae7f3e9431db621296e3afc SHA512 a5d52e25b3ceb769d8b7a3a0ab288614d0a82233e952a74636dd4b0a070752e62349d544059c5d0a9d0aebfbd94bec39cd8d36281d7e826329c94d52e4f5d814 WHIRLPOOL b7773abd83056d990d5b712f7f32723c6d95d4ec18f4d20e0492cdcceff50042dcefb8c19c990e5c652f8609d30dc807420e4f47a77bbd412485c27d65fc250e
EBUILD khal-0.8.4.ebuild 1151 SHA256 23ec573c9d60b9df113a20aa7cd97b45ed58cc2d0ae7f3e9431db621296e3afc SHA512 a5d52e25b3ceb769d8b7a3a0ab288614d0a82233e952a74636dd4b0a070752e62349d544059c5d0a9d0aebfbd94bec39cd8d36281d7e826329c94d52e4f5d814 WHIRLPOOL b7773abd83056d990d5b712f7f32723c6d95d4ec18f4d20e0492cdcceff50042dcefb8c19c990e5c652f8609d30dc807420e4f47a77bbd412485c27d65fc250e
EBUILD khal-0.9.0.ebuild 1153 SHA256 7a2a9f4aaef30d9facf68d2df0410e9565d242be3f13c484cbc275359116c39a SHA512 91d0cfc7b312a591a14d376990cb110adcda9f147395bd7826699c8355acf0f4d537ce157e3d2f4f908cfb4413285145789e0a98b1d2fc8e385293d593e9facf WHIRLPOOL b5f23b5894ab531733ca9361e90059ae3ccbe3d24cdd1acac97547e2c7ebf1ce6c406792bb6e09e7da3e773bd715932956904ff316e0f39901281bc536e61a9c
EBUILD khal-0.9.3.ebuild 1157 SHA256 05852e03ae965f17293ad4e42dae39ca48db0ad4a31f14ef620d18d32e167942 SHA512 f4d62e00c1e6af9d40684a5c979f8055b1519754092f7e7ac13b58b7dd12b5f53341b879b83ecc03557bd363640f905832c0bb921c3e98001c6340401487e2cd WHIRLPOOL a449a011629dee02f9dfbc9ed095ba9e460f1e6141fe148e2aac1dc18b7666bb5295e4bec48263c49673b2af3dd259ef8f62afc7979b50d10b893597eb9115e5
EBUILD khal-0.9.4.ebuild 1157 SHA256 05852e03ae965f17293ad4e42dae39ca48db0ad4a31f14ef620d18d32e167942 SHA512 f4d62e00c1e6af9d40684a5c979f8055b1519754092f7e7ac13b58b7dd12b5f53341b879b83ecc03557bd363640f905832c0bb921c3e98001c6340401487e2cd WHIRLPOOL a449a011629dee02f9dfbc9ed095ba9e460f1e6141fe148e2aac1dc18b7666bb5295e4bec48263c49673b2af3dd259ef8f62afc7979b50d10b893597eb9115e5
MISC ChangeLog 1028 SHA256 d879f18124fea76db8d4cc51579cdab621b389f144aead24c842bbf0622daaf7 SHA512 06c356eabff51f8edb7847dfbb85eb645b6c14321ce6f22803e1fddb97a7dd078f8e4d46cb429d31d91d6aee7f27b25d33379de13f8a6883b38d5ef8f106b976 WHIRLPOOL 465fb22893050fbba31ff811d35d158f3d06434ed14e5f68c520c225cdafa558202439cedb883c8978ccb3d43fb3fc8879f009b9684563dcea952a5e8e9a9d27
MISC metadata.xml 220 SHA256 8144e44a390b16c4ad60d18ae3cc117940068a50ebe15351afd8a89f01dccab0 SHA512 a829db0c630051be612213749dda9e55b7218cec862f9d6144f6222188f27318eb621c65b2215ff8d801a4ef65df43a0e96a026191921f86f492790849af4546 WHIRLPOOL 79464ff333830536b0c6f3244466fc2945f1453976193d360668c9e8421c1d18f4ad1746ead4c856fdd628c64e02e11e82a4849ced11cb4076d3215258f97390

@ -0,0 +1,43 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_{4,6} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
DESCRIPTION="A CalDAV based calendar"
HOMEPAGE="http://lostpackets.de/khal/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="zsh-completion"
RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}]
dev-python/icalendar[${PYTHON_USEDEP}]
dev-python/urwid[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
>=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]
>=dev-python/tzlocal-1.0[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
zsh-completion? ( app-shells/zsh )"
DEPEND=">dev-python/setuptools_scm-1.12.0[${PYTHON_USEDEP}]
dev-python/freezegun"
DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.rst README.rst khal.conf.sample )
src_install() {
distutils-r1_src_install
if use zsh-completion; then
insinto /usr/share/zsh/site-functions
doins misc/__khal
fi
}

@ -2,9 +2,9 @@ AUX postinstall-en-3.1.txt 1160 SHA256 0fa47a49b9c5604339335d36ce9d1506a1cd07644
DIST phpMyAdmin-4.0.10.20-all-languages.tar.xz 4323896 SHA256 16595dd62c8256caa999beb722d793674da86054e117b9968f82352d84233b24 SHA512 e1d8b8a503eaa19a090d24d5ad011241aab06c2767138424d875edd82a868b4ebcdf5bba154b7eefef23b41d1949dcd021defe17e9047d0bf5fcfd0d6a5f4d27 WHIRLPOOL 80983dbeeca9cf1a279c35c652f4c5c0f239ba2aa9456a0707a1686b1f0322a949cd42fa8d949efce1d9e849ee3030c8487faccc79c1f65458ac73b205f119a6
DIST phpMyAdmin-4.6.6-all-languages.tar.xz 6147904 SHA256 b7b9e0f88ca740fcba249e7e3e7d51d1923b038b7742cde72de193a2b0a2654f SHA512 7bd18b83f205604dc653ef2daffb22d0bf99a4e2a7960958fb1687daf2a800a76e34477748c6239394e99ab060e789971b73cf8e66adb3182f1b17002345c054 WHIRLPOOL a18f525b999c855d5dfb48371c40957460bb3a361445d856d05f7348d23cea1392a53f11e99b0199878616e33a529c602639f9ba212f866df89490b32f552f87
DIST phpMyAdmin-4.7.0-all-languages.tar.xz 7600296 SHA256 6378d1f45f5356fda2d18a923c56a495e03bc1e7694e7b7c004dd688d2178f90 SHA512 03f3b56d3fed846e8e27e38a1bf32175b267a3cc2784ee499b64a48b6a37f0352302a9c150e1db1c99f633aabd8a373a834ad7ab2b694146b0ac13dd05bd27e3 WHIRLPOOL b7c65a1e47ef0358057052ca9d5b0a4a40f17157ba8b711b6c54b3e3a244da50b23840f67def30c13fabd0b4be7b03785dbbd69a31fa27cece19f256acbf4af2
EBUILD phpmyadmin-4.0.10.20.ebuild 1567 SHA256 768ff76de7b997b310a222d012912cf3833aaa44217cd7dbf3b9dc3b90430d52 SHA512 1176df85031e01f1dca1146dca2c9037226b0b9e9d933932773ea232c154d03c93f1b07b2c5ee6ec2f4cca8730e312019884ec7917d3f5c77c4047372b17205f WHIRLPOOL 50be476a65a4c5a556c4a8ebf0c652a4f9def4627bd8ba929bfa2d9f387a9c220debcb9176abbdf3598d8b3828ea0cf3d48bc269a5c75d1c3cc1163ad4f02c89
EBUILD phpmyadmin-4.0.10.20.ebuild 1566 SHA256 e4bfcbcde7b288832f5a00b440bf9b0dae5437e6213fe523f395e54a4138fede SHA512 9177734af0ee6756ae323ffb33ffeb713e2846efbe9324100b6ed527989df35e6c178c6340d4127bb339807d7ec83c8a74279df8783986515f19b91d56a4f61b WHIRLPOOL 693ff4e017970a78b7d58b46d84b10f8f1ed545ea315daddd40651e46a9b777cbb019b1d038fcad8597118bb283dce2cb00a3d1eb4f0158e9f6954040af32225
EBUILD phpmyadmin-4.6.6.ebuild 1568 SHA256 4ff27f93c08896592b5bd4d5d5d5ca7e872427a8b4daa644e9e0ae226c381529 SHA512 5dfac57cc1535df8edb5cb2ff9b37ef0336ca199d306e0adc9522b80172f19decba837f9314b8aa8dc5981eb4bb6a13e235022a7cb788e65ba4c136b13bcbb0f WHIRLPOOL 091d6c85718a4e68abd0179dbc334ecd8ed5b5af7118cc573eefcdad288779a8f60e6c6455f12ee2c965254608864475d781b986ade6d5e753b64bb44905bcd5
EBUILD phpmyadmin-4.7.0.ebuild 1573 SHA256 6b2b39875f8483b6aa571dec65d0cb72af72a0c8d808736c829dfea4ee326542 SHA512 c6c5c4654c4b9ce19268c8bae7927a4c105abaaf0280c58a7d1be2b4b8d57ea27cceceb78f5e2b8783b973cf2d1d8b6ec2309916b04228e414363441f92b45c9 WHIRLPOOL d6d34d8838a19922c3d7370f3db5edbc7eed6f88fb6fe846a33211fd04f31f87aedc7bb46981415806347bd34b0288285262fac349799be4a1320f8eca054704
EBUILD phpmyadmin-4.7.0.ebuild 1572 SHA256 44ccd02c680e72e3ffe1df1e89143a7f840243724a3ce901e116aab5a4ccda6c SHA512 165a53f4ab6ae006132864e0d6dc3cb1e17bba45f6415d95836148d8e95cf4552a8244f49aa5c389eda81bdd173eca366069910836f7c08d59fb24a8d7f06139 WHIRLPOOL 5f45e2a8969b335010e3b8bd3e1a2de2767f25b75fdc5730586c8fed3013e3e10dc0792721833a43fc9a4fb9104dd711cfb92b90e95094088906686c1a77df12
MISC ChangeLog 20746 SHA256 14f3ab395cad53b14b52b6744032d114082a72184ceef4cc39403f37a9fd864a SHA512 f8a8c46e218ef51c88a15f20441b372d58c58a240b6523d06460ee9609737455e10ba7000af403b1dafa172792dbaddb7b8f5d5f6e4101aa0964c6fb98f3baab WHIRLPOOL 6f41f0031f121f460fdc1938ca77176b901eddf79fe9d2c06c1a0d50554a4f28a8fa830006b56e8d98f4f0fb9af84047fa641bf8afb434c5dbf9ae92cb53f915
MISC ChangeLog-2015 80911 SHA256 8c20627f5c843b8aa8999b982f5618a109becf30bc848bcb7ea1392847f7b72a SHA512 75a3ae700448f65c6da1b2e85f20d7e961f4b15a7c06809a312563536a7e0288aad25b05c88879240cab27e3584cd9fde12b29adc883e9ccc359dbbc5480c08a WHIRLPOOL 2173a3da61d49ce67021c840a6e65582abc5902a3d5c10486bbc74a1f45fe17f9b0fe57f752de9596a25a198c793c807295e2546e98cbde2be297fac45b0272b
MISC metadata.xml 701 SHA256 47c56f4cc1682d217f2d69bbec1a98ad736a24ac224bcb1b789ec477ca754f75 SHA512 6dcb099779cd0db4928ee812c81fee762612846044e6ee3df3b661a2dce6aed01420d0bc1301c8ff9d763fb8aeaeef3290a7889b32705fc48e8c392aa8b8ca82 WHIRLPOOL 7381974d488b5ee5ce23888fe2eeff5fd7136be63579b0e01206a2fef6c1f82d6127ee0db88018bbbcdc0263a4c5ec78db6135b8975a51a33135eb05fc6dd9f6

@ -14,7 +14,7 @@ HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="

@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/"
SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="

@ -1,8 +1,9 @@
AUX crystalspace-2.0-gcc47.patch 3489 SHA256 fea558bf8c13cd54339ceb3d870c453989fcb5ea536fbbd9c385b2361bc7a261 SHA512 1a28f708afc7d82747222aac2a835e0de0b9b6895b9f3121498cbed5806afae77c4ed13ffce044092da621481f756a0051091eab2e9f6352f625280142377562 WHIRLPOOL 8202cc23b7ab4d72379a5629d72d28a40df39d23aedbde9a01ad00ee9c73d3cfd948a5181556234980f8ed2a086bdbb72770dcd3e5a1894dbc64ab748d01e126
AUX crystalspace-2.0-gcc52.patch 1610 SHA256 89236040d699f1397e5a7dedee4a6d1e4cab60b7ee4a2afc1376d5b6f686ee5b SHA512 89d51d88900491b537e3a82631cc47105465c72f7fe90a676bd5d590460be8cb44ed692de0d1c29716d86f5449aa864d3df4040ee37a6e5488b3acdb289fddc8 WHIRLPOOL e6b77a5e70a7c4e4f44aeb75f521ea09307f18187fbb757d01d6ba26353cf6a8375f6d4b52cba4955a755488dfc0ff7967a87b6f53d21c9599e3a0e5cff12224
AUX crystalspace-2.0-gcc52.patch 1622 SHA256 ad03d8e4842961135c0bb242341d5856cff408ccb15c107780a83b273f59465b SHA512 ed27985a9bd0d5022b9d545ecd74a07021e5ee939c4db3fc4c412055990907bf093fd7de6e2eadd7fc4dd41eafe202a2c4727d8c998b153717c8fbf862224f90 WHIRLPOOL 421dfc88ff2edf052027a912fdaabd424f89c993bbe23e6727cb3827b5315a9c204ea1f928e5743c85d7a20063a52f1554cc59dba93eeeb7f37cc33e17a62739
AUX crystalspace-2.0-gcc6.patch 9490 SHA256 0abb7975c1812f104858e137a6e6740709dd497acf8f3b54c5749ea724110ddc SHA512 7033d7c9f1e6dfb33cb1834556e572a7e217ecd699bd82ad8bc1640c7c76dd10c0aff1a5c12276ccb2e6b2dffeba67660c0eb7afbd76b87a1aaf3720b3662635 WHIRLPOOL 243ac03bba39202291aa5c00ca85f3302a4ffab08bd2ca16bdd2ae12f78d56580f56bef75e4538cdac989c37b2e7f5156d1653735bfa936db2aa46d938694d85
AUX crystalspace-2.0-wxgtk.patch 2139 SHA256 0e53fd8abc93576d9e6fb88db79627d30f60f4d62cba47d45625ea04704818e3 SHA512 5dab8c0243262f6c129b76e6ccdc2d388ddb1a9a0fec0ce7824049cf7c5a88caa0405988537e5df33c7e3630d0995215e7295e5fc7c428c387d84a5804c9a4a2 WHIRLPOOL ad332ec91b3ba411c0117de076e7146a9933e61e235d437af8088d333aca590175424675b92cc921977b2c728c339495a59473e38da1afc059ccfff5d7e4c285
DIST crystalspace-src-2.0.tar.bz2 185925180 SHA256 f1cda74fd998e44088746803209b1ea6625e80e3d4fb72023d8bed6b677b7b6a SHA512 f09d40669268e26542a2854560ac5033e7f89d0bd5def870e5062e08611c36a0875666abe0c705bb5f9f37dafa619f33f900e358d5fe255746a86127a3899f97 WHIRLPOOL a1705cb88b64eb0e8f6a146c2a75baab01aa598d07b8d36ab0671a47d4092b5c9b53c13f46bb1e56663b2b228c4b95cee3a355554c1de92c3d931187e97c4ca1
EBUILD crystalspace-2.0-r1.ebuild 3368 SHA256 0cba3ba7fa8184266b7e905b5988b521d9e1190f4bc61d562c3c5fc465db4f38 SHA512 0a23334771a53f41bf536ae5120c6c2527a85684198d78fb77fd2653b4f7e58827dbe37693186349524d2788d5bd030fe408ffccbd57ed6e54dabdacc8ebc997 WHIRLPOOL a5e67d4b70f790c714d2ea873e733574e673baaa742a088edf5ae991caf0bc6304ea7c6a51a6421ab7475782c34a9821747fd8b43bc491c1877954bdc9fc827a
EBUILD crystalspace-2.0-r1.ebuild 3398 SHA256 414593d3da4e25b5780ccda4ce61a35811cd52eec34aaed5d1e96e85df377cbe SHA512 fcafffba9377ce1b1cb1d7283cd55bb9985ce46b23f2b955506cdf3675e50a82bdea00e2bd2429de748811c140a83ed508b4c5eacc2a2d132f56cd98156356e1 WHIRLPOOL 0055454032f63044193dcdf8245ed25b3f6b952382c529a47dad022a0be179558c7c0a5e085889438b242da2289343197da0e148d1eaeb011d2fac0052421f10
MISC ChangeLog 3644 SHA256 ccd774f25556c61405af8040a0cbc100692c0bc9aa23cb2f4a5953e284726a6d SHA512 d1d561cb1f05b5e4d1b9d5f68ca3d3c69eef9075ba57b643c387f0f7ca8416212821fa0b2dcfc059742dac7e76f2eb04231b8f35cf90a5f1be0d39d396a6734a WHIRLPOOL 38cbdd38cfefefef9abecc69fe4f2cc609bbd162b137c14fe58614da51f7ab6249b11d4d7a85ab4e53d6593e228d2debea657e04d9d382a650df0d010124602f
MISC ChangeLog-2015 9861 SHA256 21653c75fb452f1a3b4deec81f7471d8f341a15793b379ed9fdf3322319b3de9 SHA512 7035aeb40f180dc04550b3e20bf86c90c386cc0e8784e04ccd95b3704b5fd060ed466051fdd6e4e89475aa31f8a4a8036d1a8c42ebeb718b981c1770ffe3a832 WHIRLPOOL 302fef2757acb334a7073a824383231592c033da19342d1aafb883478760ce29311acf0d8ff44f69650dd682ffddc07fdb22a72566dd32fc752ad1bb81683466
MISC metadata.xml 1464 SHA256 a20b0374aa7ec76970d2b15e841845b9cfb21766c1cee78376a8075152b700cd SHA512 82d9f6f517de261a4175e1de10b2596a2f82d828622681d64b4707cf7c0ac19d9a07230f3fd39e277a1dd3a92f14f95455aa0d57c68e7b015542c31bce47aea2 WHIRLPOOL ff96c31db61630ea6f1b3a13fc45a6d42e03593d8312e1eb9dfeab1ba258a3bdd67d1ef384ba996aa4f11122d4be3365c18d105328d6d285dc76ea917ee89b8e

@ -1,9 +1,10 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
WX_GTK_VER="3.0"
inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator multiprocessing
inherit flag-o-matic java-pkg-opt-2 autotools wxwidgets versionator multiprocessing
MY_P=${PN}-src-${PV}
PATH_P=${PN}-$(get_version_component_range 1-2)
@ -17,7 +18,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png speex truetype vorbis wxwidgets"
COMMON_DEP="virtual/opengl
COMMON_DEP="
virtual/opengl
media-libs/openal
x11-libs/libXt
x11-libs/libXxf86vm
@ -33,35 +35,43 @@ COMMON_DEP="virtual/opengl
truetype? ( >=media-libs/freetype-2.1 )
alsa? ( media-libs/alsa-lib )
mng? ( media-libs/libmng )
png? ( media-libs/libpng:0 )
png? ( media-libs/libpng:0= )
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
cegui? ( >=dev-games/cegui-0.5.0 )
3ds? ( media-libs/lib3ds )"
3ds? ( media-libs/lib3ds )
"
RDEPEND="${COMMON_DEP}
java? ( >=virtual/jre-1.5 )"
java? ( >=virtual/jre-1.5 )
"
DEPEND="${COMMON_DEP}
java? ( >=virtual/jdk-1.5
dev-java/ant-core )
dev-util/ftjam
<dev-lang/swig-3
virtual/pkgconfig"
virtual/pkgconfig
"
S="${WORKDIR}/${MY_P}"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-gcc47.patch
"${FILESDIR}"/${P}-gcc52.patch
"${FILESDIR}"/${P}-wxgtk.patch
"${FILESDIR}"/${P}-gcc6.patch
)
src_prepare() {
default
# Installing doc conflict with dodoc on src_install
# Removing conflicting target
sed -i \
-e "/^InstallDoc/d" \
Jamfile.in \
docs/Jamfile || die
epatch \
"${FILESDIR}"/${P}-gcc47.patch \
"${FILESDIR}"/${P}-gcc52.patch \
"${FILESDIR}"/${P}-wxgtk.patch
use wxwidgets && append-libs -lGL
AT_M4DIR=mk/autoconf \
eautoreconf
}

@ -1,5 +1,5 @@
--- include/csgfx/imagememory.h.old 2016-04-17 09:09:31.497152401 +0200
+++ include/csgfx/imagememory.h 2016-04-17 09:12:13.838355158 +0200
--- a/include/csgfx/imagememory.h.old 2016-04-17 09:09:31.497152401 +0200
+++ b/include/csgfx/imagememory.h 2016-04-17 09:12:13.838355158 +0200
@@ -179,8 +179,8 @@
/// Get a pointer to the alpha data that can be changed.
uint8* GetAlphaPtr ();
@ -11,8 +11,8 @@
virtual int GetHeight () const { return Height; }
virtual int GetDepth () const { return Depth; }
--- libs/csgfx/imagememory.cpp.old 2016-04-17 09:07:19.555451540 +0200
+++ libs/csgfx/imagememory.cpp 2016-04-17 09:13:09.339398463 +0200
--- a/libs/csgfx/imagememory.cpp.old 2016-04-17 09:07:19.555451540 +0200
+++ b/libs/csgfx/imagememory.cpp 2016-04-17 09:13:09.339398463 +0200
@@ -208,6 +208,23 @@
EnsureImage();
return (void*)databuf->GetData ();
@ -37,8 +37,8 @@
csRGBpixel* csImageMemory::GetPalettePtr ()
{
EnsureImage();
--- include/csgfx/imagebase.h.old 2016-04-17 09:59:09.211101864 +0200
+++ include/csgfx/imagebase.h 2016-04-17 09:59:20.041919599 +0200
--- a/include/csgfx/imagebase.h.old 2016-04-17 09:59:09.211101864 +0200
+++ b/include/csgfx/imagebase.h 2016-04-17 09:59:20.041919599 +0200
@@ -61,10 +61,7 @@
// Most images are 2D, so provide a sensible default
virtual int GetDepth () const { return 1; }

@ -0,0 +1,238 @@
--- crystalspace-src-2.0/include/csutil/redblacktree.h.old 2016-09-20 22:06:36.732698058 -0400
+++ crystalspace-src-2.0/include/csutil/redblacktree.h 2016-09-20 22:09:08.437064011 -0400
@@ -37,7 +37,7 @@
* @{ */
template <typename K, typename Allocator,
- template<typename K, typename K2> class Ordering>
+ template<typename K1, typename K2> class Ordering>
class csRedBlackTree;
template <typename K, typename T>
@@ -237,7 +237,7 @@
template <typename K,
typename Allocator =
CS::Container::DefaultRedBlackTreeAllocator<K>,
- template<typename K, typename K2> class Ordering =
+ template<typename K1, typename K2> class Ordering =
CS::Container::RedBlackTreeOrderingTotal>
class csRedBlackTree
{
--- crystalspace-src-2.0/plugins/terraformer/pagingformer/pagingformer.cpp.old 2016-09-20 22:10:54.287917849 -0400
+++ crystalspace-src-2.0/plugins/terraformer/pagingformer/pagingformer.cpp 2016-09-20 22:12:31.684739007 -0400
@@ -1159,7 +1159,7 @@
else
{
// Something we can't return was requested
- return false;
+ return NULL;
}
}
--- crystalspace-src-2.0/plugins/documentsystem/xmlread/characters.cpp.old 2016-09-20 22:13:28.794863758 -0400
+++ crystalspace-src-2.0/plugins/documentsystem/xmlread/characters.cpp 2016-09-20 22:22:26.124668024 -0400
@@ -46,20 +46,20 @@
// 0 1 2 3 4 5 6 7 8 9 A B C D E F
CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), // 00-0f
CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), // 10-1f
- CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,S,S,0), // 20-2f
- CHAR_ROW(S,S,S,S,S,S,S,S,S,S,F,0,0,0,0,0), // 30-3f
- CHAR_ROW(0,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F), // 40-4f
- CHAR_ROW(F,F,F,F,F,F,F,F,F,F,F,0,0,0,0,F), // 50-5f
- CHAR_ROW(0,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F), // 60-6f
- CHAR_ROW(F,F,F,F,F,F,F,F,F,F,F,0,0,0,0,0), // 70-7f
+ CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,(uint32)S,(uint32)S,0), // 20-2f
+ CHAR_ROW((uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)S,(uint32)F,0,0,0,0,0), // 30-3f
+ CHAR_ROW(0,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F), // 40-4f
+ CHAR_ROW((uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,0,0,0,0,(uint32)F), // 50-5f
+ CHAR_ROW(0,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F), // 60-6f
+ CHAR_ROW((uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,0,0,0,0,0), // 70-7f
CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), // 80-8f
CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), // 90-9f
CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), // a0-af
CHAR_ROW(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), // b0-bf
- CHAR_ROW(F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F), // c0-cf
- CHAR_ROW(F,F,F,F,F,F,F,0,F,F,F,F,F,F,F,F), // d0-df
- CHAR_ROW(F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F), // e0-ef
- CHAR_ROW(F,F,F,F,F,F,F,0,F,F,F,F,F,F,F,F), // f0-ff
+ CHAR_ROW((uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F), // c0-cf
+ CHAR_ROW((uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,0,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F), // d0-df
+ CHAR_ROW((uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F), // e0-ef
+ CHAR_ROW((uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,0,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F,(uint32)F), // f0-ff
};
#undef CHAR_ROW
--- crystalspace-src-2.0/plugins/mesh/protomesh/object/protomesh.cpp.old 2016-09-20 22:13:51.298710883 -0400
+++ crystalspace-src-2.0/plugins/mesh/protomesh/object/protomesh.cpp 2016-09-20 22:24:27.087156627 -0400
@@ -141,7 +141,7 @@
{
n = 0;
- if (vis_cb) if (!vis_cb->BeforeDrawing (this, rview)) return false;
+ if (vis_cb) if (!vis_cb->BeforeDrawing (this, rview)) return NULL;
SetupObject ();
--- crystalspace-src-2.0/plugins/terraformer/simpleformer/simpleformer.cpp.old 2016-09-20 22:14:11.555573385 -0400
+++ crystalspace-src-2.0/plugins/terraformer/simpleformer/simpleformer.cpp 2016-09-20 22:25:57.007048574 -0400
@@ -1012,7 +1012,7 @@
else
{
// Something we can't return was requested
- return false;
+ return NULL;
}
}
--- crystalspace-src-2.0/plugins/mesh/skeleton/persist/standard/skelldr.cpp.old 2016-09-20 22:14:28.534458231 -0400
+++ crystalspace-src-2.0/plugins/mesh/skeleton/persist/standard/skelldr.cpp 2016-09-20 22:28:15.857616492 -0400
@@ -157,7 +157,7 @@
{
csVector3 v;
if (!SyntaxService->ParseVector (vector_node, v))
- return false;
+ return NULL;
bone->GetTransform ().SetOrigin (v);
}
@@ -166,7 +166,7 @@
{
csMatrix3 m;
if (!SyntaxService->ParseMatrix (matrix_node, m))
- return false;
+ return NULL;
bone->GetTransform ().SetO2T (m);
}
}
@@ -201,7 +201,7 @@
{
csVector3 v;
if (!SyntaxService->ParseVector (vector_node, v))
- return false;
+ return NULL;
socket_transform.SetOrigin (v);
}
@@ -210,7 +210,7 @@
{
csMatrix3 m;
if (!SyntaxService->ParseMatrix (matrix_node, m))
- return false;
+ return NULL;
socket_transform.SetO2T (m);
}
socket->SetTransform(socket_transform);
@@ -550,7 +550,7 @@
{
csVector3 v;
if (!SyntaxService->ParseVector (vector_node, v))
- return false;
+ return NULL;
key_transform.SetOrigin (v);
}
@@ -559,7 +559,7 @@
{
csMatrix3 m;
if (!SyntaxService->ParseMatrix (matrix_node, m))
- return false;
+ return NULL;
key_transform.SetO2T (m);
}
}
--- crystalspace-src-2.0/plugins/mesh/animesh/persist/skeleton2/skeleton2ldr.cpp.old 2016-09-20 22:14:53.609288299 -0400
+++ crystalspace-src-2.0/plugins/mesh/animesh/persist/skeleton2/skeleton2ldr.cpp 2016-09-20 22:29:41.797284147 -0400
@@ -516,7 +516,7 @@
if (!name)
{
synldr->ReportError (msgid, node, "No name set for animation");
- return false;
+ return NULL;
}
CS::Animation::iSkeletonAnimation* fact = packet->CreateAnimation (name);
@@ -524,7 +524,7 @@
{
synldr->ReportError (msgid, node,
"Could not create animation, another animation with same name already exist");
- return false;
+ return NULL;
}
if (node->GetAttributeValueAsBool ("bindspace", false))
--- crystalspace-src-2.0/plugins/mesh/watermesh/object/watermesh.cpp.old 2016-09-20 22:15:10.911171145 -0400
+++ crystalspace-src-2.0/plugins/mesh/watermesh/object/watermesh.cpp 2016-09-20 22:30:58.603396904 -0400
@@ -363,7 +363,7 @@
{
n = 0;
- if (vis_cb) if (!vis_cb->BeforeDrawing (this, rview)) return false;
+ if (vis_cb) if (!vis_cb->BeforeDrawing (this, rview)) return NULL;
iCamera* camera = rview->GetCamera ();
--- crystalspace-src-2.0/plugins/csparser/csparser.cpp.old 2016-09-20 22:15:32.086027857 -0400
+++ crystalspace-src-2.0/plugins/csparser/csparser.cpp 2016-09-20 22:36:18.576856714 -0400
@@ -571,7 +571,7 @@
break;
case XMLTOKEN_KEY:
if (!ParseKey (child, &Keys))
- return false;
+ return NULL;
break;
case XMLTOKEN_HALO:
{
@@ -779,7 +779,7 @@
{
csMatrix3 m;
if (!SyntaxService->ParseMatrix (matrix_node, m))
- return false;
+ return NULL;
light_transf.SetO2T (m);
}
csRef<iDocumentNode> vector_node = child->GetNode ("v");
@@ -787,7 +787,7 @@
{
csVector3 v;
if (!SyntaxService->ParseVector (vector_node, v))
- return false;
+ return NULL;
use_light_transf_vector = true;
light_transf.SetO2TTranslation (v);
}
@@ -830,7 +830,7 @@
{
bool flag;
if (!SyntaxService->ParseBool (child, flag, true))
- return false;
+ return NULL;
lightFlags.SetBool (CS_LIGHT_NOSHADOWS, flag);
}
break;
@@ -1193,7 +1193,7 @@
{
csColor c;
if (!SyntaxService->ParseColor (child, c))
- return false;
+ return NULL;
sector->SetDynamicAmbientLight (c);
}
break;
@@ -1387,7 +1387,7 @@
iRenderLoop* loop = ParseRenderLoop (child, set);
if (!loop)
{
- return false;
+ return NULL;
}
if (set)
{
@@ -1569,7 +1569,7 @@
return 0;
case XMLTOKEN_KEY:
if (!ParseKey (child, pNode->QueryObject()))
- return false;
+ return NULL;
break;
case XMLTOKEN_POSITION:
if (!SyntaxService->ParseVector (child, pos))

@ -10,11 +10,14 @@ DIST apache-tomcat-5.5.27-src.tar.gz 7382057 SHA256 90bc8abcddda604e855c37035653
DIST apache-tomcat-5.5.34-src.tar.gz 3720299 SHA256 a52e7f2abf0fbdd9665ca398d2b39f99b80683b0ee43c72751390e88dcd6114d SHA512 4c8616f839a3c413ffef45b7b6876f123cbda37f4029db96ac1c8f259a75f0d65cdb5709468d89e731e5436b011dac4ee3e9dc397adfc9ad4d0b1bc462c8e519 WHIRLPOOL 25e987b58af5535914b666a5bb8691146d68b2287796ba25b8a5f792df08f55901a7ea3f419602207f7a8168302b080592bde5f4aeb67b58f40e5da00b8049ad
DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be WHIRLPOOL c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97
DIST apache-tomcat-6.0.45-src.tar.gz 3494054 SHA256 d464b3e770197f026bf802d19be0195b941e8c3be7e552dc2f8eb563f9cc010e SHA512 d300e6b805bb70fc348133467b2aeac728dc0ae44f2fc1f309c3b2971987c1e46b81f156ebd7ddfda38f6746e90af1402c4e16a2d30bc7b081b761c87df8ffab WHIRLPOOL 144678884f75034f1d692619ea8064daf02aee03bcac62fb0b666b5c0283f5abf93414d636c03c94488632cd13081cf00e69a9ddf19f4c8bafd80e7eca5a69da
DIST apache-tomcat-6.0.53-src.tar.gz 3522914 SHA256 0392a1d04554c91b8efc3c62becbda634de2031f0366925378047062a2098d30 SHA512 915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c WHIRLPOOL 1892d71346e9261afabe5a42ee961c9b61379ac17a91d98da5dda8136aedb406c57cb42ba2fa1b7e35d1cf142d7132456a065fbdf34a35452462bb7140fce675
DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 e3e236fb551ae9deb85024d8472fd08a76b14380e3ddaa2a1aff1fc670de5d87 SHA512 4754628c271d0aed3572ac0961c47653c10fcdfd0d13d8d1bc1b5774e961e6327cbb6b11b0e7e2f8eff525e2e60f741da49aeb855bb9d94e84cc87f346cf9ce6 WHIRLPOOL b9e75f53e41f1e9b9767fe8bc603ee5b7db2d3b1b7d2d900d430f4c0b73881a7ad36e0a0bfce773432b73ea8743865e933363ceec037d11d8f1008d8619ac1f1
DIST apache-tomcat-7.0.75-src.tar.gz 4657629 SHA256 ffa9489ecd9aa0750598e5db0dc3275ce7e29de13f16d7bf863e0477bf338463 SHA512 2b7a0fc64ca58849713435993768b1f77666ad23f22cfb6091503bc1393f2c4fd3a61dac518efe4ccb22738d82fa81b1a1597ba148f4f829a0c642d131270117 WHIRLPOOL eada3af432dd943ca494ab3fbedfeaf655dbe621b639791e224cd0f58d1c26f8e6e99496757c21073249ef0af2bfa101dd8374f9d708777b331c31da663c435a
DIST apache-tomcat-7.0.76-src.tar.gz 4662334 SHA256 67e8449ed9e5e33251e19c38f6dbb47593395d4f956882175651da5aee45bc83 SHA512 5f469723fbbf77bb1cb7d3939cd8ab47e200bba4fcc0d6cb53ea8d1447ca126987f870b063b22f9bffa083601f0e3ac69fb2c32be723d8c7055a6acb93a749e1 WHIRLPOOL a3d1abd5232ef7e8f7822c4238383a74b45b5d614aa74b7c1e0f140d9523b4d0de8f860bf828d116b150fdc910e23643015939f5041623b46b818808a87efbbb
DIST apache-tomcat-7.0.77-src.tar.gz 4664884 SHA256 7db04b3bf8898d9f9facee9c53ae7a2c78f13dfd4d14e931d78cee2d0813cc43 SHA512 19507de7f499df7269d8f819c30dc8194528555e9d6d430dad4b7ff3dc0c5c865d432eaef75bb2c157170cc5ebf76da5884296bf4e089c118448088a46f5e428 WHIRLPOOL c17fe412d5c1db530287111624dbebfffe100639cd4bbc78be8e7e5b9be130ac23dd2978bbababd2981c1c91c00570f80e05b34e505af9a49646835334867bc6
DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330 WHIRLPOOL 62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
DIST apache-tomcat-8.0.41-src.tar.gz 4950440 SHA256 2bbaf50e9c9ffe8d79369c0c16cad04ea256cccde85658d15a011c8f8d1c2b77 SHA512 6d2d104be33f203a5c45e6d0d8a8631542830462da932f1d11eadfb9927ba82e3fa5245321197e610f55ed34622b50743cb3af4699c7cedfb91b9dd2b35f338d WHIRLPOOL 758104c1e2f7aa57ffff07f8711b6c08c67674c4c9b8702f8da2d48839da1802f158aa158aef6386af27e6c95b430c6060436cafbd7accc48c7bced376c5cef8
DIST apache-tomcat-8.0.43-src.tar.gz 4962788 SHA256 5ca1feb8ae5bd637a379ed409300fac0d463a8ec878d60f1ca54d3e7f2013f43 SHA512 aa15046ba3404c206b7983f42837d30debca69b18b85345d1376a853ad6e9fb5c0cbf42732f835779b10d39e2eae77f6d1688dadc5280b50236bf3432e251e9b WHIRLPOOL d1517c25b56a2ef4dd41977daf4ab5639b991ce38b6f5279a4e09f9232d73625be623beb678de8b3ec4e718cb50284cbebae67726622699738ad28be6d735414
DIST apache-tomcat-8.5.11-src.tar.gz 4996153 SHA256 81fb94243600d950375c4622f76b39c06c5615b7a8a6f70d387ea249bed1dddf SHA512 d1a9513535773805c26825f8843fa502e044c9f1ccc22176db5418a7a0abb6d1bcff3db401b449a5867065359abbc8277d14085d807fe00c95dd267d9091620d WHIRLPOOL 41ff9daec144c2481d3bb7a49bcd071eb2d21b34c11356a9911a139b404779971c31282f73b7b336b7e02d16156749e8e816dca8d5c727ef871ff0216577398d
DIST apache-tomcat-8.5.12-src.tar.gz 5009933 SHA256 af8b7ab3cc3ba17a667fd1fdd943ce5a459e8e887d30902030af7c42e3af2b07 SHA512 de8e928db261143629e415cb3532fbe762620d0500eca021d9a888671e9a609f82039b14db3d64371076be13e2ca6affc045f62bcd38c1608e968cb07d3e77d1 WHIRLPOOL eb927ed655ee49417203264b5cf45bd39629df2e29387a78d9db43f1c9e6376adad641d779a1243a109695aedcaa0a4a886c7edad523488ab02aef0cf94475a5
DIST apache-tomcat-8.5.13-src.tar.gz 5021333 SHA256 70db8d68f3a702e0997220a91d0c1ed59de4bbdc32d8482532412c1e31666a0b SHA512 4855e0b686dcdc10224e3bba804c7c944a8b2f48761dd0e4fca12a59cfc308fd5f26db6a02b3b7c39b595506c920fdf8f19eedb26a8acb7f1580f4e4b597fb5b WHIRLPOOL 6ad3150416e17396c81e6b638e035f55e695388fb2cdfd65a6803195894dee3391aac56243879faa850b2765d29f3ae13c74cefd66c349bd53bf14900e59dea6
@ -27,11 +30,14 @@ EBUILD tomcat-servlet-api-5.5.27-r1.ebuild 1408 SHA256 db2c2302283d31e9e202b6867
EBUILD tomcat-servlet-api-5.5.34.ebuild 1415 SHA256 02b8e360264ad0447cedfef8b029fdd3a96f7c8530313f118af398751099b21c SHA512 b4159ad7c5b519bd8f819bf6964eb26b2ee86c0c675f60d55922b43cf338c8bf9afe14e2c57d22395e30b29c8d08e88b45e0d6095e19dc78d633554e62d7d89b WHIRLPOOL 01184dab99f10e684f54f3f804ef3a0200e0fb1a63ac073ac5a07bd49ccf8bb6c1a49f6f54ed4ed04d6464453d86c9716588c9acc959d245b43865f01e63fcd0
EBUILD tomcat-servlet-api-6.0.44-r1.ebuild 963 SHA256 28e97c0d84f476846abfa4e91ab0113e9dc7cb851a37bd4766aeb9187e972e0e SHA512 13d4039bdaacdc91a678d67592ff6bbb407fe56955122bb8a7a5ad9368e1b848dedc14b57e0b5f9b7d583b64e553ea862d2e87e53cfbe5fe01edb394f4707dc9 WHIRLPOOL 8705bdeb09b243d0a76496c5bfd5d5efe243f99851486382d8fffb88c05a5acfd2fa51f26223df81f1fb8e8795a7864283567f4f759e576c348257ad78aa5b42
EBUILD tomcat-servlet-api-6.0.45.ebuild 966 SHA256 dba97329db1d2296bb9981ecf4e1ac06f7ea62599fdf57025e2a048e6eba043a SHA512 c934e4d59c753eaa7dfbc6edd02344fef9d682076de0bbe8e1ff7c277ec6155f025b4362160100bbe54a38505780496e4b15a93b409c4208c6a9a60d07f8cbc2 WHIRLPOOL 9f0a84507230ca631fa5f9dc288f7835ebcc71d14e96354261d8d5bc1d45045d62d2f77685bd783af9cf07cd4ecd178219a7b1f7fea92aac025ad2257b3429a1
EBUILD tomcat-servlet-api-6.0.53.ebuild 966 SHA256 dba97329db1d2296bb9981ecf4e1ac06f7ea62599fdf57025e2a048e6eba043a SHA512 c934e4d59c753eaa7dfbc6edd02344fef9d682076de0bbe8e1ff7c277ec6155f025b4362160100bbe54a38505780496e4b15a93b409c4208c6a9a60d07f8cbc2 WHIRLPOOL 9f0a84507230ca631fa5f9dc288f7835ebcc71d14e96354261d8d5bc1d45045d62d2f77685bd783af9cf07cd4ecd178219a7b1f7fea92aac025ad2257b3429a1
EBUILD tomcat-servlet-api-7.0.73.ebuild 920 SHA256 5685ad23a36337ccb88d4e956a009a11b4a8f0ca4d91fc85db84bbdac39e1acf SHA512 f492821fe8e8ec42f9e991240d0f890b3b2b4c35203b1bf2985d5d71e022b11420108d937568ac882bd951b8e9910277e5d94c6042be368778f063689140fa8a WHIRLPOOL 2db75ed31898b52b9a5e6d6f2c9e187809dcab60cdc7256de306037ee17d2da2d8daaaaad70e103e3822f9c84f35769158e029aa280cd0c8b7c77ffb0d566d98
EBUILD tomcat-servlet-api-7.0.75.ebuild 922 SHA256 9186b16c0621c4c24ae22f954a584b0cab8f1a62fb4473bd1e6ea6e87bd10c1b SHA512 a3a0310c37bceaea4c262fc1e88224f047a60b37765972322322ef3212a21aa4aaa0d218314e7408d252259af1891f5ad57f2e24f51e11e83cdb8ae1ba0a44c0 WHIRLPOOL 8046dfe376df192813cd7abb4352f0bc97f83148f0df11d02e5f18f5a7bc454a04a23a0c0a51697066d93a932bf0d91f6cd1d76cf2e283182df8baabbd6ef703
EBUILD tomcat-servlet-api-7.0.76.ebuild 922 SHA256 9186b16c0621c4c24ae22f954a584b0cab8f1a62fb4473bd1e6ea6e87bd10c1b SHA512 a3a0310c37bceaea4c262fc1e88224f047a60b37765972322322ef3212a21aa4aaa0d218314e7408d252259af1891f5ad57f2e24f51e11e83cdb8ae1ba0a44c0 WHIRLPOOL 8046dfe376df192813cd7abb4352f0bc97f83148f0df11d02e5f18f5a7bc454a04a23a0c0a51697066d93a932bf0d91f6cd1d76cf2e283182df8baabbd6ef703
EBUILD tomcat-servlet-api-7.0.77.ebuild 922 SHA256 9186b16c0621c4c24ae22f954a584b0cab8f1a62fb4473bd1e6ea6e87bd10c1b SHA512 a3a0310c37bceaea4c262fc1e88224f047a60b37765972322322ef3212a21aa4aaa0d218314e7408d252259af1891f5ad57f2e24f51e11e83cdb8ae1ba0a44c0 WHIRLPOOL 8046dfe376df192813cd7abb4352f0bc97f83148f0df11d02e5f18f5a7bc454a04a23a0c0a51697066d93a932bf0d91f6cd1d76cf2e283182df8baabbd6ef703
EBUILD tomcat-servlet-api-8.0.39.ebuild 984 SHA256 2229d012d8c674186822e3c000fbccb613dd384bba0cc21b352f3bc13b4ed125 SHA512 b637bca8b28b3f540ee616da3f514d4b391cd0845b7875d3c0ab4d737e398cc8fc6c96f94bacc505af2eb9a5ab26a20da1e4b19b9a63be51d2f2dd6aa6392736 WHIRLPOOL d578941e6f15a4c09b42f8a198ca1dce941ca3e64714e62b0e3e7fcb15ac1a2db39c2ed9fad7d534293486e7c82171fddac52d1d0dcee187f942c715315d0e94
EBUILD tomcat-servlet-api-8.0.41.ebuild 986 SHA256 755b03101fe710a7f1b79ef365183ac9ca3e51d02a926b32309a825e507d4b00 SHA512 7da0695dfc5f7f1a35cf17fd37970faec0fdb1e527810960560c3a05b636dae9736c31d4ec7b09d029260ec4807782b36b3a6c373f4a7b700f5dd46572404c74 WHIRLPOOL 2a4b553fd69620311ed38fa3d75522ec6d9c91aaea8edd76633c37764507a2e93236986d81e725736c5a1815bd5e1fff93baf0dbf12688d0544034918fdf5f5e
EBUILD tomcat-servlet-api-8.0.43.ebuild 986 SHA256 755b03101fe710a7f1b79ef365183ac9ca3e51d02a926b32309a825e507d4b00 SHA512 7da0695dfc5f7f1a35cf17fd37970faec0fdb1e527810960560c3a05b636dae9736c31d4ec7b09d029260ec4807782b36b3a6c373f4a7b700f5dd46572404c74 WHIRLPOOL 2a4b553fd69620311ed38fa3d75522ec6d9c91aaea8edd76633c37764507a2e93236986d81e725736c5a1815bd5e1fff93baf0dbf12688d0544034918fdf5f5e
EBUILD tomcat-servlet-api-8.5.11.ebuild 1026 SHA256 82596ca542bcb30282b47144458afbcd4027da26161b6182ff0bae3715e14542 SHA512 2832c7f1e4e310ba6e220f7f69529d257e77b655a82dc1cf44e1580032773d31edffdef902c99b139bd8b52b913d7aa1578af2860d5d1967332a5f6a86dff48b WHIRLPOOL 8578559ce5171e0e9b5181fab5f96f643c19ca444ac3ab1765cb0127d9ea9503668ff2d1ab606bc5095ac172b47be7ad9322a16215109bdeccf13cf81de92e0c
EBUILD tomcat-servlet-api-8.5.12.ebuild 1027 SHA256 9bc62c8e070ffd3e35461a053003dce82b18d452eaa91df1c62a16ab8ef7758f SHA512 03a071e45533c860e28612e1df1dd45f2c27aae256b501b62e0c312fd295bbb269db969530a752b2d240a3f7c137df9fec055c9aa69c55bcf299f985e14e0b26 WHIRLPOOL 760e5e4a27af12ec0a533880758ea67065cf4d6c6975a943eb066b74bee1cf57eda80304bf7a26d83cc4ada949dac6eccd4f4eb88646ccebdfc2faa7e07cad62
EBUILD tomcat-servlet-api-8.5.13.ebuild 1027 SHA256 9bc62c8e070ffd3e35461a053003dce82b18d452eaa91df1c62a16ab8ef7758f SHA512 03a071e45533c860e28612e1df1dd45f2c27aae256b501b62e0c312fd295bbb269db969530a752b2d240a3f7c137df9fec055c9aa69c55bcf299f985e14e0b26 WHIRLPOOL 760e5e4a27af12ec0a533880758ea67065cf4d6c6975a943eb066b74bee1cf57eda80304bf7a26d83cc4ada949dac6eccd4f4eb88646ccebdfc2faa7e07cad62

@ -0,0 +1,34 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
JAVA_PKG_IUSE="source"
inherit eutils java-pkg-2 java-ant-2
MY_A="apache-${P}-src"
MY_P="${MY_A/-servlet-api/}"
DESCRIPTION="Tomcat's Servlet API 2.5/JSP API 2.1 implementation"
HOMEPAGE="http://tomcat.apache.org/"
SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="2.5"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
S="${WORKDIR}/${MY_P}"
java_prepare() {
cp "${FILESDIR}/${SLOT}-build-r1.xml" build.xml || die "Could not replace build.xml"
rm -r */*/build.xml java/javax/{annotation,ejb,mail,persistence,xml}/ || die
find -name '*.jar' -delete || die
}
src_install() {
java-pkg_dojar "${S}"/output/build/lib/*.jar
use source && java-pkg_dosrc java/javax
}

@ -0,0 +1,38 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
JAVA_PKG_IUSE="source"
inherit eutils java-pkg-2 java-ant-2
MY_A="apache-${P}-src"
MY_P="${MY_A/-servlet-api/}"
DESCRIPTION="Tomcat's Servlet API 3.0/JSP API 2.2 implementation"
HOMEPAGE="http://tomcat.apache.org/"
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="3.0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
S="${WORKDIR}/${MY_P}/"
src_prepare() {
default
cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml"
rm -fR */*/build.xml ||die
java-pkg_clean
java-pkg-2_src_prepare
}
src_install() {
java-pkg_dojar "${S}"/output/build/lib/*.jar
use source && java-pkg_dosrc java/javax/servlet/
}

@ -0,0 +1,35 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
JAVA_PKG_IUSE="source"
inherit eutils java-pkg-2 java-ant-2
MY_A="apache-${P}-src"
MY_P="${MY_A/-servlet-api/}"
DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3/EL API 3.0 implementation"
HOMEPAGE="http://tomcat.apache.org/"
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="3.1"
KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=virtual/jdk-1.7"
RDEPEND=">=virtual/jre-1.7"
S="${WORKDIR}/${MY_P}/"
java_prepare() {
cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml"
rm -fR */*/build.xml
einfo "Removing bundled jars and classes"
find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
}
src_install() {
java-pkg_dojar "${S}"/output/build/lib/*.jar
use source && java-pkg_dosrc java/javax/servlet/
}

@ -1,6 +1,8 @@
DIST wayland-1.12.0.tar.xz 379520 SHA256 d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1 SHA512 cde05344e6c9ee40c80651f5b6d6b4a14787a9cf2c8e3099d69b8f78672610e3ccbe4a87446f9ae93ca402cfbb916ef7444294efa7a0fc88ef1a984f94dabd20 WHIRLPOOL 8dc03639759908921c7d5d5df4dc02c6f7e96d9c9a7e8728bd64310a10c54fe50c4042ced3db4954ff4512f073c1bd8993df207b45182d862f6ffeeb0b1283e4
DIST wayland-1.13.0.tar.xz 414508 SHA256 69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51 SHA512 163bae2c2c2e79e03dda9a57b1e3a1060eff9e0b053b70ad00a6949a1d40f4c40d0244340c2603109fcbfe919533c2ce196338b27587fd3bda996e615d51e543 WHIRLPOOL a581769134155f1063e464083b93c2159417f8f481d4e86dc4ca88dd792ff01edfbc3fef4ed5bf74212554a622d81eeec091547628b9a488038073f4927ac5b9
EBUILD wayland-1.12.0.ebuild 1367 SHA256 c2694ed1f9e2de04054b4ec00653ca18c24bff9a78c6d82dab1dc2feda98d03b SHA512 a5f6c52899a50161dd63240a4fdc21bdee73fda6365ad005c3aa1db46c13214f00f9aba8dfbdb013688c617cc7578f9499f3d8f265febf03c091176290bc9361 WHIRLPOOL 98d9aa23bf950d2f6eadb3b351c6a3e5553fe6fb06d0c02e693d5ff9485317133ce1642806de8295e80f421dc935d309967602bdf223e2ac66e302e2ce9640cd
EBUILD wayland-9999.ebuild 1389 SHA256 cc3218fd2e949cd993b559a6a2fc8777021a0c5cb545838ebb5554774bcb34d5 SHA512 6653a13b796fdcc600314fc8db70954d3e8e32df7a447ffa3b4f1887b05ba4485b3df15cf96b0beda8c55c3e24162778a6ff03bf69e32a48496c02cb61f2da96 WHIRLPOOL 8c0471f72da2edebd7b79eda685d1b44392934444d1963c092eb7f24fefdab44f697cb3cbb7c9ef96accf08fbd66017506f94e94b06799ccca171d3a32476b93
EBUILD wayland-1.13.0.ebuild 1710 SHA256 5dab3f6cc19dae89075cde782e5731786703a875ea06ae86369cca1150627db4 SHA512 f0e8db5934c843a7c29bb8675178c7fa22e02fb6c550c01be3578dee8b6284e745b962b4e657440f6e009873262500f558d9ab8cd5f687dc197cc78890a0ce41 WHIRLPOOL 7a8bc5a31dbd5af6cc5e2a48f0ab51b177899a2caffaa6a589eb8fda183ae46f63b71a7ff6bb8e37451bdc2c82bb2840af3dd363856b867aaf83dcea428e98ee
EBUILD wayland-9999.ebuild 1710 SHA256 5dab3f6cc19dae89075cde782e5731786703a875ea06ae86369cca1150627db4 SHA512 f0e8db5934c843a7c29bb8675178c7fa22e02fb6c550c01be3578dee8b6284e745b962b4e657440f6e009873262500f558d9ab8cd5f687dc197cc78890a0ce41 WHIRLPOOL 7a8bc5a31dbd5af6cc5e2a48f0ab51b177899a2caffaa6a589eb8fda183ae46f63b71a7ff6bb8e37451bdc2c82bb2840af3dd363856b867aaf83dcea428e98ee
MISC ChangeLog 11617 SHA256 291c23047d2db3aec26730a4b1ef64c28ca2b9403ec1795ce1f4c32852e8e06d SHA512 fe670aedba110da7cd3960bc1f169fa7ddf6ac85c50f9b49f82b4ee6e01a1b1d818326d541d6af1e5be712696fa4af8b7eafcd29037690634015f30cc1748800 WHIRLPOOL 8b40536d93e8d9117c705a0e7c3dd38e12579e5118eaa11ae817cda2d3c14911a69f4b0dc6c38e43aac46b7632b595dd935cfdc28fa1d02432903910df47defb
MISC ChangeLog-2015 7732 SHA256 2177b13b768f49cbf63dd070a21c19c148369ea8a152a21fe51e814ae973d9b6 SHA512 ead3413ae410a0461754088a17c4ddb7ff23e9a6f5c729567fd932e34e49a87230fd110fbcfb786c6d0de816dd50fa2e30192f55ed64d6f5423a4920ec8929cc WHIRLPOOL 0f93f566516a47ae3e6886c575353367b2616f09f67db6002e21da182f426d47f261f96312711e1d505c6f411820ae8d2a0fe6b41dc2d4718481f708cc41b0d6
MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306

@ -0,0 +1,72 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
fi
inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
DESCRIPTION="Wayland protocol libraries"
HOMEPAGE="https://wayland.freedesktop.org/"
if [[ $PV = 9999* ]]; then
SRC_URI=""
else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE="doc static-libs"
RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
dev-libs/libxml2:="
DEPEND="${RDEPEND}
doc? (
>=app-doc/doxygen-1.6[dot]
app-text/xmlto
>=media-gfx/graphviz-2.26.0
sys-apps/grep[pcre]
)
virtual/pkgconfig"
src_prepare() {
default
[[ $PV = 9999* ]] && eautoreconf || elibtoolize
}
multilib_src_configure() {
local myconf
if tc-is-cross-compiler ; then
myconf+=' --with-host-scanner '
fi
ECONF_SOURCE="${S}" econf \
--disable-static \
$(multilib_native_use_enable doc documentation) \
$(multilib_native_enable dtd-validation) \
${myconf}
}
multilib_src_install_all() {
prune_libtool_files
einstalldocs
}
src_test() {
# We set it on purpose to only a short subdir name, as socket paths are
# created in there, which are 108 byte limited. With this it hopefully
# barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/xdr
export XDG_RUNTIME_DIR="${T}"/xdr
mkdir "${XDG_RUNTIME_DIR}" || die
chmod 0700 "${XDG_RUNTIME_DIR}" || die
multilib-minimal_src_test
}

@ -1,23 +1,21 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
AUTOTOOLS_AUTORECONF=1
fi
inherit autotools-multilib toolchain-funcs $GIT_ECLASS
inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
DESCRIPTION="Wayland protocol libraries"
HOMEPAGE="https://wayland.freedesktop.org/"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
KEYWORDS=""
SRC_URI=""
else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@ -39,22 +37,36 @@ DEPEND="${RDEPEND}
)
virtual/pkgconfig"
src_prepare() {
default
[[ $PV = 9999* ]] && eautoreconf || elibtoolize
}
multilib_src_configure() {
local myeconfargs=(
$(multilib_native_use_enable doc documentation)
$(multilib_native_enable dtd-validation)
)
local myconf
if tc-is-cross-compiler ; then
myeconfargs+=( --with-host-scanner )
myconf+=' --with-host-scanner '
fi
autotools-utils_src_configure
ECONF_SOURCE="${S}" econf \
--disable-static \
$(multilib_native_use_enable doc documentation) \
$(multilib_native_enable dtd-validation) \
${myconf}
}
multilib_src_install_all() {
prune_libtool_files
einstalldocs
}
src_test() {
export XDG_RUNTIME_DIR="${T}/runtime-dir"
# We set it on purpose to only a short subdir name, as socket paths are
# created in there, which are 108 byte limited. With this it hopefully
# barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/xdr
export XDG_RUNTIME_DIR="${T}"/xdr
mkdir "${XDG_RUNTIME_DIR}" || die
chmod 0700 "${XDG_RUNTIME_DIR}" || die
autotools-multilib_src_test
multilib-minimal_src_test
}

@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=GRANTG
DIST_VERSION=1.07
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"

@ -1,4 +1,6 @@
DIST Chatbot-Eliza-1.06.tar.gz 40050 SHA256 bc030f03e6d3c4885f0937498404331eda992dd56f4a7f7ecfa333139828cf7f SHA512 3626b7abe24a70855bdb6c297376447a2fda58e51802dffd56ddce7b65ed0bed427623cc410c23c7a4323d7bd90e12302cf4b2fe941f76bf2a0a7e4840330b47 WHIRLPOOL 2704747a68ce5a641d095595f329ca987341ba06c63a9ad51b7830c9ccfda5f79109c8e329e5d8fdade15635bee52120a8edc642a7a18bc487348e27126ed8c3
DIST Chatbot-Eliza-1.07.tar.gz 40241 SHA256 3e1d956761d1ac68d55a5cfe08a296d173fde09865c83356efc7179cc1396a96 SHA512 d9155ca13d9fc6f6741d9e99da764df25df5e762717eccb6e944c86a5f51d60eedc240f2cb8bde6f508ce075f96f605352fdb8f606eeb59896e2437a85c54109 WHIRLPOOL e39c1c2dcfabff5f5d5a2dc5c7cd6c0bc813b7d83f882a057dfa2916ced8b82e8a3621bf73e5f51ae0e6f8a6d9bffa128c248e49c4cae142d072ebd3aca2fa36
EBUILD Chatbot-Eliza-1.60.0.ebuild 420 SHA256 3e83903c778eb0dd85715e42e0bd13320f332cc36d5b7cb060ff0daf1b96b97e SHA512 75a7cbb2bb73332c3917dd81962138e6d165c06bc3cc0855f26feb5b9ed868abb0b245b893c068ad6f72ffa73f680092cbff8d6fc7fca8e8febd47c735e8b6ae WHIRLPOOL 19236bf01933c8bd75e84277a6d929d5436a39c69e0a1d6fb80f63c6a03e425b7a436801cca7f58ec3984415f6f31295265e9bfbbe6b38d7c71b809e4a3f580e
EBUILD Chatbot-Eliza-1.70.0.ebuild 455 SHA256 d66543e7dee0d9e8114083feedbfa5f00d4ca50dd8a81a4cd9346fe3e44bfec0 SHA512 87e9f2147040f22dee865f46f0b1b4436543119f67b1248cf327ea7b028bd3583707c9a9b98c30ae2568e0a475021d67f3270ebf2254905f7b0ea28e3ed0055f WHIRLPOOL a97f4b5d818c5c63fe3a84fd7b84af2aa7827ac0288fdb496aaa9400f4ea5886be20dc4a17f5a5c4cbe596c26eb373cdccac09147d05cd27c74c2f339e65187b
MISC ChangeLog 661 SHA256 cf6666ee7037ff103ce48d917ba98a15be1524648f551c59e15d1dd91c1064fc SHA512 dff483e2759450b8ad01875f4d11c7e2549fa3bc82d98cf06ac27eb1121cb5f27714095423d061d93e431a9cb17da7a97c6f2df354e486ee9f3f0cfbf005e596 WHIRLPOOL 8489d3b2e5084c151f11a130c0a80ff52e9ae334aedf284891a82e71787278da0b5e1d6a8282fb6046a116f7af39b55a57ade31724a2a74618fffa1c1900694e
MISC metadata.xml 257 SHA256 4d43e70b770d0898a99af64a8454a6116e4a86500c23290655c8371265010427 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e WHIRLPOOL 87039765046556cdc2f7d76ce4192945117bfd5bb684220ea8fb72be310673a5b729ea428666ff1ceb1e6c21fb585a3a7dd72bd94dab89cf076a895e6a7677f0
MISC metadata.xml 398 SHA256 93d9398dc3399a00643eabf673f4b0955a42035b08a9d2b164742b10d28b0c6c SHA512 8ab3f01035b2ea469482eae738b58f8056262c6efde00c889a387b7299b153d8088ec450512b30d5d537312780423f46f3e44f3d70d39817261e64293b8285b6 WHIRLPOOL dc0f70f6f0ae5fdd1ff96bb50ed48109cb5a0d02ad950e4a519e5145b93b126ccd1bc664f671d56eabdd7c5d5614b8b635fcf4eb4de0b3e940ecb3ba1676990b

@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Chatbot-Eliza</remote-id>
<remote-id type="cpan-module">Chatbot::Eliza</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=0.14
inherit perl-module
DESCRIPTION="XS speedups for Class::C3"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-solaris"
IUSE="test"
RDEPEND="
virtual/perl-XSLoader
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
virtual/perl-Module-Metadata
virtual/perl-Test-Simple
)
"

@ -1,5 +1,7 @@
DIST Class-C3-XS-0.13.tar.gz 26105 SHA256 faa55a03d5d4caf0bae49856b45a5de628392d26cac04e65f006024f912a21ab SHA512 01adf028b0f08b3d3650d9c81198a17348c724dc4761feb06f1464fb82a3d8c864b7fa5bcd8d2159d9c6763736f5e7677711b5d4408481f694f5c16274df0a1c WHIRLPOOL 934adb118cd8383671ef50a6e2ae8ee40ae7d093c84d47f02d38f1a30c37f78dbef26a9a49ab2f612ec3b845cc27926f08c85cdd89c66166bd4e7f9157f02aa1
DIST Class-C3-XS-0.14.tar.gz 35209 SHA256 a81489bb1d84a18ca0199b7f3d332c1586cadb03365cb8f2dd7d77d8ab88bcc6 SHA512 8db844636d80efcde4a31f2db2b55dc972502b21a202c9fb1bce1d30588314371cf012962a21f978db3abcd90bc9ee2ad4f0544854c3888cdceebbd7e6d93739 WHIRLPOOL a279bb215ea3652fe0bbbffbd1378399ad09e497afb62602c48bea3ab16e7afcee185a6c91fb9df3d24763617977b8ce6df0f9ca40e8fca0c5781a5190fa135b
EBUILD Class-C3-XS-0.130.0-r1.ebuild 362 SHA256 d7a0ac08b9fb006abd2bde14db37a502d9ab2eb9278b4e87bc92de5a729d225c SHA512 87b8223cafdad4de740195a2d9d1642d74508049dd70a4474062b482d37f24c979687ee61bd3dab31a174c4d5ad90edad96ec10cdc84865e6b680d353dee780e WHIRLPOOL f5d5a87ecd44671228e1c36a55509c19553b9007e62ef23d9d3827dfd212eee56fe75665ee8a696ef100ab4f57d122cf1c0fdd13e07d096655759bc5dcdb7e22
EBUILD Class-C3-XS-0.140.0.ebuild 474 SHA256 ec9dd578662a91dc9fbe001c0e6bb746d07d8495b953721da4d81f276ad5b5b5 SHA512 4c9347c10f2482a742c4f39a5517db9085ab5d4bd9451a5685d1da39afaf4fcd330d8895b1e36d89a9a13b6d1a513ef4331c2a78ec53cae0e5f7191c1fb94798 WHIRLPOOL ca7b3f13198baaaa0212c02d9febbd85173b58e0c635f2e29dd60d343b33d7111f1667ce5a7b64bb80559bd7b8c9d419d7d1215cc3508f39eb5ed84e9807b69f
MISC ChangeLog 2449 SHA256 77fb17b5e11382a8cb840ad92e9cf79ee0a71d5720ac20f902c0732864281c8d SHA512 1ae763b51100fcf9be6ef14d2c7bda53eaf842856e7c964a56e6d6a33939eaf19c4bc140996ad9e5225c1d9f8c06373f51e1e1712873e202dcef28c3926a8580 WHIRLPOOL 90b61535ec4d93210cf06cf828f2dd38e37380ac339799f420b4484a22eac05e5c12d9447876ab76738b0d92dca2875d80490cb4f0af620f1a22d0e9ceabb101
MISC ChangeLog-2015 2213 SHA256 b5cad09614df45d69d02772abd25575744c8a21961a79b762cbf9a391d305957 SHA512 1f205bc33a4b55fe42b5a5cb6c75a9c99789fd769163bb3278ae827c5a99ec41b6de08be4c067528432e83d3aa63a8aedf545e428df6c9a1d5df473f5cd3f598 WHIRLPOOL 0bb9f82c22de22a1dbecf2adbf38fcc76e106fd8c5896e4302ba80ca6dc4864e7ee1d23408682a35d93462fa60c03803020e9b05c9c450c81e1a75ef663ab8a6
MISC metadata.xml 395 SHA256 a7e85e57d13836665505679105076425304b9215e8ac2e0a0260f1f1b4698053 SHA512 6ebe5ec488656ca33aabc2fdc72cf3a19abbb245c8183b789a93df064b4b6e3608ab5dbb3581929bc07c6c2887225a7e5178f044b6a378b2101d8565fdee5e73 WHIRLPOOL 9919600f88a90d55d463e7fa85e9ba6a1d84587e27f0722a2160f7483259f354fa8079605d5c5066f5f5ec4cc746a021df1f6a6f7c609a06c8c374c9805ace33

@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DCONWAY
DIST_VERSION=0.004011
inherit perl-module
DESCRIPTION="Create context-sensitive return values"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-aix"
IUSE="test"
RDEPEND="
dev-perl/Want
virtual/perl-version
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
src_test() {
perl_rm_files t/pod.t
perl-module_src_test
}

@ -2,7 +2,9 @@ DIST Contextual-Return-0.004007.tar.gz 39900 SHA256 3a8e81b3592c581d21fc567c7965
DIST Contextual-Return-0.004008.tar.gz 40585 SHA256 db868be1c4567bec6b9fcc7ab511b80acf2640aa86c08974dd0927af5f3f07c9 SHA512 7eb2ac596197a46459ea345d29859986ea27657270353913d403516f224785fbacfb9de3cfe673f33c92cb51cce846bd40901ac3e34740d38df49f343dab1f33 WHIRLPOOL 4e4048a3bd2283586089616ddfe0fb6efcac915c026e74ea07f6fc4b1c7ddb226d88913f0d581723fad92ddf201790abad7cd6758cd3b6b14189ec9c1b929873
DIST Contextual-Return-0.004009.tar.gz 40813 SHA256 b5454b0657d44925aa382ac4c4c1cade16ea090991420918259ca452adb864a3 SHA512 f59d23a176fed1398a54b31ca53907978585366f06a7c45f3a7764b30cf175c045de06a525e2b9a01907eb3c44e4a2f9cb854af4c4e4c24f27b983ec90d31ea1 WHIRLPOOL 3ac921bf192f44d3b208460695a3c67783b27737f1a78ec97b65e417f8f0b6b3eb6b197d004ba131159391f654180935c59716e63209dc5106e27fabb1008a8b
DIST Contextual-Return-0.004010.tar.gz 40832 SHA256 d055c53e1c514c0be40abf0c8ba830adf0b6cb5dd70ea4df70a28ef918dff56c SHA512 505ccaff631b3cc0daaef3458ab7fcede4948ae9767ebe9b0751a4be040933bf8d35b66f837acf5988ae9ed76a44c9f0f3b65d9b377b1fe74e5a8ae2c28c10bf WHIRLPOOL 2b7e29561845d974f8afa27e7ab402478462e2e618ab9dba47e5b536010d5607d3985511dd312d8c893924a884650f1c1617659c2b192bffcdbbeced0c7ba39c
DIST Contextual-Return-0.004011.tar.gz 40882 SHA256 eb8a4c6f5b464399cc177a264fff73d41c3c514ae6c8ba8d345804b1ef135bf4 SHA512 b38ac9766e84b88c64f2d6e70ff8aa1acec78aab74ccb1b75240b1e980281daf6ca8a503da39c8c853910fe727822d769c6aa7866d73c497c06f84bf4345c4de WHIRLPOOL e9df65992875b5a4e86e6fedc48b2036aa7695623af76093cc79d41da37e54784781168947fa68228d66ad04e50edb8ad36c88cd41cbbf0fc1f0ec58f4611d40
EBUILD Contextual-Return-0.4.10.ebuild 487 SHA256 ebf8ee6c05c0166c061763cea1585e897f2f0abfab0a174af09affc119670754 SHA512 e6e78f8495006c68cb1761f0d48c946a10ff120623bb4b75558e826132e80ebbda66bd05590098d845438c5badffa1930ed237b5b077b2e4cdbf61a345a43bbc WHIRLPOOL f652573619076bed1950fa0bced577b5dd1ab5d352445c8dda90230c6131ae5d098c86d4a1993d1e2649456f4f8273d7d509088a78f04cb40329f9a9cde0ef1f
EBUILD Contextual-Return-0.4.11.ebuild 487 SHA256 f4f5a270d838239e0c24da381494579f5510493db1c3bbf85a87ea006cb617cc SHA512 94944b40fa747778e584b3a523744613cd7d606f8de7e1744b249796102b677071425191bdde534ba2d8aa0890350a9baaac3619eedf0ca891cf888e953c5842 WHIRLPOOL 00012c07354bdb75073138a92ec2ca3383a06a257e013b5f57df388eb4b2c19be49d604fb3f2fa4b7f295d13551495a63bd3e99202c2aa81d8cef12a9cc2fbc6
EBUILD Contextual-Return-0.4.7-r1.ebuild 370 SHA256 256afbf1d3439121433ec3d741855d5e955d4deefc80a20718addfa443b15c43 SHA512 46a8fa0d1af7193c92dc4a48463b7530c62615dffe05d991b36833b66597c62d58168ccbda9038160280718c28f9f7324cf35c2eb4587d84bf9da0ce499f4e84 WHIRLPOOL 73b8ccccb1fe6eca3ec988a1a9c6e1b54ff8993494204e635950abb3dfdc4937ac987f1e2a48d16ed479ff4c39fedae94a1b32ecdb91eb7d1da1c465972424e5
EBUILD Contextual-Return-0.4.8.ebuild 426 SHA256 c90d5c49f9693a58068d711cda7417626494086efc23ffbe7438189b7d629fc2 SHA512 92bf72248eb7e5390864acfbbb210587e74e628d9aeed04a8df10ad52ae141bc3443fc81e1e1bcc52fdf2436be8879cd79c9f2938d37ee935bb871c373850b4d WHIRLPOOL 7db97b614b966fc2208f9e1fa40fca099d596b42868b8bde8bdc0308a90ea58a675d8d40c5c88adedeaadb0d8e788037ca2f9de028fab3571cab39f731c49dc5
EBUILD Contextual-Return-0.4.9.ebuild 487 SHA256 9f2837be65c207049b2c0a50f83b686a633199a01198de98733f5ed56dea3355 SHA512 256a8ed96eebf6c1b27726d2396db3cc2b8e31d2a6d5cacfc65c00ed556ef2afbb6af55f3e7fb414618fbd75b04336baab56c0c60dee55f43d86309ff1492909 WHIRLPOOL b94f29a50554e74a5c8e398a9149bb9fdb405f72de710f2cb4a1791195960192348e36a18e000b6f2b83521fdb1d3cf6429ad5e4d3f666dfab2d10cca30a8a4e

@ -1,17 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=MHX
MODULE_VERSION=0.76
inherit perl-module
DESCRIPTION="Binary Data Conversion using C Types"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
MAKEOPTS+=" -j1"
SRC_TEST="do"

@ -1,7 +1,5 @@
DIST Convert-Binary-C-0.76.tar.gz 1562755 SHA256 4f0ce8dcee618f9a2309161994545b1d019742387627bf647459033ae94952e5 SHA512 d86b436866ce4ab3d346807dad8db7e453119334593cc203e96dc6c07214bf13717ad2a0ad0cc164d0a41429a161c17c82f711232572a4ab71eabba11649ae10 WHIRLPOOL 95fadda022c3147d274abd90156a536e401f45dce4f4767c4f372d4551273b119705f86e7198ca3c0d23dc1fcb2782307f21c3953b39871be1a67367a43b7a87
DIST Convert-Binary-C-0.77.tar.gz 1562435 SHA256 fe33824fbdd20920658b36e0cd50bcb0d2924c83ab3240b861340d558dd7fc91 SHA512 662f1dc2080f3e432727553067826f09d20f30f0dbe09154eea4cbbdd5020d32f6839806365741e4aa54e8cb85eb948787904204cb2e029b9ec7eae605599d45 WHIRLPOOL 35227fcf1d1833c92ad9ea6a9e28a122307868285f0a7709c7392c6d626477b6e1a9c35a399590303c18f08dc48f35a7e17b6384a5ddb84d39b566dda148c9b8
DIST Convert-Binary-C-0.78.tar.gz 1564698 SHA256 24008c3f89117005d308bb2fd2317db6d086a265be6e98855109bbc12a52f2ea SHA512 d9b85ce2ae870c2de6c2fa0838a6b20000ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c WHIRLPOOL b8511643c2bdc5912a68db90136678d6854a47d4f2061e1835cf1da9d6324dfe9f2650dc032f6ba159ad295ec9bb2e652a9485c7e3357abc8b5f0f853f68395e
EBUILD Convert-Binary-C-0.760.0-r1.ebuild 297 SHA256 188dd0f6e84fafa84b5d1dba9847e8d4ff7df1f726a212348c9c596c1728a036 SHA512 06e145bdd448455e42191057e26d3864d92fa1181f3befa6968dbb346af7de657836961ca37778c245b9a9fb4bea2f746dbdadbd7cbc4bd328925c5d92855aa8 WHIRLPOOL c6dfec338a8c9185d8d99f3ca2420207f3f918c6851833d3e13cc46b44421af0b75450895204bd2ec03719d5a0ac1b53bfbcf5fc72d9a2ea060374ab8a348a5e
EBUILD Convert-Binary-C-0.770.0.ebuild 339 SHA256 a79985d305e2758d7db9c4ec241ba91474f98e0c65f0db3a699ac1dceb5f79c6 SHA512 1e825508ebce3bc19df93e75b48a95cc6bd3f56a316cf278cb34e198346137471432db67e5fee0f89d91333923bde7712615a651819adaf703b7ebcfa328342f WHIRLPOOL bf8675a36cafa03fb5ce5f4fbbec6f9dd3204e86c04fd726976a51d661a2c10d534f2e7f96525daed32aa00701539e941c15e89056739b3eb2751d3a5153f9d6
EBUILD Convert-Binary-C-0.780.0.ebuild 492 SHA256 9dbb47397510472f48cd8afcb11e0432319181aa7449a012b95f4ea67bab5b7f SHA512 d35e6f48c4c09f4c30faf18da5a3946c3241dcdb326c3e04e1c1d68dac228d01d41e12aaef7dca084e53d8d59b0f47e1c2db64596fb738b92fe707b54f51d561 WHIRLPOOL 001ea6fb40a9d86e48a80ee420b61029abdb960f20434c1844c4c7d1b1d4766a7ae1f0bb2238e08503f12d8c2eac057eb2aeda884c07a69251c0f4cebbd1d616
MISC ChangeLog 3805 SHA256 442bd681ba6abf4cb5f71218876f9049770816e9190a6be50112aeea3890ede5 SHA512 890f52d076f6501ff5e8e8a4c3b6af7603a5b33d46663a5cabc9a8ef9998a6d790152bb5240019ed4fe120f5669196069afc14c3f3a73155bb7c64c0c589f41c WHIRLPOOL a83b9cfe078e4080d8abe36bec5d53c671af5fcb1f2f7374332d86fc2fcc2064c5b653bec07b61a584025eb0b5020d3b6f1b166fb5e0adb0225ed71019da8167

@ -1,30 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=ETHER
MODULE_VERSION=0.006018
inherit perl-module
DESCRIPTION="Adding keywords to perl, in perl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/B-Hooks-EndOfScope-0.50.0
>=dev-perl/B-Hooks-OP-Check-0.190.0
>=virtual/perl-Scalar-List-Utils-1.110.0
dev-perl/Sub-Name
"
DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-Depends-0.302.0
test? (
>=virtual/perl-Test-Simple-0.88
dev-perl/Test-Requires
)
"
SRC_TEST=do

@ -1,6 +1,4 @@
DIST Devel-Declare-0.006018.tar.gz 44155 SHA256 bb3607bc7546bcf8d9ac57acd8de4e4ca5567ace836ab823d5f5b450216f466a SHA512 0d85d8f00c566aac63a86a4b8990aad1b1267bfd7cfe7304c106e26d066d75c74b54a7ca6998dcd2fd6a05cf6e9388355baa2a24f520156e1b2a132def823bf1 WHIRLPOOL ad28e25f095afcf3af2a8a30f3f4e1ad9711d47208af1b041a0e6cb89a6a3dcec1905031cbd7ec8fd9f60f6eec1a8e3cdb271b875977e1bcffd1bf8b4b005858
DIST Devel-Declare-0.006019.tar.gz 45174 SHA256 ac719dc289cbf53fbb3b090ccd3a55a9d207f24e09480423c96f7185af131808 SHA512 1f3073597c5b27160a9ccd8019c35563982479a8c6303e138d1260706499732aa6c402e835d8b5f06a02ee55294889735500d8a24c2f6f5df9d5ed3111d08fb0 WHIRLPOOL 6abdb13d0c00efeb53c802a9c2c69664dd924631f04ea9b43a60b5a8c3be21e325fe5739b8e4b93004355d0ddf0e95b79b72e06a309158037904c6e301a85d95
EBUILD Devel-Declare-0.6.18.ebuild 564 SHA256 c600cb83d1d92a73e39c5829784e8eba19b1fd1e498735ee0e7b47bdc0b3d772 SHA512 5c94407bc3d0d2a2f77f9edcd7c5ac63ecb1c03d58a265595244bc7a650a8169fdaf2507097094973a5d418d0b76ea65ab0d592ea8b1a25d3cba64f44a96b2e8 WHIRLPOOL bfc34e935dbbfb9cbfe6544e10ea681e0fa34baa2da53acc116dd4aa082d6a8fbe55c46b974c8324a3614bd5f42614cebb23c388bbe41f5bb4d48d1050d62c2a
EBUILD Devel-Declare-0.6.19.ebuild 547 SHA256 d12b1d6cc63ac5f2a4696e6c4b000ce6a3825c562137168eb8e54ffa77b45afd SHA512 260b50cf10a23b917644e279434c8ac8881af326f44e859f97250b43f7cf60e42fd442cff5c5046aec1120d6202c4b17e7582cffc0c16a7eb4b439f890173dba WHIRLPOOL 701dea3fe8e23a111064e741247fcac48d00a08ef879138c1c1507907d9b0e4010d7826c061521daa2e783b21acdc5e06161968f50e1293044f2f43381b124af
MISC ChangeLog 2651 SHA256 1c50bb90d9ccf1875c0cee80e3abac3a53ebd62923f8648be2062cefe222c7bb SHA512 e3a2ca737573d8c04e88dd37eec25a40f3b4998318f8edaafcc0f9b4871db922d220a4c3e89c1b51800aa2208d2a46bb13c02d103242aea560a56dabb6c11c4e WHIRLPOOL d9adfabdf16f31b2c9f059f4d56842a568b27e432713da4dc43a0085904c9abf40b25be8a96e31cf75f7d748563f5c8d92fddc8ab6bf34a73cda5899e51e6483
MISC ChangeLog-2015 4106 SHA256 5557a4a25587c3ea8ffdb0811ed8e56cc766d489fed9a8ef635607e2eed22094 SHA512 53c36060731b8cc51b9f7b8ea459a55d207a5a67740a7a817162940b7f318cc18f829522f1e2098d9b95ed582a93accb5c3d734452982a8dc180cebbb634c12e WHIRLPOOL 6431e326ec64498e4946f82969164ae52940f4644994412dcd13320a9498110f70544960fb57f0bc1870a86ad99cf2122dafe1f3fc44114ecfb2f0985d4e4e87

@ -1,26 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=1.12
inherit perl-module
DESCRIPTION="Gearman distributed job system, client and worker libraries"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="
dev-perl/String-CRC32
virtual/perl-Time-HiRes
"
RDEPEND="${DEPEND}
virtual/perl-ExtUtils-MakeMaker
"
mydoc="CHANGES HACKING TODO"
# testsuite requires gearman server
SRC_TEST="never"

@ -1,44 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=PALIK
DIST_VERSION=2.002.004
inherit perl-module
DESCRIPTION="Gearman distributed job system, client and worker libraries"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
virtual/perl-IO
virtual/perl-IO-Socket-IP
dev-perl/IO-Socket-SSL
dev-perl/List-MoreUtils
>=dev-perl/Ref-Util-0.20.0
virtual/perl-Scalar-List-Utils
virtual/perl-Socket
>=virtual/perl-Storable-1
dev-perl/String-CRC32
virtual/perl-Time-HiRes
virtual/perl-version
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/File-Which
virtual/perl-Perl-OSType
>=dev-perl/Proc-Guard-0.70.0
dev-perl/Test-Differences
dev-perl/Test-Exception
virtual/perl-Test-Simple
>=dev-perl/Test-TCP-2.170.0
dev-perl/Test-Timer
)
"
mydoc="CHANGES HACKING TODO"

@ -1,43 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=PALIK
DIST_VERSION=2.003.001
inherit perl-module
DESCRIPTION="Gearman distributed job system, client and worker libraries"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
virtual/perl-IO
virtual/perl-IO-Socket-IP
dev-perl/IO-Socket-SSL
dev-perl/List-MoreUtils
virtual/perl-Scalar-List-Utils
virtual/perl-Socket
virtual/perl-Storable
dev-perl/String-CRC32
virtual/perl-Time-HiRes
>=virtual/perl-version-0.770.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/File-Which
virtual/perl-Perl-OSType
>=dev-perl/Proc-Guard-0.70.0
dev-perl/Test-Differences
dev-perl/Test-Exception
virtual/perl-Test-Simple
>=dev-perl/Test-TCP-2.170.0
dev-perl/Test-Timer
)
"
mydoc="CHANGES HACKING TODO"

@ -1,10 +1,4 @@
DIST Gearman-1.12.tar.gz 29938 SHA256 dbfedf1b6d09f50d1e62393ef0408c8353f9aab105154b702c972d230ea02e73 SHA512 2c7dbf934bb56abfc58cde5f62593e10ab11bccd2e047a21a46e344304147bfb7d5f6e7d067caf34b4a65e5d29983f2975345a46c95b22383ab1d1c4c04c77ac WHIRLPOOL 5dfe414919f14a8a5938e30c23ba0558676839376b3f3c8d067e53a89e129d1e380fbf394bc5d8f176c82bd04a96d72a421c83a3f4eec99b01fd56ef37e5aa5b
DIST Gearman-2.002.004.tar.gz 42296 SHA256 ba40b9a79f106c2dd3039153c4ca22c783840a222b4864072cbd3b5cc60edeff SHA512 aac12fa725177a0aa7e78c0a31930c2fa644386396eb46f140c757636e9d078e9f04299b66dcfb684c273df0d5e8a20a0a0bdc944ed1e6b6b127e0a8a114bdbb WHIRLPOOL 332669fbb2e7008fda8d16a1ac3b583dd5721e6de56174f4ded5435a7c415bbd45be481e0440eea908c5524b803a1c1c2cfdb4c7300d0e808129a03b14a38318
DIST Gearman-2.003.001.tar.gz 45811 SHA256 a90898ff8fddd046844fcbca4df8497678cbe8e4fa43076421148203eda499be SHA512 6787add0062fe97e1c493f56ff404e78951e3d90cd70aeda42687c5c4172cf8ebb66e882aa8ae950b363b26fa235c34e32271a7b8cdee3524b19a8b713cd5db3 WHIRLPOOL 3a28830b623b6a8c1711c71f1759147c1180db6c17624676852333e3feb1c1cf38e3c4e560dcb1e3197c075507a2525a5d1f04cf8f58abfa6bcd42856eb2e47f
DIST Gearman-2.003.002.tar.gz 45859 SHA256 4353b9210e711349a97c4c13c0130585fd4289a6927c2f90b41f6522ffa11108 SHA512 8314d863b5c6643761f9add16f2b3bcde6091c3596fa34d521506e4961f96fc2a4bce0613154c48f88edd21432e4d63a9617e9013a53a5e71ba69bc141ec235e WHIRLPOOL 9ac6d3367df9e412417ba806db83d7687b4b05e51c8ff192d66ba20b1831dc149feb739dd0b1c41373957877a3ee29a7452892319f56174d082e9e6f33bde273
EBUILD Gearman-1.120.0.ebuild 497 SHA256 3fb88148bee04ff03c5206b51ad04bb9e116fd9e7b44d14ae86c884762875be8 SHA512 a16c3c58d195c7d43de4e15cc636368281ffe8a530a54da7412a1558d6cba6f367d884acfcd1023228a0c79d3e9dbac625790f8e4d0cd887c71f0773265de30a WHIRLPOOL af7e0d46c3126628d5aefcc358a9a2185923e225b0b9033a5ae10e7a632ec24b8452fcc64b665a4df66eea289d83eaf5c939de8f3d14331bcb7540cd9dcda466
EBUILD Gearman-2.2.4.ebuild 914 SHA256 8b463bad8949071ba43eb1894e1a7e69d2b2e7b559b34d1a1fb95dc46648aeb1 SHA512 672fa92c993a555292172779a9db38e10ce56b686a86a298be16e09d18a2964647251b9734fadb0df468a32b0683cb5c0ca7432f57067846e9a1b247a5cea100 WHIRLPOOL aff4d5e995eb4e947e49b8f609d28ca7f9f3b424340092361e4e27bc6b761a2e2cd294588e3e06d2085155e127ae07d7ae7e115b7d25791a931ce39586c83756
EBUILD Gearman-2.3.1.ebuild 892 SHA256 fc4bd649044a3171b0adaf5d655af027e92b0ce5935d3874260c0590d7d0382e SHA512 e393d7a3f8521ed7e4c180f833e46fade2e46b1a2bd0115d4ac2e01bf6bf58ac5322bd080fe8d7c1439f9718713565eb1202079af20a98951dedb2a45460db48 WHIRLPOOL 5832fe2c0449af4bd711aae982e13049f9f5acc1efe35a2887c4a0965d946794809a48430f5a53211ea10f9fa23c1b7ac672591c602dbb2602788c6e7f8fe5e1
EBUILD Gearman-2.3.2.ebuild 892 SHA256 5b30059b5e87ff49893405e21a09841abfe1791359f8f8857071de7c37b2bd96 SHA512 bf6ef8535c3a0e714f62cc5efdc3647c3b0d721ba62da48c02e9fc8e704a11e1d869918d4cfb26c733a95cc78e0fc20953e86f8061110d4164c4f222968b30e0 WHIRLPOOL f483c6846f986385edc360d52ac54353a9028be1c9fc3b8c653cce65ff94090b4eabff3def5d1029196cf9d724a9edffd153bf46f2b5b4fa598b68104b5a0831
MISC ChangeLog 3185 SHA256 b1465905271e4197945a07e889cf674cc1a07b8828231dbcccc3f31db65f319c SHA512 8738e0d201f8f0f43de3a042199f501b7e8116fd0a48631bd809dc7dafc069df7148d3c5f2c11eb68c19ea3080f4bd6a59ce7b0899718fa9a0ce5c8d391e7e14 WHIRLPOOL 3d36b35b8b6eb9edab8a0419b21775f6ec85b10fc2af30e0efe383133f6916c04f26d298388021591e7955289ee5f7e60c86d4f2232790c487604fef41e9cb0f
MISC ChangeLog-2015 1900 SHA256 25a61f9e93f4ae3a60e5486b6e10d30df215937d8d9fc7a152cad200e9a16957 SHA512 1a2105b7ca22ddd38a09024a66b424b44d981c81e8d3c25111677888e0f386c85b58be144fb94b4d783c3183a41976bbf51f63c1910710c7788266cc676d89aa WHIRLPOOL 8f7f4f7cfbfd21022cf024524179be0f0b565200717ec3233ff9b79acfcf84288e460d1c9fd0dd66d53ecc6084b47cb3468703af7d4ab367a1eea8a9e181df21

@ -0,0 +1,37 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DSKOLL
DIST_VERSION=5.509
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="A Perl module for parsing and creating MIME entities"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="test"
RDEPEND="
>=virtual/perl-File-Path-1
>=virtual/perl-File-Spec-0.600.0
>=virtual/perl-File-Temp-0.180.0
virtual/perl-IO
>=virtual/perl-MIME-Base64-2.200.0
dev-perl/MailTools
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
dev-perl/Test-Deep
)
"
# tests fail when done in parallel
DIST_TEST="do"
src_test() {
perl_rm_files t/02-kwalitee.t t/02-pod-coverage.t t/02-pod.t
perl-module_src_test
}

@ -1,5 +1,7 @@
DIST MIME-tools-5.507.tar.gz 406373 SHA256 2f43683e1d5bed21179207d81c0caf1d5b5d480d018ac812f4ab950879fe7793 SHA512 b617d417784d01d8f81acda6f595b46d35d8c8382a9e436ccc3a2fec6ed6c2a3daf20785fabae1663ba278616172a5ea365ba83b390aed9e6defab67fdbfbaa7 WHIRLPOOL 94c9cdce2d5f925a37434307032544eed4c17baa0ce86bb2199caa2f85365e004b71474bb265b5ad04e7009b7c733829fb7da8fc459a896165ba9d0cc80560c0
DIST MIME-tools-5.509.tar.gz 423714 SHA256 64579f0c923d81d9a2194586e47c3475519e2646e4b5c102a8920759facf6973 SHA512 0407b09916144eafbee0c75758306e0f44c27db0e8aabf033267f9903f676f0415de99927dcfdb69f9e9d4123d63c280f526dff92e0d97744761c888df90667a WHIRLPOOL fbc4cbed88decd475a0553a83b33b492eaef75384852871483dc88c56ab18d9a827aca37fbac6c30ef289768b89de83e6a9421519da0f137197a5f8da7a8aa72
EBUILD MIME-tools-5.507.0.ebuild 818 SHA256 bdb3cb99260733aee71a08b509d4a7e7ab6870ec665d2c70433b80d6ebcb7bd5 SHA512 6b937a49347b442a7081d6c48de259df65fa88f8d8405b6631c374530b729f57d87bbdf76496a27441e0ec3fca6b9048ff55ed4db128f84fc764704d0a520e89 WHIRLPOOL 9b69b70db8f5389c7f5896621443f04976db6086b5ac68b47a9deab42a5309562e48893558e58a4e060f738046ef4134bb70370597a37f3b4f79c52f3e3d5efc
EBUILD MIME-tools-5.509.0.ebuild 851 SHA256 c560708493711b66f411edf193aab92e389a535cedd432c166f5a97d1da82b9c SHA512 4755b4caa96a0290a8f6276ec7ca9c1da6691cda94ceacde9883cf21cb2f5ba19bf31a04aea7af68064a51f0179ff1e42b0d1a21c3b7dad2f6bf4c06a4bcb621 WHIRLPOOL 29f99f7bac823676fe143b10e3adea74496fc38d2c9d196c7efeebfea0073deda2c5a4558b8c356894f7558a8a862de3982e56864a1f28dd9224bfbfcd683399
MISC ChangeLog 3706 SHA256 1ac5a4856360b5ce59b26cd3b756cda3a021c88886099b1c8959e2a95c445763 SHA512 adf6a7c0d5c96a435779f1c8943cc6fde6c9eba4996f8b5b9c9855ec44f98e91a82dc3a1d3590aef6e50f24363ed33b3fcf1aec9721487787129bb01095bb81b WHIRLPOOL f5667c43ab83f331d4a093fb91dea49f63c8e250af3b2af0955c17213d6d92ba36178548b7ccd4348002a436226dedbba715e6e22314c7a0e277f7404773e5b8
MISC ChangeLog-2015 11889 SHA256 0ae4b8395f7572a4b3c8fe8aeae93b9721f66340dcb600b56933c1ac342693d8 SHA512 6edcb0515c683aba3d374a352390678a263d91a41e0a389870c634059e5c79421c00ec8422229a20679abaec233bf16be0518d8d7c244b9ae1fd489f621f0311 WHIRLPOOL 5d2b4a9101fed344ad6d9574232385ffd9d5969cce96b81ab0b1c164c0ef84d60836f637af449ef6ae544a42024656aa7e2385ec7ad7241cc8a2490eb8d23a77
MISC metadata.xml 2236 SHA256 1b9d5f1959b02ba27122a7b01bbcf9d2173546f27847fe314d7021e1ad948679 SHA512 b4159779927c61b05f0cccadba0261d2be9566abb6fe102deb1003446a2767dc8abc44093df209e379e7ce4e2b976f7c51e1b04cb59b9d6e3e7c01aba9328384 WHIRLPOOL 8227b7c10e6f4f94de1522072424e4948ae307d545abb62cbd850073524095c173076ad38fd6002b2a108c0ee90b382d64fb3677a7a74e14ef26a62eb6b7a22f

@ -1,7 +1,9 @@
DIST Net-SMTPS-0.04.tar.gz 4712 SHA256 54b5d8b73e2c4f1eb6ea0ea16a3a230884f83b8439634f3d90b49dc81ea8aea5 SHA512 69fcfb221a139a9d92f56d3917081a21de786095314efaa840e41dcd27bebd29d66f0f9c63cc2eb8adbaa1b701877b4ab9b9fe2790c335a13b256b742319054b WHIRLPOOL 45d29170be521c6468eb8c2bc6025cac08db4339fa68a768f586c0b290620dc508fc44cae21016ec7f5e7bb83fb3d9c1711505e61b2727f31e0c35202bc2d929
DIST Net-SMTPS-0.05.tar.gz 4601 SHA256 bec9b3f85548dda70ca1f843909d1f869e221babcb821dac1eab26a825023cde SHA512 8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273 WHIRLPOOL 9861e1eda1bad938ebb822b0d8f0c06f6b6570fb5bcd4f0f4fad256d3fb3ee5a32f2d9ae6e411dfdbe4bbe102f7326107ae8110557662d65448ea5a3d7973f37
DIST Net-SMTPS-0.06.tar.gz 4701 SHA256 ffe84c26d5a0589f1c55af98d1223b9472855ca73a1ae95e6c2f87c5c0ded95a SHA512 c27a60860c8d4ffaf7ba1382664255fd24417efbffec79ad4c219d9caf7ca5c36e2697185e9b4c513466657bf7f70476f0f565c4a9570845b14c37f87c11394b WHIRLPOOL 5560c537449652989c3cdaa45250294b323fe38eef49a9dc00e6cc6d9f68186bfe0b4b2a3f7d7d0c8be9e2d9b8353324c916e3495755852901c9906e3e532002
EBUILD Net-SMTPS-0.40.0.ebuild 428 SHA256 bd503557a28ccd8dad735a6eed416a3f40949bfd91591d0327aba68ec9d8f2ff SHA512 c9ea3ba9503b17cc6dcb84521dbc4014c746f19402fc97340e9d7c99811672b940483a89ba9de6e0804624c1abb05a7ff1b12318253e90135810bc1f2fa1cb85 WHIRLPOOL dd5138528e8c38f61a6e5b5ff5b234878b9789737edb08848867c818cd784b05184ce2423ce56f63fedbcaed00f2eec466adb9eed252ca329eea5d1cf6282616
EBUILD Net-SMTPS-0.50.0.ebuild 428 SHA256 de81e3be831721872ab5d3990df0625add9e5d8b3b53ee501894d7485c6459f6 SHA512 fae3449d3f81083456ddeb168817190a576be17ea6f962357426d0003ea2db4aea1ba344830c5c748a6a2c1c0342208119f5defadd2542e9f4f14df7d51fe5f2 WHIRLPOOL 2d2a0d6be7fa9036190d99021f6f20ae043edbc2e2b1036d5344e513cf471f6ae196f088b08a0b66d803cc7a7ca951680c56a360bc6ed97afb9c41aef60cb5b3
EBUILD Net-SMTPS-0.60.0.ebuild 428 SHA256 43febf749700c78f2486f891c95f30b663ac91442067a397eaa1db91f61fb102 SHA512 61056748884fe5c4eff128ba1c4eb08694fabc0e6f794cfc1ad11e973a3a821f63843ebbff3283cfc65d9eaa64836287a5fdc8b0404128bef136ff2cdd707150 WHIRLPOOL 82e5d40c437d038c59949d221330b2b458239c08d485e55677e92c9a596b8fda862ad820a4e9de804b8f0bda98a793bb45f9e79ab6d5b41bdc0d59d6b6d8cc9f
MISC ChangeLog 2768 SHA256 1f7d69068801ea4d62de3b5a5acb5e13a5d638c860ad00f1e3087d21b8949b35 SHA512 7f1ecf12bea684eb445fce33a4285c3757668e54b86bf4e211bb94741d5eed7f39d232011c52e70af0013edfb9cbbc180f20a0e834f84062d18d2f51dd4d16ea WHIRLPOOL b76f220c18a9b8ea8eb398705c39cb6c0bbf1e7ab32ce8dc30d5a92959cf395db7321d8b7f16b88c8fcd1b45e93ca73ce08380997b76c928c02c0d9e8532bac7
MISC ChangeLog-2015 745 SHA256 f25953c4e8bbdf5cafcd8f7e06c9f275411887cddcf649496f67dd070bb51f0d SHA512 6b36507d8a7b9dd1d8bdd1d2e71e99bee25c35d8f2c4fd928c12ff619f5c9a865fbeeb5ce673c696164aced5cc8ff8c71eb8dd23d08f7921dfff3d5b0d555967 WHIRLPOOL a2c8831c2864dd255f96ba200de5255d0c61af152d072859d0142f7dc64354a11c41b7db6b51a8e8dfa5877484f586a46162550888732618487865598d4e8445
MISC metadata.xml 507 SHA256 770486824f9c9654084b035072dec462ba96d409b1b5f2fbec34d8aa4d31aa69 SHA512 0fe1ca5c4089ca3161d468ff174c2a63a3a33a78c1d852e327bea6b29ca94a529f80d32a96f5846b4480bb80f1bf9e93a94e0db784ab97e57431ea10f3d2dc56 WHIRLPOOL 41bba9ccf0bcd33a0e3c00d1b06ea37dfb210a4bcd4e02bc7fb22eca149260a14f6cbf3d998025cdb050e46ec60d33b24ff712e4a76c140df4d3398db4dd3efb

@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=TOMO
DIST_VERSION=0.06
DIST_SECTION=src
inherit perl-module
DESCRIPTION="SSL/STARTTLS support for Net::SMTP"
IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Authen-SASL-2.150.0
>=dev-perl/IO-Socket-SSL-1
>=virtual/perl-libnet-2"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker"

@ -1,4 +1,4 @@
DIST Params-ValidationCompiler-0.23.tar.gz 43078 SHA256 e357b63e28950519f227a5b45e4ac1c487cbc6c1bb67c09a8d3698ee9f289230 SHA512 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677 WHIRLPOOL 888e872c78ea45a959ec467a1872f597a7305f5dee222155e2a5d158f58aea901849cedf81f6147291173870302bbea00d89dea23272dce9d1fb64c2268326ed
EBUILD Params-ValidationCompiler-0.230.0.ebuild 719 SHA256 5cd5c414154f763b6cf98ba5bf2a01b7cfeb319dd8cadebe769ab4e8a15df667 SHA512 8730eeb8efd78995abcef746a0fe0c515fdca66a721a7c26d271b59475e249bf2e82b88fb0aa6d048085be8ea2381a3715645daae5378ca400b2906433df9514 WHIRLPOOL f13950bd81d9c0c8bfe9f5b32521907819c5508141c6303814ea01586cb564d25025746067f1ee51e191fe96d3d3a722fed84c771238c7f6c81051d312348768
DIST Params-ValidationCompiler-0.24.tar.gz 43439 SHA256 a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 WHIRLPOOL 61aa49a18a14cb11398db27219ee565f80b3ca2640954b378648eb1bbb955638f9c1f738aced9d66780fb522d449a425459f22fea6e6f4983bbe2beb18e8c3ae
EBUILD Params-ValidationCompiler-0.240.0.ebuild 719 SHA256 8696b6f3987be63ce751ab321093bd5555c61b7acc544f7799ca1e14189e444d SHA512 c08f551d81366d77bc85c489284c26bc4cfa474fb2174454f7e705b0005abf139e5c192c75792644275d5201b957ad1b6f91cc9c5e7e90c3552526aae6631b02 WHIRLPOOL 25a49dffa2f41d43fac14bc545758a4bdf0ef21f1158fae8625611d98878366dfa0ca38ff3a6361f7b15a9774020403afdf5dc493b99aadc691f0a6fff6d4dfa
MISC ChangeLog 2079 SHA256 cde999c9d74f50c2fc11acb7ad18e9afee9cfb6eb993e6dc1a84b390e8223417 SHA512 2030161ecd1084a2a128fc353274516f0f5f889c705c839d4b24e1f75cbae08dbdc330c73a83947abf41d62dba8c71cb0c772e750d52cf3ca10bdb272bb4d5b5 WHIRLPOOL 65be8af22ea7a0ea582b2fa50efb31cd8b2eef082f00b482446bf2af99cba334863fa40b839706ce8e02d07a188beb11f249ca25141c997b1f1eaff75a578492
MISC metadata.xml 590 SHA256 f2ec1a7240301a51437196c5357c629be538f732235b196b3e49c7571a933b9b SHA512 9635b89b9c2297a9d33d30b89b393e4b0968432d9f99467a8d7844f3a0d046285937ca9713d662d02d0f2b46e502fdf1936960b2d2ee8db519a654221dc83890 WHIRLPOOL 983ddcc3ee503bca15004e6edee89a96c32a635bff918333e99eeff53c3ca363e0732fe702c50699182f9749e23ee9e90dc33597fd189c5d4b67e596a42223cb

@ -4,7 +4,7 @@
EAPI=6
DIST_AUTHOR=DROLSKY
DIST_VERSION=0.23
DIST_VERSION=0.24
DIST_EXAMPLES=("eg/*")
inherit perl-module

@ -0,0 +1,3 @@
DIST prov-1.5.0.tar.gz 125045 SHA256 96a74efa1b3324961ff66246539ed7bdc06245dcbeef538688c755a0ad5777ee SHA512 d08b924385f587814f6094679649e746bc687e136ddebe1194c5d97921a081b960a5531f13cb8f83d167dbd1cf7114d2e55478431feaf52e547db24a181a2ad2 WHIRLPOOL 1e10dd7066c6b0ce09b5d46330ccdb245c1344dcc650a84d09f5fbca081ed5cb1f328058a250d27b92112929771d90c5ffa5ecd0174942dc7fa04298a0d593b8
EBUILD prov-1.5.0.ebuild 951 SHA256 2385402f7a1fb2f5f2f8393d4d0221470acc5363e6092ef9e1596503be4f93d1 SHA512 99038f15124ceb026c39fafa21ef871f467e5b3583c446b977cc89bf8bea68e208080a14651aaacfa8c350d9344295e3c443476e5146468b5473edad5db42ea7 WHIRLPOOL a39d5a522e9f3c8e536b1dd385dd0ccf46e0c1f8dd9f887bad220b8b05d1dc9745d85d92bd23713165ad4ecca420410ffb1edae2abe42c24e8f8911b107357b2
MISC metadata.xml 632 SHA256 02398e15b9926d3d06bd9398f1440df12d789562d17794685ed021a12ccf9aa2 SHA512 ecc45c96e15df53bf48de473c0553b3fad1ca42b89b3f1f9059f49f5877e7f3dfdcb725c25b54fb64db910acb657c88cbead3a36ed60be4e4f8068ecafbd52a7 WHIRLPOOL 6c24d2a620d66e390e83045c3fdb439fdc4002403cde65691d26735485a81866523c6c8fdcbe2afa24531bf324514dc36b1ed2ce400cdb0dcba3d2471d719c9a

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
A library for W3C Provenance Data Model supporting PROV-O
(RDF), PROV-XML, PROV-JSON import/export Interface to
Graphvizs Dot language.
</longdescription>
<upstream>
<remote-id type="pypi">prov</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="W3C provenance data dodel library"
HOMEPAGE="https://pypi.python.org/pypi/prov"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-python/pydotplus[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
>=dev-python/networkx-1.10[${PYTHON_USEDEP}]
dev-python/rdflib[${PYTHON_USEDEP}]
>=dev-python/six-1.10[${PYTHON_USEDEP}]
"
DEPEND="
test? ( ${RDEPEND} )
dev-python/setuptools[${PYTHON_USEDEP}]
"
#the test phase fails due to a bug that may be better fixed
#in setuptools or the yajl package:
#https://github.com/gentoo/gentoo/pull/4346#issuecomment-291776642
RESTRICT="test"
python_test() {
${EPYTHON} -m unittest discover || die
}

@ -9,9 +9,9 @@ DIST requests-2.13.0.tar.gz 557508 SHA256 5722cd09762faa01276230270ff16af7acf7c5
DIST requests-2.7.0.tar.gz 451723 SHA256 398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d SHA512 a93223c3fd21c58f7c0c901b17be17c23dba4efeed8c4347da9d4e04d96a6698e08e01482205661cb7757cc7560d9ae2e62b18f2b422af0cb90fd998fe963ff2 WHIRLPOOL b805d76ad747fc8a754fb0ca0439e8f303df057c2b256ed7f57533b311322e4e28b0d8f22111a3c5ad283823c1256cd24c93fec2aeabc6946013c17ab3540dd9
DIST requests-2.8.1.tar.gz 480803 SHA256 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b SHA512 bccec89165596df3af3f46eb43b5b28b595752485b00ed73978ef76fa6b8a8961c3db046c3f91ff34fa390f037322f6e13b141ba9b600a836a6d798086bd13fb WHIRLPOOL 445e0e12f5900c3396ae7a76d0010b9c4a4ff2c79c51dfc88f117918e436a4d67ea25de39f252cacaabd737b7b1542374172a2b6f482d7ffe1f7514d1cb4a06b
DIST requests-2.9.1.tar.gz 484252 SHA256 c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f SHA512 0b2b64b2ebb68703f2a222a3e5d0227cf15250319195a13497e38959c64b82359b70221157eab2ab828dfc79bcfec13ede4d6272f0202ae1b22ae79d5810adb9 WHIRLPOOL 9d942b97168c8a869b703db324a263ed3f5279a17e18444f7311e3d3a06aac99ef939c1d3f966025d6ac9e2967415880669b3bac6766c2d39c2faee43cb146c3
EBUILD requests-2.11.1.ebuild 1434 SHA256 45c935d62ae4a876cd7301f03fb99951fab7bcf9cbc8fd8e10c7433a717400ca SHA512 cc99e7433c9743c045bca164c6d150f441418852eff89bd55602d572128b8c4aed1335796fd8e9117e4daf92eee4bdf13486c8588ab7d114ffdce8a4d4f29a67 WHIRLPOOL fdf60cbab236dfa73467e1ccbc88911e7a9c22129adcd27a5ed27762b96b23a8b1eb87c4c9e4e27bc96ddf68be72e82c1fd01a43053b9094c1bcf990c3368249
EBUILD requests-2.12.4.ebuild 1488 SHA256 0e72f1e3b38b3ee1895a8e58ec48d458becd82cc7a6ae71d5320b1d2bea89acb SHA512 1c19858cd9b9c0a0d5eaa1850a551e131d86bce4a593e898c44a9a91ae225056ba8acdff953ac90a1e422a75fec39842d6861e51360a833aaafa9b295732906f WHIRLPOOL 93c800211c05a9f66d0bb8932d71804cfba0f00d44f22f1e049c233ae2ec0d90f01f8eb84df6e671ac7c11ddde102bd85572f6b854a990db6c3ef713e005b807
EBUILD requests-2.12.5.ebuild 1486 SHA256 be1e271c56a0cd35a97c145422cabb8a3c7d11ac74f1722760fee065d3bfa1d4 SHA512 0a7236d0bc52afbd22539d41d4a36ab70a3b424a3a6a25d68e3631c91873233142dcd502e4c75c62206c530bd33b9b280fddd79514efab187570256a0f9a540c WHIRLPOOL 6aa9f1ef93f32a64c571c154751c29fe6071296ed8e62b003dc20aaa1c6d3b3cfd34828e9bb56ad839200c4029d401640550a7f10dcc5d49922df7fd75583cd7
EBUILD requests-2.11.1.ebuild 1429 SHA256 1a68f2f96aa813824c6c9899d455917c8405e4182ebb6304f5115f8c6dd19e28 SHA512 9cfbdcb589a1f756f05959ecdabc8f9deac9619cb5ca778283cab8495a39af10dce424c6a755e8f02d1327bffe8176900838670bd70707a0d5b35a24bb46a9f6 WHIRLPOOL 0c45d96f569f8faf79bc42e6ebb25da7b4a85a207c796eb42242a4388c6a3566da2938d197030920370d8dc0c2dbf708fde1cd2f2156e505baae0d4f96b9931c
EBUILD requests-2.12.4.ebuild 1483 SHA256 9002c544a5b4abda27950ac21689031d152d74adc5693040ea3bc0d06d34f0a1 SHA512 96e63b5e870423fe9be41067bdabea0070a59ceb25be71cf9de9f7526ab4db7e575f87dd889e2b0a9600aaf1e6a4627ec7267b51de62fa32b58bea9ecd0721ce WHIRLPOOL c45949f3d4a830cafd8f7cc2732fbe6fea4a5ebdeb12b22e85bc59ed1c1390b7dc9541f755b6aa7460652dc0c0d1b32b83b95612910e12656debf9aa72beb56f
EBUILD requests-2.12.5.ebuild 1481 SHA256 8dd321f33322a09ad7d666c81d2e63374905f3f01f921149b1a2bc25f7329eca SHA512 b354d861a4cb34bdf3caa017b51351855948d3dd45efecd4b2e47d6e90548bab4bd06cb131d31af27e2c220032138f947444816d281f8262cc6347e806e6dbce WHIRLPOOL 512f0a682b97b3df83ecb9f213375185a7972bc0ba3d77a25651bdb644f98f569b6c7f743c9112cf78ca7098edc79f72bb8a8c9a70f86ed563b8d0f6c254b8e7
EBUILD requests-2.13.0.ebuild 1453 SHA256 58720948e06060f4bf439dc1f83f2c1cbdd0948e30cfbd9c4b66d2123165208d SHA512 0a92dfe4603f01edc82ed0fa2010530f1f79a418350584e773820b15d98f371d4479f2ccc71dc2231b40ebb9fe24b84f2b5289f2fe2de494d9d402417384576e WHIRLPOOL 079051c654360dc14a2676319a8b686dda1d0744b1e0866f9ef486b29ded523aa693e92cec13ef83f70061c259253a25c673212591012f4759ddad4d7d60fc5c
EBUILD requests-2.7.0.ebuild 1113 SHA256 4fe5e49921d2c8c293489249d93ea816a0a852bc0b4c44e502e18c8dd7604e26 SHA512 86f42cbe1f1a19b9d83d5a9f6aa169e4d38974f0ebb263e2581f86393568909b7a6c63529eb4582b83c008611b5fc4113e6b0b5809fbb6e60daa3a16001401f4 WHIRLPOOL 3c1b09dfbb8fc171624d4a004c81545b3b49566faabe3ee1cbcf6d4979e62093e073bb0764ac07070fd5fc67829497b288ac78ed356798bcb55830f9de2d8185
EBUILD requests-2.8.1.ebuild 1377 SHA256 d711c4164035a6f51c4c344a540d8015d3674be7ac6052dc28d877e05344b592 SHA512 d07d7af27ec4fe248549e29137c8e5e6500e3c67794845552de4db1728ed99afb06319f912eef1973e6c4bae2d22581526d36c09fe86235ed70186325eaf9465 WHIRLPOOL b039d74eba2af9bb3215f87d9636ab5a2bba21275125707be14cd427770bae65e2de6542495be8332298a34cc14268d8f644ad555d9eb5c9b1aac49d3c3f1bf8

@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/py-1.4.30[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.13[$(python_gen_usedep 'python*' pypy)]
>=dev-python/urllib3-1.13.1-r1[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.14[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

@ -25,7 +25,7 @@ RDEPEND="
dev-python/ndg-httpsclient[${PYTHON_USEDEP}]
>=dev-python/py-1.4.30[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.14[$(python_gen_usedep 'python*' pypy)]
>=dev-python/urllib3-1.13.1-r1[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.14[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

@ -25,7 +25,7 @@ RDEPEND="
dev-python/ndg-httpsclient[${PYTHON_USEDEP}]
>=dev-python/py-1.4.30[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.14[$(python_gen_usedep 'python*' pypy)]
>=dev-python/urllib3-1.13.1-r1[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.14[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

@ -1,12 +1,10 @@
DIST fakefs-0.10.0.tar.gz 44042 SHA256 fe7344afd8f329eb4155fdbe6110393ccb698fc3ec4b1294d3c2f93c1139a707 SHA512 f195320947e612ff148eeca2ca918201c6de7046caa3db90a5b011a9605347fe1e17563195ede19ba64fa96958de6204d55f45aa76cd8858d4926a4da0e3aea8 WHIRLPOOL 3b5c0b6fdd469875bf9f7166e4f854b5131c48417469f59fd49533477a22635e6b9c23b32ffe39c0b91aadf437a43c5350ff70abc52c6aa4f93900aa83b688e9
DIST fakefs-0.10.1.tar.gz 44083 SHA256 5b0b1746f7ee8eafa4a8b045a37fa120ffe1f0adc10d0f94fe95b01f085ae9db SHA512 e15fc500839a9040715d7af8c16caab7102cb16563451b70232cc22049c0fd3c77703688cbf7a051c96d412607032c6d8f6664c8dd94a68821e15c57276d228d WHIRLPOOL b8c006570e0d2535bb14b52a66fc2bda05561234d7241d2d86bdecc9b8c19243525e9aa15968890f70cfa1d30446ee7e97d6e8e7225c88db3265717a095d0953
DIST fakefs-0.10.2.tar.gz 44086 SHA256 1cfe46b784f1bdba1ca7ec33ea5b2a64ad7f0e1fc23a9cb07e5a230de0c48ee6 SHA512 6c74692bfeebe90be663b3f3293a31bc5a5a1b65102cc7f3eba55f695a23380dcda9792d1bcfdde018c8f749f56a024dc581c99b0992a6e6271b9ea19596c478 WHIRLPOOL 5da139155286a7c2f8d6a56251081108aa9f0cb8cdcfab46cb29499ae51a25e7b0c4b42c777b926864babb54482067f86d107fc48d5c7b836da42ee1296c0606
DIST fakefs-0.11.0.tar.gz 44675 SHA256 43053f3997afe9ed909e1e24e044bd6ce8db153d830847042bf8fd1cf6ce0eb3 SHA512 8d3347e7d2f088eba75a67c61b029a8eb40a14a553824c74d0af1f22211daed3502d7e31676cad90c436cbece17f5d3ee7522bc4ede9578d3ee5ab24ca02b4c5 WHIRLPOOL 11d084e4308ecefa446fe640a8e6ec5a4a5787d33fbe84ced312773ef9e25ab145a3ea25657a2c45622beb85f28dbf370970152be09cc02d6ee70e7ddc36ad01
DIST fakefs-0.6.0.gem 41984 SHA256 43a668e9a436654d66eff7e896793800b4b8d87c3ecd5a6a84e23fb52580150e SHA512 8c0eac75103e1917551e2f5e74a5324d5a606e7692a8e4c49c9b97e2b5005bd381073a5780a8e6d1fb661a1bb4a67e56c29ce98cd2e2e62cce22602c30e4225f WHIRLPOOL c1a520c9cf3913e727ef570367d238e2ec88eb8d41789d1d33e9227a5a5dd9c62f4a462374066e1e5b5c5ac8bb0f738e6513b4d4182c20969178a82f90aa2739
DIST fakefs-0.9.2.tar.gz 42792 SHA256 ee101189b93b96ef6980d10e6320294641488691e4ab9b6057169f3fd1fc43fa SHA512 ba68f9d240d54379ba8b16dcb3e375b586c50f78a081a916151d21af2d6d8b61471fdc842ad91d1390e8dcf54b0744e95ba4794a5ebc915858886ec47f9dbb8a WHIRLPOOL 60362f90e57abee6bfa6b8ecc833b6ff62558b7b14efe8f0c084b244e961511c839446f1f16bc7b1c1361c8cdc5031993083cac4a9aab6ed081f8fea5e6275be
DIST fakefs-0.9.3.tar.gz 43920 SHA256 e08987f90f800a686a911ea1c93eb56054b1722fb2a9d21e9a5351134c881743 SHA512 d1973f599d8721aeabc65c45e9de0342cba94fb095379234fc7fc80be8459a98aa7c491e9bd112b036df77fdbdf3069d0ac2d1132a9592a9a776cac7881ef4c0 WHIRLPOOL 50aceb78ba99136e7b2a5524910b034d3a8daada1353ae9309ed47d9e29ac6700b71e4a4800697fbc89c140e1303580474c3f2bebac24f472895006789a0d1e3
EBUILD fakefs-0.10.0.ebuild 1067 SHA256 3066cc15a443853467e30bba63330c011fce03c8677d291072aca3edf4352364 SHA512 f92984412f5a9fb3645955a678a51565c0a1c3ea2acd49f94d729ae764ce492c8fc01371846c01fb85f7cd55e0352a7724a0b0b12ece902af28e15bd3dbdc925 WHIRLPOOL c1eea81229bdc47916f715fd2bc35723259393d4274770a2d043570739dcda0109ed451c2b54fbe507c4fd5061cd1118f01c07710ceae78aec5e0caefd00cc2c
EBUILD fakefs-0.10.1.ebuild 1067 SHA256 3066cc15a443853467e30bba63330c011fce03c8677d291072aca3edf4352364 SHA512 f92984412f5a9fb3645955a678a51565c0a1c3ea2acd49f94d729ae764ce492c8fc01371846c01fb85f7cd55e0352a7724a0b0b12ece902af28e15bd3dbdc925 WHIRLPOOL c1eea81229bdc47916f715fd2bc35723259393d4274770a2d043570739dcda0109ed451c2b54fbe507c4fd5061cd1118f01c07710ceae78aec5e0caefd00cc2c
EBUILD fakefs-0.10.2.ebuild 1060 SHA256 26685fa419303b374bcdabccbf7ef3b1089ed48225c5b049a03594a82b82ba9f SHA512 ca2d064bfc3d997a2bc70a2c13cb1190561b89dc40955080fc639f6f422f7a7fc0dbd55cb241d242a60eb0b8d9458ac605e61281348cc1a4d389f8865375a3b1 WHIRLPOOL b48267e5102964727905fae6cdaaa330a513a6735b671e0584e6487931daadff00d521a80073052f4734706bbe41862c63691f3c2877afedda701f02d635afef
EBUILD fakefs-0.11.0.ebuild 1060 SHA256 26685fa419303b374bcdabccbf7ef3b1089ed48225c5b049a03594a82b82ba9f SHA512 ca2d064bfc3d997a2bc70a2c13cb1190561b89dc40955080fc639f6f422f7a7fc0dbd55cb241d242a60eb0b8d9458ac605e61281348cc1a4d389f8865375a3b1 WHIRLPOOL b48267e5102964727905fae6cdaaa330a513a6735b671e0584e6487931daadff00d521a80073052f4734706bbe41862c63691f3c2877afedda701f02d635afef
EBUILD fakefs-0.6.0-r1.ebuild 810 SHA256 1e0f3195aacea8e2993c0ce7fda34766aa672e97ee591a657612648849a7a193 SHA512 0e10c148484051d57ff339a351253f066d835a6cc5c8eb2a72b257fbe87de3f6a01f653025fcc39bd6e3990b8716cbec70567b9f90b0f8740a05418a293e9073 WHIRLPOOL d5d69da85c55f7dc8384842d120e083846f0cc1f1512393c1e77e6104a8e02d8554e6b99b139b38e1f9684a4ae1010519369516b66a88d9b98d82f352856155a
EBUILD fakefs-0.9.2.ebuild 1071 SHA256 b99dd7ac680d9b30133a5f04c1f8f0ea240004ed16d947995eaf30c4082bc16d SHA512 95bade55d17054e1d66a9cde0e5d3f5bb46dd831ec0a3472dcea9237039e05300c6bc823b7b014df2fa28b1927e66ed8c8bd461763e04bf0d8aa04185483fa67 WHIRLPOOL b2c14df1646a5e3960bfd03791733add9e037274c0d100d16c29e10143cd2bc4111e4352a482e7a1c4ee9de7fe3be51556c759bb0504ecd316f56bfdb389be85
EBUILD fakefs-0.9.3.ebuild 1062 SHA256 b990b6421a4d9f2865d5196258eeccd755cff9a7cede649a1536f3f893b6ec8a SHA512 b1a81a8dc3e0f26582d6be758398456b452a61fec8f9b252d6e4fe07a79c1192ab79717c6830b99b1dfc618a390fb5350010d1354bcb7bdc732cc0b54d3c694e WHIRLPOOL 6e55ccf7ff0ddca8a66ab5ca4c58d6d5a3350b499bfef615b0a5a708854c3c7d51f530898dd5ce95ce43b154aae94e8f7ee15d769adc60efd2051f300c963fa9

@ -1,42 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.md"
inherit ruby-fakegem eutils
DESCRIPTION="A fake filesystem. Use it in your tests"
HOMEPAGE="https://github.com/defunkt/fakefs"
SRC_URI="https://github.com/defunkt/fakefs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
test? (
>=dev-ruby/rspec-3.1:3
>=dev-ruby/minitest-5.5
)"
all_ruby_prepare() {
# Remove bundler
rm Gemfile || die
# Avoid unneeded minitest-rg dependency.
sed -i -e '1igem "minitest", "~>5.5"' \
-e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
}
each_ruby_test() {
RSPEC_VERSION=3 ruby-ng_rspec
${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
}

@ -3,7 +3,7 @@
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
USE_RUBY="ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="none"

@ -1,5 +1,5 @@
DIST htmlentities-4.3.4.gem 31744 SHA256 125a73c6c9f2d1b62100b7c3c401e3624441b663762afa7fe428476435a673da SHA512 0163d6c014ffebb4ee9bdb15d32884c8d6af60681f240d3f0177811d37647776b8f8fd0aa4f1c7559403f36a5538ce8da6926bc16cc8105bd6eed5c180db700b WHIRLPOOL 1f4454f2113eaf3cb6dc2dfe8dee97aecc4fdcf53ea71dca1aacab1fe6c65d27c2ce635ae54cf959bcf7b3625845d438afcbf28765e32a10013c4a86765a7a0c
EBUILD htmlentities-4.3.4.ebuild 556 SHA256 3b7ec825b74061114f12eff6cbdcf4fbf4ccc965d7e953a78bb674b60d99bb3f SHA512 541932fa0840656b2841b133e7becf7decd79835e086d776e2590c561ff2f1c00c409dcb1fcca7c049ce5b2a925d18f54cc0b30cf0ee895d4053229d55e39356 WHIRLPOOL 54824c3fa031be954f27961801861c212f0a57fe28d595709980cf5ce952cff5c2f42ccc87485bfbbf7eb94ab23d802f3376f62bd4a654733e17857e057c4a3a
EBUILD htmlentities-4.3.4.ebuild 558 SHA256 ae0cef2d8db379fc0a2f3f5d22a79780f3d77eddbb4784385ef0014d2aa8609c SHA512 1ddb6654c89882d44ba3cddbb9ea66f30536375c9a5fe203d205bc8e3951d86038caa61a1e1cdadee755ce9744cc9e91401d9280bc3b0cd8a6f0806e2b2c21f5 WHIRLPOOL 3d61561d0a180c7faa82c5f3b0c89eff100f76181bd20f99b9d89af77da939014fce674eba5b7256d73d5f52b45ce8fcf7b956bbf587d47094e4cc9c352097a5
MISC ChangeLog 4318 SHA256 41c4a11b3bc88ce2b44316f42b6b93e0015db77f7f78873fbf469836b512724a SHA512 2b09d2058e06c18e71b8f9ba690b88235b842ff72aa0a08bc5b053d9db307332bbfbc37a8d15f3a2957e0a3b345cc67c31895276516f0c7ed7b3ec4a9f45d167 WHIRLPOOL df5469297d2482367ba2aa2b327a83e388f5dc5e78b6565a05df21349fc7350492c1698e002fd0d88530e9145c7f1e5955f3348d9018516741ff733d9f240716
MISC ChangeLog-2015 5695 SHA256 9526984767c91c40fb6aafdadcba5023151cb1b6aeea7ba4ba23e12841f12913 SHA512 25655f3a65d2ccdcb41aa8b847c0b729bf19e5244fc7a68dd212fbf18a1e3602a3fcee45bbdeb836bf663887921b46b235e6439713fc781cbc3467ff90882aa5 WHIRLPOOL d1eab419fc303b7c8ac5be7ed967be365af2e321cb8abf7cbecacff689f1812251da346b0ec5a6f1ffd91137e8a2a1cfc1c7fb95766c45ef20248b9aca0dff1e
MISC metadata.xml 351 SHA256 4ac00576d7b76043503ad7c0050e70757926550dd7413360dafdc80fcf2f4ef1 SHA512 083e92aa92936ce5ca90881146d8999ad6685e7e024b192e61fb0dea24aa29ccf34786a73b7984dd7c8859555f8012fc9c6d40f902dae39bb0aab61565fac55d WHIRLPOOL afb0a5992dd0d82ef5c560bf3f332fbd27476fb308be47a6af0b447c223a3688a7699838d5bc8f17c4dd874fe6a6f4123478978aa67fb2e656b9fccade2cbf21

@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
@ -21,5 +21,5 @@ KEYWORDS="amd64 x86 ~x86-macos"
IUSE=""
each_ruby_test() {
${RUBY} -Ilib:. -S testrb test/*_test.rb || die "tests failed"
${RUBY} -Ilib:. -S testrb-2 test/*_test.rb || die "tests failed"
}

@ -1,7 +1,9 @@
DIST rbpdf-1.19.0.gem 291840 SHA256 6fb408bda05c81f27af4a73abd13a20de8b485a6b2752502645cf3d2cb9eb89c SHA512 7c83334bd0069e3a5ebaa8d7037bb7eca0652df6a72afed0d1fb594fa2359830801ae59162df69ee1766bdbf39fe9b0e960d3b8d7a1eb6a7a63cf5b27dfb9dae WHIRLPOOL 09ce985446f9e08119cf81b0891c27b3bbd2c59ddf8b5500014634f901ab580d8c23ca56eb54016f55d300d9e63cbdb73b8e916655a0035067786aca3e336569
DIST rbpdf-1.19.1.gem 524800 SHA256 405c47ab1fe0fdfa7c80c2d49a07e32fd4fefd6e65d0febbd381caa718203821 SHA512 d6b186cd9b66833e9ebad73f4109b748cdfdd16ea50c9df7a8eab2709f20fbcfcedbcc1decd14c96c4a6c91f4f387063553200e2a744cea8b76281474d83cb20 WHIRLPOOL 5981867beb4db096eacd397cc409bc4edd28127d0a19ca77e0abbc98118211d116d04c729d8bda787f69358ef16bcba0e6b87e1e4a7718e01960687bcd71c8d1
DIST rbpdf-1.19.2.gem 524800 SHA256 9195daf16f92c57b4ba45e77fb435101274c8bbd770e9f933f0dcacc5aca5373 SHA512 fcb27d7b4643e35ccffa13ab34221f45c744ca323f2ac497301d63d5c8a54367b67e8769f6e2f0cff7744520ececfef235769d895a9cff2a2f0b7376bc3ff95f WHIRLPOOL de5b5233765460effad2ea2d2fcad7b1354e1b6917c1529b8f4341390e3def18051f0a4eed77be386a690acf30583e114c5fbc5d1fa11592df9579eb99ff75e6
EBUILD rbpdf-1.19.0.ebuild 1225 SHA256 13cd2d4cf396c51daf63beb1a154591db21de7f342d07de95495cfc35f6df6b4 SHA512 54e8b9b94d45a1da0f36b92f81d8e6b0608ccb551dc46c6e3ef9cbb296b712647dfa2895d7ca56b5aa5d89d52c2da8ce3a196ef5c161b473734980e98bc1ad25 WHIRLPOOL 10124f1e25a0d381b6cbd174668a91e2cb7aff197105ac7382cb145da1573955148c7b0fff287c52531c43d986ac19c4221a83632e7db4849e9d4743034f27eb
EBUILD rbpdf-1.19.1.ebuild 1232 SHA256 2548e8375b7048395d1790819f64c5a4afde8c01a60e64fff8a9910eaa6c5ac1 SHA512 39a966d2f29953004ce5f34cb7409bcff4d3542710502dadedaf8677d3ca5b54deda07c5866909a9d84d78303dad73158bc6e9583d6d1398ec294a352e46bf49 WHIRLPOOL c4de4dca9d9260a94e27ddd75a83576cc9ca86a66ea70445335debff7c0e1456ae0f0223c42dfe9cc86049343b49487a9fd16138d743789b8f7d78b10c14b1bd
EBUILD rbpdf-1.19.2.ebuild 1232 SHA256 2548e8375b7048395d1790819f64c5a4afde8c01a60e64fff8a9910eaa6c5ac1 SHA512 39a966d2f29953004ce5f34cb7409bcff4d3542710502dadedaf8677d3ca5b54deda07c5866909a9d84d78303dad73158bc6e9583d6d1398ec294a352e46bf49 WHIRLPOOL c4de4dca9d9260a94e27ddd75a83576cc9ca86a66ea70445335debff7c0e1456ae0f0223c42dfe9cc86049343b49487a9fd16138d743789b8f7d78b10c14b1bd
MISC ChangeLog 3370 SHA256 ec83a2af5d1bf8de96ef492c40a99d840ee0f6fcaa1e5f1dc66f2e9a9626c7b3 SHA512 a76f0cadfaec83803e66337561f78fdc0be11ffbaf7324c3bc99221ccf6229bd5a200e820a9eab42dbc878378dc795b92f2ca5e1e063b11d640de4114ceab87d WHIRLPOOL c4464266d14b41c7e566b6257577d61936b1ac78d87715f463cc37699137c3094dbb074346cab3621f7ca498ac8ff0f88a9129b963a004bae62b94f9f351cd3d
MISC ChangeLog-2015 781 SHA256 5c074c831a0ea501a9a5679c9d6b951c3d8f77fc0daac270c8b2681ac39a0315 SHA512 c3252a01b109a155b2847db7452cff027e66b05153f652c5f66bda1aad01c5f58a0e11721266f4555afb13a66f812858e93f31883c24e61fdb54bcce2c908cfb WHIRLPOOL abaa2a4624e58b584205ba03248e5631f6d127a43e4251ceef6938bf0909a04ed17c07ef5b9146da0d7730dd7ac9455cd92169b4e504617c17105d2a0042ab28
MISC metadata.xml 417 SHA256 a0e09c501dc70d51d2a9ad6139f05b7b79b2165df01e3f262f8b5cd6bb9d9cb0 SHA512 c33c8dded82e45f867b4e93cb3be96cabf42152bfd6aa13f9144fae15b2b4f4b8f503d4aef4af8c2448584c2e71251c958b8dacb14c26da4a6c2b9b3ff442dc4 WHIRLPOOL 852f7f272f08993f70d27ff663f4916f64de609b2df741695a818c94547fb5da7fd91c122551789ba30e64ed1f897d0cc6c8035c22bc1e5dddbaa02f5ee7985a

@ -0,0 +1,50 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22 ruby23"
# Avoid the complexity of the "rake" recipe and run the tests manually.
RUBY_FAKEGEM_RECIPE_TEST=none
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="Ruby on Rails RBPDF plugin"
HOMEPAGE="https://github.com/naitoh/rbpdf"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-3 )"
ruby_add_rdepend "dev-ruby/actionview:*
dev-ruby/htmlentities
=dev-ruby/rbpdf-font-1.19*"
all_ruby_prepare() {
default
# This test is enabled automagically in the presence of rmagick, and
# then fails.
rm -f test/rbpdf_image_rmagick_test.rb \
|| die "failed to remove rmagick tests"
# Loosen very restrictive htmlentities dependency
sed -i -e '/htmlentities/ s/=/>=/' ${RUBY_FAKEGEM_GEMSPEC} || die
}
each_ruby_test() {
local cmd='gem "test-unit", ">= 3.0"'
cmd+=' and '
cmd+='require "test/unit"'
cmd+=' and '
cmd+='Dir["test/rbpdf_*.rb"].each{|f| require("./" + f)}'
${RUBY} -Ilib:.:test -e "${cmd}" || die "test suite failed"
}

@ -1,7 +1,9 @@
DIST android-studio-ide-145.3537739-linux.zip 459957542 SHA256 982377b5694a40782cd9b1190e6fb9d2046bb9cc0767b2ba7cd5aebda773d581 SHA512 2e005b2232b43e84875008e1e0bec70afff68839733bfa6e0195be23c6c76be29540321937235620c3481beb31c030086df430e73a8e16e3a10bce5e0c98753f WHIRLPOOL f30b44abaf5f7b5b69eaa5c58864a11f2fc53b1bcf1c34ba524f7bf13de5d230476d4ab564fdeb40e1e2060a9526e3268c0189db8ed1bfbff47be4f6192f606e
DIST android-studio-ide-162.3764568-linux.zip 449372867 SHA256 214cee47ef7a628c712ae618f5aab6c2a56a72aa479a50937d4cad5a0abf8435 SHA512 36609ca69e7ebb62f14d9a8aa25eb2fe022acc99b0ffa4b1de7eb4c4554455bf3ea10c06d152e4fc14bc88e6f4990129aa5cbf605da883abf02a6a11c8be8293 WHIRLPOOL 8bdcc5b3f4f3f07d3e4e54d729eb46afdd018340e14676422b1e1f1276d73e891672dcfa2be225b8ec4f776b955751271a9c49133df658ff366e56149f9a6d04
DIST android-studio-ide-162.3871768-linux.zip 450391500 SHA256 36520f21678f80298b5df5fe5956db17a5984576f895fdcaa36ab0dbfb408433 SHA512 af49146ac2c744f75c563ff00a48805c5edac8a8f0b38d42179384d3fc8188f648ce6974f8b1312bfc52449285063c78acda609199d38397cbd4e319a2cee206 WHIRLPOOL 1e8106bfb7bc785861edfb6891b6e25618abfd1818130c1b854a3e887beb2cf98011ee16af1bcf21f1552fdbce2ff55c55d0c490e92d7f5b3ef8ee23cf440b5d
EBUILD android-studio-2.2.3.0.145.3537739.ebuild 2703 SHA256 353f619c8640d3db5eef286e4536a87eb401fec3c9a288f7575793d43a45e065 SHA512 60e6aea315abc855f4dd01a2d6bdcad57b76ed1cbf1100caaef34558c5103ccb02748de929016fdd55ecd3419502101ebf38cb1864d010555c0b150316882ee3 WHIRLPOOL 9b5104e3741c2c64e25231ea95dec92c457b49ac2f53a682175e7ba5e7c4b6cff57aa55fb3d19649cd0bb4824967a5b0b5a6fba5d9d80fb8ee9560f440556361
EBUILD android-studio-2.3.0.8.162.3764568.ebuild 2705 SHA256 1d5eaa267fc02bfddd9b576a4aa313b1788ad9a45333902de7e1f3f6b288806b SHA512 52bc174ab107c9a86e8f65b3d04bedfbe493599c48c3eaacb6c88f9b4a68c00f1f1e9c6851908395a45d35f87fe4f51a4f339d70724d8c40dd3025736022dbf6 WHIRLPOOL 21f964fd18daa9eb362ed6876104b686229c89aecdb520511bb71b5e022e085e39161dd9a1647eec21042927bc71e171674063857a24747353eeb5439be289ed
EBUILD android-studio-2.3.0.8.162.3764568.ebuild 2703 SHA256 353f619c8640d3db5eef286e4536a87eb401fec3c9a288f7575793d43a45e065 SHA512 60e6aea315abc855f4dd01a2d6bdcad57b76ed1cbf1100caaef34558c5103ccb02748de929016fdd55ecd3419502101ebf38cb1864d010555c0b150316882ee3 WHIRLPOOL 9b5104e3741c2c64e25231ea95dec92c457b49ac2f53a682175e7ba5e7c4b6cff57aa55fb3d19649cd0bb4824967a5b0b5a6fba5d9d80fb8ee9560f440556361
EBUILD android-studio-2.3.1.0.162.3871768.ebuild 2719 SHA256 4940f80141f8249a2183ae8141db9015aaa306e9183a0fd758f7bc13b355d4eb SHA512 d5891640cf450bba0c651f5a10df6354b35d42a2d77ea8b258555890c5f389e8cb9209e65e2410e0f9f6570fdc4452c72675473b1edf70edaea09be9c30a4a2a WHIRLPOOL 9b8b78f1b724acbce27b4c62a950c0b53368ea43b1bb3eda3b7700594aa5532bfde210cb967a798bd17fe44d664a051664c3ab2e38be9a43fe57318c39e2f245
MISC ChangeLog 10211 SHA256 a8e1d7adff2dec32f7dba160601e9a7c9d492e771c7816f0e8cacefb62e0406d SHA512 58a5ccdcb5f8e3de65f01e33c5f316be59f2f2199fdf9683490c94c42005247e961603e4d23c91b948a552c899b268ea4932551a59dafd0325f090fe43a54f74 WHIRLPOOL c609dc7a79b943ee4ea393adb2a11e91f2adba23cb203fd6341a530af1a7d860f79c6444128fa85f1d65e5c084bc0306fb5396af849a77039035cf473f77ea99
MISC ChangeLog-2015 4579 SHA256 fcda269857b7243a4d6517b614aefc6de1847194d725c66bc9b5a7383f48f7f1 SHA512 2033de5e742271778dd540d7af3f1362eb46bfd413b26490781b892d08462ebe5221ae2d4439c7f5b1943767307d9973d3a6169a78425b78fbec730cb9c5457a WHIRLPOOL 82f4ed6caf282f8b2aa1caa51ad35647690dda7a9973948ec1a5ca87a94ba20f2518c8472710fe260f8ebb7402243389bfd54621e6bbd9a7182afeedc578421c
MISC metadata.xml 220 SHA256 0f9b760bdf307e4eb7e930032df80e31c7dd8681f3f14fe37be63585790b2767 SHA512 9316c4d43c1ca819f3d2111553313246af1166f9fb95a666797ff28ca6b0410e92fbe4f94cf70a046e8086d824b47bed8b3c0d1ec1498a3be779cf9a828e9868 WHIRLPOOL 5575d4398d983a8d060a8f759845b19c471606c6af96c43f786c906db4fb9de337e6a2c4d168e9792c71caa6970eb1e5ce0b6480675289853468777cd49d8ccc

@ -25,7 +25,7 @@ SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-
LICENSE="Apache-2.0"
SLOT="0"
IUSE="selinux"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
DEPEND="app-arch/zip
dev-java/commons-logging:0

@ -0,0 +1,99 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils java-pkg-2 versionator
RESTRICT="strip"
QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so
opt/${PN}/bin/fsnotifier*
opt/${PN}/lib/libpty/linux/x86*/libpty.so
opt/${PN}/plugins/android/lib/libwebp_jni*.so"
if [[ $(get_version_component_count) -eq 6 ]]; then
STUDIO_V=$(get_version_component_range 1-4)
BUILD_V=$(get_version_component_range 5-6)
else
STUDIO_V=$(get_version_component_range 1-3)
BUILD_V=$(get_version_component_range 4-5)
fi
DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
HOMEPAGE="http://developer.android.com/sdk/installing/studio.html"
SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="selinux"
KEYWORDS="~amd64 ~x86"
DEPEND="app-arch/zip
dev-java/commons-logging:0
dev-java/log4j:0"
# dev-java/guava:18
RDEPEND=">=virtual/jdk-1.7
selinux? ( sec-policy/selinux-android )
>=app-arch/bzip2-1.0.6-r4
dev-java/commons-logging:0
dev-java/log4j:0
>=dev-libs/expat-2.1.0-r3
>=dev-libs/libffi-3.0.13-r1
>=media-libs/fontconfig-2.10.92
>=media-libs/freetype-2.5.5
>=media-libs/libpng-1.2.51
>=media-libs/mesa-10.2.8
|| ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage x11-libs/libnotify )
|| ( >=sys-libs/ncurses-5.9-r3:5/5[tinfo] >=sys-libs/ncurses-5.9-r3:0/5[tinfo] )
>=sys-libs/zlib-1.2.8-r1
>=x11-libs/libX11-1.6.2
>=x11-libs/libXau-1.0.7-r1
>=x11-libs/libXdamage-1.1.4-r1
>=x11-libs/libXdmcp-1.1.1-r1
>=x11-libs/libXext-1.3.2
>=x11-libs/libXfixes-5.0.1
>=x11-libs/libXrender-0.9.8
>=x11-libs/libXxf86vm-1.1.3
>=x11-libs/libdrm-2.4.46
>=x11-libs/libxcb-1.9.1
>=x11-libs/libxshmfence-1.1"
S=${WORKDIR}/${PN}
src_prepare() {
eapply_user
# This is really a bundled jdk not a jre
rm -R "${S}/jre" || die "Could not remove bundled jdk"
# Replace bundled jars with system
# has problems with newer jdom:0 not updated to jdom:2
cd "${S}/lib" || die
local JARS="commons-logging log4j"
local j
for j in ${JARS}; do
rm -v ${j/:*/}*.jar || die
java-pkg_jar-from ${j}
done
}
src_compile() {
:
}
src_install() {
local dir="/opt/${PN}"
insinto "${dir}"
# Replaced bundled jre with system vm/jdk
# This is really a bundled jdk not a jre
doins -r *
rm -rf "${D}${dir}/jre" || die
dosym "/etc/java-config-2/current-system-vm" "${dir}/jre"
fperms 755 "${dir}/bin/studio.sh" "${dir}"/bin/fsnotifier{,64}
chmod 755 "${D}${dir}"/gradle/gradle-*/bin/gradle || die
newicon "bin/studio.png" "${PN}.png"
make_wrapper ${PN} ${dir}/bin/studio.sh
make_desktop_entry ${PN} "Android Studio" ${PN} "Development;IDE"
}

@ -20,7 +20,6 @@ DIST cederqvist-1.12.12.html.tar.bz2 137581 SHA256 6bdd66581ec363e05313a14db27cd
DIST cederqvist-1.12.12.pdf 1252423 SHA256 211c5792d24bfd5694f23bc217a161d880bfb2447c41016fab6f657168b041ce SHA512 aa90b76664ca103cf41831a5595d5e99df9fd87633aa5a500569f43854ca6e409a26b655f02ed59cde1c37ce88c40e06f3b3376ad71fdc9487032c3f0898706a WHIRLPOOL 88d015117c05716df6d0cdc763f16dc488f0641624475e9bd33478485dd32e36a7ee5c49a1789ebdd173e665ae5963e75975342d7308e8e453adb65dd31ec6c5
DIST cederqvist-1.12.12.ps 1262208 SHA256 0e14189614e2c5ead49bfe0ecd187239f8adc3e66371b49d52163be821e44cab SHA512 9a061ef90c664fbb4f882644f72c4f80ffbe0233b6b364511b1c7f18f0a53383980a6ddda326b6df1f2fe1899aed3225de89b55a65a1d9101ba81d1c10c067e2 WHIRLPOOL fb1616ca734e51a626713e7e78786ecbff18378966c2c131f6992df248096d38e850123449d3a5a6aa111ee209f90ef48848da7366b21cb6befeccf07ce54ab6
DIST cvs-1.12.12.tar.bz2 3197171 SHA256 9fb9176d268b9019768fc57dedc2920c28fbeda5ba224c2348550d4f25043edc SHA512 31c679b77b887e02d9c8c381b0dfb42f1207ef4ca806cd92843638eb2126ed032e99bda70a3e20ea2a029670ff39c40088a43435632e381739e6c2f978e6f4bb WHIRLPOOL 74257976cdb957e86fb9fb7e54fc8c0b7210f72136ce05327203d935195e7a3bdda0c1d616dc04cb1d6495cb038ca7275e88488eddb5d936c1cfceb94583278c
EBUILD cvs-1.12.12-r10.ebuild 2969 SHA256 59c4a88ea77244e38040696105cc91d89a5f54ce4a42c8d263c519558eff1b52 SHA512 cf4ca216c96fc4b5797424cfadcad4989ecd9043c6bdbf3fe91254d2f4d892728de46b0038ff37afa55b84a9b927a775ddb14d4e511987174a79540bc95e455e WHIRLPOOL bff582ccb14b9a7e609c13649b50726b1f5a7ad0ab80e1b4dbf7d5bb2b2d5cd3b0c91fe938227259a28ac85deb541d5b19dfbdb02953bde6e6f19347f9f223c4
EBUILD cvs-1.12.12-r11.ebuild 3007 SHA256 17ea0b7e9658806e79625f466658c1a982d5ec525036f5622a348a0f08aaf72f SHA512 d7c9875e3990bea839ad68c5d3620dd4762841386554a52543c9cd36206e393f08ee277514cd48aaa6d1bd370b6abf77434d80364c6897029cfee6d6485bca00 WHIRLPOOL ab15c1e58a6efb4f933308ca4936fd7397eedccce42236ad174eb7c1868dbd1aafddd9ca03843678e0157694e98657816c49400b5dec52405a4b02dd90580449
MISC ChangeLog 6799 SHA256 8607050a8849cc9aa6684c3116b84fed49b4317632814aa4b5ef9b45ff3c2b6a SHA512 356f2de0b8f29cb70978f50eaa7ca940ef909731c1e527e1d9dabc7251da8eb8051f8bee1fb6eccf665b6a1da56ea91eb849613b0b62d0c3377587ee4d7a5a6f WHIRLPOOL 6b19af275fbf88c2e583991f31ab74bce924ee4e3b944f3f9ce622e69ecc4b6bc2a47842e6cd52fc8943d03123d8943eac5036bed40f42908a12b8ad73989fe3
MISC ChangeLog-2015 25705 SHA256 89571841b8c2db0a16ca4017d5a66695019ab49bb297f9034ec6211b28c7c73f SHA512 12b28d936b1a0fda3f6d4a90ce4c46cd6962ceab5743525a7098c080109d8d42d44c40fd81aa10bd97355b226f58c60584001e174af239e14d8c4dc1de575332 WHIRLPOOL e903cd4c13fc52166e46ff66b793ec47a360fd8a38ac1a539285a73e4e6c3465194889b73b76f59a10caf009f117dae4a6134868e3515ee63224bb65ec9ab300

@ -1,90 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
inherit eutils pam toolchain-funcs
DESCRIPTION="Concurrent Versions System - source code revision control tools"
HOMEPAGE="http://www.nongnu.org/cvs/"
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
doc? ( mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="crypt doc kerberos nls pam server"
RESTRICT='test'
DEPEND=">=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
pam? ( virtual/pam )"
src_unpack() {
unpack ${P}.tar.bz2
use doc && unpack cederqvist-${PV}.html.tar.bz2
}
src_prepare() {
epatch "${FILESDIR}"/${P}-cvsbug-tmpfix.patch
epatch "${FILESDIR}"/${P}-openat.patch
epatch "${FILESDIR}"/${P}-block-requests.patch
epatch "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
epatch "${FILESDIR}"/${P}-install-sh.patch
epatch "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
epatch "${FILESDIR}"/${P}-getdelim.patch # 314791
epatch "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641
epatch "${FILESDIR}"/${P}-fix-massive-leak.patch
epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
use server || elog "If you want any CVS server functionality, you MUST emerge with USE=server!"
}
src_configure() {
if tc-is-cross-compiler ; then
# Sane defaults when cross-compiling (as these tests want to
# try and execute code).
export cvs_cv_func_printf_ptr="yes"
fi
econf \
--with-external-zlib \
--with-tmpdir=/tmp \
$(use_enable crypt encryption) \
$(use_with kerberos gssapi) \
$(use_enable nls) \
$(use_enable pam) \
$(use_enable server)
}
src_install() {
emake install DESTDIR="${D}" || die
insinto /etc/xinetd.d
if use server; then
newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver || die "newins failed"
fi
newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \
MINOR* NEWS PROJECTS README* TESTS TODO
# Not installed into emacs site-lisp because it clobbers the normal C
# indentations.
dodoc cvs-format.el || die "dodoc failed"
use server && newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
if use doc; then
dodoc "${DISTDIR}"/cederqvist-${PV}.pdf
dodoc "${DISTDIR}"/cederqvist-${PV}.ps
tar xjf "${DISTDIR}"/cederqvist-${PV}.html.tar.bz2
dohtml -r cederqvist-${PV}.html/*
dosym cvs.html /usr/share/doc/${PF}/html/index.html
fi
newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
}

@ -0,0 +1,161 @@
This terms of use agreement (this “agreement”) (together with the documents referred to in it) is a legal agreement between you and Troupe Technology Limited incorporated and registered in England and Wales with company number 08293148 and whose registered office is at 18 Mitchell Road, West Malling, Kent ME19 4RF, United Kingdom (“we”, “us” or “our”) for the use of our Gitter platform (“Gitter”).
By using and/or registering to use Gitter (whether as a free user or a paid user), you must read, agree with and accept all of the terms and conditions contained in this agreement. This agreement is provided to you and concluded in English. You agree that any use by you of Gitter shall constitute your acceptance of the agreement. We recommend that you store or print-off a copy of the agreement (including all policies) for your records.
If you do not agree to the terms of this agreement, please refrain from using Gitter.
1. Applicable terms
1. This agreement refers to the following additional terms, which also apply to your use of Gitter:
a. our acceptable use policy, which sets out the permitted and prohibited uses of Gitter. When using Gitter, you must comply with this acceptable use policy;
b. our privacy policy, which sets out the terms on which we process any personal data we collect from you, or that you provide to us. By using Gitter, you consent to such processing and you warrant that all data provided by you is accurate;
c. our cookie policy, which sets out information about the cookies on Gitter; and
d. a Creative Commons licence, which sets out the terms on which public conversations may be used and shared.
2. Gitter is built on top of GitHub. You must, therefore, comply with GitHubs terms and conditions. You acknowledge that we have no control over GitHubs terms and conditions.
3. If you subscribe for any of our other services you will also have to agree to the terms that govern the service you have subscribed for.
2. Accessing Gitter
1. We have developed Gitter to enable better communication between people and teams. You may use Gitter as either a free user or as a paid user.
2. In consideration of you agreeing to abide by the terms of this agreement, we hereby grant to you a non-exclusive, non-transferable, licence to use Gitter on the terms of this agreement.
3. Access to Gitter is permitted on a temporary basis and we reserve the right to withdraw or amend the services or functionality that we provide on Gitter without notice. We will not be liable if for any reason Gitter is unavailable at any time or for any period.
4. From time to time, we may restrict access to some parts of Gitter, or the entire Gitter platform, to users who have registered with us. We will use reasonable endeavours to fix issues and bugs in Gitter as quickly as we can.
5. If you choose, or you are provided with, a user identification code, password or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any third party. We have the right to disable any user identification code or password, whether chosen by you or allocated by us, at any time, if in our opinion you have failed to comply with any of the provisions of this agreement.
6. You must not misuse Gitter by knowingly introducing viruses, Trojans, worms, logic bombs or other material which is malicious or technologically harmful. You must not attempt to gain unauthorised access to Gitter, the server on which Gitter is stored or any server, computer or database connected to Gitter. You must not attack Gitter via a denial-of-service attack or a distributed denial-of service attack.
7. If you breach clause 2.6, you will be committing a criminal offence under the Computer Misuse Act 1990. We will report any such breach to the relevant law enforcement authorities and we will co-operate with those authorities by disclosing your identity to them. In the event of such a breach, we reserve the right to immediately cease your right to use Gitter.
3. Public and private messaging
1. Gitter allows users to communicate with each other, including the ability to send, receive or view public messages (for example, messages in Github public repositories or public Gitter channels) or private messages (whether one-on-one private conversations, group private conversations or messages on Github private repositories (together “private messages”)). You acknowledge and agree that you shall not misuse this functionality and will comply with the terms of this agreement and our Acceptable Use Policy at all times.
2. You acknowledge and agree that private messages:
a. are permanently stored by us;
b. are available and accessible for a limited or unlimited period of time depending on your subscription level;
c. are not completely private and shall be stored, and will be accessible by, us and its employees, agents and representatives; and
d. may be disclosed by us if required by law or any order of the court or any relevant regulatory body.
3. You acknowledge and agree that public messages and other user generated content:
a. can be viewed by all users and are indexed by search engines;
b. are accessible for an unlimited period of time; and
c. are subject to the Creative Commons licence: Attribution + Noncommercial + ShareAlike (BY-NC-SA).
4. Payment, upgrading and downgrading
1. If you wish to subscribe for a paid account, you:
a. must pay to us the relevant [monthly] fee as set out on our pricing page;
b. agree and undertake to pay to us (without any deduction) the relevant monthly fee in advance in full (in USD) and authorise us to collect the full fee from you each month until you cancel your subscription. All fees and charges will be exclusive of VAT (or other sales taxes). You shall be responsible for, and shall pay, any fees charged by your bank or credit or debit card provider;
c. acknowledge, subject to clause 5, that the relevant monthly fees are non-refundable.
2. If you upgrade from a free account to a paid account, or upgrade to a higher level paid account from a paid account, we will immediately bill you and you agree to pay to us (without any deduction) the relevant monthly fee in full (in USD).
3. You may downgrade your account level at any time but doing so may cause the loss of features and functionality. We do not accept any liability for such loss.
4. We reserve our rights to amend the fees at any time.
5. Cancelation and refunds
Cooling off period
1. If you are a consumer, you have a legal right to cancel a contract under the Consumer Contracts (Information, Cancellation and Additional Charges) Regulations 2013 during the period set out below in clause 5.2. This means that during the relevant period if you change your mind or for any other reason you decide you do not want to use Gitter, you can notify us of your decision to cancel this agreement and receive a refund.
2. Your legal right to cancel this agreement starts from the date you receive confirmation of subscription from us, which is when this agreement between us is formed. You then have a period of fourteen (14) working days in which you may cancel (“cooling-off period”). Working days means that Saturdays, Sundays or public holidays in England are not included in this period.
3. To cancel this agreement during the cooling-off period, please contact us in writing to tell us by sending an e-mail to support@gitter.im. You may wish to keep a copy of your cancellation notification for your own records. If you send us your cancellation notice by e-mail or by post, then your cancellation is effective from the date you sent us the e-mail or posted the letter to us.
Cancellation after the cooling off period
4. After the expiry of the cooling-off period set out in clause 5.2, you may cancel your account at any time by [clicking on the Cancel your Account link on your account settings page]. You are solely responsible for properly cancelling your account.
5. If you cancel your Gitter account before the end of your current paid up month, your cancellation will take effect immediately and you will not be charged again. You will not, however, receive a refund in respect of the remaining dates in the paid up month.
6. Your indemnities and undertakings
1. You agree that when using Gitter you will comply with all applicable laws and this agreement. In particular, but without limitation, you agree not to:
a. use Gitter in any unlawful manner or in a manner which promotes or encourages illegal activity; or
b. breach any law, statute, contract, or regulation;
c. act in a manner that is obscene, defamatory, libelous, unlawfully threatening or unlawfully harassing;
d. provide false, inaccurate or misleading information;
e. use an anonymising proxy; or
f. attempt to gain unauthorised access to Gitter or any networks, servers or computer systems connected to Gitter.
2. (together the “Restricted Activities”)
3. Except as expressly set out in this agreement or as permitted by any local law, you undertake:
a. not to rent, lease, sub-license, loan, translate, merge, adapt, vary or modify Gitter or your access to Gitter;
b. not to engage in any of the Restricted Activities, nor control an account that is linked to any of the Restricted Activities;
c. not to make alterations to, or modifications of, the whole or any part of Gitter nor permit Gitter or any part of it to be combined with, or become incorporated in, any other programs or websites;
d. not to disassemble, de-compile, reverse engineer or create derivative works based on the whole or any part of Gitter, except those parts of Gitter that are published under open-source licences;
e. to include our copyright notice on all entire and partial copies of Gitter in any form; or
f. not to provide, or otherwise make available, Gitter in any form, in whole or in part (including, but not limited to, program listings, object and source program listings, object code and source code) to any person without prior written consent from us, except those parts of Gitter that are published under open-source licences.
4. Notwithstanding clause 6.1 and 6.2, you agree to indemnify us in full and on demand from and against any loss, damage, costs or expenses which we suffer or incur directly or indirectly as a result of your use of Gitter otherwise than in accordance with this agreement or any applicable laws.
5. You warrant to us that all the information you provide to us is true and accurate to the best of your knowledge.
7. Intellectual property rights
1. We are the owner or the licensee of all intellectual property rights in Gitter, and in the material published on it. Those works are protected by copyright laws and treaties around the world. All such rights are reserved.
2. The trade marks, service marks, and logos (“Trade Marks”) contained on Gitter are owned by us, our group companies or third party partners of us. You cannot use, copy, edit, vary, reproduce, publish, display, distribute, store, transmit, commercially exploit or disseminate the Trade Marks without the prior written consent of us, the relevant group company or the relevant third party partner of us.
3. Subject to the terms of the Creative Commons licence which governs user generated content:
a. you must not modify the paper or digital copies of any materials you have printed off or downloaded in any way, and you must not use any illustrations, photographs, video or audio sequences or any graphics separately from any accompanying text;
b. our status (and that of any identified contributors) as the authors of content on Gitter must always be acknowledged.
c. you must not use any part of the content on Gitter for commercial purposes without obtaining a licence to do so from us or our licensors.
d. if you print off, copy or download any part of Gitter in breach of this agreement, your right to use Gitter will cease immediately and you must, at our option, return or destroy any copies of the materials you have made.
8. Uploading content to Gitter
1. Whenever you make use of a feature that allows you to upload content to Gitter, or to make contact with other users of Gitter, you must comply with the content standards set out in our Acceptable Use Policy.
2. You warrant that any such contribution does comply with those standards, and you will be liable to us and indemnify us for any breach of that warranty.
3. Any content you upload to Gitter in a public message will be considered non-confidential and non-proprietary. To the extent it is necessary in order to complete your requests, you grant to us a perpetual, worldwide, non-exclusive, royalty free and fully paid licence to, without limitation, use, sublicence, copy, repost, transmit or otherwise distribute, publicly display, publicly perform, adapt, prepare derivative works of, compile, make available and otherwise communicate to the public the content
4. We also have the right to disclose your identity to any third party who is claiming that any content posted or uploaded by you to Gitter constitutes a violation of their intellectual property rights, or of their right to privacy.
5. We have the right to remove any posting you make on Gitter if, in our opinion, your post does not comply with the content standards set out in our Acceptable Use Policy.
6. You acknowledge and agree that Gitter acts merely as a passive conduit and/or host for the uploading storage and distribution of such content. The views expressed by other users on Gitter do not represent our views or values. We cannot and do not review the Content created or uploaded by its users, and neither we nor our subsidiaries, affiliates, successors, assigns, employees, agents, directors, officers and shareholders has any obligation, and does not undertake or assume any duty, to monitor Gitter for content that is inappropriate, that does not or might infringe any third party rights, or has otherwise been uploaded in breach of this agreement or applicable law.
7. You are solely responsible for all of the content that you upload, post or distribute to, on or through Gitter, and to the extent permissible by law, we exclude all liability with respect to content and the activities of users.
9. Changes to these terms
We may revise this agreement (or any of the documents referred to in this agreement) at any time by amending this page. Please check this page from time to time to take notice of any changes we made, as they are binding on you.
10. Duplicate accounts
We reserve the right to refuse the creation of duplicate accounts for the same user. In a case where duplicate accounts are detected, we reserve the right to close or merge these duplicate accounts without notification.
11. Eligibility
1. To be eligible for Gitter, you must (a) be at least 13 years old; (b) be a registered member of GitHub; and (c) agree to the terms of this agreement.
2. You further represent and warrant to us that if you are an individual and you open an account with us that you are not acting on behalf of an undisclosed principal or a third party beneficiary.
3. You undertake that your login may only be used by you and a login shared by multiple people is not permitted.
12. No warranty
1. Use of Gitter is at your own risk. Gitter is provided on an “as is” basis. We do not warrant or guarantee that Gitter and all or part of its contents will be always available or that its use will not be interrupted.
2. You acknowledge that Gitter may not be free of bugs or errors and you agree that the existence of any minor errors shall not constitute a breach of this agreement.
13. Our liability
1. Nothing in this agreement excludes or limits our liability for death or personal injury arising from our negligence, or our fraud or fraudulent misrepresentation, or any other liability that cannot be excluded or limited by English law.
2. To the extent permitted by law, we exclude all conditions, warranties, representations or other terms which may apply to Gitter or any content on it, whether express or implied.
3. Subject to clause 13.1, we will not be liable to any user for any loss or damage, whether in contract, tort (including negligence), breach of statutory duty, or otherwise, even if foreseeable, arising under or in connection with:
a. use of, or inability to use, Gitter; or
b. use of or reliance on any content displayed on Gitter.
4. We will not be liable for any loss or damage caused by a virus, distributed denial-of-service attack, or other technologically harmful material that may infect your computer equipment, computer programs, data or other proprietary material due to your use of Gitter or to your downloading of any content on it, or on any website linked to it.
5. We assume no responsibility for the content of websites linked on Gitter. Such links should not be interpreted as endorsement by us of those linked websites. We will not be liable for any loss or damage that may arise from your use of them.
6. Subject to clause 13.1, our maximum aggregate liability under or in connection with this agreement, or any collateral contract, whether in contract, tort (including negligence) or otherwise, shall in all circumstances be limited to a sum equal to US$100 or the amount you paid to us in fees in the previous 12 calendar months, whichever is greater.
14. Termination
1. Either party may terminate this agreement immediately and without notice to the other party. You may terminate this agreement by deleting your account and refraining to use Gitter.
2. Upon termination or expiry for any reason:
a. all rights granted to you under this agreement shall cease;
b. you must cease all activities authorised by this agreement;
c. we will not delete the content you have posted on Gitter; and
d. you must immediately delete your account and cease using Gitter and certify to us that you have done so.
3. Any provision of this agreement that expressly or by implication is intended to come into or continue in force on or after termination or expiry of this agreement shall remain in full force and effect.
15. Transfer of rights and obligations
1. This agreement is binding on you and us and on our respective successors and assignees.
2. You may not transfer, assign, charge or otherwise dispose of this agreement, or any of your rights or obligations arising under it, without our prior written consent.
3. We may assign, charge, novate or otherwise dispose of this agreement without our prior written consent.
16. General Terms
Communications
1. We are required to provide certain information to you in writing. By accepting this agreement, you agree that we can communicate with you electronically either by email or by posting notices on Gitter.
Entire Agreement
2. This agreement and any document expressly referred to in it constitutes the whole agreement between us and supersedes any previous discussions, correspondence, arrangements or understandings between us.
Law and Jurisdiction
2. This agreement and any dispute or claim arising out of or in connection with it or its subject matter or formation (including non-contractual disputes or claims) shall be governed by and construed in accordance with the law of England and Wales.
4. Any dispute or claim arising out of or in connection with this agreement will be subject to the exclusive jurisdiction of the courts of England and Wales.
Contact us
5. To contact us, please email support@gitter.im.
PLEASE NOTE: The in summary section is for information only and has been provided to help you to understand our legal terms and policies. The in summary section does not replace our terms and conditions of use and you must still read, agree with and accept all of our legal terms and policies before you can use Gitter. In the event of conflict between the in summary section and any of the terms of our legal agreements or policies, our legal agreements and/or policies shall prevail.

@ -1,42 +1,40 @@
License
License
A copyright notice accompanies this license document that identifies
the copyright holders.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions in source code must retain the accompanying
copyright notice, this list of conditions, and the following
disclaimer.
2. Redistributions in binary form must reproduce the accompanying
copyright notice, this list of conditions, and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
3. Names of the copyright holders must not be used to endorse or
promote products derived from this software without prior
written permission from the copyright holders.
4. If any files are modified, you must cause the modified files to
carry prominent notices stating that you changed the files and
the date of any change.
Disclaimer
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
A copyright notice accompanies this license document that identifies
the copyright holders.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions in source code must retain the accompanying
copyright notice, this list of conditions, and the following
disclaimer.
2. Redistributions in binary form must reproduce the accompanying
copyright notice, this list of conditions, and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
3. Names of the copyright holders must not be used to endorse or
promote products derived from this software without prior
written permission from the copyright holders.
4. If any files are modified, you must cause the modified files to
carry prominent notices stating that you changed the files and
the date of any change.
Disclaimer
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

@ -1,9 +1,10 @@
AUX aqsis-1.8.2-boost-join-moc.patch 13879 SHA256 82babf014959d3929e17436a36bb1f2c2a9e666c15705cf0e43202e0f07042b9 SHA512 dcc0cd94c7239b210fddf93a4eac52ae87a1f6197e025b08d6e727ad96c1f6d1299edaf411c02c3b0e62d09bca311300282b7bc05725550306764dc7bc8a588a WHIRLPOOL 3a3b60eb3a15c387102d5b7f5eb3cfea827d4caef818162c410baed3def45dbcb3a0da0b2036795b22ac15cdf9d7754ad68b63eb98d9b7738f31f620c1f1dd45
AUX aqsis-1.8.2-gcc6.patch 1037 SHA256 2227dab638d2f7214447da6d9deec040f5144392d3b835d07669ea58d4d11c94 SHA512 44d0b6c581666cfa904112d28a75abf082d462419b0ed7871d4e82bae4a50e68cb4b470966a50866fdcc606b9e51be0d6640b647222573b1c2dd26b5bea52aba WHIRLPOOL d9f916d095e89042ac5a7cf6ae4bab918061419f1a32d78f7e8f24ae8aff67622c85c7a30fafff1dfd6a94845c36ea03be52124609e12f962b0989c9d8b81668
AUX aqsis-1.8.2-openexr-compat.patch 384 SHA256 c0dc89b88ad1faed2ecf55dd978210583f5202cf1808f8d39e461a9e11997183 SHA512 43e903cf2e81b1581c1e391b18aabe1aa5538187c2cb54fc5b105bcbad0e44ac51e5b8c50f6f5e8d4b18b96931ec79870e3e68a5970d270b47a93d22cdb8e332 WHIRLPOOL 8c292a0a8ef293ddc7afe910da045b5a63165dabe160083e7997d875c7cb55bf3e9ee447d9611484964ed2d5f0d5e365494b7d2545f3f2d7b8d9425b7bf6d80d
AUX aqsis-1.8.2-pfto-boost-1.59.patch 2024 SHA256 64dc1f7b4cf08faa80f1215c17589d5132dd3687e55a635ab463bf7b838d6faa SHA512 2510fc40b617c8a54603950894a14329be8a3fc6292c1e000331e0e90a664abd2f1895c90a63595b3513ec6b3210912c6b6378f8ee78ee5339af0b38bcf36545 WHIRLPOOL 253cc1cd200539f32bb420f8becba682fd1ffd46aadcbc7346029285278aee87806f4213e89d8e49db5da6a7b65518d2efe893bd8c0ad808a56f55ef1cb5fbac
AUX aqsis-1.8.2-unbundle-tinyxml.patch 1835 SHA256 7952a88118edd3b2356ec149a56c32cca1c044ea880d41bc8963b8c6da6a0a3f SHA512 836b5f19544c04c245d4772f64ba689a6590e90bf510c1aad11560589fb9b6f11821716bfb15f2e366a1439a401de08b13f39398d18f95eeb1b42afaa458bccc WHIRLPOOL 875993ca1b46ecf7fde6cc9a808e136af4e7b1e62a96915ece0754b8ac92d162665f72ceb577279d7b869497c5bf1cd8cfa24d593c391f6f44b29e7917da46f2
DIST aqsis-1.8.2.tar.gz 5669285 SHA256 25f644eb69dfe6f89c76f95615e897c6d74053fe72cc2069713855f80e791098 SHA512 b571f9cfa46c0f1e659b054835698fe90f4d9bf43bea54caea257ac0b9d1d65fca68a0ea874772d18c98194630e13528acefb0e852ef398f353b1d1bb545cecc WHIRLPOOL 57514e5943f48946db78f1fe88fd884d844318c7dd92a7d260beb0c6302f5c2fa71d0e97b0a58f0f9f16388eec5b0097106e6142906aa503a7b9f5f833377079
EBUILD aqsis-1.8.2.ebuild 1301 SHA256 9e34745ba3c064e7c1886bf6e634f78593603e3a10fda08064ef3a13673201f5 SHA512 7584562c3fbe70d83d6de7c73a9237ecdd7506a54dcb58ca0cca463eb3f96edd1eac1a6fddb4705696cb5b531817bacc2e7f601866bb4d4ce28ffcaaba1c7154 WHIRLPOOL b6e70f943e76a591ac9e7c864e14f4d3b9e2a256dd1f413590de298b2e6a528383be8c95805750b614ac9e62d80be0c62918ddb6310814d047d239473e468f85
EBUILD aqsis-1.8.2.ebuild 1333 SHA256 9d98abfe0845435dfd4e543249db223cc7e41e2ccdbf99a6c573b631aeb5d4a5 SHA512 af53b6ef5b042e831cf132f79f6dfd8de534c925907990d2b228fc574cc3b2d3af6dee3f5c1129ac50ee5cb2f5995c6a0f86dddb2af95daf90878f0ad35f5f53 WHIRLPOOL d9c337425ce9818227d2a0211b591871611f9d14b560f2942c686dc55423bc93de3807d788c73af8aa38f77d76a84b9939c808f3e1a2539022032d3bb10a5b56
MISC ChangeLog 2826 SHA256 4f53e13a51c6ff0fba6c2a70a1efbf4162999721f68d91aa7490210e91868adb SHA512 5103d621406bd1ba6958a5b5161a51a9bf5a2d4d1916421b6ad9e12df6e3454eefbf5f7dec61c919ad7694b18d527cae45fbb89a87d21404188284a15b15b18f WHIRLPOOL 88711c2f1f6d9fdb891b8823d0bf3d6d46330c33b2a6ac914e193f5e3ab5702dd4c792e71b9cebf7dc823f55530385e1083a8da392f33b29f84ad09725edea96
MISC ChangeLog-2015 3964 SHA256 8eed6e036042c96c6410c31fae03fff0078ce7debaa07f47e246c9de8d797789 SHA512 70c180359000ceb3f7dc7802cd01383e2d7976589553a3056b1ac5fc1ec705e91a6f35865be50c39e6989e4643dd3e2f59064dce05546fac443e35c849951c65 WHIRLPOOL 1eda74f8c0a8cf9c801ab5942c30422ed7041a479073b7e07782bb64ea689727985c64b4a383707f234bec53a3c8e88995eeb29d074c0dac6cc1e2a2d7bfa838
MISC metadata.xml 334 SHA256 7c4bc5470c81bf19458a32bb75054bb6d5bbee6869f773a050ddb480e4e83c11 SHA512 77c45ef76b18a09a1e492cbc1ebf6d3dfbf3183d7c7eccc88ae4ab6233acacd7529cec677352236bc489ee83619c9cbdd0f1896f6887b260a5bebb794a8118c7 WHIRLPOOL 5f8ed6c3b26fb59586dfcc4fba6e74ef1e02828201cbafff04c63ba5be79c1fd503d855fc91c646262f329e7cad7efaa3d64cce03388ff546fcec6b6fcfa9c27

@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@ -32,11 +32,13 @@ DEPEND="${RDEPEND}
"
DOCS=( AUTHORS INSTALL README )
PATCHES=(
"${FILESDIR}/${P}-openexr-compat.patch"
"${FILESDIR}/${P}-unbundle-tinyxml.patch"
"${FILESDIR}/${P}-pfto-boost-1.59.patch"
"${FILESDIR}/${P}-boost-join-moc.patch"
"${FILESDIR}/${P}-gcc6.patch"
)
src_configure() {

@ -0,0 +1,23 @@
From d450f4aac8c107f82b18df7789afb52b502eaba0 Mon Sep 17 00:00:00 2001
From: Hodorgasm <nsane457@gmail.com>
Date: Mon, 19 Sep 2016 22:58:44 -0400
Subject: [PATCH] Use "!file.fail()" instead of "file != NULL"
Pre-C++11 defined an implicit cast from ifstream to "void *" and post C++11 replaced it with an explicit cast of ifstream to "bool". Testing an ifstream with "!ifstream.fail()" should work regardless of the C++ dialect.
---
libs/core/texturing_old/shadowmap_old.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/core/texturing_old/shadowmap_old.cpp b/libs/core/texturing_old/shadowmap_old.cpp
index 1a22491..fbcac59 100644
--- a/libs/core/texturing_old/shadowmap_old.cpp
+++ b/libs/core/texturing_old/shadowmap_old.cpp
@@ -176,7 +176,7 @@ void CqShadowMapOld::LoadZFile()
{
std::ifstream file( m_strName.c_str(), std::ios::in | std::ios::binary );
- if ( file != NULL )
+ if ( !file.fail() )
{
// Save a file type and version marker
TqPchar origHeader = tokenCast(ZFILE_HEADER);

@ -1 +1 @@
Sun, 09 Apr 2017 02:39:34 +0000
Mon, 10 Apr 2017 08:39:37 +0000

@ -1 +1 @@
Sun, 09 Apr 2017 02:39:34 +0000
Mon, 10 Apr 2017 08:39:37 +0000

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=nls? ( sys-devel/gettext )
DESCRIPTION=Abook is a text-based addressbook program designed to use with mutt mail client
EAPI=3
HOMEPAGE=http://abook.sourceforge.net/
IUSE=nls
KEYWORDS=alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
LICENSE=GPL-2
RDEPEND=sys-libs/ncurses sys-libs/readline nls? ( virtual/libintl )
SLOT=0
SRC_URI=http://abook.sourceforge.net/devel/abook-0.6.0pre2.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=d85ee9cdb01385a897998cf41368c58e

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare setup
DEPEND=dev-libs/libevent test? ( dev-lang/python )
DESCRIPTION=A fast, distributed, in-memory workqueue service
EAPI=3
HOMEPAGE=http://xph.us/software/beanstalkd/
IUSE=debug test
KEYWORDS=amd64 ~mips x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos
LICENSE=GPL-3
RDEPEND=dev-libs/libevent
SLOT=0
SRC_URI=http://xph.us/dist/beanstalkd/beanstalkd-1.4.6.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7
_md5_=8ea4298aeacbaa15cbf3c368a6be5e9d

@ -1,11 +0,0 @@
DEFINED_PHASES=compile install prepare setup
DEPEND=virtual/pkgconfig
DESCRIPTION=A simple, fast work queue
EAPI=5
HOMEPAGE=http://kr.github.io/beanstalkd/
KEYWORDS=amd64 ~mips x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/kr/beanstalkd/archive/v1.9.tar.gz -> beanstalkd-1.9.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 systemd ec2e9154031d942186c75c0aabb41900 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7
_md5_=def544e10c067557cf8d0ebe341c5899

@ -0,0 +1,10 @@
DEFINED_PHASES=install postinst prepare
DESCRIPTION=Easily add ANSI colouring to shell scripts
EAPI=6
HOMEPAGE=http://www.runslinux.net/?page_id=10
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-2
SLOT=0
SRC_URI=http://runslinux.net/projects/color/color-1.2.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=e795d9dfde8296ea71a2e598e09f1a0f

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>dev-python/setuptools_scm-1.12.0[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/freezegun python_targets_python3_4? ( dev-lang/python:3.4[sqlite] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)]
DESCRIPTION=A CalDAV based calendar
EAPI=6
HOMEPAGE=http://lostpackets.de/khal/
IUSE=zsh-completion python_targets_python3_4 python_targets_python3_6
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/click-3.2[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/icalendar[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/urwid[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/pyxdg[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/pytz[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/python-dateutil[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/configobj[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] >=dev-python/atomicwrites-0.1.7[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] >=dev-python/tzlocal-1.0[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] dev-python/setproctitle[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)] zsh-completion? ( app-shells/zsh ) python_targets_python3_4? ( dev-lang/python:3.4[sqlite] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_6(-)]
REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_6 )
SLOT=0
SRC_URI=mirror://pypi/k/khal/khal-0.9.4.tar.gz
_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 a166d0f5815d7f1e67bb60a196f1bf7e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120
_md5_=cf299cca1780b28d89a37aac42f7b194

@ -4,10 +4,10 @@ DESCRIPTION=Web-based administration for MySQL database in PHP
EAPI=5
HOMEPAGE=http://www.phpmyadmin.net/
IUSE=setup vhosts
KEYWORDS=alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos
LICENSE=GPL-2
RDEPEND=dev-lang/php[crypt,ctype,filter,json,session,unicode] || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) virtual/httpd-php:* >=app-admin/webapp-config-1.50.15
SLOT=4.0.10.20
SRC_URI=https://files.phpmyadmin.net/phpMyAdmin/4.0.10.20/phpMyAdmin-4.0.10.20-all-languages.tar.xz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee webapp a76ebd3cb5649737496e8238992dd7ca
_md5_=920f2cfc29bc2d2acc4b36a2bb3dc6c1
_md5_=e6f0a609f6b6bae612236bd983545eab

@ -4,10 +4,10 @@ DESCRIPTION=Web-based administration for MySQL database in PHP
EAPI=5
HOMEPAGE=https://www.phpmyadmin.net/
IUSE=setup vhosts
KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos
LICENSE=GPL-2
RDEPEND=dev-lang/php[crypt,ctype,filter,json,session,unicode] || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) virtual/httpd-php:* >=app-admin/webapp-config-1.50.15
SLOT=4.7.0
SRC_URI=https://files.phpmyadmin.net/phpMyAdmin/4.7.0/phpMyAdmin-4.7.0-all-languages.tar.xz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee webapp a76ebd3cb5649737496e8238992dd7ca
_md5_=bca8bcf66a5ee4b48ca3c77ec0bdf131
_md5_=c85d6741485e1bf5b0d088aafeab28ce

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup
DEPEND=virtual/opengl media-libs/openal x11-libs/libXt x11-libs/libXxf86vm sys-libs/zlib cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( <dev-games/ode-0.12 ) cal3d? ( >=media-libs/cal3d-0.11 ) jpeg? ( virtual/jpeg:0 ) bullet? ( sci-physics/bullet ) vorbis? ( media-libs/libvorbis ) speex? ( media-libs/libogg media-libs/speex ) truetype? ( >=media-libs/freetype-2.1 ) alsa? ( media-libs/alsa-lib ) mng? ( media-libs/libmng ) png? ( media-libs/libpng:0 ) wxwidgets? ( x11-libs/wxGTK:3.0[X,opengl] ) cegui? ( >=dev-games/cegui-0.5.0 ) 3ds? ( media-libs/lib3ds ) java? ( >=virtual/jdk-1.5 dev-java/ant-core ) dev-util/ftjam <dev-lang/swig-3 virtual/pkgconfig java? ( >=dev-java/java-config-2.2.0-r3 ) >=app-portage/elt-patches-20170317 !<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
DEPEND=virtual/opengl media-libs/openal x11-libs/libXt x11-libs/libXxf86vm sys-libs/zlib cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( <dev-games/ode-0.12 ) cal3d? ( >=media-libs/cal3d-0.11 ) jpeg? ( virtual/jpeg:0 ) bullet? ( sci-physics/bullet ) vorbis? ( media-libs/libvorbis ) speex? ( media-libs/libogg media-libs/speex ) truetype? ( >=media-libs/freetype-2.1 ) alsa? ( media-libs/alsa-lib ) mng? ( media-libs/libmng ) png? ( media-libs/libpng:0= ) wxwidgets? ( x11-libs/wxGTK:3.0[X,opengl] ) cegui? ( >=dev-games/cegui-0.5.0 ) 3ds? ( media-libs/lib3ds ) java? ( >=virtual/jdk-1.5 dev-java/ant-core ) dev-util/ftjam <dev-lang/swig-3 virtual/pkgconfig java? ( >=dev-java/java-config-2.2.0-r3 ) >=app-portage/elt-patches-20170317 !<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=Portable 3D Game Development Kit written in C++
EAPI=5
EAPI=6
HOMEPAGE=http://crystal.sourceforge.net/
IUSE=3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png speex truetype vorbis wxwidgets elibc_FreeBSD java
KEYWORDS=amd64 x86
LICENSE=LGPL-2.1
RDEPEND=virtual/opengl media-libs/openal x11-libs/libXt x11-libs/libXxf86vm sys-libs/zlib cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( <dev-games/ode-0.12 ) cal3d? ( >=media-libs/cal3d-0.11 ) jpeg? ( virtual/jpeg:0 ) bullet? ( sci-physics/bullet ) vorbis? ( media-libs/libvorbis ) speex? ( media-libs/libogg media-libs/speex ) truetype? ( >=media-libs/freetype-2.1 ) alsa? ( media-libs/alsa-lib ) mng? ( media-libs/libmng ) png? ( media-libs/libpng:0 ) wxwidgets? ( x11-libs/wxGTK:3.0[X,opengl] ) cegui? ( >=dev-games/cegui-0.5.0 ) 3ds? ( media-libs/lib3ds ) java? ( >=virtual/jre-1.5 ) java? ( >=dev-java/java-config-2.2.0-r3 )
RDEPEND=virtual/opengl media-libs/openal x11-libs/libXt x11-libs/libXxf86vm sys-libs/zlib cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( <dev-games/ode-0.12 ) cal3d? ( >=media-libs/cal3d-0.11 ) jpeg? ( virtual/jpeg:0 ) bullet? ( sci-physics/bullet ) vorbis? ( media-libs/libvorbis ) speex? ( media-libs/libogg media-libs/speex ) truetype? ( >=media-libs/freetype-2.1 ) alsa? ( media-libs/alsa-lib ) mng? ( media-libs/libmng ) png? ( media-libs/libpng:0= ) wxwidgets? ( x11-libs/wxGTK:3.0[X,opengl] ) cegui? ( >=dev-games/cegui-0.5.0 ) 3ds? ( media-libs/lib3ds ) java? ( >=virtual/jre-1.5 ) java? ( >=dev-java/java-config-2.2.0-r3 )
SLOT=0
SRC_URI=mirror://sourceforge/crystal/crystalspace-src-2.0.tar.bz2
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb flag-o-matic 61cad4fb5d800b29d484b27cb033f59b java-pkg-opt-2 be255db325e3af8fbf3506cf63998341 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 wxwidgets 04e063b0eff26daaea83d859dd9d6e05
_md5_=2255d5f98a1d5c764d8c94564446c757
_md5_=ce4816dc34a6b5ed42950840b6d90028

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install preinst prepare setup
DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2
DESCRIPTION=Tomcat's Servlet API 2.5/JSP API 2.1 implementation
EAPI=5
HOMEPAGE=http://tomcat.apache.org/
IUSE=elibc_FreeBSD source elibc_FreeBSD
KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris
LICENSE=Apache-2.0
RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
SLOT=2.5
SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.53/src/apache-tomcat-6.0.53-src.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0
_md5_=4ff03783b673a6cee16a664b0ca19714

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install preinst prepare setup
DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2
DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation
EAPI=6
HOMEPAGE=http://tomcat.apache.org/
IUSE=elibc_FreeBSD source elibc_FreeBSD
KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
LICENSE=Apache-2.0
RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
SLOT=3.0
SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.77/src/apache-tomcat-7.0.77-src.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0
_md5_=d2c7747eb0c16d0fb9dbc5ce32e9eb80

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install preinst prepare setup
DEPEND=>=virtual/jdk-1.7 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2
DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3/EL API 3.0 implementation
EAPI=5
HOMEPAGE=http://tomcat.apache.org/
IUSE=elibc_FreeBSD source elibc_FreeBSD
KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
LICENSE=Apache-2.0
RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
SLOT=3.1
SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.43/src/apache-tomcat-8.0.43-src.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0
_md5_=95e2703363c89503cb9989b61e1033d4

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libffi-3.0.13-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxml2:= doc? ( >=app-doc/doxygen-1.6[dot] app-text/xmlto >=media-gfx/graphviz-2.26.0 sys-apps/grep[pcre] ) virtual/pkgconfig >=app-portage/elt-patches-20170317 !<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=Wayland protocol libraries
EAPI=6
HOMEPAGE=https://wayland.freedesktop.org/
IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
LICENSE=MIT
RDEPEND=>=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libffi-3.0.13-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxml2:=
SLOT=0
SRC_URI=https://wayland.freedesktop.org/releases/wayland-1.13.0.tar.xz
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=3f2f94d6f3185799ad9c6ef9ff3dc632

@ -1,11 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libffi-3.0.13-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxml2:= doc? ( >=app-doc/doxygen-1.6[dot] app-text/xmlto >=media-gfx/graphviz-2.26.0 sys-apps/grep[pcre] ) virtual/pkgconfig >=app-portage/elt-patches-20170317 !<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 >=dev-vcs/git-1.8.2.1
DESCRIPTION=Wayland protocol libraries
EAPI=5
EAPI=6
HOMEPAGE=https://wayland.freedesktop.org/
IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
LICENSE=MIT
RDEPEND=>=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libffi-3.0.13-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxml2:=
SLOT=0
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-multilib f4848d9634439c7203cb7dd3b9650fff autotools-utils 042d779bc872564b26c4e5cf018db8ed epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb git-r3 68d35a154123e27007638d8220886ee1 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=e2daa29636ca4d4624431e6658505d17
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb git-r3 68d35a154123e27007638d8220886ee1 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=3f2f94d6f3185799ad9c6ef9ff3dc632

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=virtual/perl-Carp virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.880.0 ) dev-lang/perl:=
DESCRIPTION=A clone of the classic Eliza program
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Chatbot-Eliza/
IUSE=test examples
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/G/GR/GRANTG/Chatbot-Eliza-1.07.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=a2cf5017e45fd5463451aa15eb147f94

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=virtual/perl-XSLoader virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec virtual/perl-Module-Metadata virtual/perl-Test-Simple ) dev-lang/perl:=
DESCRIPTION=XS speedups for Class::C3
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Class-C3-XS/
IUSE=test
KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-XSLoader dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/E/ET/ETHER/Class-C3-XS-0.14.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=8bc4a7bdd6b7e0c5b881ca1ea8c905d3

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-perl/Want virtual/perl-version virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:=
DESCRIPTION=Create context-sensitive return values
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Contextual-Return/
IUSE=test
KEYWORDS=~amd64 ~x86 ~ppc-aix
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-perl/Want virtual/perl-version dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DC/DCONWAY/Contextual-Return-0.004011.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=460ddc9ab9b52dfa6e6a15d3d6a542a3

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-lang/perl:=[-build(-)]
DESCRIPTION=Binary Data Conversion using C Types
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Convert-Binary-C/
KEYWORDS=amd64 x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MH/MHX/Convert-Binary-C-0.76.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70
_md5_=167fbebafe3e52baaad17a6842ddf676

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/B-Hooks-EndOfScope-0.50.0 >=dev-perl/B-Hooks-OP-Check-0.190.0 >=virtual/perl-Scalar-List-Utils-1.110.0 dev-perl/Sub-Name >=dev-perl/ExtUtils-Depends-0.302.0 test? ( >=virtual/perl-Test-Simple-0.88 dev-perl/Test-Requires ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Adding keywords to perl, in perl
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Devel-Declare/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/B-Hooks-EndOfScope-0.50.0 >=dev-perl/B-Hooks-OP-Check-0.190.0 >=virtual/perl-Scalar-List-Utils-1.110.0 dev-perl/Sub-Name dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/E/ET/ETHER/Devel-Declare-0.006018.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70
_md5_=ff32229d5db78114b077321017573c52

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-perl/String-CRC32 virtual/perl-Time-HiRes dev-lang/perl:=[-build(-)]
DESCRIPTION=Gearman distributed job system, client and worker libraries
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Gearman/
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-perl/String-CRC32 virtual/perl-Time-HiRes virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DO/DORMANDO/Gearman-1.12.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70
_md5_=3194a8915724e210224faf9a3e425e29

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=virtual/perl-Carp virtual/perl-IO virtual/perl-IO-Socket-IP dev-perl/IO-Socket-SSL dev-perl/List-MoreUtils >=dev-perl/Ref-Util-0.20.0 virtual/perl-Scalar-List-Utils virtual/perl-Socket >=virtual/perl-Storable-1 dev-perl/String-CRC32 virtual/perl-Time-HiRes virtual/perl-version virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/File-Which virtual/perl-Perl-OSType >=dev-perl/Proc-Guard-0.70.0 dev-perl/Test-Differences dev-perl/Test-Exception virtual/perl-Test-Simple >=dev-perl/Test-TCP-2.170.0 dev-perl/Test-Timer ) dev-lang/perl:=
DESCRIPTION=Gearman distributed job system, client and worker libraries
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Gearman/
IUSE=test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp virtual/perl-IO virtual/perl-IO-Socket-IP dev-perl/IO-Socket-SSL dev-perl/List-MoreUtils >=dev-perl/Ref-Util-0.20.0 virtual/perl-Scalar-List-Utils virtual/perl-Socket >=virtual/perl-Storable-1 dev-perl/String-CRC32 virtual/perl-Time-HiRes virtual/perl-version dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PALIK/Gearman-2.002.004.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=802b52ea751ffcd9472a5aaf888a4ed9

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=virtual/perl-Carp virtual/perl-IO virtual/perl-IO-Socket-IP dev-perl/IO-Socket-SSL dev-perl/List-MoreUtils virtual/perl-Scalar-List-Utils virtual/perl-Socket virtual/perl-Storable dev-perl/String-CRC32 virtual/perl-Time-HiRes >=virtual/perl-version-0.770.0 virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/File-Which virtual/perl-Perl-OSType >=dev-perl/Proc-Guard-0.70.0 dev-perl/Test-Differences dev-perl/Test-Exception virtual/perl-Test-Simple >=dev-perl/Test-TCP-2.170.0 dev-perl/Test-Timer ) dev-lang/perl:=
DESCRIPTION=Gearman distributed job system, client and worker libraries
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Gearman/
IUSE=test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp virtual/perl-IO virtual/perl-IO-Socket-IP dev-perl/IO-Socket-SSL dev-perl/List-MoreUtils virtual/perl-Scalar-List-Utils virtual/perl-Socket virtual/perl-Storable dev-perl/String-CRC32 virtual/perl-Time-HiRes >=virtual/perl-version-0.770.0 dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PALIK/Gearman-2.003.001.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=9d98715aba28cd161f909416e7fb25cb

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=virtual/perl-File-Path-1 >=virtual/perl-File-Spec-0.600.0 >=virtual/perl-File-Temp-0.180.0 virtual/perl-IO >=virtual/perl-MIME-Base64-2.200.0 dev-perl/MailTools >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( dev-perl/Test-Deep ) dev-lang/perl:=
DESCRIPTION=A Perl module for parsing and creating MIME entities
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/MIME-tools/
IUSE=test examples
KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=virtual/perl-File-Path-1 >=virtual/perl-File-Spec-0.600.0 >=virtual/perl-File-Temp-0.180.0 virtual/perl-IO >=virtual/perl-MIME-Base64-2.200.0 dev-perl/MailTools dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DS/DSKOLL/MIME-tools-5.509.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=a46a5816752bf662773c7037c94b12a2

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-perl/Authen-SASL-2.150.0 >=dev-perl/IO-Socket-SSL-1 >=virtual/perl-libnet-2 virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=
DESCRIPTION=SSL/STARTTLS support for Net::SMTP
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Net-SMTPS/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/Authen-SASL-2.150.0 >=dev-perl/IO-Socket-SSL-1 >=virtual/perl-libnet-2 dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/T/TO/TOMO/src/Net-SMTPS-0.06.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=3b680883f05b822c9a00d939bf480eb8

@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp dev-perl/Eval-Closure dev-perl/Exception-Class virtual/perl-Exporter >=virtual/perl-Scalar-List-Utils-1.400.0 dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-0.23.tar.gz
SRC_URI=mirror://cpan/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-0.24.tar.gz
_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions a884a53a49bebbf90cb29dd191f73613 perl-module 3485abc93409cd3433ec6a0df5f64867
_md5_=ead1fc08f5a7a3a0188368e160d25590
_md5_=d1c188ffb0bc2379ba6bc78946e08f11

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/pydotplus[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/networkx-1.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/rdflib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
DESCRIPTION=W3C provenance data dodel library
EAPI=6
HOMEPAGE=https://pypi.python.org/pypi/prov
IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/pydotplus[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/networkx-1.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/rdflib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/p/prov/prov-1.5.0.tar.gz
_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 a166d0f5815d7f1e67bb60a196f1bf7e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120
_md5_=053e846c31f3c98caf90b586c16194e1

@ -1,15 +1,15 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-misc/ca-certificates >=dev-python/chardet-2.2.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/ndg-httpsclient[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/py-1.4.30[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyasn1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-)] >=dev-python/urllib3-1.13.1-r1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( >=dev-python/pytest-2.8.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
DEPEND=app-misc/ca-certificates >=dev-python/chardet-2.2.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/ndg-httpsclient[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/py-1.4.30[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyasn1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-)] >=dev-python/urllib3-1.14[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( >=dev-python/pytest-2.8.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
DESCRIPTION=HTTP library for human beings
EAPI=6
HOMEPAGE=http://python-requests.org/ https://pypi.python.org/pypi/requests
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
LICENSE=Apache-2.0
RDEPEND=app-misc/ca-certificates >=dev-python/chardet-2.2.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/ndg-httpsclient[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/py-1.4.30[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyasn1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-)] >=dev-python/urllib3-1.13.1-r1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
RDEPEND=app-misc/ca-certificates >=dev-python/chardet-2.2.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/ndg-httpsclient[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/py-1.4.30[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyasn1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-)] >=dev-python/urllib3-1.14[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/r/requests/requests-2.11.1.tar.gz
_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 a166d0f5815d7f1e67bb60a196f1bf7e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120
_md5_=4943066eabc66f8ec70c76b04ea1f793
_md5_=589934cf7483f393884d5c569599b225

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

Loading…
Cancel
Save