[gentoo-commits] repo/gentoo:master commit in: dev-python/kafka-python/

2017-05-15 Thread Zac Medico
commit: e5bd80723e7e3f2c51f74fb73ceeef221c4236c4
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 15 06:02:24 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 15 06:03:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bd8072

dev-python/kafka-python: version bump to 1.3.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/kafka-python/Manifest  |  1 +
 dev-python/kafka-python/kafka-python-1.3.3.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/kafka-python/Manifest b/dev-python/kafka-python/Manifest
index 74c0eb83817..edef745f3e6 100644
--- a/dev-python/kafka-python/Manifest
+++ b/dev-python/kafka-python/Manifest
@@ -1,3 +1,4 @@
 DIST kafka-python-1.1.1.tar.gz 213892 SHA256 
1da61987111d23918aaebc81e1a5cfc8c72193a5df3caf4ce8826cf08bef89ec SHA512 
aa95c5e5ae7790b898cfa40e763eb9c64f17c74ce1322b9a31edfd61fe693ff7cf7048d3f90cac5911c7c4dc8aa7c34ec9d33224bdad5ae5e9591e7fbcc01967
 WHIRLPOOL 
7706058a061c08bdd383de36dadb4035fb2c4606b0a0440062e0b92ea3965cbd1dbdb88ffc6784096e62d088a733fce66617aef63463485c5a1cfe416a007743
 DIST kafka-python-1.2.0.tar.gz 219060 SHA256 
d5b503dbd2a0f3a6224b32998a02793fe3ac39bf45721bd9d4c65d841ba9a6ad SHA512 
71141cf71a8da3124f03870b6de0787a1d20451d280b2077b694c87c46a0f78d4f6c2dfd4984859e3b4a54d6ec151ad1f5626fde1af135a5bb711a39f48a855f
 WHIRLPOOL 
bb156a89ae50cc040d98f1c50715ed8db61504a54fa8dcd460543686d81c03bb5efbcd972df459a4545bc88157d1381721d4e8c47301a26be5eeed15a9cf61df
 DIST kafka-python-1.2.1.tar.gz 219842 SHA256 
ade1f5c016f030eae5bff6eb34052ee9d1dc8d0623cb5c61d23b43abf679393e SHA512 
29989a137a05b7d8eccf05ddbb7f9d281b678f1d128e2b9383ccc0b7decfe931b09baaa8e9c2a45403601143f78cb0e3f89cec0c6151ab8e7bf38b732b984b9b
 WHIRLPOOL 
3c6d60f8c1e2d1eff8fa9d46e625fed7f47089db35f8637a998ef5d671f4b070cdd6add39d22671ee2e76a72c7ce51860db1cdf492cd0e30e65c1fba0e72d0a5
+DIST kafka-python-1.3.3.tar.gz 255686 SHA256 
a4910d705c3800a40c31c33c264532a09364f24051697e59279c4ee06527ca29 SHA512 
19b43ddc7a1ad3fcf58c55198de60c4434bfa3747d5bbc40f1acf0aa28225eae87effbae69087919b111cb739010bd4087e2497fdc78987f4cdaf33e81e516b3
 WHIRLPOOL 
79855df0dbc711d20175623cde9dddb170de9b41a138ee94ea44cd3a179d0602ca40485ac17e0e8485c3d9ecbfc32d65aa827e9652809d3c38a32d51e0c026d0

diff --git a/dev-python/kafka-python/kafka-python-1.3.3.ebuild 
b/dev-python/kafka-python/kafka-python-1.3.3.ebuild
new file mode 100644
index 000..2a07e8db392
--- /dev/null
+++ b/dev-python/kafka-python/kafka-python-1.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Kafka protocol support in Python"
+HOMEPAGE="https://github.com/dpkp/kafka-python/ 
https://pypi.python.org/pypi/kafka-python/;
+SRC_URI="https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="snappy test"
+
+RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   unit2 -v || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nrpe/

2017-05-15 Thread Tobias Klausmann
commit: becd5deb942d5d9360d5506fc8d33c450665d1c1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 15 08:13:30 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 15 08:13:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becd5deb

net-analyzer/nrpe: Fix broken SRC_URI for 3.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/nrpe/nrpe-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nrpe/nrpe-3.1.0.ebuild 
b/net-analyzer/nrpe/nrpe-3.1.0.ebuild
index e6ed550c91c..6ad8fe398f1 100644
--- a/net-analyzer/nrpe/nrpe-3.1.0.ebuild
+++ b/net-analyzer/nrpe/nrpe-3.1.0.ebuild
@@ -6,7 +6,7 @@ inherit systemd user
 
 DESCRIPTION="Nagios Remote Plugin Executor"
 HOMEPAGE="https://github.com/NagiosEnterprises/nrpe;
-SRC_URI="${HOMEPAGE}/releases/download/release-${PV}/${P}.tar.gz"
+SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/

2017-05-15 Thread Christian Ruppert
commit: 0a939d911405b4494516fb517a1455d0a051b0b9
Author: Christian Ruppert  gentoo  org>
AuthorDate: Mon May 15 08:12:50 2017 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Mon May 15 08:14:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a939d91

sci-electronics/espresso-ab: Revbump. Fix compilation by specifying gnu89 as 
standard, bug 617492. Thanks to Nils/holgersson

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../espresso-ab/espresso-ab-1.0-r2.ebuild  | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild 
b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
new file mode 100644
index 000..b3ac432ed1e
--- /dev/null
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="POSIX compliant version of the espresso logic minimization tool"
+HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/;
+SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DOCS="README"
+
+src_configure(){
+   append-cflags "-std=gnu89"
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2017-05-15 Thread Michał Górny
commit: b4347c44dd5daeaa36726b0759aac7b861829cac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 08:03:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 08:16:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4347c44

x11-terms/xfce4-terminal: Bump to 0.8.5.1

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 0284269438e..df94509a901 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -5,3 +5,4 @@ DIST xfce4-terminal-0.8.0.tar.bz2 868612 SHA256 
e915c05a3d07b66d153e1ba8614f904f
 DIST xfce4-terminal-0.8.1.tar.bz2 871184 SHA256 
ddfe53a89d315a4a9170ca6d2cee2d33145bd63630062b2e867fb3a5fcde5fdf SHA512 
198f5008da1cee289aa4df7faae622eca5dfefcfc27415522fe4a0ec2d21c036e2bb2e1d0ea7790679085ce4fe013c349434cc2412a3a5773868409d74c12a2b
 WHIRLPOOL 
1f87aa90775169b1c2702105804e7f56af68fb137ad9a13e08fa1462ffe17830f005ed4a71406c557ccdeb2463991f0cb39ad5abbd03397303c5f47d0fbb25f7
 DIST xfce4-terminal-0.8.3.tar.bz2 929388 SHA256 
40e6e4b3b8e887a326d9491a47388bbdc379f971a8d622509c0a006e53dc12f1 SHA512 
b5f2ad979371c91aca05c1437104e801cba719e4767b0fe1ff8ae5d3fd9dcd73d58114536d10c0275215d711143503f175164c7175f83f0a37aa3b810190afeb
 WHIRLPOOL 
c1265c72c44c6e75f25e7a1a96322071b9de3236d10d24e0caf8faeb5d647b00aacfda25fdcd57ba0bf2b42316e65effc0645028006c18d108d9046b73613191
 DIST xfce4-terminal-0.8.4.tar.bz2 934044 SHA256 
c5c1163b30e7a43d56ff92a25193bf9f29ce60e6cf43e5988530df79c84cfdc8 SHA512 
0152c79da512d98bcc0fb034046f1073f1dc039050e93aa6a1d303395a9e4f7b1c259c181bbcc924a452c5c76993439babeca12e019605de5949d568d880ada1
 WHIRLPOOL 
34128471f2a9cdb9ddd6a296fe0f05e26491ece2f0526b38e7ea10a9a69ac99c263835a3c158b86ab4c3652c5bc744033bce10606f42647503a439301ccd71aa
+DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 SHA256 
8a34568f78abf669957984602c54cd938f19c9343ee2691c2b787446629be064 SHA512 
bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 WHIRLPOOL 
4cba7e9bc1813464e5ad4cb98bd77bef15ecb572d9de8b762e7ffe07e85af2a5e57bd5a23dd5fdd63c50fb139e82d9656d0a106c2f69421e4b05d97984c83058

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild
new file mode 100644
index 000..412001486d1
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.16:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/

2017-05-15 Thread Zac Medico
commit: 3448ed797e3c4895fb6f51eff7318b5a33cd59ce
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 15 07:22:24 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 15 07:46:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3448ed79

dev-python/python-etcd: version bump to 0.4.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/python-etcd/Manifest |  1 +
 dev-python/python-etcd/python-etcd-0.4.5.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest
index 500d29885f8..00f3b0dada6 100644
--- a/dev-python/python-etcd/Manifest
+++ b/dev-python/python-etcd/Manifest
@@ -1,3 +1,4 @@
 DIST python-etcd-0.3.2.zip 35994 SHA256 
e86c560303bbc7058c64b47e57393ebcfe5213756236c1344c9c97a6029737bb SHA512 
0a110e33555a52ec9a5c8ff1c1702bcebbba80f8b948fd72e78baa5fb00e1bb96be08f3839d07230ea905518ec4247a94d7def39f979fe83e01c52da609b
 WHIRLPOOL 
3c70734d23086d2cad0d570d6361ab73f650994c1f30af31a3e1fda22b046f4d72193aa0ef479650788727079593beb261557daa2e0054e0f6381f945cf0052a
 DIST python-etcd-0.3.3.tar.gz 26529 SHA256 
d261d6f3a9c11bc20e9541bf444ca7c21348dbf6133ebc6bb981abaea8164dba SHA512 
ab7eac02083ee23cadbb5c70ca24001eaa2bc14f9413984ccf3cea2ee91ad660c8dbe2158f7fb238e142585b8f79313f548517ae622236772d5e5f356556ab0a
 WHIRLPOOL 
0a2e09adf6a8c5a628bc5013cd446c111aef14529729090b116ce38fcf4d010a6416e3d92a23fd9f2c82a12811f7bfa572f29134643e3303bcba8e3011c6b593
 DIST python-etcd-0.4.4.tar.gz 38334 SHA256 
ab1dfff665f0de8598fe97c3c686ec0a17add89e828fa29a620e4dc9706091c7 SHA512 
8b1d51801141c9ea2e65ab3e95d7aff667f52c5888927d493b86f7677bbb37ee80c783aac73c638bfabd32b50df5eff8a2457117156e04b80bc4c6c592194d23
 WHIRLPOOL 
ce6d3d5fcf729da8ec4e7e5b6ac851dc33e278c87b36add21ac8266e6d62e8a72967570a21313b63453e8be2dbcbda0f0097b5cad8cb320bc2ecbf19582d5a08
+DIST python-etcd-0.4.5.tar.gz 37270 SHA256 
f1b5ebb825a3e8190494f5ce1509fde9069f2754838ed90402a8c11e1f52b8cb SHA512 
c59d7a67492a2e4e72b1ae3ea73ac85a073b9d4516d1ebc48601ba67ac9609fbc45574d97e8dfae3ed4f511f090343ff980160043676252125ce2e2edc7bd154
 WHIRLPOOL 
d0caba86571aed6262465d93ad67c829b25a9c343b6a0a6b7e4b877ef6835d1b5b990b1db89626ca89a71a445124a6c93aa35df724be62b6ec7798ea337b63ca

diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild 
b/dev-python/python-etcd/python-etcd-0.4.5.ebuild
new file mode 100644
index 000..75ff1044e92
--- /dev/null
+++ b/dev-python/python-etcd/python-etcd-0.4.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd"
+HOMEPAGE="https://github.com/jplana/python-etcd 
https://pypi.python.org/pypi/python-etcd;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=virtual/python-dnspython-2[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.7.1[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   test? (
+   dev-db/etcd
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/ck-sources/

2017-05-15 Thread Göktürk Yüksek
commit: cea5701dda9964b1e8de771b4b590531fd6006a1
Author: kuzetsa  gmail  com>
AuthorDate: Sun May 14 18:11:31 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon May 15 07:56:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea5701d

sys-kernel/ck-sources: upstream branch: 4.11.x

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest |  7 +++
 sys-kernel/ck-sources/ck-sources-4.11.0.ebuild | 60 ++
 2 files changed, 67 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 2642ce357b7..c1415213481 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -1,7 +1,9 @@
 DIST ck-sources-4.9-freezer-fix.patch 684 SHA256 
9ede45bd0d6daf49fd9904fe2cc9c741ccc04f4f475c38775773090854c4d8e8 SHA512 
4241ca604f928263c29a49aca076832c06469db734864ec8c648cbbc30ba63cfb0b21d076ea4a7f3c438868802feb4e369d976e9ef6e091ce7bacf1a69c2c588
 WHIRLPOOL 
41e84eac1bf9390aa8dba69062a07d711f9e3878b7948027227e0baa90e01348df1f8c4fb6fa7dcbc67a25606bbde9908fd7db9047f8d6c232b6914ca689f643
 DIST deblob-4.10 147144 SHA256 
7159e505f724ec05a98d6009a254fe70423a0e46f6db0007da2244e49aafd39e SHA512 
0e0e886963d16aa46c11551923e19e02f746dd20d4740cc1a4b58609c6c3d8df4a63d9b1a304674acaa9d5ecc5f14a25cb2163a57681863074e82ea927c69f45
 WHIRLPOOL 
bb2070376310391717132a3b9c6a5c3e3819029cdc72c5af15d79ac53105aca3f0bb609f6f0d151c3795ca66d77265bc6aa6b63a4d2b2cdbea9d65294de92446
+DIST deblob-4.11 148749 SHA256 
4c31a9e39d302a7dfe4ba2bf550dc49312db5949a611dda343575e6ca3b8f06c SHA512 
e560c76cf340d88930e1b2ff1cd86ced028922faa30a0ae6ade34eb92dc8ca916917b62d84c33be5030c697326bc8808fd1fa259a6767eec83227a06df646199
 WHIRLPOOL 
37b8c818b9073affda24c481928bb4d606a47a72bdba70d1148669c368e417785149bd5d6e5f303b25ebfcfb1b021b52bc01c89a8120963a29c2e0cddba4752b
 DIST deblob-4.9 146273 SHA256 
af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 WHIRLPOOL 
7b5ddba1469b6515d03d2e0e91a643ab0252803fde271ca710978186582a2f1a3b01deab9718c194bcdae0a79887636b6e98e604305402c9051b15a89fd393df
 DIST deblob-check-4.10 726421 SHA256 
6180718845e933e94a0f285aa20b94d3b6492ecfe3ea78dc1b5b43285b504cf6 SHA512 
cbf319186e6fc9941ed650b0dbeefc796a447188a87548cd96043c8045136f7792be5548524cad294667a51c98cbc02bf80660d6207424c6fb64df783ede0c1e
 WHIRLPOOL 
341343d4469403e776c6cee027acd6aef88edef312da754aa2063f9b174674d541e8f0c3bae1435292ecb7d86394e5738427b3f526ead7c4078c39d0c31acbbd
+DIST deblob-check-4.11 734493 SHA256 
39312ac206c249257018e85d4c3455f9bcad0205b4bd18eef28971492090fb43 SHA512 
f3ae2b80ac16f223349c741877c64d619fda2be9ce5a28741cfaf626cb2104547f0f638e6d56afa524054b4ec4ccc8f720515c8518ab333d95bfd29cd8ad056d
 WHIRLPOOL 
c2b0289118d4db9972c25e08a4268b89d7b9ea54ba32adb5da06929823ddd852a4b5538b9e8953ff91967645b3089e8a8123ae5fc6411e24500f11f4e034c301
 DIST deblob-check-4.9 717834 SHA256 
4599c6eabd53bb352e9b536d574152e72467548add19757fc6b8e34355928d6b SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 WHIRLPOOL 
f1afe1f8d8bcd6fc43a01da5eb012d117687418f049212fe20fe7ea88700c482bc6fd3e917102ff9d12baf11e678a40355877a7d214da8b3cbf2b585a51a012e
 DIST genpatches-4.10-11.base.tar.xz 251756 SHA256 
0fcbd3d296587bb6091bf4c421c141a1b243bb89ef1475a22ce849906232d3bf SHA512 
4351e1e97790945725234f97ccddc2c615ba691541d6e30e6990f9ba870d45603bf1eb575be984ad8a82c0f4d96dbea6ca2113b1b28df311382c0b0f3de961bd
 WHIRLPOOL 
4366a215aaa64c529118b38741a43574f04492e660ebe0a8cd742f102d240cd0acef8647f06420da8d354b3ed067aa7c652ea3b514b595c20c81ba9f9c4f1b8c
 DIST genpatches-4.10-11.experimental.tar.xz 105416 SHA256 
a4c51c0c781eab40091b26435a41407eb46296996e715db898d43c2035c691a2 SHA512 
5b8d27d01ff84f98e34bb587962699d77eced9c45b527edf1d74818e8a3d63ce58ed5486fc42eecbf4960483077dc0599daa1edc25c947d82fd1502db35e0db8
 WHIRLPOOL 
24088d76b0e31345efc547101131cef29e5615bcd6241ebc4f13b62ceebb2f9b07f31bcf3466848feee1c0c14d3daceb078177f3ce3dc17acd3b7d93b6c33200
@@ -18,6 +20,9 @@ DIST genpatches-4.10-15.extras.tar.xz 17344 SHA256 
a8e82b18ec6263b107065e69b98de
 DIST genpatches-4.10-16.base.tar.xz 300816 SHA256 
beb7b61015260fd331502f68156456d55feaff7297f3b9d73066ef550fc9e05f SHA512 
b14c83d6876fc99b191d5ae8924dc09ead688457f7205ba8b63bec2dcd218f3c2a5a7c96e8703806779fd8b26da30dd2c3b6229766d3a6a5755b31f05960fd5d
 WHIRLPOOL 
c9a2ac6275bd8796978ef0e1048347924ab9b51f22bbdf39e7d7dbdd94ae14555e702c53546c80d74976088cc16a2489ba110738275796a2781295917f93c6ed
 DIST genpatches-4.10-16.experimental.tar.xz 105436 SHA256 
57feae79da562d73f629a20dc09d6314dd6ea5de4885c44526b867cced8c8c17 SHA512 
777b29036a55993e920a660f75c452c7c115f35e3c2bd9e9d98f5ef7bb83990f5975b757130a1280d3ed6389fb7b76d23b3150ca72d296ffa2a88173a530c187
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: dev-util/idea-ultimate/

2017-05-15 Thread Alice Ferrazzi
commit: b440a19af791a6cd33620d36125ca50d282263c6
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon May 15 07:05:31 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon May 15 07:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b440a19a

dev-util/idea-ultimate: bumped to 2017.1.2.171.4249.39
removed all ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/idea-ultimate/Manifest|  3 +-
 .../idea-ultimate-2016.3.1.163.9166.29.ebuild  | 82 --
 ...d => idea-ultimate-2017.1.2.171.4249.39.ebuild} |  0
 3 files changed, 1 insertion(+), 84 deletions(-)

diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index cd162255c3c..77ca2614acb 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -1,2 +1 @@
-DIST ideaIU-163.11103.6.tar.gz 602157018 SHA256 
95871c9a8aed1bd8992ff493fbc5fc31674b18ef3cd509eb8f2e5650b3419eaf SHA512 
0e0fc4fbf6b7f9fc099f0debbf99bc2ff3f6e08dcb2fa614564199e68b9ba1ad394555d4305ac7079eab274ed9f127765a01e8d452f8c7c38fc6de52887886a7
 WHIRLPOOL 
75f1e65779cb476c3b70a2a6672126fbf8a11fe93323f7c540f58aae42d99b2d9cc6cc1026f46601adf232de239e5346f48a8cbade217d68f9fee1287ac5d8d2
-DIST ideaIU-163.9166.29.tar.gz 601076158 SHA256 
1c52ea32f13f186ed532c16a084e8360d7d4a58e93a05ce25bde9c88ab7b2699 SHA512 
d0e8e80129b0650bcdd2c630d7ab6b584c47bb9f361cf02622ba4e40d777cf2563e4bacdd397a203f91894144eedb17d7aee3cd3ba42c31e97d7da29720a34dd
 WHIRLPOOL 
254f64cdc3c3b2fe165ed1796fc763449eb691ee99807d25cf4b286ac0b784d34fee477241988ef46fe49c1eb4ca7f386e50159b926fa5569f2e11e20b9f2e2c
+DIST ideaIU-171.4249.39.tar.gz 615812999 SHA256 
7fe305e66f25029bd363d2c4bf2db70ae3423d8d99156fc62bcfe3d8c59aee05 SHA512 
503990c45ca666f266aff7928b84455c46268d13ef713d04acf14f7532dd58ff8234f74858695a21d06d01a9aa74421b6ef4a5161c1e044b63b2f3372349ee3c
 WHIRLPOOL 
520ce1f8daa2a7f7879fe486a9640df21279312cfe850084771ca13f561afefa7753ccb5435a17fb6238f8dee92fd92ad641ebd2a8caadf937ecb07efc8bd935

diff --git a/dev-util/idea-ultimate/idea-ultimate-2016.3.1.163.9166.29.ebuild 
b/dev-util/idea-ultimate/idea-ultimate-2016.3.1.163.9166.29.ebuild
deleted file mode 100644
index 92e22802b3d..000
--- a/dev-util/idea-ultimate/idea-ultimate-2016.3.1.163.9166.29.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils versionator
-
-SLOT="0"
-PV_STRING="$(get_version_component_range 4-6)"
-MY_PV="$(get_version_component_range 1-3)"
-MY_PN="idea"
-
-# distinguish settings for official stable releases and EAP-version releases
-if [[ "$(get_version_component_range 7)x" = "prex" ]]
-then
-   # upstream EAP
-   KEYWORDS=""
-   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IU-${PV_STRING}.tar.gz;
-else
-   # upstream stable
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IU-${MY_PV}.tar.gz 
-> ${MY_PN}IU-${PV_STRING}.tar.gz"
-fi
-
-DESCRIPTION="A complete toolset for web, mobile and enterprise development"
-HOMEPAGE="https://www.jetbrains.com/idea;
-
-LICENSE="IDEA
-   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-IUSE="-custom-jdk"
-
-DEPEND="!dev-util/${PN}:14
-   !dev-util/${PN}:15"
-RDEPEND="${DEPEND}
-   >=virtual/jdk-1.7:*"
-S="${WORKDIR}/${MY_PN}-IU-${PV_STRING}"
-
-QA_PREBUILT="opt/${PN}-${MY_PV}/*"
-
-src_prepare() {
-   if ! use amd64; then
-   rm -r plugins/tfsIntegration/lib/native/linux/x86_64 || die
-   fi
-   if ! use arm; then
-   rm bin/fsnotifier-arm || die
-   rm -r plugins/tfsIntegration/lib/native/linux/arm || die
-   fi
-   if ! use ppc; then
-   rm -r plugins/tfsIntegration/lib/native/linux/ppc || die
-   fi
-   if ! use x86; then
-   rm -r plugins/tfsIntegration/lib/native/linux/x86 || die
-   fi
-   if ! use custom-jdk; then
-   if [[ -d jre ]]; then
-   rm -r jre || die
-   fi
-   fi
-   rm -r plugins/tfsIntegration/lib/native/solaris || die
-   rm -r plugins/tfsIntegration/lib/native/hpux || die
-}
-
-src_install() {
-   local dir="/opt/${PN}-${MY_PV}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}"/bin/{idea.sh,fsnotifier{,64}}
-
-   if use custom-jdk; then
-   if [[ -d jre ]]; then
-   fperms 755 
"${dir}"/jre/jre/bin/{java,jjs,keytool,orbd,pack200,policytool,rmid,rmiregistry,servertool,tnameserv,unpack200}
-   fi
-   fi
-
-   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
-   newicon "bin/${MY_PN}.png" "${PN}.png"
-   make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" 
"Development;IDE;"
-
-   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-   mkdir -p 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/

2017-05-15 Thread Michael Weber
commit: a910dddc689ee97092a4fed5008ad453d7d77fd2
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 15 08:43:50 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 15 08:44:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a910dddc

media-gfx/openscad: Add live ebuild.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/openscad/openscad-.ebuild | 64 +
 1 file changed, 64 insertions(+)

diff --git a/media-gfx/openscad/openscad-.ebuild 
b/media-gfx/openscad/openscad-.ebuild
new file mode 100644
index 000..95b2d243082
--- /dev/null
+++ b/media-gfx/openscad/openscad-.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp-common eutils git-r3 qmake-utils
+
+SITEFILE="50${PN}-gentoo.el"
+
+DESCRIPTION="The Programmers Solid 3D CAD Modeller"
+HOMEPAGE="http://www.openscad.org/;
+EGIT_REPO_URI="https://github.com/openscad/openscad.git;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="emacs"
+
+DEPEND="media-gfx/opencsg
+   sci-mathematics/cgal
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4[-egl]
+   dev-qt/qtopengl:4[-egl]
+   dev-cpp/eigen:3
+   dev-libs/glib:2
+   dev-libs/gmp:0=
+   dev-libs/mpfr:0=
+   dev-libs/boost:=
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   media-libs/glew:*
+   media-libs/harfbuzz
+   x11-libs/qscintilla:=[qt4(-)]
+   emacs? ( virtual/emacs )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed -i "s/\/usr\/local/\/usr/g" ${PN}.pro || die
+
+   default
+}
+
+src_configure() {
+   eqmake4 "${PN}.pro"
+}
+
+src_compile() {
+   default
+
+   if use emacs ; then
+   elisp-compile contrib/*.el
+   fi
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+
+   if use emacs; then
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   elisp-install ${PN} contrib/*.el contrib/*.elc
+   fi
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/alabaster/

2017-05-15 Thread Lars Wendler
commit: b40bdb8135db576e8e785788004af145b144971a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 07:56:56 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40bdb81

dev-python/alabaster: Bump to version 0.7.10

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/alabaster/Manifest|  1 +
 dev-python/alabaster/alabaster-0.7.10.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest
index b26e3d84fb6..bf8e8f7ad39 100644
--- a/dev-python/alabaster/Manifest
+++ b/dev-python/alabaster/Manifest
@@ -1 +1,2 @@
+DIST alabaster-0.7.10.tar.gz 10486 SHA256 
37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0 SHA512 
e2391079360e050e532f878619e70a120f141a3e84d1e213e508e4be25ff2ac704717fe8398dfaf016dfb6dd3ad1105a67e1d5438737f45064f7602a5ce5fda8
 WHIRLPOOL 
e9dfa14007ace0750fa113892bdb58531de2e50b2cd404c4adbdddb98dadbfbe7184f03c458bc930802e09d813dd9687adca30035900a77843b59605316aed14
 DIST alabaster-0.7.9.tar.gz 10485 SHA256 
47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08 SHA512 
b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8
 WHIRLPOOL 
01e49ebeedde34be62d4bea18da669120cae07ea803aee9c8d4eca8f8718ee60b20576475898859cd6bf82d75cb8207d4d3a7cc7dbe5e6809d75176dd8e8b681

diff --git a/dev-python/alabaster/alabaster-0.7.10.ebuild 
b/dev-python/alabaster/alabaster-0.7.10.ebuild
new file mode 100644
index 000..e9faf317e8d
--- /dev/null
+++ b/dev-python/alabaster/alabaster-0.7.10.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
+HOMEPAGE="https://github.com/bitprophet/alabaster;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+SLOT="0"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/

2017-05-15 Thread Lars Wendler
commit: 0491ed76d2ca956c5374819e332ed76b6b4153d4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:24:13 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0491ed76

dev-python/sqlalchemy: Bump to version 1.1.9

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/sqlalchemy/Manifest|  1 +
 dev-python/sqlalchemy/sqlalchemy-1.1.9.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index 16d6c8dda69..08bc4b95d1f 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -2,3 +2,4 @@ DIST SQLAlchemy-0.7.10.tar.gz 3541639 SHA256 
77aa39d65c9d043eba6ba329b359ff86742
 DIST SQLAlchemy-0.9.8.tar.gz 4080098 SHA256 
de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389 SHA512 
3df7d7a64cdfe7b684be98e7e9d6836da54c391343bb047224a11df888041034bcc54cc30d15dc3d56b5d397b35e6aabe5732e7ca8fbf553bd8d98731c249ea5
 WHIRLPOOL 
2cedf7713753a6cf8838741fcf06c5510387aa4e661ea3c0ecc2bb7bdb5b03fb90f072ccd1a5671f03943952340c6c3525836e1ebe9246506143b055a1ca1991
 DIST SQLAlchemy-1.0.17.tar.gz 4787165 SHA256 
4352b8ddc625fe648e9e93929fa217c234d7b1a1a2412a3021924b5c2bd95194 SHA512 
18fc00bd80d136a65d5ad6929dac97a67514e001baaeaa57e95b31243cfe11aab9ab62ba8f7e68a5e833fbf024507c4908f99277445c8c3c9a3314981567978c
 WHIRLPOOL 
7bfe9479f8cd8290d8065bc62d4ecd6ee1fdc17ada0ebc056ae2a90643a7c8e361b4456f8b93fc9cffa1e72316146975b0fe4f3ce44a8e4f76cb0994fe052a13
 DIST SQLAlchemy-1.1.5.tar.gz 5134252 SHA256 
68fb40049690e567ebda7b270176f5abf0d53d9fbd515fec4e43326f601119b6 SHA512 
94cfa2a94c21a7f40a34f7bebacf74cafcd8cfc24cabd5a79e0ed28a7a6d0c4182c9ceb076b07e1ee5ca1bd01a38a25ca264bbfdf5344c40e0c59b59582eb043
 WHIRLPOOL 
2264a5f23e91854d9ad6dcdabc2622658e900be560e7f6f5461357850c445574a982ea81c9ae1b5fb35bea70c419b98f8f3ab6dd4ef1990b9ac647d7f7e80ef5
+DIST SQLAlchemy-1.1.9.tar.gz 5164787 SHA256 
b65cdc73cd348448ef0164f6c77d45a9f27ca575d3c5d71ccc33adf684bc6ef0 SHA512 
95df08e6bca0013ddc7e61aa82d7d51eb133a9b34aa430a785bd8cec8eb79a2b6e1503c1757a71487b09e2f292b5916e6797efb2026d43175e34a52b68cf81c6
 WHIRLPOOL 
c5ee51e72f4364d5c2c0bef0603212019d7f6d62f6cd153c88c31477f5363c37922e86e98821a17d0597ab1d360110629f53ec1257cc859204fcb7d05b3cb55e

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.1.9.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.1.9.ebuild
new file mode 100644
index 000..1e0a6318de8
--- /dev/null
+++ b/dev-python/sqlalchemy/sqlalchemy-1.1.9.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_REQ_USE="sqlite?"
+
+inherit distutils-r1 eutils flag-o-matic
+
+MY_PN="SQLAlchemy"
+MY_P="${MY_PN}-${PV/_beta/b}"
+
+DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
+HOMEPAGE="http://www.sqlalchemy.org/ https://pypi.python.org/pypi/SQLAlchemy;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc examples +sqlite test"
+
+REQUIRED_USE="test? ( sqlite )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   # Disable tests hardcoding function call counts specific to Python 
versions.
+   rm -r test/aaa_profiling || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if ! python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_test() {
+   # Create copies of necessary files in BUILD_DIR.
+   # https://bitbucket.org/zzzeek/sqlalchemy/issue/3144/
+   cp -pR examples sqla_nose.py setup.cfg test "${BUILD_DIR}" || die
+   pushd "${BUILD_DIR}" > /dev/null || die
+   if [[ "${EPYTHON}" == "python3.2" ]]; then
+   2to3 --no-diffs -w test || die
+   fi
+   # Recently upstream elected to make the testsuite also pytest capable
+   # "${PYTHON}" sqla_nose.py || die "Testsuite failed under ${EPYTHON}"
+   py.test --verbose test || die "Testsuite failed under ${EPYTHON}"
+   popd > /dev/null
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/. )
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "MySQL support" dev-python/mysql-python 
dev-python/mysql-connector-python
+   optfeature "mssql support" 

[gentoo-commits] repo/gentoo:master commit in: dev-python/testtools/

2017-05-15 Thread Lars Wendler
commit: 1b0008ea97de21f2fe119ec2fa4feecc978f603f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:29:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0008ea

dev-python/testtools: Bump to version 2.3.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/testtools/Manifest   |  1 +
 dev-python/testtools/testtools-2.3.0.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/testtools/Manifest b/dev-python/testtools/Manifest
index 3c5f88c10de..958aafd6637 100644
--- a/dev-python/testtools/Manifest
+++ b/dev-python/testtools/Manifest
@@ -1,3 +1,4 @@
 DIST testtools-0.9.36.tar.gz 201717 SHA256 
20a1b0d6325f1303ff8112a272047057b73217aac85424aa4065b87641a04499 SHA512 
1cb29deb2fb7cd0eebd9affb06e877487989163d0c4452db8051d75b936b0c4ac6443649d52f83cd3695421b361af7dc75507b037528ac0f7cfde9b4b201ad08
 WHIRLPOOL 
5561c4ef316c31f5c0099beb93eba307328669e43bef36e8da6b1856bf3f75c6b4d81fc0cb777e8397cb246512203c7951c93a52b2a5877e4764cf2e0a749e22
 DIST testtools-1.8.0.tar.gz 207976 SHA256 
8afd6400fb4e75adb0b29bd09695ecb2024cd7befab4677a58c147701afadd97 SHA512 
b5f0201222d1e8c60fb7c2793bcd38e1c96c6f9fae99e9f3e784d17230c9abbf7325053d501c07e752bad2da36b49e2c79a25d0c20cb9a2f426057f839a77b3a
 WHIRLPOOL 
71d4082197a9c179862fc3c63eadc37d6ff776f0a62e5fb08c296a5bf7109dc5110a2104a1ed15ca97c523aa0afb9e7124805ec6a6ae18f7605d7641abd9c54a
 DIST testtools-2.2.0.tar.gz 230716 SHA256 
80f606607a6e4ce4d0e24e5b786562aa42c581906f3c070607a4265f3da65810 SHA512 
f5ba08971975aa1ccf923c4c997ca7b093d00615131f440a9a5aad96d63be5b9e72f3364f3185d523fce9b5a7055bd52f767b54f7f9f17a102c4166efec189c5
 WHIRLPOOL 
042ef9e8177b44b37582b1b8013809b0fd443ac7c57e39317f73e081877c665fd368828e72568b89c0656ebc9d89e82c2ee7ffcd2bf0f31e07573df8573d3313
+DIST testtools-2.3.0.tar.gz 231559 SHA256 
5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559 SHA512 
558fe6a1bdce7215f9f6f178f469a2b76948dc7ff0ce27400482a16683474edb81d9bf90ae48b6fcb8df9eb70759341b694aa162ed3d9d4abd372981cdcd8a64
 WHIRLPOOL 
c4fc46381dbe3d98a1b03463bb3b52b396d6005338226deb451262484a914e673bde2fbdf64359defab2c8e5c453693f9ac4fd0233fdd4f111718c9cc0e844ec

diff --git a/dev-python/testtools/testtools-2.3.0.ebuild 
b/dev-python/testtools/testtools-2.3.0.ebuild
new file mode 100644
index 000..bd556b22d4a
--- /dev/null
+++ b/dev-python/testtools/testtools-2.3.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions to the Python standard library unit testing framework"
+HOMEPAGE="https://github.com/testing-cabal/testtools;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/extras-1.0.0[${PYTHON_USEDEP}]
+   dev-python/mimeparse[${PYTHON_USEDEP}]
+   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   dev-python/traceback2[${PYTHON_USEDEP}]
+   >=dev-python/unittest2-1.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   >=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
+   dev-python/testscenarios[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+PDEPEND=">=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   "${PYTHON}" -m testtools.run testtools.tests.test_suite || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/_build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/

2017-05-15 Thread Lars Wendler
commit: 6cdf2f75bb14db67ce35fa3bcca2f980e1cb22b3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 08:56:45 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdf2f75

dev-python/pyrsistent: Bump to version 0.12.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyrsistent/Manifest |  1 +
 dev-python/pyrsistent/pyrsistent-0.12.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pyrsistent/Manifest b/dev-python/pyrsistent/Manifest
index fb20066ee9b..bf32b52d852 100644
--- a/dev-python/pyrsistent/Manifest
+++ b/dev-python/pyrsistent/Manifest
@@ -1 +1,2 @@
 DIST pyrsistent-0.12.0.tar.gz 91666 SHA256 
37e19cb03435a81507f3096bec2abfbe6a1bb4098f72159d0cd37f6f8394f3cc SHA512 
dd0041011cb5aa41d32cfd632e80079a1e0e19f15366c928eabc040a85e9b574dc2d1a87139b150fa8ec42f6955ddffbf6e7bf8bfd9f498a9089632189949853
 WHIRLPOOL 
b131eaf46a35ec5dd1cdc4818d271f784093faba1d50b67713429c84946811c72cd7d73bec1c5d3a44ac992ca4abbe347bd59155ae94d9703b749cd9f0ec8dd4
+DIST pyrsistent-0.12.1.tar.gz 94031 SHA256 
59d97c4a1263a4f6dd730b1622c5b89ad80d307aba99f88ac31151465b51da01 SHA512 
e8b1e361a50bdd2986b21d21be6a04f065a8a2008ecdb0873b8d3fc2dfcb8f78b8f1644afb7540955008b5fb6b73ca93eb1f487f96ebd0c109f3ca72291e5f6b
 WHIRLPOOL 
1cbdbf54e3b4e71e0e0049e2c5ed7039b71169eec4f1e4ab258b1641fbf3c9e6db8bbff5d02309c3244f811d3e5816daf87d4183318cecc829f060e04f6c8863

diff --git a/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild
new file mode 100644
index 000..17a528298f0
--- /dev/null
+++ b/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Persistent/Functional/Immutable data structures"
+HOMEPAGE="https://github.com/tobgu/pyrsistent/ 
http://pypi.python.org/pypi/pyrsistent;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+# https://github.com/tobgu/pyrsistent/issues/
+# fails
+#RESTRICT="test"
+
+python_test() {
+   export PYTHONPATH="${S}:${PYTHONPATH}"
+   py.test -v -v -x || die ${PYTHONPATH}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-j2ee-deployment-bin/, profiles/

2017-05-15 Thread Michał Górny
commit: d9d443fb1788905fe4b884079f73fb2d78bee57b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:27:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:42:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d443fb

dev-java/sun-j2ee-deployment-bin: Remove last-rited pkg

 dev-java/sun-j2ee-deployment-bin/Manifest  |  2 -
 dev-java/sun-j2ee-deployment-bin/metadata.xml  |  8 
 .../sun-j2ee-deployment-bin-1.1-r2.ebuild  | 48 --
 profiles/package.mask  |  4 --
 4 files changed, 62 deletions(-)

diff --git a/dev-java/sun-j2ee-deployment-bin/Manifest 
b/dev-java/sun-j2ee-deployment-bin/Manifest
deleted file mode 100644
index 0f8151a756b..000
--- a/dev-java/sun-j2ee-deployment-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST j2ee_deployment-1_1-fr-class.zip 23165 RMD160 
f1c88c7f2a795e835be6d602ed7a17d845ac5f1c SHA1 
1f606d5f7f477d60486c2eaef4ede4084d77b877 SHA256 
9254f972032ad3f0ba9bd6d51eba5e3f800972d404b432fc790f8546b8fbb88c
-DIST j2ee_deployment-1_1-fr-doc.zip 153966 RMD160 
34375b342d1a57a6ff823541da61a37a5af08681 SHA1 
94adc32a9a7cedbf5eeb3b76f4b8e13e5380605e SHA256 
d6b9c9326d695904669c145ab475d003f736fd3461077cfd58ced07734db18a1

diff --git a/dev-java/sun-j2ee-deployment-bin/metadata.xml 
b/dev-java/sun-j2ee-deployment-bin/metadata.xml
deleted file mode 100644
index 952a4b9b605..000
--- a/dev-java/sun-j2ee-deployment-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   j...@gentoo.org
-   Java
-   
-

diff --git 
a/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild 
b/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild
deleted file mode 100644
index 5499c4613f5..000
--- a/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit java-pkg-2
-
-MY_PV=${PV/./_}
-
-CLASS_URI="j2ee_deployment-${MY_PV}-fr-class.zip"
-DOC_URI="j2ee_deployment-${MY_PV}-fr-doc.zip"
-
-DESCRIPTION="J2EE Application Deployment Specification"
-HOMEPAGE="http://java.sun.com/j2ee/tools/deployment/;
-SRC_URI="${CLASS_URI}
-   doc? ( ${DOC_URI} )"
-LICENSE="sun-bcla-j2ee-deployment"
-SLOT="1.1"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="doc"
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-RESTRICT="fetch"
-
-S=${WORKDIR}
-
-DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=J2EE_DEPLOYMENT-1.1-FR-CLASS-G-F@CDS-CDS_Developer;
-DOWNLOAD_URL_DOC="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=J2EE_DEPLOYMENT-1.1-FR-DOC-G-F@CDS-CDS_Developer;
-
-pkg_nofetch() {
-   einfo "Please download \"J2EE Deployment API Class Files 1.1\" - 
${CLASS_URI}"
-   einfo "from ${HOMEPAGE} and move it to ${DISTDIR}"
-   einfo "Direct URL: ${DOWNLOAD_URL}"
-   if use doc; then
-   einfo "Also download \"API Documentation 1.1\" - ${DOC_URI}"
-   einfo "from ${HOMEPAGE} and move it to ${DISTDIR}"
-   einfo "Direct URL: ${DOWNLOAD_URL_DOC}"
-   fi
-}
-
-src_compile() {
-   jar cvf ${PN}.jar javax || die "Failed to create the ${PN}.jar"
-}
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-
-   use doc && java-pkg_dojavadoc doc
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 2bc52da808d..0ed0325e193 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -233,10 +233,6 @@ dev-perl/encoding-warnings
 # enough to pick it up.
 dev-java/jdbc-oracle-bin
 
-# James Le Cuirot  (14 Apr 2017)
-# Ancient, unused by anything, fetch restricted. Removal in 30 days.
-dev-java/sun-j2ee-deployment-bin
-
 # NP-Hardass  (10 Apr 2017)
 # Masked for testing
 virtual/wine



[gentoo-commits] repo/gentoo:master commit in: dev-java/jdbc-oracle-bin/, profiles/

2017-05-15 Thread Michał Górny
commit: 7f7bd6404de5bc34e17774c5d9da0e32d19e8dc3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:29:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7bd640

dev-java/jdbc-oracle-bin: Remove last-rited pkg

 dev-java/jdbc-oracle-bin/Manifest  |  26 -
 .../jdbc-oracle-bin-10.1.0.5.ebuild| 122 
 .../jdbc-oracle-bin-10.2.0.3.ebuild| 125 -
 .../jdbc-oracle-bin-10.2.0.4.ebuild| 124 
 .../jdbc-oracle-bin/jdbc-oracle-bin-9.2.0.8.ebuild |  81 -
 dev-java/jdbc-oracle-bin/metadata.xml  |  12 --
 profiles/package.mask  |   6 -
 7 files changed, 496 deletions(-)

diff --git a/dev-java/jdbc-oracle-bin/Manifest 
b/dev-java/jdbc-oracle-bin/Manifest
deleted file mode 100644
index f2e210064bf..000
--- a/dev-java/jdbc-oracle-bin/Manifest
+++ /dev/null
@@ -1,26 +0,0 @@
-DIST jdbc-oracle-bin-10.1.0.5-demo.tar 532480 RMD160 
17ce3eb29e3e21853fd6fa7a607e1690d19b0c63 SHA1 
bc7e82acea0fdafcb9838629dbab5cce2cb7f10f SHA256 
180320ec23785209d262c970b7911f47a07715ed3da6be93219e860f64a2892f
-DIST jdbc-oracle-bin-10.1.0.5-javadoc.zip 6022949 RMD160 
c6c44394e348645d83964246d3b1f1820212d077 SHA1 
f78a6ccf02d976280e0f21c2e429082dd754 SHA256 
fca8c01131d1b30e7e728128e9531dad55bb317ee05bb71dbe2ee3936d50b3d6
-DIST jdbc-oracle-bin-10.1.0.5-ocrs12.jar 55434 RMD160 
8d9f29bac3a0ec48e93df3933b7f088ec5edbff6 SHA1 
eff40abece165906acc7452f3216202f8aad70c9 SHA256 
a1c05e06f68742bd5aa4d6083f7e1b5648d9f577e0202065c87d3d6384c5ebf6
-DIST jdbc-oracle-bin-10.1.0.5-ojdbc14.jar 1378346 RMD160 
e49f1f0236ae202afeedcedbc8ae3ef0f9111eef SHA1 
625a76a551491229201739ce7e80a3842b265b4c SHA256 
8cdb4596f6b74ed57d81eccf3d55ddbf123c078f6cb73da43a9f56dd7f247484
-DIST jdbc-oracle-bin-10.1.0.5-ojdbc14_g.jar 1722779 RMD160 
0316c4a9fd66a21fe815589b80c047ed9c1a89e0 SHA1 
7b55a67f66a1b9863d1a45cf1f929a0caa1ce256 SHA256 
113d346536ee96d453348aa362f2f5df415b6fa63f719d6c841ecca398c55b2e
-DIST jdbc-oracle-bin-10.1.0.5-ojdbc14dms.jar 1385754 RMD160 
7fc80a74e2e5f30714039b94fb74ded7cc363418 SHA1 
004240ab0ea8314a4c6fe8dcc479bf8ed6a3029b SHA256 
d43ad156c6be8c2b610fcd7e64f1c8c05871eb757c9f45f9b7c578855fbb658b
-DIST jdbc-oracle-bin-10.1.0.5-ojdbc14dms_g.jar 1730818 RMD160 
c23a64e3eb8512cf85c193c85963aaa50161348a SHA1 
e0d81ab4201c463693313a296ca6e28dc195a499 SHA256 
4b12a4337c6133682199016098180caa4cf7e1f401b47636906c563972b829b6
-DIST jdbc-oracle-bin-10.1.0.5-orai18n.jar 5110629 RMD160 
67dbf3b48a2e5d237fe6f0745e13e24b3ac710a0 SHA1 
64374a32ebba96d9b21dcab4a55fb8470c5ae9d4 SHA256 
184c250eb91b7dfcf832d3c0309f27c509ec1df24a673c67cde3c867ce099ab4
-DIST jdbc-oracle-bin-10.2.0.1-javadoc.zip 4383404 RMD160 
10e5bc9ec86ef6db9602c8b2c255ff817ec00bfb SHA1 
4879d35e38fdca9c123b87ddc24c5aa11273be85 SHA256 
058a94c351f7128e7c1ee61190ec9d88750bf065eeefd8aca421b4a80233c77e
-DIST jdbc-oracle-bin-10.2.0.3-demo.tar 573440 RMD160 
ea4dd0f85ef1403e1136a54ee1747c1429bdd123 SHA1 
1f1fa55e872b10e9e2dc04ef947452b18b732e11 SHA256 
8082525083733e9b61195b4cf7ad5052ab21bbe3eef6caa3c527e8e66dba5bc2
-DIST jdbc-oracle-bin-10.2.0.3-ojdbc14.jar 1545954 RMD160 
29c778ee11b8a799eef0f7e9d678218819f03056 SHA1 
c19f869a5b401bc526a5149bd4b6b6314a688be9 SHA256 
58828dfbda5c7fbd08bca87de1d623dadcaedd409c07eaa4fc426b7388113a49
-DIST jdbc-oracle-bin-10.2.0.3-ojdbc14_g.jar 1938906 RMD160 
5d29ec854a4288ffb17cac0ff8c9ff4c4bc38a7a SHA1 
d87755a2d55c943a82258b120a225f4ac50f7c4f SHA256 
c713ec8b0c643e624e1623c583890b56b328a28b08eaa221f9fe1c43eadc9a59
-DIST jdbc-oracle-bin-10.2.0.3-ojdbc14dms.jar 1553561 RMD160 
08516d993307b4ba5b4671c3c346daf768cd1556 SHA1 
ac425870d54ee92bcb5fd61ace0b602567f3857d SHA256 
863650044e9be32969cad07582cb78ce6d827d477b80031e450e58a697dad0d4
-DIST jdbc-oracle-bin-10.2.0.3-ojdbc14dms_g.jar 1947136 RMD160 
c78a475dd713a0d649a6984b4d796254273c07d9 SHA1 
77054185fa34c9bc12db7609ca2c0e556363a571 SHA256 
f6932195c87e462ceaeb2688e9a22f7b24371a5e76a2db2afbe3cf44f44e7c71
-DIST jdbc-oracle-bin-10.2.0.3-ons.jar 48492 RMD160 
127eb1dc88bf48a19c0a14e5d8a8c2ef2d3259e5 SHA1 
2d090de2c54102867af028a7f160d294a3d00f40 SHA256 
24767407b08abce4f4d00f795a87639515fb22a317a5817dd35a21d559302d77
-DIST jdbc-oracle-bin-10.2.0.3-orai18n.jar 1645114 RMD160 
6a405f60ab369576662f5a994c0b3e07645f95f7 SHA1 
75b73408f5ced657ff05f737e5420c5618c1c483 SHA256 
808f034fdf50d528771e808751e180a58f27f8b7f6a20875accafc2ec395e76e
-DIST jdbc-oracle-bin-10.2.0.4-demo.tar 604160 RMD160 
cc38181b1bc0bcc68a7d92bcbf27da373a76c5c6 SHA1 
7fffadc6c6bc8f2d7e85ad235fa6a003088fcdc7 SHA256 
a4361db75c29bf279fda05eccaf8cb6ed348eda47f3162e350559052f5c1bc89
-DIST jdbc-oracle-bin-10.2.0.4-ojdbc14.jar 1555682 RMD160 
22b83916159db4b3d494d76404b2a39d03ba8be3 SHA1 
02d09fd52e5496261dd7f72a17cdd496d0f9b045 SHA256 

[gentoo-commits] repo/gentoo:master commit in: dev-python/edpwd/, profiles/

2017-05-15 Thread Michał Górny
commit: cc7da255846bbb2196dcd718b2af71a2c1d90a71
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:14:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:42:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7da255

dev-python/edpwd: Remove last-rited pkg, #611592

 dev-python/edpwd/Manifest  |  1 -
 dev-python/edpwd/edpwd-0.0.7-r1.ebuild | 25 -
 dev-python/edpwd/edpwd-0.0.7.ebuild| 25 -
 dev-python/edpwd/metadata.xml  |  8 
 profiles/package.mask  |  6 --
 5 files changed, 65 deletions(-)

diff --git a/dev-python/edpwd/Manifest b/dev-python/edpwd/Manifest
deleted file mode 100644
index d71ba30a4a3..000
--- a/dev-python/edpwd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST edpwd-0.0.7.tar.gz 3801 SHA256 
736d225c26ec5c06a2231b063f0da213de3d4652583c2eb022d7755f93216a2a SHA512 
35f78057af96a197c3ad5887638a6b24dc1353cbc8d676d71ee2ca31e24582cdc3b68b8cd4d321d935019711d9cc249b13760422760b16b0e5359ccecef5e39d
 WHIRLPOOL 
9b838ed6eb00b25b6ce8a0dc7c8071d7fecaf7a961394232aef3d326b056040e4744bb338822a1e08b32a9c8ff253049a7501a123fe5d337c7e0462d574d3bbb

diff --git a/dev-python/edpwd/edpwd-0.0.7-r1.ebuild 
b/dev-python/edpwd/edpwd-0.0.7-r1.ebuild
deleted file mode 100644
index 43b243cb109..000
--- a/dev-python/edpwd/edpwd-0.0.7-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Encrypt/Decrypt Password Library that wraps up Blowfish"
-HOMEPAGE="https://pypi.python.org/pypi/edpwd/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6.30[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
-
-python_test() {
-   set -- "${PYTHON}" setup.py test
-   echo "${@}"
-   "${@}" || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/edpwd/edpwd-0.0.7.ebuild 
b/dev-python/edpwd/edpwd-0.0.7.ebuild
deleted file mode 100644
index 6598e7d9a6e..000
--- a/dev-python/edpwd/edpwd-0.0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Encrypt/Decrypt Password Library that wraps up Blowfish"
-HOMEPAGE="https://pypi.python.org/pypi/edpwd/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6.30[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
-
-python_test() {
-   set -- "${PYTHON}" setup.py test
-   echo "${@}"
-   "${@}" || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/edpwd/metadata.xml b/dev-python/edpwd/metadata.xml
deleted file mode 100644
index b1b93f170d8..000
--- a/dev-python/edpwd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-edpwd
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 95d7a6d4082..ef1f672f1fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -279,12 +279,6 @@ app-emulation/crossover-office-pro-bin
 sys-firmware/radeon-ucode
 sys-firmware/amdgpu-ucode
 
-# Michał Górny  (27 Mar 2017)
-# No revdeps or real use case. Uses ECB mode for encryption which is
-# a bad idea. Requires patching for dev-python/pycryptodome. Abandoned
-# upstream and downstream. Removal in 30 days. Bug #611592.
-dev-python/edpwd
-
 # Lars Wendler  (24 Mar 2017)
 # Masked until Mozilla and Chrome agreed how to handle
 # Symantec trust issues properly (bug #613714)



[gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/amd64/no-multilib/, app-emulation/crossover-office-bin/, ...

2017-05-15 Thread Michał Górny
commit: d8471c0fb16afaf5699b827fc8f2db5c67a0a55f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:15:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8471c0f

app-emulation/crossover-office-bin: Remove last-rited pkg, #612718

 app-emulation/crossover-office-bin/Manifest|  4 --
 .../crossover-office-bin-6.0.0.ebuild  | 51 --
 .../crossover-office-bin-6.0.1.ebuild  | 51 --
 .../crossover-office-bin-6.1.0.ebuild  | 51 --
 .../crossover-office-bin-6.2.0.ebuild  | 51 --
 app-emulation/crossover-office-bin/metadata.xml|  8 
 profiles/arch/amd64/no-multilib/package.mask   |  1 -
 profiles/default/linux/uclibc/amd64/package.mask   |  1 -
 .../hardened/linux/amd64/no-multilib/package.mask  |  1 -
 profiles/package.mask  |  1 -
 10 files changed, 220 deletions(-)

diff --git a/app-emulation/crossover-office-bin/Manifest 
b/app-emulation/crossover-office-bin/Manifest
deleted file mode 100644
index 7e57261a8a0..000
--- a/app-emulation/crossover-office-bin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST install-crossover-standard-6.0.0.sh 20086564 SHA256 
0b49f6a0fe866078ccd10fee476836a4eea99904c6b9827e3c47e12b613d1342
-DIST install-crossover-standard-6.0.1.sh 20097976 SHA256 
cc77a25d46f09b357b7d0ecb86c6749db052bc91622d291a18732aa3803894e2
-DIST install-crossover-standard-6.1.0.sh 24481498 SHA256 
d36938d7a53767e6169eb05565f8a3ae8313f3ceee6a5912c6497f39ca08afbf
-DIST install-crossover-standard-6.2.0.sh 23632049 SHA256 
5ddd35d5271b49ec43ed128e9efd122c1792e1718e6e4024aa263ae0212c4320

diff --git 
a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild 
b/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild
deleted file mode 100644
index 4355889e022..000
--- a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit unpacker
-
-DESCRIPTION="simplified/streamlined version of wine with commercial support"
-HOMEPAGE="http://www.codeweavers.com/products/cxoffice/;
-SRC_URI="install-crossover-standard-${PV}.sh"
-
-LICENSE="CROSSOVER"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="nas"
-RESTRICT="bindist fetch strip"
-
-RDEPEND="
-   dev-util/desktop-file-utils
-   sys-libs/glibc
-   x11-libs/libXrandr[abi_x86_32(-)]
-   x11-libs/libXi[abi_x86_32(-)]
-   x11-libs/libXmu[abi_x86_32(-)]
-   x11-libs/libXxf86dga[abi_x86_32(-)]
-   x11-libs/libXxf86vm[abi_x86_32(-)]
-   nas? ( media-libs/nas[abi_x86_32(-)] )
-"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
-   einfo "Please visit ${HOMEPAGE}"
-   einfo "and place ${A} in ${DISTDIR}"
-}
-
-src_unpack() {
-   unpack_makeself # needed due to .sh extension; #415013
-}
-
-src_install() {
-   dodir /opt/cxoffice
-   cp -r * "${D}"/opt/cxoffice || die "cp failed"
-   rm -r "${D}"/opt/cxoffice/setup.{sh,data}
-   insinto /opt/cxoffice/etc
-   doins support/templates/cxoffice.conf
-}
-
-pkg_postinst() {
-   einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
-   einfo "bottles and install Windows applications."
-}

diff --git 
a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild 
b/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild
deleted file mode 100644
index 4355889e022..000
--- a/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit unpacker
-
-DESCRIPTION="simplified/streamlined version of wine with commercial support"
-HOMEPAGE="http://www.codeweavers.com/products/cxoffice/;
-SRC_URI="install-crossover-standard-${PV}.sh"
-
-LICENSE="CROSSOVER"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="nas"
-RESTRICT="bindist fetch strip"
-
-RDEPEND="
-   dev-util/desktop-file-utils
-   sys-libs/glibc
-   x11-libs/libXrandr[abi_x86_32(-)]
-   x11-libs/libXi[abi_x86_32(-)]
-   x11-libs/libXmu[abi_x86_32(-)]
-   x11-libs/libXxf86dga[abi_x86_32(-)]
-   x11-libs/libXxf86vm[abi_x86_32(-)]
-   nas? ( media-libs/nas[abi_x86_32(-)] )
-"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
-   einfo "Please visit ${HOMEPAGE}"
-   einfo "and place ${A} in ${DISTDIR}"
-}
-
-src_unpack() {
-   unpack_makeself # needed due to .sh extension; #415013
-}
-
-src_install() {
-   dodir /opt/cxoffice
-   cp -r * "${D}"/opt/cxoffice || die "cp failed"
-   rm -r "${D}"/opt/cxoffice/setup.{sh,data}
-   insinto /opt/cxoffice/etc
-   doins support/templates/cxoffice.conf
-}
-

[gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/amd64/no-multilib/, profiles/default/linux/uclibc/amd64/, ...

2017-05-15 Thread Michał Górny
commit: 235fa5ef735b0ed997cf9a42972f648522384fd9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:23:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235fa5ef

app-emulation/crossover-office-pro-bin: Remove last-rited pkg, #612720

 app-emulation/crossover-office-pro-bin/Manifest| 13 --
 .../crossover-office-pro-bin-5.0.0.ebuild  | 51 
 .../crossover-office-pro-bin-5.0.1.ebuild  | 50 
 .../crossover-office-pro-bin-5.0.3.ebuild  | 50 
 .../crossover-office-pro-bin-6.0.0.ebuild  | 50 
 .../crossover-office-pro-bin-6.1.0.ebuild  | 52 -
 .../crossover-office-pro-bin-6.2.0.ebuild  | 52 -
 .../crossover-office-pro-bin-7.0.2.ebuild  | 52 -
 .../crossover-office-pro-bin-7.1.0.ebuild  | 52 -
 .../crossover-office-pro-bin-8.0.0.ebuild  | 52 -
 .../crossover-office-pro-bin-9.0.0.ebuild  | 52 -
 .../crossover-office-pro-bin-9.0.1.ebuild  | 52 -
 .../crossover-office-pro-bin-9.1.0.ebuild  | 54 --
 .../crossover-office-pro-bin-9.2.0.ebuild  | 54 --
 .../crossover-office-pro-bin/metadata.xml  |  8 
 profiles/arch/amd64/no-multilib/package.mask   |  1 -
 profiles/default/linux/uclibc/amd64/package.mask   |  1 -
 .../hardened/linux/amd64/no-multilib/package.mask  |  1 -
 profiles/package.mask  |  7 ---
 19 files changed, 704 deletions(-)

diff --git a/app-emulation/crossover-office-pro-bin/Manifest 
b/app-emulation/crossover-office-pro-bin/Manifest
deleted file mode 100644
index c87ad99e346..000
--- a/app-emulation/crossover-office-pro-bin/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
-DIST install-crossover-pro-5.0.0.sh 15957213 SHA256 
aa4575bf989eee9ecb3fa4f150913cb46c8bf7e32322f8c874310fff82ffb72c
-DIST install-crossover-pro-5.0.1.sh 16177282 SHA256 
b92683c0e20008a67f2b79ea83bae01141cce22966ebbf291058eecdf941ddd6
-DIST install-crossover-pro-5.0.3.sh 17299111 SHA256 
d171b87cb5c1aaa775e8abbb303fa7acc572f1b0911bbd89d1852e823fc9f133
-DIST install-crossover-pro-6.0.0.sh 20265211 SHA256 
77055a7bc168b05efff9c1d6bfce9f450b43f00ea0e74f9f8a4514cfa00379c3
-DIST install-crossover-pro-6.1.0.sh 24811441 SHA256 
9a71320ed778ab57e05f9e9412774e96910573f6e8a5edfe8d8cf2eb7805b200
-DIST install-crossover-pro-6.2.0.sh 23806779 SHA256 
d6bcd30430bbf01b72780e6be13900e8cb5a80fd2850e230262db349d6ae58f2
-DIST install-crossover-pro-7.0.2.sh 25607860 SHA256 
c307b237b6d57fea1e940c5c840f44ed0fc34357ae9f417e7127abc20d51314b
-DIST install-crossover-pro-7.1.0.sh 26190866 SHA256 
8844a09493a9d987fd96d7c6cc17c3e3ca5b910fc61162c1d3e40beef8ef3b14
-DIST install-crossover-pro-8.0.0.sh 29587007 SHA256 
f440337441715c723cd29a52f3156da86df622d19d81b5bd163b786696f9248f
-DIST install-crossover-pro-9.0.0.sh 30375251 SHA256 
14b46ba4c386dbacb38abf24871576a22450b63f96e236338386f4f7bf65b71f
-DIST install-crossover-pro-9.0.1.sh 30381453 SHA256 
8154e04dfdc10ebba3fe849ccf7f0c9b1508bf7d8612ac99ef3b1ac28ea13cb7
-DIST install-crossover-pro-9.1.0.sh 32846417 SHA256 
a53bc1f0e188b3769f0e398450d62034b7d775e53e359be6f791dc02138d1b03
-DIST install-crossover-pro-9.2.0.sh 3301 SHA256 
ac027670a56f64b607c9047583d1e26c2e6808dd79d78fd41750651294eaf321

diff --git 
a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild 
b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild
deleted file mode 100644
index 8bb600e1bbe..000
--- 
a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit unpacker
-
-DESCRIPTION="simplified/streamlined version of wine with commercial support"
-HOMEPAGE="http://www.codeweavers.com/products/cxoffice/;
-SRC_URI="install-crossover-pro-${PV}.sh"
-
-LICENSE="CROSSOVER"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="nas"
-RESTRICT="bindist fetch strip"
-
-RDEPEND="
-   dev-util/desktop-file-utils
-   sys-libs/glibc
-   x11-libs/libXrandr[abi_x86_32(-)]
-   x11-libs/libXi[abi_x86_32(-)]
-   x11-libs/libXmu[abi_x86_32(-)]
-   x11-libs/libXxf86dga[abi_x86_32(-)]
-   x11-libs/libXxf86vm[abi_x86_32(-)]
-   nas? ( media-libs/nas[abi_x86_32(-)] )
-"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
-   einfo "Please visit ${HOMEPAGE}"
-   einfo "and place ${A} in ${DISTDIR}"
-}
-
-src_unpack() {
-   unpack_makeself # needed due to .sh extension; #415013
-}
-
-src_install() {
-   dodir /opt/cxoffice
-   cp -r * "${D}"/opt/cxoffice || die "cp failed"
-  

[gentoo-commits] repo/gentoo:master commit in: dev-java/jaxme/files/, dev-java/jaxme/

2017-05-15 Thread Michał Górny
commit: a67b5ee68e8a4d4cae51964c6b3c20b29a508d3d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:26:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:42:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b5ee6

dev-java/jaxme: Remove last-rited pkg

 dev-java/jaxme/Manifest|  1 -
 .../jaxme/files/jaxme-0.5.2-fix_marshallers.patch  | 24 --
 dev-java/jaxme/jaxme-0.5.2-r2.ebuild   | 96 --
 dev-java/jaxme/metadata.xml|  8 --
 4 files changed, 129 deletions(-)

diff --git a/dev-java/jaxme/Manifest b/dev-java/jaxme/Manifest
deleted file mode 100644
index bdd66d7d548..000
--- a/dev-java/jaxme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ws-jaxme-0.5.2-src.tar.gz 5478402 SHA256 
0415d721259acf95c564fb84606bb17f6227c1cc444e89b78d1cd9903c1c88dc SHA512 
f41e0e66f8c017efb55a3d4e002caaf8e4978ca52fa2c66ed25daf8c22a0643d1865a8a7313b72326926cc08ae79d08136d662ae83a6e1cdc6eb4d9bc7fbacdc
 WHIRLPOOL 
b7815c1e7dbace025a8980a6e4571abfa6976f50fff988d7686f6c0e7c2316aeef47b5e788323298861d3218852b8c57f56ad4ec610b2ef4905471f644f11b22

diff --git a/dev-java/jaxme/files/jaxme-0.5.2-fix_marshallers.patch 
b/dev-java/jaxme/files/jaxme-0.5.2-fix_marshallers.patch
deleted file mode 100644
index 210a1783c78..000
--- a/dev-java/jaxme/files/jaxme-0.5.2-fix_marshallers.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur 
ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java 
ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java
 
ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java 
   2005-03-10 12:14:08.0 +0200
-+++ ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java
2009-04-05 00:43:39.498597962 +0300
-@@ -45,7 +45,7 @@
-  * @author mailto:j...@ispsoft.de;>Jochen Wiedmann
-  * @version $Id$
-  */
--public class JMMarshallerImpl extends JMControllerImpl implements 
JMMarshaller {
-+public abstract class JMMarshallerImpl extends JMControllerImpl implements 
JMMarshaller {
-   /** Default value for {@link Marshaller#JAXB_ENCODING}.
-* (UTF-8 encoding)
-*/
-diff -ur 
ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java 
ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java
 
ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java   
   2005-03-04 12:41:53.0 +0200
-+++ ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java  
2009-04-05 00:43:53.635210800 +0300
-@@ -44,7 +44,7 @@
- 
- /** JaxMe's {@link javax.xml.bind.Unmarshaller} implementation.
-  */
--public class JMUnmarshallerImpl extends JMControllerImpl implements 
JMUnmarshaller {
-+public abstract class JMUnmarshallerImpl extends JMControllerImpl implements 
JMUnmarshaller {
- private static final SAXParserFactory spf;
- static {
- spf = SAXParserFactory.newInstance();

diff --git a/dev-java/jaxme/jaxme-0.5.2-r2.ebuild 
b/dev-java/jaxme/jaxme-0.5.2-r2.ebuild
deleted file mode 100644
index 966fa6e5a31..000
--- a/dev-java/jaxme/jaxme-0.5.2-r2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_PN=ws-${PN}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="An open source implementation of JAXB, the specification for 
Java/XML binding"
-HOMEPAGE="http://ws.apache.org/jaxme/index.html;
-SRC_URI="mirror://apache/ws/${PN}/source/${MY_P}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-COMMON_DEP=">=dev-java/antlr-2.7.7-r7:0
-   >=dev-java/log4j-1.2.8:0
-   dev-java/junit:0
-   dev-java/xmldb:0"
-
-RDEPEND=">=virtual/jre-1.6
-   dev-java/xerces:2
-   ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.6
-   dev-db/hsqldb:0
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/${MY_P}"
-
-# We do it later
-JAVA_PKG_BSFIX="off"
-
-java_prepare() {
-   cd "${S}/prerequisites"
-   rm *.jar
-   java-pkg_jarfrom antlr
-   java-pkg_jarfrom junit
-   java-pkg_jarfrom log4j log4j.jar log4j-1.2.8.jar
-   java-pkg_jarfrom xmldb xmldb-api.jar xmldb-api-20021118.jar
-   java-pkg_jarfrom xmldb xmldb-api-sdk.jar xmldb-api-sdk-20021118.jar
-   java-pkg_jarfrom --build-only ant-core ant.jar ant-1.5.4.jar
-   java-pkg_jarfrom --build-only ant-core ant.jar ant.jar
-   # no linking to it, should be used for tests only but used to generate 
stuff during build anyway
-   java-pkg_jarfrom --build-only hsqldb hsqldb.jar hsqldb-1.7.1.jar
-
-   # Special case: jaxme uses ant/*.xml files, so rewriting them by hand
-   # is better:
-   cd 

[gentoo-commits] repo/gentoo:master commit in: dev-tex/biber/

2017-05-15 Thread Michał Górny
commit: e0ce0cb52fec659d030285349c70176aeb89f193
Author: Hendrik v. Raven  consetetur  de>
AuthorDate: Mon May 15 08:06:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ce0cb5

dev-tex/biber: add proxy-maintainership

 dev-tex/biber/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-tex/biber/metadata.xml b/dev-tex/biber/metadata.xml
index 7b4b5183125..9bb052a73bc 100644
--- a/dev-tex/biber/metadata.xml
+++ b/dev-tex/biber/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   hend...@consetetur.de
+   Hendrik v. Raven (lorem_ipsum)
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

biblatex-biber
plk/biber



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions-topicons/, profiles/

2017-05-15 Thread Mart Raudsepp
commit: 91e03c845dc697e347ce8a928ce87bfca727188c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May 15 09:33:33 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May 15 09:33:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e03c84

gnome-extra/gnome-shell-extensions-topicons: Remove last rited package

Use gnome-extra/gnome-shell-extensions-topicons-plus instead

 .../gnome-shell-extensions-topicons/Manifest   |  1 -
 .../gnome-shell-extensions-topicons-28-r1.ebuild   | 37 --
 .../gnome-shell-extensions-topicons-28.ebuild  | 32 ---
 .../gnome-shell-extensions-topicons/metadata.xml   |  8 -
 profiles/package.mask  | 10 --
 5 files changed, 88 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions-topicons/Manifest 
b/gnome-extra/gnome-shell-extensions-topicons/Manifest
deleted file mode 100644
index 156f056b8c6..000
--- a/gnome-extra/gnome-shell-extensions-topicons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnome-shell-extensions-topicons-28.tar.xz 2116 SHA256 
d73f2c57e6b22088a981a101cc1c4960acc6612e81b365ac6f54031e068a0c41 SHA512 
666c47bc342021db98f11d7bf2a77a805d34f98f940c4facf46e9eb7255e3d8ee0384cb88eb007390bfd0595a9bf8974a3aecfe0ef5661940d00dfaf7df81c62
 WHIRLPOOL 
be794587c62e973aa9dfd0d7e17126564b5fafbd2982eecda3b51c659d96f5e5453b2c8a0d2f7472b66442855bf4f27957860d42a2a58dcce638bd3064c6066d

diff --git 
a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28-r1.ebuild
 
b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28-r1.ebuild
deleted file mode 100644
index 96f9b3dc369..000
--- 
a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vcs-snapshot
-
-DESCRIPTION="Shows legacy tray icons on top"
-HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/;
-SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz -> 
${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   app-eselect/eselect-gnome-shell-extensions
-   >=gnome-base/gnome-shell-3.10
-"
-DEPEND="app-arch/xz-utils"
-
-src_prepare() {
-   default
-   sed -i 's/"3.18"/"3.18",\n"3.20"/g' metadata.json || die
-}
-
-src_install() {
-   local uuid='topIcons@adel.gadl...@gmail.com'
-   insinto "/usr/share/gnome-shell/extensions/${uuid}"
-   doins *
-}
-
-pkg_postinst() {
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-}

diff --git 
a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28.ebuild
 
b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28.ebuild
deleted file mode 100644
index 95b9aa76d1c..000
--- 
a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-28.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit vcs-snapshot
-
-DESCRIPTION="Shows legacy tray icons on top"
-HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/;
-SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz -> 
${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   app-eselect/eselect-gnome-shell-extensions
-   >=gnome-base/gnome-shell-3.10
-"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-   local uuid='topIcons@adel.gadl...@gmail.com'
-   insinto "/usr/share/gnome-shell/extensions/${uuid}"
-   doins *
-}
-
-pkg_postinst() {
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-}

diff --git a/gnome-extra/gnome-shell-extensions-topicons/metadata.xml 
b/gnome-extra/gnome-shell-extensions-topicons/metadata.xml
deleted file mode 100644
index 39980802b1d..000
--- a/gnome-extra/gnome-shell-extensions-topicons/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 70bb97917a0..95d7a6d4082 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -257,16 +257,6 @@ app-emulation/wine-any
 # Part of the JDK since Java 6. Removal in 30 days.
 dev-java/jaxme
 
-# Mart Raudsepp  (04 Apr 2017)
-# Masked for removal in 30 days. Does not work with new
-# gnome-base/gnome-shell.
-# gnome-extra/gnome-shell-extensions-topicons-plus is a
-# fork that has added features and works with modern
-# gnome-shell that is suitable as a system-wide replacement
-# package. Alternatively it can be 

[gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/, net-libs/zeromq/files/

2017-05-15 Thread Thomas Deutschmann
commit: a48ec0a85e36706424dbdac3192a508c6206f3c1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 15 10:00:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 15 10:00:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48ec0a8

net-libs/zeromq: Rev bump to disable exp. zmq_poll implementation

A feature under development has sneaked in as active by default in the
recent releases of libzmq.

This feature completely changes the internal implementation for
zmq_poll, a very widely used API, and as such upstream do not believe
this should be shipped yet, hence the initial severity choice.

Debian-Bug: https://bugs.debian.org/861416
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ...able-experimental-zmq_poll-implementation.patch | 35 +
 net-libs/zeromq/zeromq-4.2.2-r1.ebuild | 57 ++
 2 files changed, 92 insertions(+)

diff --git 
a/net-libs/zeromq/files/zeromq-4.2.1-disable-experimental-zmq_poll-implementation.patch
 
b/net-libs/zeromq/files/zeromq-4.2.1-disable-experimental-zmq_poll-implementation.patch
new file mode 100644
index 000..3efe2153bfa
--- /dev/null
+++ 
b/net-libs/zeromq/files/zeromq-4.2.1-disable-experimental-zmq_poll-implementation.patch
@@ -0,0 +1,35 @@
+From 90c76fbd6069b8e1e98236f31317ed22792ab739 Mon Sep 17 00:00:00 2001
+From: Luca Boccassi 
+Date: Fri, 28 Apr 2017 16:08:46 +0100
+Subject: [PATCH] Problem: new zmq_poller used by zmq_poll without DRAFTs
+
+Solution: do not define ZMQ_HAVE_POLLER in src/zmq_drafts.h otherwise
+src/zmq.cpp will implement zmq_poll using the new poller classes.
+Same for ZMQ_HAVE_TIMERS, even though it has no internal effect, but
+to be safe against future development.
+---
+ src/zmq_draft.h | 4 
+ 1 file changed, 4 deletions(-)
+
+diff --git a/src/zmq_draft.h b/src/zmq_draft.h
+index bfbf9e3..9aed6dd 100644
+--- a/src/zmq_draft.h
 b/src/zmq_draft.h
+@@ -67,8 +67,6 @@ const char *zmq_msg_group(zmq_msg_t *msg);
+ /*  Poller polling on sockets,fd and thread-safe sockets  
*/
+ 
/**/
+ 
+-#define ZMQ_HAVE_POLLER
+-
+ typedef struct zmq_poller_event_t
+ {
+ void *socket;
+@@ -103,8 +101,6 @@ int zmq_poller_remove_fd (void *poller, int fd);
+ /*  Scheduling timers 
*/
+ 
/**/
+ 
+-#define ZMQ_HAVE_TIMERS
+-
+ typedef void (zmq_timer_fn)(int timer_id, void *arg);
+ 
+ void *zmq_timers_new (void);

diff --git a/net-libs/zeromq/zeromq-4.2.2-r1.ebuild 
b/net-libs/zeromq/zeromq-4.2.2-r1.ebuild
new file mode 100644
index 000..995ecf31a70
--- /dev/null
+++ b/net-libs/zeromq/zeromq-4.2.2-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="A brokerless kernel"
+HOMEPAGE="http://www.zeromq.org/;
+SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+IUSE="pgm +sodium static-libs test"
+
+RDEPEND="
+   sys-libs/libunwind
+   sodium? ( dev-libs/libsodium:= )
+   pgm? ( =net-libs/openpgm-5.2.122 )"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto
+   sys-apps/util-linux
+   pgm? ( virtual/pkgconfig )"
+
+PATCHES=( 
"${FILESDIR}"/${PN}-4.2.1-disable-experimental-zmq_poll-implementation.patch )
+
+src_prepare() {
+   sed \
+   -e '/libzmq_werror=/s:yes:no:g' \
+   -i configure.ac || die
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-shared
+   $(use_enable static-libs static)
+   $(use_with sodium libsodium)
+   $(use_with pgm)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_test() {
+   # Restricting to one job because multiple tests are using the same port.
+   # Upstream knows the problem and says it doesn't support parallel test
+   # execution, see ${S}/INSTALL.
+   emake -j1 check
+}
+
+src_install() {
+   default
+   find "${ED}"usr/lib* -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/

2017-05-15 Thread Thomas Deutschmann
commit: d41659bd2e1ebcb55f193f8b643289a641d0d8c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 15 10:15:05 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 15 10:15:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41659bd

net-libs/liboping: Cleanup old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/liboping/Manifest |  2 -
 net-libs/liboping/liboping-1.7.0.ebuild| 42 -
 net-libs/liboping/liboping-1.8.0-r1.ebuild | 74 --
 net-libs/liboping/liboping-1.8.0.ebuild| 42 -
 4 files changed, 160 deletions(-)

diff --git a/net-libs/liboping/Manifest b/net-libs/liboping/Manifest
index 99827b06438..a139bffd887 100644
--- a/net-libs/liboping/Manifest
+++ b/net-libs/liboping/Manifest
@@ -1,4 +1,2 @@
 DIST liboping-1.10.0.tar.bz2 318150 SHA256 
eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8 SHA512 
f1e9984cf0c1df89b29f7bc657c19a5439019db7643680744d8f353664b6a53070581f40b51e72f896c7df88799c6868257f6308e1a9d84b4d2a0666491214d8
 WHIRLPOOL 
59562503d30b1e05d0052e28d5d93cc3379e03528376a056f7d64d588154d9ab75cb9a2f2c3725f8968900db3b731bbeca7e93d565f641bda2393b14c411f7c1
-DIST liboping-1.7.0.tar.bz2 306359 SHA256 
60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3 SHA512 
74ca6184fc192cabc0edb289aaab7b7d6f743a69cd0e1c0de82d768e7fd599229fbb974fbc0e1f3f5a3377c47cc8871c8cd1b16982f7b67167cd7cc5808eb38e
 WHIRLPOOL 
cf845b01582cf207c2409e1e5ee71ca9e7fb402ff8fb0131778246aa8931aa3b1c59e6318fea6923ed3f83721f8a0928991ecefb87f7ec13f2f8c4f3f8df4fdc
-DIST liboping-1.8.0.tar.bz2 316441 SHA256 
1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb SHA512 
94170de6e23c1c2380866e5195a3cdac795f30bda560ee3869bcdd9aa42b831fa3aac1a351033f72ed81d501b8e3e02db9bb5e5ada29e51ea4b1d2cca7af6217
 WHIRLPOOL 
724144216788a3837e2afb45b88a9ea757984e45841a365cfc7b17b43269069600dd9ed261f4b108527eb5f19b151500b24e4544c8e3f944cc1d7392e39b6c4a
 DIST liboping-1.9.0.tar.bz2 313884 SHA256 
44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530 SHA512 
dcbadeea5154d4f4c31f806cae4ee5b8d5a8dfe243a9de4dad4b81b5b227538e1bb0c20afef121bd8ad841346da39fd5fb4710db981b89c11acc573c4f401c85
 WHIRLPOOL 
11421367b3e5128a0158ab76305bde2431dd3e2e2e0f8665cc5fbf9871a0a60fab6e1887d4a3537cc5d1e56dbf1431d6b51885b0c93e25b21e93c9e0b678834d

diff --git a/net-libs/liboping/liboping-1.7.0.ebuild 
b/net-libs/liboping/liboping-1.7.0.ebuild
deleted file mode 100644
index 40d0bc15931..000
--- a/net-libs/liboping/liboping-1.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit base autotools
-
-DESCRIPTION="C library and ncurses based program to generate ICMP echo 
requests and ping multiple hosts at once"
-HOMEPAGE="http://verplant.org/liboping;
-SRC_URI="http://verplant.org/${PN}/files/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="perl"
-
-DEPEND="
-   sys-libs/ncurses
-   perl? ( dev-lang/perl )
-"
-RDEPEND=${DEPEND}
-
-PATCHES=( "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch" )
-
-src_prepare() {
-   base_src_prepare
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with perl perl-bindings INSTALLDIRS=vendor) \
-   --disable-static
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la'  -delete || die
-
-   fperms u+s,og-r /usr/bin/oping
-   fperms u+s,og-r /usr/bin/noping
-}

diff --git a/net-libs/liboping/liboping-1.8.0-r1.ebuild 
b/net-libs/liboping/liboping-1.8.0-r1.ebuild
deleted file mode 100644
index 8f43eb01981..000
--- a/net-libs/liboping/liboping-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools fcaps perl-module
-
-DESCRIPTION="Protocol independent ANSI-C ping library and command line utility"
-HOMEPAGE="https://noping.cc/;
-SRC_URI="https://noping.cc/files/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/0.2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+filecaps ncurses perl"
-
-DEPEND="ncurses? ( sys-libs/ncurses:0= )"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch"
-   "${FILESDIR}/${PN}-1.8.0-remove-ncurses-automagic.patch"
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with perl perl-bindings INSTALLDIRS=vendor) \
-   $(use_with ncurses)
-}
-
-src_test() {
-   if use perl; then
-   pushd bindings/perl >/dev/null || die
-   perl-module_src_test
-   popd >/dev/null || die
-   fi
-}
-
-src_install() {
-   default
-
-   find "${ED}"usr/lib* -name '*.la' -o -name '*.a' -delete || die
-}
-
-pkg_postinst() {

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2017-05-15 Thread Agostino Sarubbo
commit: bc2fc1880678f404cc45a614a7928e7364fdaba8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 15 10:22:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 15 10:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2fc188

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.68,4.9.28,4.10.16,4.11.1} - remove old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest| 7 ---
 ...nilla-sources-4.10.15.ebuild => vanilla-sources-4.10.16.ebuild} | 0
 ...vanilla-sources-4.11.0.ebuild => vanilla-sources-4.11.1.ebuild} | 0
 ...vanilla-sources-4.4.67.ebuild => vanilla-sources-4.4.68.ebuild} | 0
 ...vanilla-sources-4.9.27.ebuild => vanilla-sources-4.9.28.ebuild} | 0
 5 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index bd29eb20424..51586027fbb 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -14,6 +14,7 @@ DIST patch-3.16.43.xz 1521552 SHA256 
613fc4663e1d7979c1530291e39a3118a4fff59c7de
 DIST patch-3.2.88.xz 1704968 SHA256 
1414b22403824525a6c82a6ac4bbe2e35a2537a81ed012424e0c30b86dcbe245 SHA512 
4df324dc009ce086bd20ae9c435f5e3aa990103d514c7057d79ddd451e889a5ded0781287269dad374e472dd3de05b9f2097fe602e1fc857cfa2e2bf304046fd
 WHIRLPOOL 
03c99b887c11eb0832cd42d8bc1e505fa25591f2a5a9b6f2c4c18aa1d85d45b5614d0a0969f0174c089e83d87f4241d64c4111b73b2eb4d40a6eeda19fc95d2a
 DIST patch-3.4.113.xz 1362096 SHA256 
d5492eeaadcf12aaad471011066e447907999035c26368da8e4f82b1871ef03a SHA512 
cd212cb2c2d6fb911571472466027c7e502277f7af2426050a5afcd4c7799920e48414190b8a8a039f88d85bbf0d9e164c7d8c45982bf51f7567da9304137688
 WHIRLPOOL 
bc88441d583b9ed2f315b6ed809c168cb00af5a3c1f91fd1e4bd651a5f21cc69fd9343460976b5707916ec992b3e7a2f519953ce1bbc55fbb3290237ec4b44a3
 DIST patch-4.1.39.xz 970604 SHA256 
398c201891d4f7942458caab8c8af5d058c62e6a8f6058b06363fad462e83154 SHA512 
a5ed73e8a473f8b374d9762947e79efb83a9713af08d10869997a16ab51c357cac7c96f99f942496fad1ed0589051f2a5d97c8e72f4ab15648c12c1a5d6ff1f2
 WHIRLPOOL 
2165a115f90a6d331c8cbe309baad3fca08f908d2dc7f0003ed9846af4954edec0a1b08c24e3b90cdb0accb52bb3b69e52c6a6c5bf8ba3c42d8220933123
-DIST patch-4.10.15.xz 290280 SHA256 
a15ed4c0b74e72f8b09cb4a57899707c68b7834136404d96f4e05add84a05e46 SHA512 
4e9a399bdeeacb36429465b98accd06723d79c99400f57449e1711e089260af4925156fc3bbb3787d21c98afde41dfa03b903a976a0e5d3dcbc1a78578b14a7e
 WHIRLPOOL 
6a2e69e1ce8917c50a99a18ab484c592c344e92acbbc272038d8d381e5e9b878488901dd671a97278b72211244b349361cde0f2386db50c3aa4e73b5e83765a7
-DIST patch-4.4.67.xz 1101640 SHA256 
144dc49cc81552dc42a3f5052e23feffdd635bb909801352caa7a09f44d368c8 SHA512 
053f8abeff8637e425529e9d289cc5c365a9b4f21d7a8d21b0c57d39e670ac08c07bb7e1855f9b331cec881c3fcc0c4dcb789b9a1ac6de4198afdfdda88b25d4
 WHIRLPOOL 
502dc8a2f644357a417ae82ced6742f6b4f4d2b83298cc8f0fb5e6ac2936a62c63ea042c84e73212e8ce0330646341f48aa239f63c3708134b27136426cbfae5
-DIST patch-4.9.27.xz 557100 SHA256 
098948ea0680836413c604c20f2cd83220ef6aba0280c50ac43821f6536bf8c4 SHA512 
e7a9302d284e77c4a961f6cbfe5c702bbb2db5046a35e4c850d0549808ac8278d550239d7af72f2dd7d1b7940416dfacb6cc83be9b948ffe012428bd8d0fe367
 WHIRLPOOL 
357608b0e25b104f76bd19628447f344add04e89fd506252ac1beed0c21596b5b4eb1bdca07a96ff8c4dc5fbe21463770839cd72cd1ac41a743f8333cac8eca6
+DIST patch-4.10.16.xz 323920 SHA256 
3bbd1da3133e544983caa269887c3515e19229b2ea4990d75695b5ca16d46c59 SHA512 
636a7e81490d3053be3e6a042ce6f861308669de57988611cd2f6a7541491a3f0cf0ababa27a229e39105f3a60c2044f64ef61bab6d8ebcd68bb1275a7eed83c
 WHIRLPOOL 
a6c27ec0b5948d731828a5e9ca07d4909c313c7007dda03c1fafd4d37293cab55b7be005d59ad9ac85e9a277e4cee32d5bb4f5c0f1fba6d22e4b9bef735fd488
+DIST patch-4.11.1.xz 14324 SHA256 
0d96845b0f1bbe47a62659f48367948c4e747f995694927aa309e0e5e1556949 SHA512 
e6cc334312655e8992da8834d09561191482961862c9f7ef5db44e3327db9994bf258412294271db8c3badd04c309f6cf12d6608a15fccdeec4039f50756fea8
 WHIRLPOOL 
299f480071b63c661fadcea82f873f977727d20dd7abccf95364540655dfc997995461597ec08a9c58a2f8db90ac1dfbc8f0bde8f4a295428aa693c3421def69
+DIST patch-4.4.68.xz 1114072 SHA256 
ca4fdd5cb4336a07f8ba7ea08a812b47278b43db3060a2f76623bab91b454e1a SHA512 
ad6e98a44ade05bd159c2f50a6e68f0e6a11b4ef316e17713ae63199eeb56469db9bcc609ce3d332951b4a9c1c7e3b54d92a5bcf33e11e959ea7dfc9c0d3e215
 WHIRLPOOL 
6ebef4a5c1c2f2f4710c8b88538dd905680b4e75b650187181ba9d63c26febacb42ed62230dcc96f3f590d66b31a4357e9eb7c3042056880feacee0606ea604e
+DIST patch-4.9.28.xz 584140 SHA256 
8e332a60444ccc4f32d05867f1fa75ffd8d958b1e9afea707fb60246bc93d57c SHA512 
ff1c42e7a1e686c4e3018a7c0f2d7af6cb98001cdb31c9cc375409e53efda8236fb4078c4c66993b75a73026e661ca58800aef14d12dd88ff94d24505be69149
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-05-15 Thread Lars Wendler
commit: a2c43d94372373d59388982648872d7c308ac7a9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:40:04 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c43d94

sys-apps/gsmartcontrol: Bump to version 0.9.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 85a7c9d95bb..f7b0dee6e11 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1 +1,2 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
+DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
new file mode 100644
index 000..b74f1347fff
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:2.4
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/

2017-05-15 Thread Lars Wendler
commit: 5a582dd4f7fbe284ba95b68ff3c7406eacd4dd90
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 08:18:25 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a582dd4

dev-python/cssutils: Bump to version 1.0.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/cssutils/Manifest  |  1 +
 dev-python/cssutils/cssutils-1.0.2.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/cssutils/Manifest b/dev-python/cssutils/Manifest
index b66e4c5763d..15d5d79fc87 100644
--- a/dev-python/cssutils/Manifest
+++ b/dev-python/cssutils/Manifest
@@ -1 +1,2 @@
 DIST cssutils-1.0.1.tar.gz 353621 SHA256 
d8a18b2848ea1011750231f1dd64fe9053dbec1be0b37563c582561e7a529063 SHA512 
932a128443cc31f689d91c7c75a04ddc79824b4e5c0779e48d30fa0a3a760cad82d8208264ec95a3b120c38962f2eabf6b3456aa8f81d24e9c9718e95fd6bf83
 WHIRLPOOL 
b3cf4f4e94671a7cef49956f40b6ea67264fdeb305197e125d059c8fa815747a872bd5e15c2745c6fc602dc7d27881a2258219817b2abc7b9953bb3bb371e808
+DIST cssutils-1.0.2.tar.gz 367038 SHA256 
a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf SHA512 
4988893875a03923d3127e334654799e5c2ebcdc0a7f5b3fb5c9ab27d1b331caa5bf197161312a298531e0757843aa3259ceba5fa19947353eea24a5da53ceda
 WHIRLPOOL 
ffabc8132b9fdc4f3bf6748f8c1892641d0552df4a7ad99b8679fb970903215481d62468a68b151c4f964d05ee2bf589ef00baa7df9de33b8f4aad512bfcc441

diff --git a/dev-python/cssutils/cssutils-1.0.2.ebuild 
b/dev-python/cssutils/cssutils-1.0.2.ebuild
new file mode 100644
index 000..c07182ec400
--- /dev/null
+++ b/dev-python/cssutils/cssutils-1.0.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A CSS Cascading Style Sheets library"
+HOMEPAGE="https://pypi.python.org/pypi/cssutils/ 
https://bitbucket.org/cthedot/cssutils http://cthedot.de/cssutils/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Disable test failing with dev-python/pyxml installed.
+   if has_version dev-python/pyxml; then
+   sed -e "s/test_linecol/_&/" \
+   -i src/cssutils/tests/test_errorhandler.py \
+   || die
+   fi
+
+   # requires old pbr, does it really?
+   sed \
+   -e '/tests_require/d' \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die
+   # esetup.py test
+   # exclude tests that connect to the network
+   set --  nosetests \
+   -e test_parseUrl -e test_handlers -P 
"${BUILD_DIR}/lib/cssutils/tests"
+   echo "$@"
+   "$@" || die "Testing failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rdflib/

2017-05-15 Thread Lars Wendler
commit: 3e3402c2423ef877d21b943876f82a6110bdedc5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:11:05 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3402c2

dev-python/rdflib: Bump to version 4.2.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/rdflib/Manifest|  1 +
 dev-python/rdflib/rdflib-4.2.2.ebuild | 88 +++
 2 files changed, 89 insertions(+)

diff --git a/dev-python/rdflib/Manifest b/dev-python/rdflib/Manifest
index cdb4182e954..b64e32fe1fa 100644
--- a/dev-python/rdflib/Manifest
+++ b/dev-python/rdflib/Manifest
@@ -1 +1,2 @@
 DIST rdflib-4.2.1.tar.gz 889467 SHA256 
eb02bd235606ef3b26e213da3e576557a6392ce103efd8c6c8ff1e08321608c8 SHA512 
49145f80a9e027847523faed059c16ec1de358bb9d8fc3ab4fd3bf95a88dd181986b1785deedf6e837cf0b064bd74ab8e27fbb5581e33310353da3546ae7b016
 WHIRLPOOL 
010bb4cf7c544b9a3f28636182b6c1821f390066bfe3de59f58fb7cfd8d809d8b0b5f256134b9c5091327c7ba6319be02135d6ea8a6d8b37772e212f000c3ba7
+DIST rdflib-4.2.2.tar.gz 905094 SHA256 
da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d SHA512 
efc24d8ce1080e59950cecc9c779ae0d63673c8690f74db1772f6c2dbf24d6f4de5214d5870a074bffe549b42d8d5f5d131df29bbfd174b763ae1f843aec7d5c
 WHIRLPOOL 
f270e89354e601b17a91fb415a01f44ddaf90fec71e71997007f72db15275cae17bb4f2e45e2aacc852d748beda2907e5dc48c930c12632bf5846af335d7ac09

diff --git a/dev-python/rdflib/rdflib-4.2.2.ebuild 
b/dev-python/rdflib/rdflib-4.2.2.ebuild
new file mode 100644
index 000..2e188fc2ed8
--- /dev/null
+++ b/dev-python/rdflib/rdflib-4.2.2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE="sqlite?,threads(+)"
+
+# The usual required for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1
+
+DESCRIPTION="RDF library containing a triple store and parser/serializer"
+HOMEPAGE="https://github.com/RDFLib/rdflib https://pypi.python.org/pypi/rdflib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="doc berkdb examples mysql redland sqlite test"
+
+RDEPEND="
+   dev-python/isodate[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] )
+   mysql? ( dev-python/mysql-python[$(python_gen_usedep python2_7)] )
+   redland? ( dev-libs/redland-bindings[python,$(python_gen_usedep 
python2_7)] )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/sparql-wrapper[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.1-r1[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # Upstream manufactured .pyc files which promptly break distutils' 
src_test
+   find -name "*.py[oc~]" -delete || die
+
+   # Bug 358189; take out tests that attempt to connect to the network
+sed -e "/'--with-doctest',/d" -e "/'--doctest-extension=.doctest',/d" \
+   -e "/'--doctest-tests',/d" -i run_tests.py || die
+
+   sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/conf.py || die
+
+   # doc build requires examples folder at the upper level of docs
+   if use doc; then
+   cd docs || die
+   ln -sf ../examples . || die
+   cd ../ || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # https://github.com/RDFLib/rdflib/issues/510
+   if use doc; then
+   einfo ""; einfo "Several warnings and Errors present in the 
build"
+   einfo "For a complete build, it is required to install"
+   einfo "github.com/gjhiggins/n3_pygments_lexer and"
+   einfo "github.com/gjhiggins/sparql_pygments_lexer"
+   einfo "outside portage via pip or by cloning. These have not 
been"
+   einfo "given a tagged release by the author and are not in 
portage"
+   einfo ""
+   emake -C docs html
+   fi
+}
+
+python_test() {
+   # the default; nose with: --where=./ does not work for python3
+   if python_is_python3; then
+   pushd "${BUILD_DIR}/src/" > /dev/null
+   "${PYTHON}" ./run_tests.py || die "Tests failed under 
${EPYTHON}"
+   popd > /dev/null
+   else
+   "${PYTHON}" ./run_tests.py || die "Tests failed under 
${EPYTHON}"
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples ; then
+   docinto examples
+   dodoc -r examples/.
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyopenssl/

2017-05-15 Thread Lars Wendler
commit: 9c520bdd227fb0728dbd26e219f4e3a0b23fb98c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 08:53:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c520bdd

dev-python/pyopenssl: Bump to version 17.0.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyopenssl/Manifest|  1 +
 dev-python/pyopenssl/pyopenssl-17.0.0.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/dev-python/pyopenssl/Manifest b/dev-python/pyopenssl/Manifest
index 85cdd173da4..cfb1f749e67 100644
--- a/dev-python/pyopenssl/Manifest
+++ b/dev-python/pyopenssl/Manifest
@@ -1,2 +1,3 @@
 DIST pyOpenSSL-0.15.1.tar.gz 149887 SHA256 
f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984bc0d672 SHA512 
bd204f40c9583a8580cff28b061f02ea772fdda3965dab6ac9e3f8c3b98792bea87b6de76494f7ce81e1ddcc76019432a9ffa3bcd55c5adb063bb639efe62e51
 WHIRLPOOL 
34badbf11b49cb65019cb55da7c6d6a539971392741d14ea1408c56dc0564d52ffeb947d86549fed17762474d863d59a406cde86daa75a329bd5b6411a77702b
 DIST pyOpenSSL-16.2.0.tar.gz 167305 SHA256 
7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e SHA512 
c1b068137a492564fe958603712d401b7ee0def94c01a28be55f5c89e07c25684ecb0f465f3c56f35924bde038894f2914ac49539144845fb586d12b80307078
 WHIRLPOOL 
60f2fe38ba773ed52bcfe88da57bd78f2114d7018a6184ec1c0fa2a8ae6dab4cf2495cd2aa75d7a5b2beee49477dbb6b4256034cec83752db0a3c7e5f7c4debb
+DIST pyOpenSSL-17.0.0.tar.gz 167121 SHA256 
48abfe9d2bb8eb8d8947c8452b0223b7b1be2383b332f3b4f248fe59ef0bafdd SHA512 
819be95f920a70b40ae48ed6740bd1d8cd3bf2fc080f682db8978946929994cb87ac467e220267dcdafc40aa7ed2cce51a334a49b06c1e2665d295157181ddad
 WHIRLPOOL 
8256ad13d35d7c7d1678bd6c35140e13a1f601f149bc38633b3f04eaec7e302853abcb5df857a04fd04dc8ac3feeb35d4247dc979cee0969dafc538ec9b70d5c

diff --git a/dev-python/pyopenssl/pyopenssl-17.0.0.ebuild 
b/dev-python/pyopenssl/pyopenssl-17.0.0.ebuild
new file mode 100644
index 000..ba3f71d2929
--- /dev/null
+++ b/dev-python/pyopenssl/pyopenssl-17.0.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN=pyOpenSSL
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python interface to the OpenSSL library"
+HOMEPAGE="
+   http://pyopenssl.sourceforge.net/
+   https://launchpad.net/pyopenssl
+   https://pypi.python.org/pypi/pyOpenSSL
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="doc examples test"
+
+RDEPEND="
+   >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.1[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   # Requires network access
+   sed -i -e 's/test_set_default_verify_paths/_&/' tests/test_ssl.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   # FIXME: for some reason, no-ops on PyPy
+   py.test -v || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   if use examples ; then
+   docinto examples
+   dodoc -r examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/

2017-05-15 Thread Lars Wendler
commit: 6e3d68f51478dc05189e66746fd68d961635a69c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:46:30 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3d68f5

dev-python/urllib3: Bump to version 1.21.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/urllib3/Manifest  |  1 +
 dev-python/urllib3/urllib3-1.21.1.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
index c18a3d27003..7486802a0f7 100644
--- a/dev-python/urllib3/Manifest
+++ b/dev-python/urllib3/Manifest
@@ -1,3 +1,4 @@
 DIST urllib3-1.12.tar.gz 151072 SHA256 
0ea512776971fe4e76192600fe41e4e7ee96b4b9a5b15aefc1ac31d2a63872c6 SHA512 
44f1cf9c5d5538e35d026551a2d1dc7119786c1148b9a769fa9f652f0368e996512962c6245c92d1f4bb1d8e816e2fb0ffebeb0060b01f92b2a5d6e01d15426f
 WHIRLPOOL 
d386e4fb47b2ea4d78d2ad690c9252d6be1b3f5a624e20670e22c9b3a28dc910e3d5ecd24ca54d8f8337f8e9a9875208efce06952cd392d9c8254257eadeee70
 DIST urllib3-1.16.tar.gz 179763 SHA256 
63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab SHA512 
646b35a9a4490b2d1f068883a29cbb5be5050a6eea7bb7842f77cd666b7f88101a7612e8eb45ae0eb900d914518db5202f548ab688b8db1c20ed248ba2edac66
 WHIRLPOOL 
a4a813a5fc560a1487a87e492185122ffe8a41ba263e3c5e5962a48b9f4577a6360fa5d47d474f3c97a56e7ef99b2854c0f742075c05b88461f41d69e10c7a04
 DIST urllib3-1.20.tar.gz 201873 SHA256 
97ef2b6e2878d84c0126b9f4e608e37a951ca7848e4855a7f7f4437d5c34a72f SHA512 
5e2c960ad8641b7e7faf3df966ceb5a2fbb898d9fb4d4459ba607448bab096e3d5df6bc42fdf5fbc2ea58fb6199ba3eb16613b63fd109401d6a2b6e46aade6c3
 WHIRLPOOL 
30938f71f77e300c9ccc050b6b1f071941db644b5c34ceba262fa839659a7d9655fe22bc867e63edde5dbae790a4505cbea370962cc495700d6b1c6b40c2b98a
+DIST urllib3-1.21.1.tar.gz 224266 SHA256 
b14486978518ca0901a76ba973d7821047409d7f726f22156b24e83fd71382a5 SHA512 
0d2e9c2a0b895e4e232cad5ecc645ea9fd9b70191df045a220ee1f32e284c613c6790bcdfd9e40a22ea9d25ec397278fa700a3c3747e7b04222719d50df07859
 WHIRLPOOL 
58df2abc5d211fa312e7a7967367c0bac9f029848a6fed15fb83d3b0b197e9834fa60f71d2ec2577dfc464c30d3e446035252fac830da500111976e77a4e904b

diff --git a/dev-python/urllib3/urllib3-1.21.1.ebuild 
b/dev-python/urllib3/urllib3-1.21.1.ebuild
new file mode 100644
index 000..8dcad14a6c7
--- /dev/null
+++ b/dev-python/urllib3/urllib3-1.21.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and 
more"
+HOMEPAGE="https://github.com/shazow/urllib3;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc test"
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   virtual/python-ipaddress[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=www-servers/tornado-4.2.1[$(python_gen_usedep 'python*')]
+   >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/nose-exclude-0.4.1[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
+
+# Testsuite written requiring mock to be installed under all Cpythons
+
+python_compile_all() {
+   use doc && emake -C docs SPHINXOPTS= html
+}
+
+python_test() {
+   # FIXME: get tornado ported
+   if [[ ${EPYTHON} == python* ]]; then
+   nosetests -v test || die "Testing failed with ${EPYTHON}"
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/py/

2017-05-15 Thread Lars Wendler
commit: 1e77aa0c4a4b715199637533084179e532f1989b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 08:48:51 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e77aa0c

dev-python/py: Bump to version 1.4.33

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/py/Manifest |  1 +
 dev-python/py/py-1.4.33.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/py/Manifest b/dev-python/py/Manifest
index 019245d428a..f1ae8ce5a6b 100644
--- a/dev-python/py/Manifest
+++ b/dev-python/py/Manifest
@@ -1,2 +1,3 @@
 DIST py-1.4.30.tar.gz 191796 SHA256 
b703e57685ed7c280b1a51c496a4984d83d89def2a930b5e9e5da5a6ca151514 SHA512 
dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a
 WHIRLPOOL 
890cd2dbb957c291e80c73a69fad89846e761f745500ab2a99bfb4f725a7e567104fa4a2a957b8c674ebc9498fdbb25373ff0d15ab8da7f8c45138844235c79f
 DIST py-1.4.32.tar.gz 598861 SHA256 
c4b89fd1ff1162375115608d01f77c38cca1d0f28f37fd718005e19b28be41a7 SHA512 
3596d792d8c242c99088001dee1f993f78b1940d8062cb8b81ab3734467a89d30fec790db0baef7fdec23f012b2ec9f70989f09a63cc915e79fb23b1ace47770
 WHIRLPOOL 
ac03859d54effc1642d210f00f30ae26f6d26e0669f6846c219aa56a0079f97ee1df3a2bf7515e36abc215f6f8e59db7caa44e380d1b114ba8686879e21f3891
+DIST py-1.4.33.tar.gz 193961 SHA256 
1f9a981438f2acc20470b301a07a496375641f902320f70e31916fe3377385a9 SHA512 
5474ba113b205e499acae78a1bfedcdcea5eb61c35aa17bce73e6a49d316ca2dc9e19c4d17e1dd084424ef9f50b5a4ba045b1bb7a8bd7a6d7062afa552354cb6
 WHIRLPOOL 
b5b67c7c2f925ea966e6be0c1016e3752d4239446274c6af92bd03a8d11400856ecdd57818f70b3257a910964a1ee53597a022f2ea9862b8dd55a8c9b7c1ae9b

diff --git a/dev-python/py/py-1.4.33.ebuild b/dev-python/py/py-1.4.33.ebuild
new file mode 100644
index 000..eb54602c31d
--- /dev/null
+++ b/dev-python/py/py-1.4.33.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="library with cross-python path, ini-parsing, io, code, log 
facilities"
+HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -e 's:intersphinx_mapping:#&:' -i doc/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   # 1 failure, test_comments, under both pypy only.
+   # Also appears the home repo has no issue tracker.
+   [[ "${EPYTHON}" == pypy ]] && return
+   py.test -v -v || die "testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2017-05-15 Thread Sam Jorna
commit: fed31007dc4f3911bfb55bab5273de7f64388140
Author: Sam Jorna  gentoo  org>
AuthorDate: Mon May 15 11:02:09 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Mon May 15 11:02:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed31007

sys-boot/refind: fix incorrect patch name

Gentoo-Bug: 618510
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-boot/refind/refind-0.10.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/refind/refind-0.10.7-r1.ebuild 
b/sys-boot/refind/refind-0.10.7-r1.ebuild
index b77f6fc42e8..a17a793c16f 100644
--- a/sys-boot/refind/refind-0.10.7-r1.ebuild
+++ b/sys-boot/refind/refind-0.10.7-r1.ebuild
@@ -55,7 +55,7 @@ src_prepare() {
default
 
# bug 616668 - build fails against gnu-efi-3.0.5
-   eapply "${FILESDIR}"/"${PF}"-fix_build_gnuefi-3.0.5.patch
+   eapply "${FILESDIR}"/"${P}"-fix_build_gnuefi-3.0.5.patch
 
# bug 598647 - PIE not supported
sed -e 's:CFLAGS  =:& -fno-PIE:' -i "${S}/Make.common" || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/

2017-05-15 Thread Michał Górny
commit: 6323fb2b70dee55fca165797955ff58fad3656bd
Author: Louis Sautier  gmail  com>
AuthorDate: Sat May 13 15:49:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6323fb2b

dev-python/jaraco-packaging: new package, version 4.1

Tools to supplement packaging Python releases.

Closes: https://github.com/gentoo/gentoo/pull/4617
Bug: https://bugs.gentoo.org/617962
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/jaraco-packaging/Manifest   |  1 +
 .../jaraco-packaging/jaraco-packaging-4.1.ebuild   | 47 ++
 dev-python/jaraco-packaging/metadata.xml   | 21 ++
 3 files changed, 69 insertions(+)

diff --git a/dev-python/jaraco-packaging/Manifest 
b/dev-python/jaraco-packaging/Manifest
new file mode 100644
index 000..7bc721c3e6c
--- /dev/null
+++ b/dev-python/jaraco-packaging/Manifest
@@ -0,0 +1 @@
+DIST jaraco.packaging-4.1.tar.gz 8820 SHA256 
9980b0fb6a0d2ee754d5979c9e5e02f31853da8e9046dc99f5abfcb7ace9e189 SHA512 
381ac1ba3a8eeea1235e719d98b61e38399d3fea1310732b0e2f921a3d46544efbb12c23c03bfa3ecfa07697458cb8930ca5156df7b411509c7b1da0b673d7cd
 WHIRLPOOL 
887d743fef6d1e5b8aa97b1ae0d83500f2c68f61520978557a0a53ec7d58b6f42740e3669340e7101cf1c3afd9638da4bf27e6ab5402229b614a27267d62df9b

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
new file mode 100644
index 000..1584db69651
--- /dev/null
+++ b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Tools to supplement packaging Python releases"
+HOMEPAGE="https://github.com/jaraco/jaraco.packaging;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/rst-linker[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die "docs failed to build"
+   HTML_DOCS=( html/. )
+   fi
+}
+
+python_test() {
+   # Skip one test which requires network access
+   PYTHONPATH=. py.test -v -k "not test_revived_distribution" \
+   || die "tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/jaraco-packaging/metadata.xml 
b/dev-python/jaraco-packaging/metadata.xml
new file mode 100644
index 000..7f4f59851b2
--- /dev/null
+++ b/dev-python/jaraco-packaging/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sautier.lo...@gmail.com
+   Louis Sautier
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   jaraco.packaging
+   jaraco/jaraco.packaging
+   
https://github.com/jaraco/jaraco.packaging/issues
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/

2017-05-15 Thread Michał Górny
commit: 17129c6363bd41a7bfaba09176fa99d4ee7b96f3
Author: Hendrik v. Raven  consetetur  de>
AuthorDate: Mon May 15 08:05:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17129c63

dev-tex/biblatex: add proxy-maintainership

 dev-tex/biblatex/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-tex/biblatex/metadata.xml b/dev-tex/biblatex/metadata.xml
index 4719424a172..da3be4fdc72 100644
--- a/dev-tex/biblatex/metadata.xml
+++ b/dev-tex/biblatex/metadata.xml
@@ -1,6 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   hend...@consetetur.de
+   Hendrik v. Raven (lorem_ipsum)
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

t...@gentoo.org
Gentoo TeX Project



[gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/

2017-05-15 Thread Michał Górny
commit: 666b82042aed5d531ef1509e7243b3c83886e229
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat May 13 20:11:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666b8204

app-shells/mpv-bash-completion: add changelog URL to metadata

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-shells/mpv-bash-completion/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-shells/mpv-bash-completion/metadata.xml 
b/app-shells/mpv-bash-completion/metadata.xml
index 8e5e1e668c8..9c81b8770e4 100644
--- a/app-shells/mpv-bash-completion/metadata.xml
+++ b/app-shells/mpv-bash-completion/metadata.xml
@@ -13,6 +13,7 @@
Use dev-lang/luajit instead of 
dev-lang/lua


+   
https://github.com/2ion/mpv-bash-completion/releases
2ion/mpv-bash-completion

 



[gentoo-commits] repo/gentoo:master commit in: dev-util/vint/

2017-05-15 Thread Michał Górny
commit: a3fb7ddfe5ac57d0d240b111e1a786a2d3d3da0d
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat May 13 20:13:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fb7ddf

dev-util/vint: add changelog URL to metadata

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/vint/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/vint/metadata.xml b/dev-util/vint/metadata.xml
index dfa77de8178..b2d24cbd66c 100644
--- a/dev-util/vint/metadata.xml
+++ b/dev-util/vint/metadata.xml
@@ -10,6 +10,7 @@
Proxy Maintainers


+   https://github.com/Kuniwak/vint/releases
Kuniwak/vint
vim-vint




[gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex-apa/

2017-05-15 Thread Michał Górny
commit: d9a0e6aa97f2b720d9e707ea2e9287b591b0d29c
Author: Hendrik v. Raven  consetetur  de>
AuthorDate: Mon May 15 08:06:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a0e6aa

dev-tex/biblatex-apa: add proxy-maintainership

Closes: https://github.com/gentoo/gentoo/pull/4632

 dev-tex/biblatex-apa/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-tex/biblatex-apa/metadata.xml 
b/dev-tex/biblatex-apa/metadata.xml
index de8b2c8a9b8..0c8a390a4d5 100644
--- a/dev-tex/biblatex-apa/metadata.xml
+++ b/dev-tex/biblatex-apa/metadata.xml
@@ -1,6 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   hend...@consetetur.de
+   Hendrik v. Raven (lorem_ipsum)
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

t...@gentoo.org
Gentoo TeX Project



[gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/

2017-05-15 Thread Michał Górny
commit: 583ad8454b8dbaf13e38db7d7ca4f68a995fdc07
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat May 13 20:15:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583ad845

media-sound/flacon: add changelog URL to metadata

Closes: https://github.com/gentoo/gentoo/pull/4621
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/flacon/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/flacon/metadata.xml b/media-sound/flacon/metadata.xml
index 564d925dcdb..31d3edec710 100644
--- a/media-sound/flacon/metadata.xml
+++ b/media-sound/flacon/metadata.xml
@@ -10,6 +10,7 @@
Proxy Maintainers


+   https://flacon.github.io/changelog/
flacon/flacon

 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/

2017-05-15 Thread Michał Górny
commit: d3dee6ec5f304562cec59000dac3b42b6ad11f2a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 09:08:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 09:09:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3dee6ec

dev-libs/jsoncpp: Remove old ~arch

 dev-libs/jsoncpp/Manifest |  1 -
 dev-libs/jsoncpp/jsoncpp-1.7.5.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest
index 07c8616891b..005b389d6e8 100644
--- a/dev-libs/jsoncpp/Manifest
+++ b/dev-libs/jsoncpp/Manifest
@@ -1,4 +1,3 @@
 DIST jsoncpp-0.10.2.tar.gz 197188 SHA256 
37bb72615018522bb78a5eb425b36dfc79e049c1d5471b724f7ccadeac0ed479 SHA512 
8e451e3ba37094445ab098d5b9f7236ac84e2f15d98e2039c565e609b757c2383e91850bd86aca507ca5cd2f733fedc484bb7760e7fe9bace71d97ae0d2e
 WHIRLPOOL 
85f9861e77a7c3cecd5e859adde832b7f12a0c5eae04ecbee203e5d8c4b8b13ba034b4aa6b78a3b981aa392a4ea6a26c2e1d411ae97768d7ed422f71ec2e5d79
 DIST jsoncpp-0.10.6.tar.gz 200213 SHA256 
7c285fc40ad0c113e436a1271c4e38b5017b5c7782c306e90be9d6b2ffa90212 SHA512 
9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa
 WHIRLPOOL 
f06b804045250b205f8ca1ed6fd5504cb5e18243df16c9c255310a631d6d88f78bfd8c59e31360c1e50ccabcf5b295a095a80cdbb4e0ca5a0da54a64ff8e7919
-DIST jsoncpp-1.7.5.tar.gz 205989 SHA256 
4338c6cab8af8dee6cdfd54e6218bd0533785f552c6162bb083f8dd28bf8fbbe SHA512 
c8217e390d4b15e046a6f14ad54257ac8ecc13b70073a15c502b451df25c6d8bbc645ee50bb12e67433bf2c9053e2a39544d465c19124c7b882b69dd80b70ab2
 WHIRLPOOL 
312522ed7d8c03a50406f6a93355fab341022ef433b553f50d6d2b9e052c645361a4cea0771f1a16189921a15d025d35f0a6a5ff251d18a9ec48faa90084bb87
 DIST jsoncpp-1.8.0.tar.gz 206659 SHA256 
5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc SHA512 
bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c
 WHIRLPOOL 
76bb44fc8e838a544415b802188dec19aa14cf65d41833dd7e737a8fd1e442d4566f57c505ab4a11c07a7af2f03a8053e21792cb581b535fce55fc8e76fc

diff --git a/dev-libs/jsoncpp/jsoncpp-1.7.5.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.7.5.ebuild
deleted file mode 100644
index 26d6d7f2401..000
--- a/dev-libs/jsoncpp/jsoncpp-1.7.5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="C++ JSON reader and writer"
-HOMEPAGE="https://github.com/open-source-parsers/jsoncpp;
-SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( public-domain MIT )"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-   doc? (
-   app-doc/doxygen
-   ${PYTHON_DEPS}
-   )
-   test? (
-   ${PYTHON_DEPS}
-   )"
-RDEPEND=""
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-   if use doc || use test; then
-   python-any-r1_pkg_setup
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DJSONCPP_WITH_TESTS=$(usex test)
-   -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-   -DJSONCPP_WITH_CMAKE_PACKAGE=ON
-
-   -DBUILD_SHARED_LIBS=ON
-   -DBUILD_STATIC_LIBS=OFF
-   # Follow Debian, Ubuntu, Arch convention for headers location
-   # bug #452234
-   -DINCLUDE_INSTALL_DIR="${EPREFIX}"/usr/include/jsoncpp
-   # Disable implicit ccache use
-   -DCCACHE_FOUND=OFF
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   if use doc; then
-   "${EPYTHON}" doxybuild.py --doxygen=/usr/bin/doxygen || die
-   fi
-}
-
-src_test() {
-   emake -C "${BUILD_DIR}" jsoncpp_check
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   if use doc; then
-   docinto html
-   dodoc -r dist/doxygen/jsoncpp*/.
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/

2017-05-15 Thread Thomas Deutschmann
commit: 9ce1fa0bde6299ec449fb589b793d3725392fb7d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 15 10:10:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 15 10:10:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce1fa0b

dev-libs/libfastjson: Bump to v0.99.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/libfastjson/Manifest   | 2 +-
 .../{libfastjson-0.99.5.ebuild => libfastjson-0.99.6.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfastjson/Manifest b/dev-libs/libfastjson/Manifest
index 1e4fb84ac80..362a28c016e 100644
--- a/dev-libs/libfastjson/Manifest
+++ b/dev-libs/libfastjson/Manifest
@@ -1,3 +1,3 @@
 DIST libfastjson-0.99.2.tar.gz 366602 SHA256 
6ff053d455243a81014f37b4d81c746d9b8d40256a56326c3a7921c8bf458dfd SHA512 
4b57697cbb901bc12a26d98c3d6df998aba373d4f38339189c9bd3e5a32777fa4796039fe82581337e576fa93c6deb87759eba04326134f587064c82e1b3daaf
 WHIRLPOOL 
56010125b4ba905aba3fa7ad69faf38237426c1ef5cbaad90458fe31e96b86719d2766d2099928dc22aa7d98a64d079a3bd9de31702b28547d1f1d416170d487
 DIST libfastjson-0.99.4.tar.gz 424989 SHA256 
6339a67e680a8f6a6a0c179971118489cc14ec73bb1542b591c38f58d760034c SHA512 
b38f01469021093f21b43550e7574d2bad7b57a28b62f27cb1d2a57e33d2cb29208d20d978bdebe5a82a9736dfcfd7ec0a0fa945762702f4389d69850c2cfeb3
 WHIRLPOOL 
15898787b20b13648cfc19496da69e86223400fd9e62cb9ce4362364cf5f6d7df32f54a79e4d225bedcdf91cdb0c9231a3e2a6e63d7366b3290624aaf7854dc7
-DIST libfastjson-0.99.5.tar.gz 431298 SHA256 
8aecdc111da2beebc09e99e2b51e13b70f219c5a095c38db953a75fde51779e9 SHA512 
5fa28c49465092865b60c7e671747d72ae1a102a375b5edae378a4e82b023b3944dcd235ca247ea6f24186d34e3caddd1d0abb7d8d0ccae295b80a870c01582e
 WHIRLPOOL 
7f9f5abb44c6edf8f043b34157786eb5e2b2ef4361e38f94fbdf171fc763313cef0633ca37644c53f97ccf8daf67ec821225c2140430076447b6dbb1db93
+DIST libfastjson-0.99.6.tar.gz 431066 SHA256 
95e3d371c82b5d85c7294d46c923b3fee0384e1541a1556f0ca185170eb27270 SHA512 
b3b4a5ba959723ffbf8d8218c97c696ccbb781e8c2563ede6ffd7bcbdfcf75495deba5c2b8952c6c215b78dd9cfa728c95cf56bde9b1cfa7ebd6ba68b5b8f166
 WHIRLPOOL 
3debbb3cd1c67bce448ace69609ce398266d49ec1711db0501b9c617e814547b3757cb8e63d5691b858c0b468e387875d774a619363b4bcb6209bf3f6b435ed7

diff --git a/dev-libs/libfastjson/libfastjson-0.99.5.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.6.ebuild
similarity index 100%
rename from dev-libs/libfastjson/libfastjson-0.99.5.ebuild
rename to dev-libs/libfastjson/libfastjson-0.99.6.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/

2017-05-15 Thread Thomas Deutschmann
commit: 2332e191df61cbd4ccdb4bde0d4daaaea9602606
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 15 10:14:15 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 15 10:14:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2332e191

net-libs/liboping: Bump to v1.10.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/liboping/Manifest   |  1 +
 net-libs/liboping/liboping-1.10.0.ebuild | 73 
 2 files changed, 74 insertions(+)

diff --git a/net-libs/liboping/Manifest b/net-libs/liboping/Manifest
index d13eb9ce3dd..99827b06438 100644
--- a/net-libs/liboping/Manifest
+++ b/net-libs/liboping/Manifest
@@ -1,3 +1,4 @@
+DIST liboping-1.10.0.tar.bz2 318150 SHA256 
eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8 SHA512 
f1e9984cf0c1df89b29f7bc657c19a5439019db7643680744d8f353664b6a53070581f40b51e72f896c7df88799c6868257f6308e1a9d84b4d2a0666491214d8
 WHIRLPOOL 
59562503d30b1e05d0052e28d5d93cc3379e03528376a056f7d64d588154d9ab75cb9a2f2c3725f8968900db3b731bbeca7e93d565f641bda2393b14c411f7c1
 DIST liboping-1.7.0.tar.bz2 306359 SHA256 
60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3 SHA512 
74ca6184fc192cabc0edb289aaab7b7d6f743a69cd0e1c0de82d768e7fd599229fbb974fbc0e1f3f5a3377c47cc8871c8cd1b16982f7b67167cd7cc5808eb38e
 WHIRLPOOL 
cf845b01582cf207c2409e1e5ee71ca9e7fb402ff8fb0131778246aa8931aa3b1c59e6318fea6923ed3f83721f8a0928991ecefb87f7ec13f2f8c4f3f8df4fdc
 DIST liboping-1.8.0.tar.bz2 316441 SHA256 
1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb SHA512 
94170de6e23c1c2380866e5195a3cdac795f30bda560ee3869bcdd9aa42b831fa3aac1a351033f72ed81d501b8e3e02db9bb5e5ada29e51ea4b1d2cca7af6217
 WHIRLPOOL 
724144216788a3837e2afb45b88a9ea757984e45841a365cfc7b17b43269069600dd9ed261f4b108527eb5f19b151500b24e4544c8e3f944cc1d7392e39b6c4a
 DIST liboping-1.9.0.tar.bz2 313884 SHA256 
44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530 SHA512 
dcbadeea5154d4f4c31f806cae4ee5b8d5a8dfe243a9de4dad4b81b5b227538e1bb0c20afef121bd8ad841346da39fd5fb4710db981b89c11acc573c4f401c85
 WHIRLPOOL 
11421367b3e5128a0158ab76305bde2431dd3e2e2e0f8665cc5fbf9871a0a60fab6e1887d4a3537cc5d1e56dbf1431d6b51885b0c93e25b21e93c9e0b678834d

diff --git a/net-libs/liboping/liboping-1.10.0.ebuild 
b/net-libs/liboping/liboping-1.10.0.ebuild
new file mode 100644
index 000..35dda9d3a1f
--- /dev/null
+++ b/net-libs/liboping/liboping-1.10.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools fcaps perl-module
+
+DESCRIPTION="Protocol independent ANSI-C ping library and command line utility"
+HOMEPAGE="https://noping.cc/;
+SRC_URI="https://noping.cc/files/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0/0.3"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+filecaps ncurses perl"
+
+DEPEND="ncurses? ( sys-libs/ncurses:0= )"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch"
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with perl perl-bindings INSTALLDIRS=vendor) \
+   $(use_with ncurses)
+}
+
+src_test() {
+   if use perl; then
+   pushd bindings/perl >/dev/null || die
+   perl-module_src_test
+   popd >/dev/null || die
+   fi
+}
+
+src_install() {
+   default
+
+   find "${ED}"usr/lib* -name '*.la' -o -name '*.a' -delete || die
+}
+
+pkg_postinst() {
+   if use filecaps; then
+   local _caps_str="CAP_NET_RAW"
+   _files=( "${EROOT%/}/usr/bin/oping")
+
+   if use ncurses; then
+   _files+=( "${EROOT%/}/usr/bin/noping")
+   fi
+
+   fcaps "${_caps_str}" "${_files[@]}"
+
+   elog "Capabilities for"
+   elog ""
+
+   local _file=
+   for _file in "${_files[@]}"; do
+   elog "  ${_file}"
+   done
+
+   elog ""
+   elog "set to ${_caps_str}+EP due to set 'filecaps' USE flag."
+   elog
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/

2017-05-15 Thread Michael Weber
commit: 2c3b7ca399220f71fa0bb41b4c4dc3b5380d6644
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 15 11:23:33 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 15 11:23:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3b7ca3

dev-db/mysql: ppc ppc64 stable (bug 616486).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc ppc64"

 dev-db/mysql/mysql-5.6.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.6.36.ebuild b/dev-db/mysql/mysql-5.6.36.ebuild
index aa03b1b7571..e5212fb66e5 100644
--- a/dev-db/mysql/mysql-5.6.36.ebuild
+++ b/dev-db/mysql/mysql-5.6.36.ebuild
@@ -14,7 +14,7 @@ inherit mysql-multilib-r1
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
 RDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-multiple-cursors/

2017-05-15 Thread Matthias Maier
commit: 6cd9e9f322b334453a7508a846b3c52d8f434867
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon May 15 12:12:57 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon May 15 12:13:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd9e9f3

app-vim/vim-multiple-cursors: Initial commit

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/vim-multiple-cursors/Manifest |  1 +
 app-vim/vim-multiple-cursors/metadata.xml | 15 +++
 .../vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild  | 12 
 3 files changed, 28 insertions(+)

diff --git a/app-vim/vim-multiple-cursors/Manifest 
b/app-vim/vim-multiple-cursors/Manifest
new file mode 100644
index 000..c3f349e7764
--- /dev/null
+++ b/app-vim/vim-multiple-cursors/Manifest
@@ -0,0 +1 @@
+DIST vim-multiple-cursors-2.2.tar.gz 1055659 SHA256 
754d81183d9ef2d17801f9f5518f3343f33ff199f9f602fbae93f6d43f29d9e7 SHA512 
109e8117a692e05c450ba30e0a4f635bfd24f08125d06b22c0e850e03e89e193e2ef7b415c8356d326b44ca93254b390d44ee417e8a0ee59fe9a805cf157c0e0
 WHIRLPOOL 
2856c3a826728e3bdd665c12c8746b97918a722df76252fae255e7fb7dc378a242bb788091453b7f34e5c0437f9a99ffed44426eae1b30bb35f77bb55482d201

diff --git a/app-vim/vim-multiple-cursors/metadata.xml 
b/app-vim/vim-multiple-cursors/metadata.xml
new file mode 100644
index 000..b6f784080cc
--- /dev/null
+++ b/app-vim/vim-multiple-cursors/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   terryma/vim-multiple-cursors
+   
+

diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild 
b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
new file mode 100644
index 000..085b83a5d58
--- /dev/null
+++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Sublime Text's awesome multiple selection feature for 
Vim"
+HOMEPAGE="https://github.com/terryma/vim-multiple-cursors;
+SRC_URI="https://github.com/terryma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-util/drone/

2017-05-15 Thread Manuel Rüger
commit: b4c8b0ec2eed37d430caa5fe7c0336cfe50e9bdd
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:08:31 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:08:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c8b0ec

dev-util/drone: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/drone/Manifest |  3 --
 dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild | 48 -
 dev-util/drone/drone-0.6.0_rc2_p20170512.ebuild | 48 -
 3 files changed, 99 deletions(-)

diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
index 2770ca64797..2acc971e77d 100644
--- a/dev-util/drone/Manifest
+++ b/dev-util/drone/Manifest
@@ -1,5 +1,2 @@
 DIST drone-0.6.0.tar.gz 4144602 SHA256 
afcaa71b996f7607240f0b3a1b61fd0d22a662d1d470275cc753a325314765fd SHA512 
e399efabca00f8109944e51f69f21e070e9190c77b1be169b93698e19a483d6811ebba4214e22ee1dde161a47f197c83f5380a75308bbbe9b0d2c20ec569a904
 WHIRLPOOL 
c86f89226c764537f1fe2921b63bbdfcce257c206b16e3dcca581f47798290c5b9f3f9e60467fd9326e76dd7198394f015abf4869af03efd6258984863188bdb
-DIST drone-0.6.0_rc2_p20160509.tar.gz 4203293 SHA256 
12e6446ec31bd8bd9877c4f6062397cc355e73099b80a765f987f951b875a33e SHA512 
3e06decf801e746783183e0866d1b24beac7af890fba6e41cfbe780cb7db06adcfb0c7723946e1339b49bb433ed8587f6e9841b8bc2f54c305530f5254b2575c
 WHIRLPOOL 
a0be6edbc96a26ba0d114037d9e10d0adb1e532d7518c970e8ac55f23d5aa3686414a97678395b4bc56e19ed2369b76f4e38b924620865613cba9cf5b24daa80
-DIST drone-0.6.0_rc2_p20170512.tar.gz 4144606 SHA256 
e38477f828e879aa81b51dbc3358bb1dfa800e19947755e82717e48591bb897f SHA512 
440576a347a7225e0ec1e874eb4c77a073688e2230f629882b646118c17c83dcaa62afa1d0faad5f27708943edee43849c9c96e6e81279623ca9da5e2908323b
 WHIRLPOOL 
5ac8f42e1af920c86196d79acee5a92a98e1de242e79da409f40463ec84beae0a3e278c1cce9ec7e62dae06901c9140edebceee7d3c06120d8ce865ca1e37d6a
 DIST github.com-drone-drone-ui-72dc649bc4ff81f4560ab70b29495830a4c1cf3d.tar.gz 
167100 SHA256 9e80fff7012b0f54fea80d4725e415c3fc0ced496692baa28bde7e5908b9b314 
SHA512 
4225d7372e4598dc9aa2eb0e645b3df3f71f7ca7f591d9a198da95276cd47fa2bf7acc808cc4a15ca80f33b259e43e0771744c98f3ff8d016919f1b7d15520b7
 WHIRLPOOL 
13e4cd0672d9f145c6dc6d5d6cc3f1bd532c02fbb6d8c94ecfb39e50f2471d4b0b5b030aa99bb7f105608225b183dd51a2f5666ddd2b96bcf9ef1c232d16ab4d
-DIST github.com-drone-drone-ui-f4c434d13c88da905d895156850e721cd4bd89af.tar.gz 
167020 SHA256 3bf9ff193c778893a9215cc364172db7a095b57c4a5143e95c965ecf4ae72f53 
SHA512 
d17d9acfa86ccc8aa839920ea73f862220b30de08f2e05a5ae1feed9ae6b8e3d2a3ca62af5adbf6e6d565cda6de6853b13d71887f59b69d42ada823633f12609
 WHIRLPOOL 
3069e7538997ec72da5fed5bde8cc62555135b09a833fa3bb55e463d631b1f49010eced87cc7e0c50fa7066187c9aa94354502c05ccbf85205cb5c9e5bf30ab3

diff --git a/dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild 
b/dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild
deleted file mode 100644
index e578639c45a..000
--- a/dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/drone/drone/..."
-EGIT_COMMIT="d6ceb22cd42a216af1a2bb9aca408828e3c38d0a"
-EGO_VENDOR=( "github.com/drone/drone-ui 
f4c434d13c88da905d895156850e721cd4bd89af" )
-
-inherit golang-build golang-vcs-snapshot user
-
-ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
-HOMEPAGE="https://github.com/drone/drone;
-SRC_URI="${ARCHIVE_URI}
-   ${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata
-   dev-go/go-bindata-assetfs:="
-
-pkg_setup() {
-   enewgroup drone
-   enewuser drone -1 -1 /var/lib/drone drone
-}
-
-src_compile() {
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C 
src/github.com/drone/drone gen || die
-   pushd src || die
-   DRONE_BUILD_NUMBER="${EGIT_COMMIT:0:7}" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"\
-   go install -ldflags "-extldflags '-static' -X 
github.com/drone/drone/version.VersionDev=build.${EGIT_COMMIT:0:7}" 
github.com/drone/drone/drone || die
-   popd || die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc src/github.com/drone/drone/README.md
-   keepdir /var/log/drone /var/lib/drone
-   fowners -R drone:drone /var/log/drone /var/lib/drone
-   newinitd "${FILESDIR}"/drone.initd drone
-   newconfd "${FILESDIR}"/drone.confd drone
-   newinitd "${FILESDIR}"/drone-agent.initd drone-agent
-   newconfd "${FILESDIR}"/drone-agent.confd drone-agent
-}

diff --git a/dev-util/drone/drone-0.6.0_rc2_p20170512.ebuild 
b/dev-util/drone/drone-0.6.0_rc2_p20170512.ebuild
deleted file mode 100644
index bda8b393716..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/keyrings_alt/

2017-05-15 Thread Manuel Rüger
commit: 8e14024cb732f6aacbcc11f12d8011ff17a8173d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:36:09 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:36:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e14024c

dev-python/keyrings_alt: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/keyrings_alt/keyrings_alt-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyrings_alt/keyrings_alt-2.2.ebuild 
b/dev-python/keyrings_alt/keyrings_alt-2.2.ebuild
index 3b014321e51..c4547ec53f3 100644
--- a/dev-python/keyrings_alt/keyrings_alt-2.2.ebuild
+++ b/dev-python/keyrings_alt/keyrings_alt-2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyxattr/

2017-05-15 Thread Manuel Rüger
commit: 7efd22d10090ea1752ee0caa49309e24b9b128e6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:37:32 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:37:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efd22d1

dev-python/pyxattr: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyxattr/pyxattr-0.6.0.ebuild | 4 ++--
 dev-python/pyxattr/pyxattr-.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyxattr/pyxattr-0.6.0.ebuild 
b/dev-python/pyxattr/pyxattr-0.6.0.ebuild
index c88e849e021..dd442451271 100644
--- a/dev-python/pyxattr/pyxattr-0.6.0.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.0.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 eutils
 

diff --git a/dev-python/pyxattr/pyxattr-.ebuild 
b/dev-python/pyxattr/pyxattr-.ebuild
index a95dd3b3f9b..1ff43687625 100644
--- a/dev-python/pyxattr/pyxattr-.ebuild
+++ b/dev-python/pyxattr/pyxattr-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1 eutils git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/

2017-05-15 Thread Manuel Rüger
commit: 936541bd17ddfd2074c02a9dbfbe6408fec136d6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 13:00:22 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 13:00:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936541bd

dev-python/bitstring: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/bitstring/bitstring-3.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bitstring/bitstring-3.1.5.ebuild 
b/dev-python/bitstring/bitstring-3.1.5.ebuild
index 8744b6550d1..d783f7b9e9d 100644
--- a/dev-python/bitstring/bitstring-3.1.5.ebuild
+++ b/dev-python/bitstring/bitstring-3.1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="A pure Python module for creation and analysis of binary data"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pybluez/

2017-05-15 Thread Manuel Rüger
commit: fc9c6797dae03fda3e5628bad7ea7dd35c66adcf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 13:03:38 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 13:03:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9c6797

dev-python/pybluez: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pybluez/pybluez-0.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pybluez/pybluez-0.22.ebuild 
b/dev-python/pybluez/pybluez-0.22.ebuild
index 8065c21e448..12ea43bf789 100644
--- a/dev-python/pybluez/pybluez-0.22.ebuild
+++ b/dev-python/pybluez/pybluez-0.22.ebuild
@@ -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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/mei-amt-check/

2017-05-15 Thread Manuel Rüger
commit: 5d0c655c52f8256cb70d80d821be6a2a6794fea5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:01:13 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:07:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0c655c

app-admin/mei-amt-check: Update snapshot

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/mei-amt-check/Manifest   |  1 +
 .../mei-amt-check/mei-amt-check-0_p20170514.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/mei-amt-check/Manifest b/app-admin/mei-amt-check/Manifest
index fd6985451ca..a8cef18d611 100644
--- a/app-admin/mei-amt-check/Manifest
+++ b/app-admin/mei-amt-check/Manifest
@@ -1 +1,2 @@
 DIST mei-amt-check-0_p20170513.tar.gz 10676 SHA256 
e45ac72f59fc1c99a86c57cd45acecd8b9194a913d12c1eaa922f8eab241b57d SHA512 
9c7ff98fd22b3304f7e1f0ff47c77698a4b003414db475b4945bb432d16a7ad6937a04bb96f64f4f260c0c2a3aac8249548e6aedf8d4cb85182c5018cd38e713
 WHIRLPOOL 
b1321861981e1262505ed1db5d778910fab5767f10be5cce8cb569860c83622bafe7c9c3c17a390fd97c535f0860dea3e3e5982ccc1a6e874c2e99f37bf2929f
+DIST mei-amt-check-0_p20170514.tar.gz 10676 SHA256 
e45ac72f59fc1c99a86c57cd45acecd8b9194a913d12c1eaa922f8eab241b57d SHA512 
9c7ff98fd22b3304f7e1f0ff47c77698a4b003414db475b4945bb432d16a7ad6937a04bb96f64f4f260c0c2a3aac8249548e6aedf8d4cb85182c5018cd38e713
 WHIRLPOOL 
b1321861981e1262505ed1db5d778910fab5767f10be5cce8cb569860c83622bafe7c9c3c17a390fd97c535f0860dea3e3e5982ccc1a6e874c2e99f37bf2929f

diff --git a/app-admin/mei-amt-check/mei-amt-check-0_p20170514.ebuild 
b/app-admin/mei-amt-check/mei-amt-check-0_p20170514.ebuild
new file mode 100644
index 000..666cbd4f915
--- /dev/null
+++ b/app-admin/mei-amt-check/mei-amt-check-0_p20170514.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot linux-info toolchain-funcs
+
+DESCRIPTION="AMT status checker"
+HOMEPAGE="https://github.com/mjg59/mei-amt-check/;
+COMMIT="a4d8fca4d18e1ae896b0305a53e152b568596bc1"
+SRC_URI="https://github.com/mjg59/mei-amt-check/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CONFIG_CHECK="~INTEL_MEI_ME"
+ERROR_INTEL_MEI_ME="Need to activate INTEL_MEI_ME to run the tool"
+
+src_prepare() {
+   default
+   sed -i -e "/CC :=/d" Makefile || die
+}
+
+src_compile() {
+   CC=$(tc-getCC) emake all
+}
+
+src_install() {
+   dosbin ${PN}
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mei-amt-check/

2017-05-15 Thread Manuel Rüger
commit: a3a0349f44a6e9b46a4ef02f1b1525996ae891f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:01:31 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:07:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a0349f

app-admin/mei-amt-check: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/mei-amt-check/Manifest   |  1 -
 .../mei-amt-check/mei-amt-check-0_p20170513.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/app-admin/mei-amt-check/Manifest b/app-admin/mei-amt-check/Manifest
index a8cef18d611..c2583f34cc9 100644
--- a/app-admin/mei-amt-check/Manifest
+++ b/app-admin/mei-amt-check/Manifest
@@ -1,2 +1 @@
-DIST mei-amt-check-0_p20170513.tar.gz 10676 SHA256 
e45ac72f59fc1c99a86c57cd45acecd8b9194a913d12c1eaa922f8eab241b57d SHA512 
9c7ff98fd22b3304f7e1f0ff47c77698a4b003414db475b4945bb432d16a7ad6937a04bb96f64f4f260c0c2a3aac8249548e6aedf8d4cb85182c5018cd38e713
 WHIRLPOOL 
b1321861981e1262505ed1db5d778910fab5767f10be5cce8cb569860c83622bafe7c9c3c17a390fd97c535f0860dea3e3e5982ccc1a6e874c2e99f37bf2929f
 DIST mei-amt-check-0_p20170514.tar.gz 10676 SHA256 
e45ac72f59fc1c99a86c57cd45acecd8b9194a913d12c1eaa922f8eab241b57d SHA512 
9c7ff98fd22b3304f7e1f0ff47c77698a4b003414db475b4945bb432d16a7ad6937a04bb96f64f4f260c0c2a3aac8249548e6aedf8d4cb85182c5018cd38e713
 WHIRLPOOL 
b1321861981e1262505ed1db5d778910fab5767f10be5cce8cb569860c83622bafe7c9c3c17a390fd97c535f0860dea3e3e5982ccc1a6e874c2e99f37bf2929f

diff --git a/app-admin/mei-amt-check/mei-amt-check-0_p20170513.ebuild 
b/app-admin/mei-amt-check/mei-amt-check-0_p20170513.ebuild
deleted file mode 100644
index b1a9c2b630b..000
--- a/app-admin/mei-amt-check/mei-amt-check-0_p20170513.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vcs-snapshot linux-info toolchain-funcs
-
-DESCRIPTION="AMT status checker"
-HOMEPAGE="https://github.com/mjg59/mei-amt-check/;
-COMMIT="15f084bf47484f9c86617d015d9b470aad10921c"
-SRC_URI="https://github.com/mjg59/mei-amt-check/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CONFIG_CHECK="~INTEL_MEI_ME"
-ERROR_INTEL_MEI_ME="Need to activate INTEL_MEI_ME to run the tool"
-
-src_prepare() {
-   default
-   sed -i -e "/CC :=/d" Makefile || die
-}
-
-src_compile() {
-   CC=$(tc-getCC) emake all
-}
-
-src_install() {
-   dosbin ${PN}
-   dodoc README.md
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-multiple-cursors/

2017-05-15 Thread Matthias Maier
commit: b40699939a76ca81cd5d2a40c10cef27b9973d01
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon May 15 12:28:55 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon May 15 12:28:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4069993

app-vim/vim-multiple-cursors: do not install unnecessary stuff

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ...cursors-2.2.ebuild => vim-multiple-cursors-2.2-r1.ebuild} | 12 
 1 file changed, 12 insertions(+)

diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild 
b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
similarity index 57%
rename from app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
rename to app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
index 085b83a5d58..85efafc04a4 100644
--- a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild
+++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
@@ -10,3 +10,15 @@ HOMEPAGE="https://github.com/terryma/vim-multiple-cursors;
 SRC_URI="https://github.com/terryma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
+
+src_install() {
+   default
+   vim-plugin_src_install
+   rm -r \
+   "${ED}"/usr/share/vim/vimfiles/spec \
+   "${ED}"/usr/share/vim/vimfiles/assets \
+   "${ED}"/usr/share/doc/${P}/MIT-LICENSE.txt \
+   "${ED}"/usr/share/doc/${P}/Rakefile \
+   "${ED}"/usr/share/doc/${P}/Gemfile.lock \
+   || die "rm failed"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/

2017-05-15 Thread Manuel Rüger
commit: ae9557f53da593505b3b35e862163b87387174dd
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:31:07 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9557f5

dev-python/python-evdev: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/python-evdev/python-evdev-0.6.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-evdev/python-evdev-0.6.1.ebuild 
b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
index 219ce782a3f..4a7a95efeda 100644
--- a/dev-python/python-evdev/python-evdev-0.6.1.ebuild
+++ b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/columnize/

2017-05-15 Thread Manuel Rüger
commit: 1db7c85e4c20562f3d05ecbcb78ccb686ef1bb55
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:32:33 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:32:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db7c85e

dev-python/columnize: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/columnize/columnize-0.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/columnize/columnize-0.3.9.ebuild 
b/dev-python/columnize/columnize-0.3.9.ebuild
index 520af2773bb..06816336025 100644
--- a/dev-python/columnize/columnize-0.3.9.ebuild
+++ b/dev-python/columnize/columnize-0.3.9.ebuild
@@ -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=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: profiles/

2017-05-15 Thread Michał Górny
commit: f2227f7c01373b3a0c9d5881e48c7e459e7cf0c7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 15 11:26:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:07:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2227f7c

package.mask: Last rite packages with missing checksums, #612716

Closes: https://github.com/gentoo/gentoo/pull/4634

 profiles/package.mask | 24 
 1 file changed, 24 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 513709a00a8..c38319a055e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,30 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (15 May 2017)
+# These packages lack modern digests and are fetch-restricted, so we can
+# not update them. Some of them have additional issues.
+# Removal in 30 days.
+#
+# sci-biology/mammoth - #612738, not touched since 2015, added in 2007,
+# not bumped since; homepage gone
+#
+# sci-chemistry/ambertools - #612740, not touched since 2013, added
+# in 2011, not bumped since; includes sci-chemistry/acpype as a revdep
+#
+# sci-chemistry/gamess - #612742, not touched since 2013, last bump 2011,
+# seems to be maintained in ::science; includes sci-chemistry/gtk-gamess
+# as a revdep
+#
+# sci-chemistry/mead - #612744, not touched since 2010, last bump 2009,
+# homepage gone, 32-bit x86-only
+sci-biology/mammoth
+sci-chemistry/acpype
+sci-chemistry/ambertools
+sci-chemistry/gamess
+sci-chemistry/gtk-gamess
+sci-chemistry/mead
+
 # David Seifert  (14 May 2017)
 # Unmaintained upstream, awful codebase. No reverse
 # dependencies. See #594134. To be removed in 30 days.



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-multiple-cursors/

2017-05-15 Thread Matthias Maier
commit: 2cedca6a0a5407cdd614909d5fba56b27048d893
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon May 15 12:32:01 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon May 15 12:32:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cedca6a

app-vim/vim-multiple-cursors: fix path *sigh*

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild 
b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
index 85efafc04a4..ebf1fe13f8b 100644
--- a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
+++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
@@ -17,8 +17,8 @@ src_install() {
rm -r \
"${ED}"/usr/share/vim/vimfiles/spec \
"${ED}"/usr/share/vim/vimfiles/assets \
-   "${ED}"/usr/share/doc/${P}/MIT-LICENSE.txt \
-   "${ED}"/usr/share/doc/${P}/Rakefile \
-   "${ED}"/usr/share/doc/${P}/Gemfile.lock \
+   "${ED}"/usr/share/doc/${PF}/MIT-LICENSE.txt \
+   "${ED}"/usr/share/doc/${PF}/Rakefile \
+   "${ED}"/usr/share/doc/${PF}/Gemfile.lock \
|| die "rm failed"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/biplist/

2017-05-15 Thread Manuel Rüger
commit: 72b76d7c85241f4efb38e796321d3cbf662f7cfe
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:46:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:46:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b76d7c

dev-python/biplist: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/biplist/biplist-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/biplist/biplist-1.0.1.ebuild 
b/dev-python/biplist/biplist-1.0.1.ebuild
index 381bf5eacef..7a2b1df19f8 100644
--- a/dev-python/biplist/biplist-1.0.1.ebuild
+++ b/dev-python/biplist/biplist-1.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/ngxtop/

2017-05-15 Thread Manuel Rüger
commit: f0a0b182f76803ee1b70b8059cbfc2701d7de1e4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:39:43 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:39:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a0b182

app-admin/ngxtop: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild 
b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
index e5715337522..6bf6aa1b02f 100644
--- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
+++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
@@ -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
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-admin/lib_users/

2017-05-15 Thread Manuel Rüger
commit: 84ea59ea96e86eb0a60e5b1acb9ffcacba57f8a9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:55:35 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:55:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ea59ea

app-admin/lib_users: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/lib_users/lib_users-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/lib_users/lib_users-0.10.ebuild 
b/app-admin/lib_users/lib_users-0.10.ebuild
index 1c3e5572b5e..131b81cb420 100644
--- a/app-admin/lib_users/lib_users-0.10.ebuild
+++ b/app-admin/lib_users/lib_users-0.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/

2017-05-15 Thread Manuel Rüger
commit: 8f6096d12a341cfb98c6e871ca1dc533ca60ccbd
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:56:33 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:56:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6096d1

dev-python/paho-mqtt: Version bump to 1.2.3

Proxied commit for Neil Bothwick

Gentoo-Bug: 588504
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/paho-mqtt/Manifest   |  1 +
 dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest
index 6930bbc56b6..ca3eb3b932a 100644
--- a/dev-python/paho-mqtt/Manifest
+++ b/dev-python/paho-mqtt/Manifest
@@ -1 +1,2 @@
 DIST paho-mqtt-1.1.zip 159529 SHA256 
e8585df21f12d0af6295b1484d894d79376621d1cf33f02c26a811d09d6d8efa SHA512 
ef6d1a29480671413dbb655bd8f668b99f8587c14589d2180a37142b368e0ce058f8ed967dbfaa82f239c86e295338bc35c9f28a3ea39d21a6034cd8787a63ce
 WHIRLPOOL 
675891b1e26e00a04d1ba7c740a9846d7c4a34a7bafa7e33e9b233bc213e8bda52eda5b85153b8606786d96142889f8dd61d06c85548c4d0e7480047a90d395f
+DIST paho-mqtt-1.2.3.tar.gz 91467 SHA256 
3239569cd9c12b363757265f8b2f8418750c5276c5aa0ba29dcd1106dc2ca875 SHA512 
3fb15dc856cbae8885a8a379cea8ceb583ef44954cb8743602fae3e9274d4d0222a87409f048f153180be930bb6e570329768297287a2f8e8c812af03a2c012e
 WHIRLPOOL 
f497a1ac3c6436da107ac069163c64a15b2b5f43491618ac45ae237a1e839367e84315f629fa56b6b49659d57233711ffa3c96b35eb9c71d11dfed891382d067

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
new file mode 100644
index 000..b066060999e
--- /dev/null
+++ b/dev-python/paho-mqtt/paho-mqtt-1.2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1 on 
Python 2.7 or 3.x."
+HOMEPAGE="https://www.eclipse.org/paho/clients/python/;
+SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/paho.mqtt.python-${PV}"
+
+python_prepare() {
+   sed -i -e "s/python/${EPYTHON}/" test/lib/Makefile || die
+}
+
+python_test() {
+   emake test
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/

2017-05-15 Thread Lars Wendler
commit: cf1ac5b476d0a8d633b1b4c146c6f6147c633a15
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:46:38 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1ac5b4

games-simulation/openttd: Bump to version 1.7.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-simulation/openttd/Manifest |   1 +
 games-simulation/openttd/openttd-1.7.0.ebuild | 170 ++
 2 files changed, 171 insertions(+)

diff --git a/games-simulation/openttd/Manifest 
b/games-simulation/openttd/Manifest
index a6fce541b10..ca62e3e74f7 100644
--- a/games-simulation/openttd/Manifest
+++ b/games-simulation/openttd/Manifest
@@ -1,2 +1,3 @@
 DIST openttd-1.6.0-source.tar.gz 10064454 SHA256 
32f63477aba1ccf238dfe0538a6660163c2b725e077978e570e38d023d269cad SHA512 
d235e6e094b2e3fda0cf58a2dce1e5d779654bee638def60f00da4e7c6443b00a6f3b204d5a63cf56e141074c8aa3700ce7e9f1b1eccbb5cd36260f1892ad501
 WHIRLPOOL 
497272ccc3836710a68cabfbf5b925a30c3d23ee332e5ba5fa24a2b79b199d2b7ce6bd22507ea977986382ae32193247b9eedee638419d1e6f41165f5fa8abd9
 DIST openttd-1.6.1-source.tar.gz 10157130 SHA256 
c7bd713377f08d5b63d703e3b8b8eff3bb4ec7042ad13511575fff4640cbc78f SHA512 
57ea47689c8eb1cea5b8fd7ae884164a87fc8d442ef32e8234af8306589e587a6397f1a89ee64c797ff0b7310386f0b602365ab1fb61f7765bfb03c0dbd4fdfd
 WHIRLPOOL 
05b3a7a5ebdeb6733a36b5133a17bd143b89d1f84a034061dbb0708c1eb836d13aaeb176d39846283214c15e613c048d5956970c6a09534f46d2bc0727137867
+DIST openttd-1.7.0-source.tar.gz 10088730 SHA256 
16b8ef2450c80e79fca28e0932435c4493f0f4d18f1b3f55ebcc65454b3aeb38 SHA512 
81cf49ebc916a58cfddc2be4a151162eaec3c27b2482972fe4dc87b9527a8e2166b6d29db688c6fb6045d14ae60531b7740f6f75385b9fa9c366e51dca27003f
 WHIRLPOOL 
6422199c63d6bf7389d02999588fd9ba8118562a8f81ceea41ec1c4564a1904a94494221443a0a2a48ffc7be508a36cf2e81f51c5dc591a072c0f4f2b27bc11c

diff --git a/games-simulation/openttd/openttd-1.7.0.ebuild 
b/games-simulation/openttd/openttd-1.7.0.ebuild
new file mode 100644
index 000..091aa1c3d5b
--- /dev/null
+++ b/games-simulation/openttd/openttd-1.7.0.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnome2-utils
+
+DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe"
+HOMEPAGE="http://www.openttd.org/;
+SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
+RESTRICT="test" # needs a graphics set in order to test
+
+RDEPEND="!dedicated? (
+   media-libs/libsdl[sound,X,video]
+   icu? (
+   dev-libs/icu-layoutex
+   dev-libs/icu-le-hb
+   >=dev-libs/icu-58.1:=
+   )
+   truetype? (
+   media-libs/fontconfig
+   media-libs/freetype:2
+   sys-libs/zlib
+   )
+   )
+   lzo? ( dev-libs/lzo:2 )
+   iconv? ( virtual/libiconv )
+   png? ( media-libs/libpng:0 )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+PDEPEND="
+   !dedicated? (
+   openmedia? (
+   games-misc/openmsx
+   games-misc/opensfx
+   )
+   aplaymidi? ( media-sound/alsa-utils )
+   !aplaymidi? ( timidity? ( media-sound/timidity++ ) )
+   )
+   openmedia? ( >=games-misc/opengfx-0.4.7 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.0-cflags.patch
+)
+
+src_configure() {
+   local myopts=()
+   # there is an allegro interface available as well as sdl, but
+   # the configure for it looks broken so the sdl interface is
+   # always built instead.
+   local myopts+=( --without-allegro )
+
+   # libtimidity not needed except for some embedded platform
+   # nevertheless, it will be automagically linked if it is
+   # installed. Hence, we disable it.
+   myopts+=( --without-libtimidity )
+
+   use debug && myopts+=( --enable-debug=3 )
+
+   if use dedicated ; then
+   myopts+=( --enable-dedicated )
+   else
+   use aplaymidi && myopts+=( --with-midi='/usr/bin/aplaymidi' )
+   myopts+=(
+   $(use_with truetype freetype)
+   $(use_with icu)
+   --with-sdl
+   )
+   fi
+   if use png || { use !dedicated && use truetype; } || use zlib ; then
+   myopts+=( --with-zlib )
+   else
+   myopts+=( --without-zlib )
+   fi
+
+   # configure is a hand-written bash-script, so econf will not work.
+   # It's all built as C++, upstream uses CFLAGS 

[gentoo-commits] repo/gentoo:master commit in: dev-python/schema/

2017-05-15 Thread Manuel Rüger
commit: 5cf0a4aae536fe4c6c3dce2c3fdb4e648932a822
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:34:30 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:34:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf0a4aa

dev-python/schema: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/schema/schema-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/schema/schema-0.5.0.ebuild 
b/dev-python/schema/schema-0.5.0.ebuild
index 4739856cd4c..721b7e1e632 100644
--- a/dev-python/schema/schema-0.5.0.ebuild
+++ b/dev-python/schema/schema-0.5.0.ebuild
@@ -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=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-05-15 Thread Manuel Rüger
commit: 1d04fe4a2fd533f7520447a56bb8422784cecc15
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 12:33:45 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 12:33:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d04fe4a

sys-cluster/minikube: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/minikube/minikube-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/minikube/minikube-0.19.0.ebuild 
b/sys-cluster/minikube/minikube-0.19.0.ebuild
index 460010e518e..4530f2a4c00 100644
--- a/sys-cluster/minikube/minikube-0.19.0.ebuild
+++ b/sys-cluster/minikube/minikube-0.19.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-any-r1 golang-build golang-vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddr/

2017-05-15 Thread Manuel Rüger
commit: 01b4c17e1ebb0eae581e080ceb186defb7bbebd2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 13:04:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 13:04:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b4c17e

dev-python/ipaddr: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/ipaddr/ipaddr-2.1.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipaddr/ipaddr-2.1.11-r1.ebuild 
b/dev-python/ipaddr/ipaddr-2.1.11-r1.ebuild
index 9eafacf26c1..e84bc90fb31 100644
--- a/dev-python/ipaddr/ipaddr-2.1.11-r1.ebuild
+++ b/dev-python/ipaddr/ipaddr-2.1.11-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/reportlab/

2017-05-15 Thread Lars Wendler
commit: 12cc7ea0008ac61e9cd601342df5f1df69e845f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:38:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cc7ea0

dev-python/reportlab: Bump to version 3.4.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/reportlab/Manifest   |  1 +
 dev-python/reportlab/reportlab-3.4.0.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest
index 2ce9d324fac..5cd0844fdfc 100644
--- a/dev-python/reportlab/Manifest
+++ b/dev-python/reportlab/Manifest
@@ -1,2 +1,3 @@
 DIST pfbfer-20070710.zip 677333 SHA256 
fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 SHA512 
6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2
 WHIRLPOOL 
5aad616d063cab1862d77fbbf9f625f20c4bcbf09e45688719e312c1e8d3815f1b295d290b78f6c4789919cef39856ec223c30a2e424eeb1c81375ceb90f
 DIST reportlab-3.3.0.tar.gz 1959255 SHA256 
f48900b9321bcb2871a46543993bd995148d769a11a9e24495f25b4ec0bbe267 SHA512 
a6dbe5db13a9e430855ba8139310d8f04ade221c340467c2e0f5bf60c700f17148069358beb057f1667217a09b71ba1ae3112bd02e7c8de00e53a8f852acb8df
 WHIRLPOOL 
a62cb9ecd2f85324e8e847365346e4fbd64ef098032a54884149db43f4a9f42a0358747a185f1d87107472689bd08f86f70f976da49d09806fc4acf1b175f4f2
+DIST reportlab-3.4.0.tar.gz 1995779 SHA256 
5beaf35e59dfd5ebd814fdefd76908292e818c982bd7332b5d347dfd2f01c343 SHA512 
7f00074b93be49e1aa7650e61381e285598599911b12a6b63c0f12d6eb64bc59afb6907b683350740b0a81c99a3164373b27e18cfccc0f9da12405c3dacd1ff7
 WHIRLPOOL 
7d97433ce15d4730b6b062ae67603e81aa210483f01dcb0b972f048aeac1ef4fff233f6c6b4943e98667a0205d3e8670c21e0f5fa1bd171ec37681d6f2a8b1c2

diff --git a/dev-python/reportlab/reportlab-3.4.0.ebuild 
b/dev-python/reportlab/reportlab-3.4.0.ebuild
new file mode 100644
index 000..ffc0d13ba0a
--- /dev/null
+++ b/dev-python/reportlab/reportlab-3.4.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) # Tests crash with pypy
+
+inherit distutils-r1 flag-o-matic prefix
+
+DESCRIPTION="Tools for generating printable PDF documents from any data source"
+HOMEPAGE="http://www.reportlab.com/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/pillow-2.4.0[tiff,truetype,jpeg,${PYTHON_USEDEP}]
+   media-libs/libart_lgpl
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
+   app-arch/unzip
+"
+
+PATCHES=(
+   "${FILESDIR}"/reportlab-no-pip.patch
+)
+
+src_unpack() {
+   unpack ${P}.tar.gz
+   cd ${P}/src/reportlab/fonts || die
+   unpack pfbfer-20070710.zip
+}
+
+python_prepare_all() {
+   sed -i \
+   -e 's|/usr/local/Acrobat|/opt/Acrobat|g' \
+   -e 's|%(HOME)s/fonts|%(HOME)s/.fonts|g' \
+   src/reportlab/rl_config.py || die
+
+   eprefixify setup.py
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_compile() {
+   if ! python_is_python3; then
+   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   fi
+   distutils-r1_python_compile
+}
+
+python_test() {
+   pushd tests > /dev/null || die
+   "${PYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
+   popd > /dev/null || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   if use examples ; then
+   docinto examples
+   dosod -r demos/. tools/pythonpoint/demos
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/

2017-05-15 Thread Lars Wendler
commit: 0467755dd567c47392f6c3f0044704949dbbb3c1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:06:07 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0467755d

net-fs/nfs-utils: Revbump to fix build of rpc.svcgssd (bug #614542).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/nfs-utils/{nfs-utils-1.3.4.ebuild => nfs-utils-1.3.4-r1.ebuild} | 2 +-
 net-fs/nfs-utils/{nfs-utils-2.1.1.ebuild => nfs-utils-2.1.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild 
b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild
similarity index 99%
rename from net-fs/nfs-utils/nfs-utils-1.3.4.ebuild
rename to net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild
index c02c940b2ca..2f7972bc697 100644
--- a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild
@@ -81,7 +81,7 @@ src_configure() {
$(use_enable ipv6) \
$(use_enable caps) \
$(use_enable uuid) \
-   $(use_enable kerberos gss) \
+   $(use_enable kerberos svcgss) \
--without-gssglue
 }
 

diff --git a/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild
similarity index 99%
rename from net-fs/nfs-utils/nfs-utils-2.1.1.ebuild
rename to net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild
index f121faef88a..d6e20dfa4d7 100644
--- a/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild
@@ -81,7 +81,7 @@ src_configure() {
$(use_enable ipv6) \
$(use_enable caps) \
$(use_enable uuid) \
-   $(use_enable kerberos gss) \
+   $(use_enable kerberos svcgss) \
--without-gssglue
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/

2017-05-15 Thread Lars Wendler
commit: 4d789e85f53e7e2b8c7aa997650988c0640cb7c0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:26:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d789e85

dev-python/pytest: Bump to version 3.0.7

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pytest/Manifest|  1 +
 dev-python/pytest/pytest-3.0.7.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 82cce9ec04e..3bbaa818e09 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -2,3 +2,4 @@ DIST pytest-2.7.2.tar.gz 532836 SHA256 
b30457f735420dd10a44bbd478cf03f8bf20e
 DIST pytest-3.0.2.tar.gz 727551 SHA256 
64d8937626dd2a4bc15ef0edd307d26636a72a3f3f9664c424d78e40efb1e339 SHA512 
38485c73f9df3c76b7b920b6957ffe4fbfd32ca0c46b73a53375a40586a482d270bf71b4457b68d48815d50ad173824b269ece255692ae0d1b13f0b1885ce54f
 WHIRLPOOL 
b6954a95e5f7d9b904c7543a09c2ef237c76c3a35bcd3e24c402a02aec3b35a19cdb952ac38af4ce43ae516cb5ac52023a0d91f2c587343265edd6d493145e8a
 DIST pytest-3.0.3.tar.gz 731934 SHA256 
f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7 SHA512 
ec0b4a5f0d6673a339c5a70b402c004c23db7001005454329eeaea15d890f53b8f2740f6c6254499d0f915b9058bfdfa535d9f22847bb382a060d65204fce4af
 WHIRLPOOL 
1883909fa23832e674cf912b1d88957dd435143dc124df5454c08ad02c8077473168f749ea94539c2c4b5cf08648a0bce7e90937bbdacd4bb69a4ccf15ecff23
 DIST pytest-3.0.6.tar.gz 748748 SHA256 
643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940 SHA512 
0e983f1f52c18327537d20be30425f4c74037d1fbf6b4aedf2646cf21d450fa9b2b20625f26f5db759b4fe1fd28c6640cb1df88e667efaeea6642e7f02f01e06
 WHIRLPOOL 
708e5041135883ba31d9712880672f64bf05c0bf40a544061cb42fed4d2aec111bfdf82b63f10e8a87c2b76870e3ea364b396258f0674d2199e43fe93cf2922e
+DIST pytest-3.0.7.tar.gz 743866 SHA256 
b70696ebd1a5e6b627e7e3ac1365a4bc60aaf3495e843c1e70448966c5224cab SHA512 
f458929614fca5bc9542b9adfe2fa5d2c5b97ec13e331d3a9caf256d2d005b3dad9c11d01b2eb62332648f90608ba297a1edc2c20b7630ec4f69114299720a2a
 WHIRLPOOL 
2febc111fed67573296f8c4a758ea36c2a2e81bd425442beace139f7e1bd3eaab7aa2fdcf8e0280871b0692e19d70efe18d780e4dd7336c9dd5d6fb0db2df6c5

diff --git a/dev-python/pytest/pytest-3.0.7.ebuild 
b/dev-python/pytest/pytest-3.0.7.ebuild
new file mode 100644
index 000..f6688a08676
--- /dev/null
+++ b/dev-python/pytest/pytest-3.0.7.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple powerful testing with Python"
+HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+# When bumping, please check setup.py for the proper py version
+PY_VER="1.4.29"
+COMMON_DEPEND="
+   >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
+   >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !dev-python/logilab-common
+"
+
+python_prepare_all() {
+   chmod o-w *egg*/* || die
+   # Disable versioning of py.test script to avoid collision with
+   # versioning performed by the eclass.
+   sed -e "s/return points/return {'py.test': target}/" -i setup.py || die 
"sed failed"
+   grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_nose.py not written to suit py3.2 in pypy3
+   if [[ "${EPYTHON}" == pypy3 ]]; then
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v \
+   --ignore=testing/BUILD_nose.py \
+   || die "tests failed with ${EPYTHON}"
+   else
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -v testing || die 
"tests failed with ${EPYTHON}"
+   fi
+}
+
+python_compile_all(){
+   use doc && emake -C doc/en html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/en/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sparql-wrapper/

2017-05-15 Thread Lars Wendler
commit: a32091919e5827fd52ca28733f3d6cb071dca600
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 11:24:44 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3209191

dev-python/sparql-wrapper: Bump to version 1.8.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/sparql-wrapper/Manifest |  1 +
 .../sparql-wrapper/sparql-wrapper-1.8.0.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/sparql-wrapper/Manifest 
b/dev-python/sparql-wrapper/Manifest
index 82bdb235b1a..07936d36e9c 100644
--- a/dev-python/sparql-wrapper/Manifest
+++ b/dev-python/sparql-wrapper/Manifest
@@ -1 +1,2 @@
 DIST SPARQLWrapper-1.7.6.tar.gz 26597 SHA256 
dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8 SHA512 
cbaafe8986f7da88efc383ee7e694559c9314244a03f616e5f2afd186205ad625fe0601a2316013add4c11621fc697aa6d4672f8bbabdc485c11e873ca6342cb
 WHIRLPOOL 
818cd215224a1d362c1e03286190e5ec8b7f465cbc837b136963e70948272450fc99dbcf22b065101546664dd5a7c1088703a578a2b8e0fb378dbb74630ef254
+DIST SPARQLWrapper-1.8.0.tar.gz 28775 SHA256 
3b46d0f18ca0b65b8b965d6d1ae257b229388400b06e7dc19f0a51614dc1abde SHA512 
bdfa3d5efc2deb8202a27e8a4770cb69ce57c1a71133788fe7acf8aa4cbc2d74024fd5f7fe5188a0fbebd399d31f62ca23d85f7ebae5562046b5b782311d8907
 WHIRLPOOL 
bb925f312aa94c081eb3129348bc79b3bf7a3cabadfee8ad0929e8aa0b9e7d1a21679411f5043464b26ef32a65ddb258d8d5d3e96347740a1d3dc2620828e30b

diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild 
b/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
new file mode 100644
index 000..179b9cf3063
--- /dev/null
+++ b/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN=SPARQLWrapper
+DESCRIPTION="Wrapper around a SPARQL service"
+HOMEPAGE="https://pypi.python.org/pypi/SPARQLWrapper;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="W3C"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/rdflib-2.4.2[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/m2crypto/

2017-05-15 Thread Lars Wendler
commit: 799c08f60eca8b3dff6847f7f60001ef72384eb4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:09:44 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799c08f6

dev-python/m2crypto: Bump to version 0.26.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/m2crypto/Manifest   |  1 +
 dev-python/m2crypto/m2crypto-0.26.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/m2crypto/Manifest b/dev-python/m2crypto/Manifest
index 441df63955f..0961936844b 100644
--- a/dev-python/m2crypto/Manifest
+++ b/dev-python/m2crypto/Manifest
@@ -1,2 +1,3 @@
 DIST M2Crypto-0.24.0.tar.gz 184457 SHA256 
80a56441a1d2c0cf27e725be7554c92598b938fc8767ee2c71fdbc2fdc055ee8 SHA512 
c23ae0f8ac790d4ef108a217a44e994341f6bbe4e12a7fef2518d8def82331246a145e19a2504b82b790a3ad4b467d2facc8a73bb7f1190b56441d8482c66aca
 WHIRLPOOL 
47a437ee1207b4cca8d67aa4bdec95b9194030e3fc7146ace8d071caa9be829f3e9516ff9399e695615acdf930a90040deb0f1175d81994465ed0853688e3b37
 DIST M2Crypto-0.25.1.tar.gz 300904 SHA256 
ac303a1881307a51c85ee8b1d87844d9866ee823b4fdbc52f7e79187c2d9acef SHA512 
096d414efd5558f9ca4cebf46a297fa39f799e35c4325e031ee816689345e041370f2129650a10db66ebfcfe64309a7c7b49082306567baaf003b88ed9d60bda
 WHIRLPOOL 
c634685f8e096c41fc6caf9b364c5393b8f62fb585cd63f7599bb9cc10f910eb25cf48772616773ad9708d1f0fc25f139ee897d925d18432a03e18db552bfe7b
+DIST M2Crypto-0.26.0.tar.gz 305914 SHA256 
05d94fd9b2dae2fb8e072819a795f0e05d3611b09ea185f68e1630530ec09ae8 SHA512 
f6ba0173833d1b9a318402a3445fbb522f1848c7406face0cc08d384de6b6944395737f5871353ca1488c6655be7ffb0ad7b40b5e98d5954858da4540590d242
 WHIRLPOOL 
9984e4367ecca0e0fe2ca94db69db817660c9b045bdd45e117ffe23fb8ea5e522c342e08738328ed2769ee85d215e22d42e33ada806bf9de6555e28d4d31cc7c

diff --git a/dev-python/m2crypto/m2crypto-0.26.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.26.0.ebuild
new file mode 100644
index 000..671afd5a071
--- /dev/null
+++ b/dev-python/m2crypto/m2crypto-0.26.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+MY_PN="M2Crypto"
+
+DESCRIPTION="M2Crypto: A Python crypto and SSL toolkit"
+HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.python.org/pypi/M2Crypto;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64"
+IUSE="libressl"
+
+RDEPEND="
+   !libressl? ( >=dev-libs/openssl-0.9.8:0= )
+   libressl? ( dev-libs/libressl:0= )
+   dev-python/typing[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   >=dev-lang/swig-1.3.28:0
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# Tests access network, and fail randomly. Bug #431458.
+RESTRICT=test
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-05-15 Thread Lars Wendler
commit: 8830050b74116b31f16cdb0ed09b3dff74855940
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 11:23:26 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8830050b

dev-python/pycodestyle: Bump to version 2.3.1

(with kind permission from klausman)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 76da824035f..f8957e294d3 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,3 +1,4 @@
 DIST pycodestyle-2.0.0.tar.gz 81701 SHA256 
37f0420b14630b0eaaf452978f3a6ea4816d787c3e6dcbba6fb255030adae2e7 SHA512 
c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
 WHIRLPOOL 
3f162936ea03c8bcd2ba7adbcb77c3d8e44549090875719c888a9fbd86bb9cbf16d4378ffc1c2f28050253520aa86753172816429bc530bc074a2f8fd3e88613
 DIST pycodestyle-2.1.0.tar.gz 85519 SHA256 
5b540e4f19b4938c082cfd13f5d778d1ad2308b337abbc687ab9335233f5f3e2 SHA512 
901025813884612a04a1f37d2197a7757a050cb38f0dcbff7602b636ad22ae73e943d9b6a5028feda3bec9e55eca91064ace0416ffab8ea0c1721c50dd5c2673
 WHIRLPOOL 
edf365450a7e3440fc5302cef220817fad67832890f72624a5397f8fa69f4e9ff522f7b041788d5852e7875dc707d6b8bb94f481accfcf138c62a0efbaa891dd
 DIST pycodestyle-2.2.0.tar.gz 85811 SHA256 
df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a SHA512 
19c925158d6d0fa704f58387585aa4a618c4973d9f6e99a7831d9a41cb7886a4f1fec8b696162787a84dc575adb6e1cc253fb4af31252ae9cff0ced4b066c346
 WHIRLPOOL 
49421e7a3a18ce6fa5959fbd22c68022eeef54949fe54ae2c4cc8e4e3c7a1e3356066ae793e4468f8716d0edaffb7c4714c5cdf7750906d533dd5c010574ee4e
+DIST pycodestyle-2.3.1.tar.gz 89460 SHA256 
682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
 WHIRLPOOL 
939ecb7235f92aff8454aec1b10f761dc3b26fcf114802e48753e4063e1c470d2232a50628c39232ac9eb49cff93ca59a84e711f4e7ef230b9e1ab1df53f4b5d

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
new file mode 100644
index 000..60149dbda11
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.python.org/pypi/pycodestyle;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-games/cegui/

2017-05-15 Thread Lars Wendler
commit: a23568a6d139e9b90cb70908ffecd1a77f13c386
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 12:49:52 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23568a6

dev-games/cegui: Added sub-slot dependency for dev-games/ogre

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-games/cegui/cegui-0.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/cegui/cegui-0.8.7.ebuild 
b/dev-games/cegui/cegui-0.8.7.ebuild
index 4673a68e842..bd5b2d661e9 100644
--- a/dev-games/cegui/cegui-0.8.7.ebuild
+++ b/dev-games/cegui/cegui-0.8.7.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
dev-lang/lua:0
dev-lua/toluapp
)
-   ogre? ( >=dev-games/ogre-1.7 )
+   ogre? ( >=dev-games/ogre-1.7:= )
opengl? (
virtual/opengl
virtual/glu



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-05-15 Thread Lars Wendler
commit: 688c2ecd719c6fe8087fbd0f242e4d70821e7d49
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:14:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688c2ecd

dev-python/mistune: Bump to version 0.7.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-0.7.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index a87ac6dc57f..197a5a3162b 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-0.7.2.tar.gz 48887 SHA256 
626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840 SHA512 
9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
 WHIRLPOOL 
54d95b82bb061709a48bbd3e87a16e4cc03734f8adfc88e48b44da0070e16ec062ea4c219e258bd4abd2a4e7dd6aa144a4f73257c24ee28622eb36fcba89effe
+DIST mistune-0.7.4.tar.gz 49304 SHA256 
8517af9f5cd1857bb83f9a23da75aa516d7538c32a2c5d5c56f3789a9e4cd22f SHA512 
d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802
 WHIRLPOOL 
fbbb9bee4078aa25e2934fc0163306c24c7169e350e0816babad8a4dd7f305c8be8b4935a427f7266c05d640427a68eebe23e3c42cabd372252f0d8811a091e7

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
new file mode 100644
index 000..782a3404807
--- /dev/null
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.python.org/pypi/mistune 
https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/

2017-05-15 Thread Lars Wendler
commit: 20f96977a939c3cf6a527b5464df7d6f97494d5b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:51:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f96977

dev-python/hypothesis: Bump to version 3.8.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/hypothesis/Manifest|  1 +
 dev-python/hypothesis/hypothesis-3.8.3.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 3ab05401a8f..e6c0e62e416 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,2 +1,3 @@
 DIST hypothesis-3.6.0.tar.gz 73586 SHA256 
ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512 
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
 WHIRLPOOL 
189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b
 DIST hypothesis-3.6.1.tar.gz 75106 SHA256 
d4a0aa584ee4654819b8bfc8b5791669ad229eb1db949716543d7c31219cb35b SHA512 
89a884cfc147b09e6356ea1f2272784b256065a7ff86584c133c00d11cb0fda0a8463e347c15698c605f6c2d8fc7aa09cd4c216849cb2b851566bdf4268c28c4
 WHIRLPOOL 
1a65ad7442ba457390414c3117fdcde6981adb6e7cd0269b47ac7ec63e60393af386518f4ca79410222ff7533b12f87a99705f22fd9b20befdcf6a6a4a422e12
+DIST hypothesis-3.8.3.tar.gz 79107 SHA256 
0ab895ba432585e6f15b1c766c6927d95d23a301adfae4249859f80c23dc8d51 SHA512 
6ad61a84af87263ce639f0cef36dec90c2e1cc9df64fcd053b44c3790b445a2bd103ba99cc17f22e8fb06dfdbcf082833b000764bab94532401ffe30a54cb439
 WHIRLPOOL 
abd02b563e034c5d8d80d71e40360faa47427f6da15815cdc0b13c1bdcb2cbbbabcad477ef58ea23f9b3d80248e3ade4a167e4c17c4147a59c32cfd4d207113e

diff --git a/dev-python/hypothesis/hypothesis-3.8.3.ebuild 
b/dev-python/hypothesis/hypothesis-3.8.3.ebuild
new file mode 100644
index 000..dd8813cbe1c
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-3.8.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/DRMacIver/hypothesis 
https://pypi.python.org/pypi/hypothesis;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
'python2*')"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pytest support" dev-python/pytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/

2017-05-15 Thread Lars Wendler
commit: fb347b8a2bdc68c1e878470fd76746ad6884d15a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 11:12:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb347b8a

dev-python/isodate: Added python3_6 support.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/isodate/isodate-0.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/isodate/isodate-0.5.4.ebuild 
b/dev-python/isodate/isodate-0.5.4.ebuild
index c0228afdf6c..4fd84aa5832 100644
--- a/dev-python/isodate/isodate-0.5.4.ebuild
+++ b/dev-python/isodate/isodate-0.5.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rdflib/

2017-05-15 Thread Lars Wendler
commit: 91b2ff83324255189aa68fd86c6a388d400c9683
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 11:17:39 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b2ff83

dev-python/rdflib: Added python3_6 support.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/rdflib/rdflib-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rdflib/rdflib-4.2.2.ebuild 
b/dev-python/rdflib/rdflib-4.2.2.ebuild
index 2e188fc2ed8..ec2524d7207 100644
--- a/dev-python/rdflib/rdflib-4.2.2.ebuild
+++ b/dev-python/rdflib/rdflib-4.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 PYTHON_REQ_USE="sqlite?,threads(+)"
 
 # The usual required for tests



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-minitest/

2017-05-15 Thread Michał Górny
commit: b2834571e11f0f9ad29daafd3a28bac4d978f7f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:48:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2834571

virtual/ruby-minitest: Remove jruby

 virtual/ruby-minitest/ruby-minitest-1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/ruby-minitest/ruby-minitest-1.ebuild 
b/virtual/ruby-minitest/ruby-minitest-1.ebuild
index 9c1ef6c5118..f9c01f7e45f 100644
--- a/virtual/ruby-minitest/ruby-minitest-1.ebuild
+++ b/virtual/ruby-minitest/ruby-minitest-1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 jruby"
+USE_RUBY="ruby21 ruby22"
 
 inherit ruby-ng
 
@@ -12,5 +12,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-f
 
 RDEPEND="
ruby_targets_ruby21? ( || ( dev-ruby/minitest[ruby_targets_ruby21] 
dev-lang/ruby:2.1 ) )
-   ruby_targets_ruby22? ( || ( dev-ruby/minitest[ruby_targets_ruby22] 
dev-lang/ruby:2.2 ) )
-   ruby_targets_jruby? ( dev-ruby/minitest[ruby_targets_jruby] )"
+   ruby_targets_ruby22? ( || ( dev-ruby/minitest[ruby_targets_ruby22] 
dev-lang/ruby:2.2 ) )"



[gentoo-commits] proj/sci:master commit in: sci-biology/quorum/

2017-05-15 Thread Martin Mokrejs
commit: edaf9d6441ded1afa54328f6e78775e487ffe5fc
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon May 15 13:39:20 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon May 15 13:39:20 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=edaf9d64

sci-biology/quorum: version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/quorum/{quorum-1.0.0.ebuild => quorum-1.1.1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sci-biology/quorum/quorum-1.0.0.ebuild 
b/sci-biology/quorum/quorum-1.1.1.ebuild
similarity index 65%
rename from sci-biology/quorum/quorum-1.0.0.ebuild
rename to sci-biology/quorum/quorum-1.1.1.ebuild
index 2b4acfc09..1c5f29e2b 100644
--- a/sci-biology/quorum/quorum-1.0.0.ebuild
+++ b/sci-biology/quorum/quorum-1.1.1.ebuild
@@ -1,11 +1,12 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Illumina reads error corrector"
-HOMEPAGE="http://www.genome.umd.edu/quorum.html;
-SRC_URI="ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz;
+HOMEPAGE="http://www.genome.umd.edu/quorum.html
+   https://github.com/gmarcais/Quorum;
+SRC_URI="https://github.com/gmarcais/Quorum/releases/download/v1.1.1/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -17,4 +18,5 @@ RDEPEND="${DEPEND}"
 
 src_configure(){
econf --enable-relative-paths --with-relative-jf-path
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/safety/

2017-05-15 Thread Manuel Rüger
commit: 76cb308035cd323449f8f4643da9a9eb32ce96c9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 14:33:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 14:33:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cb3080

dev-python/safety: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/safety/safety-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/safety/safety-0.6.0.ebuild 
b/dev-python/safety/safety-0.6.0.ebuild
index 5c896d31bbc..bccd20132c5 100644
--- a/dev-python/safety/safety-0.6.0.ebuild
+++ b/dev-python/safety/safety-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Checks your installed dependencies for known security 
vulnerabilities"



[gentoo-commits] proj/sci:master commit in: dev-lang/yaggo/

2017-05-15 Thread Martin Mokrejs
commit: 43d24da225b4107f896434caab4a71644a6af0aa
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon May 15 14:34:37 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon May 15 14:34:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=43d24da2

dev-lang/yaggo: add missing 'install' argument

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-lang/yaggo/yaggo-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/yaggo/yaggo-1.5.9.ebuild 
b/dev-lang/yaggo/yaggo-1.5.9.ebuild
index 0cf026888..de6d3e68e 100644
--- a/dev-lang/yaggo/yaggo-1.5.9.ebuild
+++ b/dev-lang/yaggo/yaggo-1.5.9.ebuild
@@ -23,5 +23,5 @@ src_prepare(){
 }
 
 src_install(){
-   emake DESTDIR="${ED}"/usr
+   emake install DESTDIR="${ED}"/usr
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/requests/

2017-05-15 Thread Mike Gilbert
commit: 3ebed4e0aaea4ba8f8ab5f1645dd8ca0b3cef9d5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 15 14:48:29 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 15 14:48:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebed4e0

dev-python/requests: restore pypy3

Bug: https://bugs.gentoo.org/617832
Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62

 dev-python/requests/requests-2.12.5.ebuild | 2 +-
 dev-python/requests/requests-2.13.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests/requests-2.12.5.ebuild 
b/dev-python/requests/requests-2.12.5.ebuild
index f04ac2a36c1..c0208d0f9f1 100644
--- a/dev-python/requests/requests-2.12.5.ebuild
+++ b/dev-python/requests/requests-2.12.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

diff --git a/dev-python/requests/requests-2.13.0.ebuild 
b/dev-python/requests/requests-2.13.0.ebuild
index 7683cf050af..ca733c4061c 100644
--- a/dev-python/requests/requests-2.13.0.ebuild
+++ b/dev-python/requests/requests-2.13.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: eclass/

2017-05-15 Thread Michał Górny
commit: ef23aed313ecb158b6b4d48466be73049f91ee5b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:23:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef23aed3

ruby-ng.eclass: Kill jruby

 eclass/ruby-ng.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 3082a692f10..2334f005d6f 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -18,7 +18,6 @@
 #  * ruby22 - Ruby (MRI) 2.2.x
 #  * ruby23 - Ruby (MRI) 2.3.x
 #  * ruby24 - Ruby (MRI) 2.4.x
-#  * jruby  - JRuby
 #  * rbx- Rubinius
 #
 # This eclass does not define the implementation of the configure,
@@ -117,7 +116,7 @@ _ruby_get_all_impls() {
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
-   ruby19|ruby20)
+   ruby19|ruby20|jruby)
;;
*)
echo ${i};;



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-libs/libcaca/

2017-05-15 Thread Michał Górny
commit: c27f598c27fd694117987403d7c771aebd5691f1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:55:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27f598c

media-libs/libcaca: Disable removed ruby20

 media-libs/libcaca/libcaca-0.99_beta19.ebuild | 6 +++---
 profiles/base/package.use.mask| 4 
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild 
b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
index b80b1f07cf9..589d14316c6 100644
--- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild
+++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 RUBY_OPTIONAL=yes
-USE_RUBY=ruby20
+#USE_RUBY=ruby20
 
 inherit autotools ruby-ng eutils flag-o-matic mono-env multilib java-pkg-opt-2 
python-single-r1 multilib-minimal
 
@@ -19,8 +19,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc 
x86 ~amd64-fbsd ~x
 IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs 
test truetype X"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
-   ruby? ( ruby_targets_${USE_RUBY} )
 "
+#  ruby? ( ruby_targets_${USE_RUBY} )
 
 COMMON_DEPEND="imlib? ( >=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] )
mono? ( dev-lang/mono )
@@ -32,9 +32,9 @@ COMMON_DEPEND="imlib? ( 
>=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
)
python? ( ${PYTHON_DEPS} )
-   ruby? (  $(ruby_implementations_depend) )
slang? ( >=sys-libs/slang-2.2.4-r1[${MULTILIB_USEDEP}] )
X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] 
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )"
+#  ruby? (  $(ruby_implementations_depend) )
 RDEPEND="${COMMON_DEPEND}
java? ( >=virtual/jre-1.5 )"
 DEPEND="${COMMON_DEPEND}

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2fc848964b4..b0525ad0ba0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny  (15 May 2017)
+# Mask ruby20-only compatible packages
+=media-libs/libcaca-0.99_beta19 ruby
+
 # Michael Orlitzky  (14 May 2017)
 # This version experiences random build failures with USE=jit.
 # Since USE=futures needs USE=jit, we have to mask that too.



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ffi/

2017-05-15 Thread Michał Górny
commit: 1f426526e9c96e3469a9e8c193fbe9987c8c13c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:19:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f426526

virtual/ruby-ffi: Remove ruby20

 virtual/ruby-ffi/ruby-ffi-3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/virtual/ruby-ffi/ruby-ffi-3.ebuild 
b/virtual/ruby-ffi/ruby-ffi-3.ebuild
index 10b4cbc524f..c0da5cbea28 100644
--- a/virtual/ruby-ffi/ruby-ffi-3.ebuild
+++ b/virtual/ruby-ffi/ruby-ffi-3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby20? ( dev-ruby/ffi[ruby_targets_ruby20] )
ruby_targets_ruby21? ( dev-ruby/ffi[ruby_targets_ruby21] )
ruby_targets_ruby22? ( dev-ruby/ffi[ruby_targets_ruby22] )
 "



[gentoo-commits] repo/gentoo:master commit in: eclass/

2017-05-15 Thread Michał Górny
commit: 29cc93987663a18fbce076d6432cb58671e4b772
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 10:18:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cc9398

ruby-ng.eclass: Indirect USE_RUBY into a function

 eclass/ruby-fakegem.eclass |  2 +-
 eclass/ruby-ng.eclass  | 29 ++---
 2 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 230f55d7cfe..3c10e577a41 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -336,7 +336,7 @@ ruby_fakegem_binwrapper() {
# calling the script by default (see for instance the
# JRuby-specific commands).
local rubycmd=
-   for implementation in ${USE_RUBY}; do
+   for implementation in $(_ruby_get_all_impls); do
# ignore non-enabled implementations
use ruby_targets_${implementation} || continue
if [ -z $rubycmd ]; then

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 13b00553c0b..64f1b4f402f 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -109,6 +109,21 @@ ruby_implementation_depend() {
_ruby_implementation_depend $1
 }
 
+# @FUNCTION: _ruby_get_all_impls
+# @INTERNAL
+# @RETURN: list of valid values in USE_RUBY
+# Return a list of valid implementations in USE_RUBY, skipping the old
+# implementations that are no longer supported.
+_ruby_get_all_impls() {
+   local i
+   for i in ${USE_RUBY}; do
+   case ${i} in
+   *)
+   echo ${i};;
+   esac
+   done
+}
+
 # @FUNCTION: ruby_samelib
 # @RETURN: use flag string with current ruby implementations
 # @DESCRIPTION:
@@ -118,7 +133,7 @@ ruby_implementation_depend() {
 # more complex dependencies.
 ruby_samelib() {
local res=
-   for _ruby_implementation in $USE_RUBY; do
+   for _ruby_implementation in $(_ruby_get_all_impls); do
has -${_ruby_implementation} $@ || \
res="${res}ruby_targets_${_ruby_implementation}?,"
done
@@ -159,7 +174,7 @@ ruby_implementation_command() {
 _ruby_atoms_samelib() {
local atoms=$(_ruby_atoms_samelib_generic "$*")
 
-   for _ruby_implementation in $USE_RUBY; do
+   for _ruby_implementation in $(_ruby_get_all_impls); do
echo "${atoms//RUBYTARGET/ruby_targets_${_ruby_implementation}}"
done
 }
@@ -243,7 +258,7 @@ ruby_add_bdepend() {
 # Gets an array of ruby use targets enabled by the user
 ruby_get_use_implementations() {
local i implementation
-   for implementation in ${USE_RUBY}; do
+   for implementation in $(_ruby_get_all_impls); do
use ruby_targets_${implementation} && i+=" ${implementation}"
done
echo $i
@@ -254,7 +269,7 @@ ruby_get_use_implementations() {
 # Gets an array of ruby use targets that the ebuild sets
 ruby_get_use_targets() {
local t implementation
-   for implementation in ${USE_RUBY}; do
+   for implementation in $(_ruby_get_all_impls); do
t+=" ruby_targets_${implementation}"
done
echo $t
@@ -278,7 +293,7 @@ ruby_get_use_targets() {
 # RDEPEND="${DEPEND}"
 ruby_implementations_depend() {
local depend
-   for _ruby_implementation in ${USE_RUBY}; do
+   for _ruby_implementation in $(_ruby_get_all_impls); do
depend="${depend}${depend+ 
}ruby_targets_${_ruby_implementation}? ( $(ruby_implementation_depend 
$_ruby_implementation) )"
done
echo "${depend}"
@@ -358,7 +373,7 @@ _ruby_invoke_environment() {
 
 _ruby_each_implementation() {
local invoked=no
-   for _ruby_implementation in ${USE_RUBY}; do
+   for _ruby_implementation in $(_ruby_get_all_impls); do
# only proceed if it's requested
use ruby_targets_${_ruby_implementation} || continue
 
@@ -374,7 +389,7 @@ _ruby_each_implementation() {
 
if [[ ${invoked} == "no" ]]; then
eerror "You need to select at least one compatible Ruby 
installation target via RUBY_TARGETS in make.conf."
-   eerror "Compatible targets for this package are: ${USE_RUBY}"
+   eerror "Compatible targets for this package are: 
$(_ruby_get_all_impls)"
eerror
eerror "See 
https://www.gentoo.org/proj/en/prog_lang/ruby/index.xml#doc_chap3 for more 
information."
eerror



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/jruby/files/, dev-java/jruby/

2017-05-15 Thread Michał Górny
commit: 4d2320d2211626e2af70cfa8dae5b0bd1faf1541
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:51:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2320d2

dev-java/jruby: Remove masked pkg

 dev-java/jruby/Manifest|   2 -
 .../jruby/files/jruby-1.7.12-bash-launcher.patch   | 164 --
 dev-java/jruby/jruby-1.7.12.ebuild | 184 -
 dev-java/jruby/metadata.xml|  12 --
 profiles/package.mask  |   4 -
 5 files changed, 366 deletions(-)

diff --git a/dev-java/jruby/Manifest b/dev-java/jruby/Manifest
deleted file mode 100644
index d3068c23651..000
--- a/dev-java/jruby/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jruby-1.7.12-mvn-ant-ant.patch 210806 SHA256 
3a46445615a3b4c6dcfea5e8b1cbf00177e81516c7fd70c619812be8ae0edf98 SHA512 
18ab5e9a0ca04deccfe2ffaeba54c2c79c6f17fc5277bf32b800279f5a2a1c6e62ec273276b5b951d13d78b0de7b535b651a0d564b788cd972186895a3ab96ae
 WHIRLPOOL 
23cdec09c9cae819d184676c57cc6fe2bc01b1c1a3dd574ae264e22796624beec31b2d5f8bec195594292b7dc742427c6e8f2f2bd48fad552a3fdb2cab0a2f07
-DIST jruby-src-1.7.12.tar.gz 10537791 SHA256 
c10c0581abe7d55519273b91bddf9d44610baf69b875473593fd739b0c059cc7 SHA512 
f68e72c37543a5301041a1700b9a3ef07ea5be43b806187f49e7ef6172315c5cd2aa4d74466273122e35b1a190f9a0fb097127c9530f48740f278ff6f87704fe
 WHIRLPOOL 
5b82c5ac00761a62c6d319dc9ff319a5036c7b30724449149595fbaac117a2dca61bc13480db79ef85f10278607556f7091698021c3a7cfd3b1359603755e01a

diff --git a/dev-java/jruby/files/jruby-1.7.12-bash-launcher.patch 
b/dev-java/jruby/files/jruby-1.7.12-bash-launcher.patch
deleted file mode 100644
index 2fe9eb457de..000
--- a/dev-java/jruby/files/jruby-1.7.12-bash-launcher.patch
+++ /dev/null
@@ -1,164 +0,0 @@
-diff -Naur a/bin/jruby.bash b/bin/jruby.bash
 a/bin/jruby.bash   2014-05-03 17:55:20.665665383 +0200
-+++ b/bin/jruby.bash   2014-05-03 17:58:37.095630622 +0200
-@@ -25,29 +25,7 @@
-   JAVA_VM=-client
- fi
- 
--# get the absolute path of the executable
--SELF_PATH=$(builtin cd -P -- "$(dirname -- "$0")" >/dev/null && pwd -P) && 
SELF_PATH=$SELF_PATH/$(basename -- "$0")
--
--# resolve symlinks
--while [ -h $SELF_PATH ]; do
--# 1) cd to directory of the symlink
--# 2) cd to the directory of where the symlink points
--# 3) get the pwd
--# 4) append the basename
--DIR=$(dirname -- "$SELF_PATH")
--SYM=$(readlink $SELF_PATH)
--SELF_PATH=$(cd $DIR && cd $(dirname -- "$SYM") && pwd)/$(basename -- 
"$SYM")
--done
--
--PRG=$SELF_PATH
--
--JRUBY_HOME_1=`dirname "$PRG"`   # the ./bin dir
--if [ "$JRUBY_HOME_1" = '.' ] ; then
--  cwd=`pwd`
--  JRUBY_HOME=`dirname $cwd` # JRUBY-2699
--else
--  JRUBY_HOME=`dirname "$JRUBY_HOME_1"`  # the . dir
--fi
-+JRUBY_HOME="${JRUBY_HOME:-/usr/share/jruby}"
- 
- if [ -z "$JRUBY_OPTS" ] ; then
-   JRUBY_OPTS=""
-@@ -79,17 +57,7 @@
- done
- JRUBY_OPTS=${JRUBY_OPTS_TEMP}
- 
--if [ -z "$JAVACMD" ] ; then
--  if [ -z "$JAVA_HOME" ] ; then
--JAVACMD='java'
--  else
--if $cygwin; then
--  JAVACMD="`cygpath -u "$JAVA_HOME"`/bin/java"
--else
--  JAVACMD="$JAVA_HOME/bin/java"
--fi
--  fi
--fi
-+JAVACMD=java
- 
- if [ -z "$JAVA_MEM" ] ; then
-   JAVA_MEM=-Xmx500m
-@@ -130,21 +98,7 @@
- 
- CP_DELIMITER=":"
- 
--# add main jruby jar to the bootclasspath
--for j in "$JRUBY_HOME"/lib/jruby.jar "$JRUBY_HOME"/lib/jruby-complete.jar; do
--if [ ! -e "$j" ]; then
--  continue
--fi
--if [ "$JRUBY_CP" ]; then
--JRUBY_CP="$JRUBY_CP$CP_DELIMITER$j"
--else
--JRUBY_CP="$j"
--fi
--if [ $JRUBY_ALREADY_ADDED ]; then
--echo "WARNING: more than one JRuby JAR found in lib directory"
--fi
--JRUBY_ALREADY_ADDED=true
--done
-+JRUBY_CP="$(java-config-2 -d -p jruby)"
- 
- if $cygwin; then
- JRUBY_CP=`cygpath -p -w "$JRUBY_CP"`
-@@ -152,29 +106,7 @@
- 
- # - Set Up The System Classpath 
---
- 
--if [ "$JRUBY_PARENT_CLASSPATH" != "" ]; then
--# Use same classpath propagated from parent jruby
--CP=$JRUBY_PARENT_CLASSPATH
--else
--# add other jars in lib to CP for command-line execution
--for j in "$JRUBY_HOME"/lib/*.jar; do
--if [ "$j" == "$JRUBY_HOME"/lib/jruby.jar ]; then
--  continue
--fi
--if [ "$j" == "$JRUBY_HOME"/lib/jruby-complete.jar ]; then
--  continue
--fi
--if [ "$CP" ]; then
--CP="$CP$CP_DELIMITER$j"
--else
--CP="$j"
--fi
--done
--
--if [ "$CP" != "" ] && $cygwin; then
--CP=`cygpath -p -w "$CP"`
--fi
--fi
-+CP="${JRUBY_PARENT_CLASSPATH}"
- 
- if $cygwin; then
- # switch delimiter only after building Unix style classpaths
-@@ -254,15 +186,7 @@
- java_args=("${java_args[@]}" 

[gentoo-commits] repo/gentoo:master commit in: profiles/desc/

2017-05-15 Thread Michał Górny
commit: 2b77fd1e7152a5218ddc408cfe306ac0231376e6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 12:39:01 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b77fd1e

profiles/desc: Remove RUBY_TARGETS: ruby20

 profiles/desc/ruby_targets.desc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index 1eabe2ea3d4..38bfce0b443 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -5,7 +5,6 @@
 
 rbx - Build with Rubinius
 jruby - Build with JRuby
-ruby20 - Build with MRI Ruby 2.0.x
 ruby21 - Build with MRI Ruby 2.1.x
 ruby22 - Build with MRI Ruby 2.2.x
 ruby23 - Build with MRI Ruby 2.3.x



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/bitescript/

2017-05-15 Thread Michał Górny
commit: c99a5da88dbdc6fcacfa2c405780493d7b90135e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:50:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99a5da8

dev-ruby/bitescript: Remove masked pkg

 dev-ruby/bitescript/Manifest|  1 -
 dev-ruby/bitescript/bitescript-0.0.9.ebuild | 26 --
 dev-ruby/bitescript/metadata.xml|  8 
 profiles/package.mask   |  1 -
 4 files changed, 36 deletions(-)

diff --git a/dev-ruby/bitescript/Manifest b/dev-ruby/bitescript/Manifest
deleted file mode 100644
index 981ecfed150..000
--- a/dev-ruby/bitescript/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bitescript-0.0.9.gem 30720 SHA256 
6531625d82ea5a474db0197927c18a57c9b3ba2564e5649421db5fe1131629db SHA512 
9ce3f29ee796c495c23d1a13fcdea74ff9ff6770dfc4ede290e5ad3fd266915746eba0b61248924fe067c185864aee50fd12620de81c1cd6814a01863ea6478f
 WHIRLPOOL 
cce8eb784a276322af13e8d77f0e2918b707478c45ee50ac7509621da776c61293e7fef04b59e1ecb0b9e345b8ee10eff52a6c4c85687009a492e5f4e78ad463

diff --git a/dev-ruby/bitescript/bitescript-0.0.9.ebuild 
b/dev-ruby/bitescript/bitescript-0.0.9.ebuild
deleted file mode 100644
index 91cf689723f..000
--- a/dev-ruby/bitescript/bitescript-0.0.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="jruby"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="BiteScript is a Ruby DSL for generating Java bytecode and classes"
-HOMEPAGE="http://kenai.com/projects/bitescript;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_install() {
-   all_fakegem_install
-
-   docinto examples
-   dodoc examples/*
-}

diff --git a/dev-ruby/bitescript/metadata.xml b/dev-ruby/bitescript/metadata.xml
deleted file mode 100644
index 28ab0c15f20..000
--- a/dev-ruby/bitescript/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   r...@gentoo.org
-   Gentoo Ruby Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index c38319a055e..45a108f87c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -748,7 +748,6 @@ sys-block/afacli
 # Tom Wijsman  (03 May 2014)
 # Needs to be further tested and revised by both Java and Ruby herds.
 >=dev-java/jruby-1.7.12
-dev-ruby/bitescript
 dev-ruby/duby
 dev-ruby/weakling
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/weakling/, profiles/

2017-05-15 Thread Michał Górny
commit: 1da72a2a5d2fea365f3d8e3ebfa87d89d9d23ef5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:51:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da72a2a

dev-ruby/weakling: Remove masked pkg

 dev-ruby/weakling/Manifest  |  1 -
 dev-ruby/weakling/metadata.xml  | 11 -
 dev-ruby/weakling/weakling-0.0.4.ebuild | 44 -
 profiles/package.mask   |  1 -
 4 files changed, 57 deletions(-)

diff --git a/dev-ruby/weakling/Manifest b/dev-ruby/weakling/Manifest
deleted file mode 100644
index 50cbfb205cf..000
--- a/dev-ruby/weakling/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST weakling-0.0.4-java.gem 13312 SHA256 
f1f6c45b34fa1d465c16a06d731a9fc159acc190ac4a44c915b84c0a8a761aa9 SHA512 
1f8d836cca03f1fc23597bccab9db25191a3500213aed031401f692206ef5f92cab2bffc0e5032d8d1634b463ad6cbec4408267fd17896f086543c131cb5f6e0
 WHIRLPOOL 
8ef691a7649fff403f04b727905a053424d3ef8154a46cb1f43bde0948bf9520b1df9da2cd303c151bd7bf5665b9eb98c6d8202765d6a31af1f3a94cff3ba8ce

diff --git a/dev-ruby/weakling/metadata.xml b/dev-ruby/weakling/metadata.xml
deleted file mode 100644
index 433842b6d84..000
--- a/dev-ruby/weakling/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-headius/weakling
-  
-

diff --git a/dev-ruby/weakling/weakling-0.0.4.ebuild 
b/dev-ruby/weakling/weakling-0.0.4.ebuild
deleted file mode 100644
index 409cace54a7..000
--- a/dev-ruby/weakling/weakling-0.0.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# This package is specifically for JRuby.
-USE_RUBY="jruby"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README.txt"
-RUBY_FAKEGEM_SUFFIX="java"
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit java-pkg-2 java-pkg-simple ruby-fakegem
-
-DESCRIPTION="weakling: a collection of weakref utilities for Ruby"
-HOMEPAGE="https://github.com/headius/weakling;
-LICENSE="Apache-2.0"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-CDEPEND="dev-java/bytelist
-   dev-java/jruby"
-
-DEPEND+=" ${CDEPEND}
-   >=virtual/jdk-1.5"
-
-RDEPEND+=" ${CDEPEND}
-   >=virtual/jre-1.5"
-
-JAVA_GENTOO_CLASSPATH="bytelist jruby"
-
-pkg_setup() {
-   java-pkg-2_pkg_setup
-   ruby-ng_pkg_setup
-}
-
-each_ruby_compile() {
-   java-pkg-simple_src_compile
-   cp "${PN}.jar" "lib/refqueue.jar" || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c5e2ab4160..7b7ae24c9b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -748,7 +748,6 @@ sys-block/afacli
 # Tom Wijsman  (03 May 2014)
 # Needs to be further tested and revised by both Java and Ruby herds.
 >=dev-java/jruby-1.7.12
-dev-ruby/weakling
 
 # Matti Bickel  (22 Apr 2014)
 # Masked slotted lua for testing



[gentoo-commits] repo/gentoo:master commit in: eclass/

2017-05-15 Thread Michał Górny
commit: 5b2641cec496f6c49b0b449bd3b059a4fcba8f30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 10:55:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2641ce

ruby-ng.eclass: Kill ruby20

 eclass/ruby-ng.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 2a8d1a29b25..3082a692f10 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -14,7 +14,6 @@
 # and their incorporation into the Gentoo Linux system.
 #
 # Currently available targets are:
-#  * ruby20 - Ruby (MRI) 2.0.x
 #  * ruby21 - Ruby (MRI) 2.1.x
 #  * ruby22 - Ruby (MRI) 2.2.x
 #  * ruby23 - Ruby (MRI) 2.3.x
@@ -118,7 +117,7 @@ _ruby_get_all_impls() {
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
-   ruby19)
+   ruby19|ruby20)
;;
*)
echo ${i};;



[gentoo-commits] repo/gentoo:master commit in: profiles/base/

2017-05-15 Thread Michał Górny
commit: 6db883010bdbd1f4c5d10448be611834ecfd83b1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 14:20:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db88301

profiles: Clean up obsolete ruby20 entries

 profiles/base/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index c7fa438aa24..f9daf416e60 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -13,7 +13,6 @@ curl_ssl_winssl
 
 # on the way out
 ruby_targets_jruby
-ruby_targets_ruby20
 
 # masking here and unmasking in default/linux/
 kmod



[gentoo-commits] repo/gentoo:master commit in: virtual/rubygems/

2017-05-15 Thread Michał Górny
commit: 6054d97055da8bc4fd8d12bf714134b6fca7e0ed
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:21:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6054d970

virtual/rubygems: Remove ruby20

 virtual/rubygems/rubygems-10.ebuild | 3 +--
 virtual/rubygems/rubygems-11.ebuild | 3 +--
 virtual/rubygems/rubygems-12.ebuild | 3 +--
 virtual/rubygems/rubygems-13.ebuild | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/virtual/rubygems/rubygems-10.ebuild 
b/virtual/rubygems/rubygems-10.ebuild
index 3ef4637f443..4b9c8730962 100644
--- a/virtual/rubygems/rubygems-10.ebuild
+++ b/virtual/rubygems/rubygems-10.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby20? ( >=dev-ruby/rubygems-2.0.2[ruby_targets_ruby20] )
ruby_targets_ruby21? ( >=dev-ruby/rubygems-2.0.14[ruby_targets_ruby21] )
 "
 

diff --git a/virtual/rubygems/rubygems-11.ebuild 
b/virtual/rubygems/rubygems-11.ebuild
index 08bea64165b..c95a2476b42 100644
--- a/virtual/rubygems/rubygems-11.ebuild
+++ b/virtual/rubygems/rubygems-11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23 rbx"
+USE_RUBY="ruby21 ruby22 ruby23 rbx"
 
 inherit ruby-ng
 
@@ -12,7 +12,6 @@ KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )
-   ruby_targets_ruby20? ( >=dev-ruby/rubygems-2.0.2[ruby_targets_ruby20] )
ruby_targets_ruby21? ( >=dev-ruby/rubygems-2.0.14[ruby_targets_ruby21] )
ruby_targets_ruby22? ( >=dev-ruby/rubygems-2.4.2[ruby_targets_ruby22] )
ruby_targets_ruby23? ( >=dev-ruby/rubygems-2.5.1[ruby_targets_ruby23] )"

diff --git a/virtual/rubygems/rubygems-12.ebuild 
b/virtual/rubygems/rubygems-12.ebuild
index 97e58c7f78a..9ff49ae63e7 100644
--- a/virtual/rubygems/rubygems-12.ebuild
+++ b/virtual/rubygems/rubygems-12.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24 rbx"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24 rbx"
 
 inherit ruby-ng
 
@@ -12,7 +12,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sh ~spa
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )
-   ruby_targets_ruby20? ( >=dev-ruby/rubygems-2.0.2[ruby_targets_ruby20] )
ruby_targets_ruby21? ( >=dev-ruby/rubygems-2.0.14[ruby_targets_ruby21] )
ruby_targets_ruby22? ( >=dev-ruby/rubygems-2.4.2[ruby_targets_ruby22] )
ruby_targets_ruby23? ( >=dev-ruby/rubygems-2.5.1[ruby_targets_ruby23] )

diff --git a/virtual/rubygems/rubygems-13.ebuild 
b/virtual/rubygems/rubygems-13.ebuild
index a911355ed0d..6df945a7865 100644
--- a/virtual/rubygems/rubygems-13.ebuild
+++ b/virtual/rubygems/rubygems-13.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24 rbx"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24 rbx"
 
 inherit ruby-ng
 
@@ -12,7 +12,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sh ~spa
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )
-   ruby_targets_ruby20? ( >=dev-ruby/rubygems-2.0.2[ruby_targets_ruby20] )
ruby_targets_ruby21? ( >=dev-ruby/rubygems-2.0.14[ruby_targets_ruby21] )
ruby_targets_ruby22? ( >=dev-ruby/rubygems-2.4.2[ruby_targets_ruby22] )
ruby_targets_ruby23? ( >=dev-ruby/rubygems-2.5.1[ruby_targets_ruby23] )



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ssl/

2017-05-15 Thread Michał Górny
commit: 5ed6288bb891c9622121fb9f3f9c7b5e731642d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:20:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6288b

virtual/ruby-ssl: Remove ruby20

 virtual/ruby-ssl/ruby-ssl-8.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/virtual/ruby-ssl/ruby-ssl-8.ebuild 
b/virtual/ruby-ssl/ruby-ssl-8.ebuild
index 616947762e8..96c68f466f8 100644
--- a/virtual/ruby-ssl/ruby-ssl-8.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby20? ( dev-lang/ruby:2.0[ssl] )
ruby_targets_ruby21? ( dev-lang/ruby:2.1[ssl] )
ruby_targets_ruby22? ( dev-lang/ruby:2.2[ssl] )
ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )"



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-minitest/

2017-05-15 Thread Michał Górny
commit: 6941e9ef2c0f649e76d625ea9efffa799e0720a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:19:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6941e9ef

virtual/ruby-minitest: Remove ruby20

 virtual/ruby-minitest/ruby-minitest-0-r4.ebuild | 3 +--
 virtual/ruby-minitest/ruby-minitest-1.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild 
b/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild
index fad9c4d2124..f9a5d642948 100644
--- a/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild
+++ b/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21"
 
 inherit ruby-ng
 
@@ -11,6 +11,5 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby20? ( || ( dev-ruby/minitest[ruby_targets_ruby20] 
dev-lang/ruby:2.0 ) )
ruby_targets_ruby21? ( || ( dev-ruby/minitest[ruby_targets_ruby21] 
dev-lang/ruby:2.1 ) )
 "

diff --git a/virtual/ruby-minitest/ruby-minitest-1.ebuild 
b/virtual/ruby-minitest/ruby-minitest-1.ebuild
index d28dd86..9c1ef6c5118 100644
--- a/virtual/ruby-minitest/ruby-minitest-1.ebuild
+++ b/virtual/ruby-minitest/ruby-minitest-1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 jruby"
+USE_RUBY="ruby21 ruby22 jruby"
 
 inherit ruby-ng
 
@@ -10,7 +10,7 @@ DESCRIPTION="Virtual ebuild for the Ruby minitest library"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 
-RDEPEND="ruby_targets_ruby20? ( || ( dev-ruby/minitest[ruby_targets_ruby20] 
dev-lang/ruby:2.0 ) )
+RDEPEND="
ruby_targets_ruby21? ( || ( dev-ruby/minitest[ruby_targets_ruby21] 
dev-lang/ruby:2.1 ) )
ruby_targets_ruby22? ( || ( dev-ruby/minitest[ruby_targets_ruby22] 
dev-lang/ruby:2.2 ) )
ruby_targets_jruby? ( dev-ruby/minitest[ruby_targets_jruby] )"



[gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/, profiles/arch/x86/, profiles/base/, ...

2017-05-15 Thread Michał Górny
commit: 3400099ac1bc83fc136c673d380732e1d4ca44b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 14:21:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3400099a

profiles: Clean up obsolete jruby entries

 profiles/arch/amd64/use.mask  | 4 
 profiles/arch/x86/use.mask| 4 
 profiles/base/package.use.force   | 6 --
 profiles/base/use.mask| 3 ---
 profiles/features/prefix/use.mask | 6 +-
 5 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 777df9d521f..6a106a3063b 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -81,10 +81,6 @@
 # Add support for Ruby Enterprise Edition targets where rubyee is available
 # -ruby_targets_ree18
 
-# 2010/01/08 - Diego E. Pettenò 
-# Add support for JRuby targets where jruby is available
-# -ruby_targets_jruby
-
 # 2011/10/21 - Hans de Graaff 
 # Add support for Rubinius targets where rbx is available
 #-ruby_targets_rbx

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 8acf7bfa179..7bf76dee8fa 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -88,10 +88,6 @@
 # Add support for Ruby Enterprise Edition targets where rubyee is available
 # -ruby_targets_ree18
 
-# 2010/01/08 - Diego E. Pettenò 
-# Add support for JRuby targets where jruby is available
-#-ruby_targets_jruby
-
 # pbbuttonsd and macbook for KDE and pbuttonsd it
 #-pbbuttonsd
 -macbook

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 808e047a337..2aff3395afb 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -87,9 +87,3 @@ dev-lang/python wide-unicode
 # Forcing w.r.t. bug 265336. When unicode use-flag is
 # turned off, ABI is broken without a .so bump.
 dev-libs/libpcre unicode
-
-# Diego E. Pettenò  (14 Jan 2010)
-# List of packages working on a single (non-default) Ruby
-# implementation that cannot, thus, be turned off.
-dev-ruby/bitescript ruby_targets_jruby
-dev-ruby/duby ruby_targets_jruby

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index f9daf416e60..56d0f62d859 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -11,9 +11,6 @@ elogind
 # CURL_SSL=winssl is for prefix/windows/winnt only
 curl_ssl_winssl
 
-# on the way out
-ruby_targets_jruby
-
 # masking here and unmasking in default/linux/
 kmod
 

diff --git a/profiles/features/prefix/use.mask 
b/profiles/features/prefix/use.mask
index e215812cfd8..61f29a07589 100644
--- a/profiles/features/prefix/use.mask
+++ b/profiles/features/prefix/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # prefix USE flag should always be unmasked in prefix profiles
@@ -18,10 +18,6 @@ pam
 # USE=udev just does not make sense in Gentoo Prefix. bug 293480
 udev
 
-# The JRuby stack adds *alot* of non-tested ebuilds. If someone has time and
-# motivation, please look into porting this to Gentoo Prefix. bug 302563
-ruby_targets_jruby
-
 # suid requires root privilege, which is not support by prefix in general
 # one example: bug 447340.
 suid



[gentoo-commits] repo/gentoo:master commit in: profiles/desc/

2017-05-15 Thread Michał Górny
commit: cb7919566a01c101c9ccd770c2962e216324ec68
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 12:39:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb791956

profiles/desc: Remove RUBY_TARGETS: jruby

 profiles/desc/ruby_targets.desc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index 38bfce0b443..abd939a8d14 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -4,7 +4,6 @@
 # This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
 
 rbx - Build with Rubinius
-jruby - Build with JRuby
 ruby21 - Build with MRI Ruby 2.1.x
 ruby22 - Build with MRI Ruby 2.2.x
 ruby23 - Build with MRI Ruby 2.3.x



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/duby/

2017-05-15 Thread Michał Górny
commit: 7e4670cbcb919f8087b2bfcd71d900c8f11acbc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 11:50:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4670cb

dev-ruby/duby: Remove masked pkg

 dev-ruby/duby/Manifest |  1 -
 dev-ruby/duby/duby-0.0.2-r1.ebuild | 29 -
 dev-ruby/duby/metadata.xml |  8 
 profiles/package.mask  |  1 -
 4 files changed, 39 deletions(-)

diff --git a/dev-ruby/duby/Manifest b/dev-ruby/duby/Manifest
deleted file mode 100644
index 84628bb5dd1..000
--- a/dev-ruby/duby/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST duby-0.0.2-java.gem 547840 SHA256 
462ce7cc528bca9a0993d080d622c389fc5f5e15b1c07283c7fde393df0ed3e1 SHA512 
cf16b1950b882e6aa908eb6be6bc8e1ca9f36ba5a845ec6dbcf3bdcd7b676cc4b39c3cde3c45a6b289072625445a11730ae1a8328f6c719381c0be1b5393098a
 WHIRLPOOL 
928bcebf96b943904e017d07a211e4457d99a393be738f579430fc89fd68a8dfed2ab40e54cbd44173f6246ad5631f6d66274b980da48b292e581f2bc7222554

diff --git a/dev-ruby/duby/duby-0.0.2-r1.ebuild 
b/dev-ruby/duby/duby-0.0.2-r1.ebuild
deleted file mode 100644
index 70a1265b542..000
--- a/dev-ruby/duby/duby-0.0.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="jruby"
-
-RUBY_FAKEGEM_SUFFIX="java"
-
-RUBY_FAKEGEM_EXTRAINSTALL="javalib"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Customizable typed programming language with Ruby-inspired syntax"
-HOMEPAGE="http://kenai.com/projects/duby;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/bitescript"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples || die
-}

diff --git a/dev-ruby/duby/metadata.xml b/dev-ruby/duby/metadata.xml
deleted file mode 100644
index 28ab0c15f20..000
--- a/dev-ruby/duby/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   r...@gentoo.org
-   Gentoo Ruby Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 45a108f87c0..5c5e2ab4160 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -748,7 +748,6 @@ sys-block/afacli
 # Tom Wijsman  (03 May 2014)
 # Needs to be further tested and revised by both Java and Ruby herds.
 >=dev-java/jruby-1.7.12
-dev-ruby/duby
 dev-ruby/weakling
 
 # Matti Bickel  (22 Apr 2014)



[gentoo-commits] repo/gentoo:master commit in: profiles/desc/

2017-05-15 Thread Michał Górny
commit: 0bc17cfa5f0273d2cbc7b0c0ac6db84fc9bf0c47
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 12:38:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc17cfa

profiles/desc: Remove RUBY_TARGETS: ruby19

 profiles/desc/ruby_targets.desc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index 9aadb4ab8ed..1eabe2ea3d4 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
 
 rbx - Build with Rubinius
 jruby - Build with JRuby
-ruby19 - Build with MRI Ruby 1.9.x
 ruby20 - Build with MRI Ruby 2.0.x
 ruby21 - Build with MRI Ruby 2.1.x
 ruby22 - Build with MRI Ruby 2.2.x



[gentoo-commits] repo/gentoo:master commit in: eclass/

2017-05-15 Thread Michał Górny
commit: bfdd4d89c101c2a889f478a571fb927416a49c2e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 10:19:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd4d89

ruby-ng.eclass: Kill ruby19

 eclass/ruby-ng.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 64f1b4f402f..2a8d1a29b25 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -14,7 +14,6 @@
 # and their incorporation into the Gentoo Linux system.
 #
 # Currently available targets are:
-#  * ruby19 - Ruby (MRI) 1.9.x
 #  * ruby20 - Ruby (MRI) 2.0.x
 #  * ruby21 - Ruby (MRI) 2.1.x
 #  * ruby22 - Ruby (MRI) 2.2.x
@@ -118,6 +117,9 @@ _ruby_get_all_impls() {
local i
for i in ${USE_RUBY}; do
case ${i} in
+   # removed implementations
+   ruby19)
+   ;;
*)
echo ${i};;
esac



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-minitest/

2017-05-15 Thread Michał Górny
commit: cec3c628b12371a050a1ae6ba3fef3d0276528d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 10:54:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec3c628

virtual/ruby-minitest: Remove ruby19

 virtual/ruby-minitest/ruby-minitest-0-r4.ebuild | 4 ++--
 virtual/ruby-minitest/ruby-minitest-1.ebuild| 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild 
b/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild
index e82cc75dc5b..fad9c4d2124 100644
--- a/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild
+++ b/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 inherit ruby-ng
 
@@ -10,7 +10,7 @@ DESCRIPTION="Virtual ebuild for the Ruby minitest library"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 
-RDEPEND="ruby_targets_ruby19? ( || ( dev-ruby/minitest[ruby_targets_ruby19] 
dev-lang/ruby:1.9 ) )
+RDEPEND="
ruby_targets_ruby20? ( || ( dev-ruby/minitest[ruby_targets_ruby20] 
dev-lang/ruby:2.0 ) )
ruby_targets_ruby21? ( || ( dev-ruby/minitest[ruby_targets_ruby21] 
dev-lang/ruby:2.1 ) )
 "

diff --git a/virtual/ruby-minitest/ruby-minitest-1.ebuild 
b/virtual/ruby-minitest/ruby-minitest-1.ebuild
index 329b45bdd36..d28dd86 100644
--- a/virtual/ruby-minitest/ruby-minitest-1.ebuild
+++ b/virtual/ruby-minitest/ruby-minitest-1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22 jruby"
+USE_RUBY="ruby20 ruby21 ruby22 jruby"
 
 inherit ruby-ng
 
@@ -10,8 +10,7 @@ DESCRIPTION="Virtual ebuild for the Ruby minitest library"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 
-RDEPEND="ruby_targets_ruby19? ( || ( dev-ruby/minitest[ruby_targets_ruby19] 
dev-lang/ruby:1.9 ) )
-   ruby_targets_ruby20? ( || ( dev-ruby/minitest[ruby_targets_ruby20] 
dev-lang/ruby:2.0 ) )
+RDEPEND="ruby_targets_ruby20? ( || ( dev-ruby/minitest[ruby_targets_ruby20] 
dev-lang/ruby:2.0 ) )
ruby_targets_ruby21? ( || ( dev-ruby/minitest[ruby_targets_ruby21] 
dev-lang/ruby:2.1 ) )
ruby_targets_ruby22? ( || ( dev-ruby/minitest[ruby_targets_ruby22] 
dev-lang/ruby:2.2 ) )
ruby_targets_jruby? ( dev-ruby/minitest[ruby_targets_jruby] )"



[gentoo-commits] repo/gentoo:master commit in: profiles/base/

2017-05-15 Thread Michał Górny
commit: 90f254b24836ea0fccc535435d9e8003012b11a5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 14:19:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 15 13:28:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f254b2

profiles: Clean up obsolete ruby19 entries

 profiles/base/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 3af2a93afa8..c7fa438aa24 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -13,7 +13,6 @@ curl_ssl_winssl
 
 # on the way out
 ruby_targets_jruby
-ruby_targets_ruby19
 ruby_targets_ruby20
 
 # masking here and unmasking in default/linux/



[gentoo-commits] repo/gentoo:master commit in: dev-python/corner/

2017-05-15 Thread Manuel Rüger
commit: ef14f278283cff298140d5d71daa8b9e1549b252
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 13:06:26 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 13:48:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef14f278

dev-python/corner: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/corner/corner-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/corner/corner-2.0.1.ebuild 
b/dev-python/corner/corner-2.0.1.ebuild
index 3dc1602668c..a5d1404dabd 100644
--- a/dev-python/corner/corner-2.0.1.ebuild
+++ b/dev-python/corner/corner-2.0.1.ebuild
@@ -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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/

2017-05-15 Thread Manuel Rüger
commit: 5ae160195cd988bec27568d54268dd752149d6a2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 13:09:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 13:48:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae16019

dev-python/inflect: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/inflect/inflect-0.2.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/inflect/inflect-0.2.5.ebuild 
b/dev-python/inflect/inflect-0.2.5.ebuild
index 864f6d2ee21..4f36a552066 100644
--- a/dev-python/inflect/inflect-0.2.5.ebuild
+++ b/dev-python/inflect/inflect-0.2.5.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
 DESCRIPTION="Correctly inflect words and numbers"
 HOMEPAGE="https://github.com/pwdyson/inflect.py;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/mongoengine/

2017-05-15 Thread Manuel Rüger
commit: 9e379e46fb22f02f63b23cb6b1bc0a0f098bc7ec
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 15 13:32:08 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 15 13:48:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e379e46

dev-python/mongoengine: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/mongoengine/mongoengine-0.10.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mongoengine/mongoengine-0.10.6.ebuild 
b/dev-python/mongoengine/mongoengine-0.10.6.ebuild
index 27d08f68839..f55967b8661 100644
--- a/dev-python/mongoengine/mongoengine-0.10.6.ebuild
+++ b/dev-python/mongoengine/mongoengine-0.10.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



  1   2   3   >