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

2017-08-20 Thread Jonas Stein
commit: 2044bd10c756ab0addf93a5704cefa1e09e2dbb8
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Aug 21 05:06:28 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Aug 21 05:06:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2044bd10

sys-apps/inxi: Version bump to 2.3.36_p20170816

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-2.3.36_p20170816.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 3cbfdc9fb93..a560c8ad4a0 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,4 +1,5 @@
 DIST inxi-2.3.0_p20160807.tar.gz 407468 SHA256 
da9bf61c2134291d8f65f5cd270a7026d83ea28f44450c7973e1f5f7aa529313 SHA512 
58f91c7b44cfa6a53fba7fdd8300ab5b9bca86a1c558524ad6f26f79123f4e642531543f9d5d04134ca5028323bc9e6db128a15e0c17b41254ff9463db1080f9
 WHIRLPOOL 
eb502482b76a55c2fa7d3c9972fa0b46ee4e12af208073bc2ff4b22d6880868ddd576b1c345905f19fae4ee6469d4dc5fdbdaef0acf4d944e8a390974fa54881
 DIST inxi-2.3.34_p20170805.tar.gz 449836 SHA256 
c051cea0f6f1113406e3b2a776c841649d4c8cfbbdaf4a568a25bbb497447e44 SHA512 
c3b2a5d91a0fa0840ad602e6a147bc65dec83c966c8fc2a72e39fe6737ef4e0d57edcb5e47602311a8eedd2fb6d51619f4e44ad2be4ce8b5e259049e2c238a18
 WHIRLPOOL 
211d0ed25c061e7cacd09a6750dde8c0ca03999cf33ee35c4423bd892e5e363564307f4ce61a40948706da3a4e2b232a53e379a5c78ba62b891b0f45b895c98d
+DIST inxi-2.3.36_p20170816.tar.gz 452116 SHA256 
d5648d2b6a32da364bf5d9f9eb3b275a1512a2143f13433caace97b6b42e1fde SHA512 
9326fd8787449c6b52fad3188086a59deb2614100ccf8c49023c78d21ff4ab08a434ba1b95bc48f8867499e30179df602ff53934611bbe952b223c8bdadc40bf
 WHIRLPOOL 
85952282335221856aeb6f2b844df89fc0c7a852a2676aad333bd13a42d48ef1bf06da1a3309bb93355221b0e976679ab8b5076da6cae9d57ce6009c1af05a00
 DIST inxi-2.3.4_p20161104.tar.gz 415379 SHA256 
b4e1377e9c67dd7836542542edd9facdad6fa9cf37d3b8cc0c3c98bf31f463c0 SHA512 
4803433bb483119a0c7b50eea07b39878a39005224fbda0ddc7e52bf88abbd0184c8476277b15c80a156d4d1b9d51297f15c8d1c63b95dc3e40399cc50afe850
 WHIRLPOOL 
9b0688a163a29dfb07d4228624cd9cfd2f8010f189b914ad06b3ba76ef62f8765d861986946d9045f257561716ebf1bbdfe7f305fe9614671992ca02e523ef6f
 DIST inxi-2.3.8_p20170114.tar.gz 422139 SHA256 
ecad1522c786555c7b11d3066878f94fc276b205fb63faad06c9ff6f708bf558 SHA512 
400d6cceb9282f46f1de30d436f334813d725867e0614a0ef694dc33066139dd7daf4730c007186b7037705f5debb72fa0ad9357619cdbc93152b4d585ba17e6
 WHIRLPOOL 
0734dc38929c404c2ef08017606558aa55ccdc8c290adec8640db30e800d0ba4b1c8c89d3f9c221b5ea6e02f1f0ca8c429326fe8bec57e5c7a75999c95b24a23

diff --git a/sys-apps/inxi/inxi-2.3.36_p20170816.ebuild 
b/sys-apps/inxi/inxi-2.3.36_p20170816.ebuild
new file mode 100644
index 000..97aa523701e
--- /dev/null
+++ b/sys-apps/inxi/inxi-2.3.36_p20170816.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_COMMIT=ce66fee6b7a1913cf89bbc60a024f0649b32c50e
+# ^^ because upstream refuses to tag commits with version numbers
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=app-shells/bash-3.0
+   sys-apps/pciutils
+   sys-apps/usbutils
+   "
+S="${WORKDIR}/smxi-${PN}-${MY_COMMIT:0:7}"
+
+src_install() {
+   dobin "${PN}"
+   unpack "./${PN}.1.gz"
+   doman "${PN}.1"
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/

2017-08-20 Thread Michał Górny
commit: 7aef8f2d5e64dd0b00a16a81601fddc6f08e6cc4
Author: Simon Levermann  slevermann  de>
AuthorDate: Mon Aug 14 17:59:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 02:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aef8f2d

app-crypt/argon2: Fix build under multilib-strict

Bug: https://bugs.gentoo.org/627856
Closes: https://github.com/gentoo/gentoo/pull/5418
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-crypt/argon2/argon2-20161029-r1.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/argon2/argon2-20161029-r1.ebuild 
b/app-crypt/argon2/argon2-20161029-r1.ebuild
new file mode 100644
index 000..6a2ac3f2695
--- /dev/null
+++ b/app-crypt/argon2/argon2-20161029-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="Password hashing software that won the Password Hashing 
Competition (PHC)"
+HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2;
+SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 CC0-1.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+S="${WORKDIR}/phc-winner-${P}"
+PATCHES=(
+   "${FILESDIR}/${P}-makefile-soname-symlinks.patch"
+   )
+src_prepare() {
+   default
+   if ! use static-libs; then
+   sed -i -e 's/LIBRARIES = \$(LIB_SH) \$(LIB_ST)/LIBRARIES = 
\$(LIB_SH)/' Makefile || die "sed failed!"
+   fi
+   sed -i -e 's/-O3 //' Makefile || die "sed failed"
+   sed -i -e 's/-g //' Makefile || die "sed failed"
+   sed -i -e "s/-march=\$(OPTTARGET) /${CFLAGS} /" Makefile || die "sed 
failed"
+   sed -i -e 's/CFLAGS += -march=\$(OPTTARGET)//' Makefile || die "sed 
failed"
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBRARY_REL=$(get_libdir) install || die
+}



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-20 Thread Philip Miess
commit: 6cd9e0ca9a7b500d2e2c3230fb868986fe0a7509
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Aug 21 01:52:20 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Aug 21 01:52:20 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=6cd9e0ca

use prefix not destdir

 dev-python/freecode-submit/Manifest   | 2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 8389e6d..884c88d 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 760 SHA256 
93c40108131dea3b53f53f2c7c7423580aaf313ae141d515b7324ed5418ed30e SHA512 
c5de3cec7619b10c69abd1a260f7b8fb8dbe702cdd6f8e6640ff1c30972bd8daa7b44e9097b2d0cc69ef52931d2202e2768c652822dcedcba1d6619ca9964829
 WHIRLPOOL 
f3fcabeec28a9d35fc998cc41564265e9b151150529496c5001a63160dbcf4af65c5f990260644a7c20dc306f5215d2015abbcbc616f2b44da18531ff9095a20
+EBUILD freecode-submit-2.9.ebuild 759 SHA256 
3cd68c918c4925119cd31d8e47728ac5bdf3ff17155d480845516f5906728f17 SHA512 
292e69c1c17514f547f93ba5dc71d6885ad5984996cc07a2f38b296b8060009acb986748cf258d77ac837836c8b2297a59097ab993c5aa3989d1f28636fd2b3f
 WHIRLPOOL 
15c100f5885f4a13f118dd040f87a48ed0f8b2de383368cbba22464193f6644fa24dcc06aa9689041c122a5b0d76f325a9d936cca69558eec35dba9eb8981e9c
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 76b8009..a79db27 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -33,6 +33,6 @@ python_compile() {
 python_install() {
python_fix_shebang freecode-submit
 
-   emake DESTDIR="${D}" install
+   emake prefix="${D}" install
einstalldocs
 }



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-20 Thread Philip Miess
commit: d66a117326955a0c637cb0d3e1659604c3e440d2
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Aug 21 01:49:15 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Aug 21 01:49:15 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d66a1173

compile all

 dev-python/freecode-submit/Manifest   | 2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 74764b2..8389e6d 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 766 SHA256 
340606d563c7b60ed58ef0d5773af2f5dee88f7e1dad5ef8d00e14e6d9ac29e2 SHA512 
ddb1c044909d193bb641a2a49745782b8c2099e7cefa70427ddbf0ad1691a9ffcdd021b6da643ff88e680859dbf13799f8310bddc661f93563a37650bdcddf83
 WHIRLPOOL 
7fba4d688d1f15356fbbbf6d94c393827636a5aa65cc5257930ff5311b8f83590c8b8a643be6c7e7e1b86307e263204be28ccf7ed58db37a971b7bf71f7d8392
+EBUILD freecode-submit-2.9.ebuild 760 SHA256 
93c40108131dea3b53f53f2c7c7423580aaf313ae141d515b7324ed5418ed30e SHA512 
c5de3cec7619b10c69abd1a260f7b8fb8dbe702cdd6f8e6640ff1c30972bd8daa7b44e9097b2d0cc69ef52931d2202e2768c652822dcedcba1d6619ca9964829
 WHIRLPOOL 
f3fcabeec28a9d35fc998cc41564265e9b151150529496c5001a63160dbcf4af65c5f990260644a7c20dc306f5215d2015abbcbc616f2b44da18531ff9095a20
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index e3c7b34..76b8009 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -27,7 +27,7 @@ python_prepare_all() {
 }
 
 python_compile() {
-   emake shipper.1
+   emake all
 }
 
 python_install() {



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-20 Thread Philip Miess
commit: ba65cc9130fa5c84babb82ca9fa6b52029130cf5
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Aug 21 01:47:03 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Aug 21 01:47:03 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ba65cc91

compile manpage

 dev-python/freecode-submit/Manifest   |  2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index f91f45c..74764b2 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 741 SHA256 
696ee41081a5d2da7f6200834737d1a6add7426288f39b492597c3016fbabcdb SHA512 
12e7998d458d43fab1522af2f54427e2c76ac0e5e69be64460727745dc526a5929f7f17204b9da10cd0458f9ecbd24ee74bc1be549449121aaa9cb0e25d3a625
 WHIRLPOOL 
86becb23c524cec4d02c6613a5bb0a3cba489a768400ac8290ef1b882e2539802715cda3fb4e4a510326e1255c5a885ecafa6f035be9fd021b920b82281c2a0b
+EBUILD freecode-submit-2.9.ebuild 766 SHA256 
340606d563c7b60ed58ef0d5773af2f5dee88f7e1dad5ef8d00e14e6d9ac29e2 SHA512 
ddb1c044909d193bb641a2a49745782b8c2099e7cefa70427ddbf0ad1691a9ffcdd021b6da643ff88e680859dbf13799f8310bddc661f93563a37650bdcddf83
 WHIRLPOOL 
7fba4d688d1f15356fbbbf6d94c393827636a5aa65cc5257930ff5311b8f83590c8b8a643be6c7e7e1b86307e263204be28ccf7ed58db37a971b7bf71f7d8392
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 7b34e75..e3c7b34 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -26,12 +26,13 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
+python_compile() {
+   emake shipper.1
+}
+
 python_install() {
python_fix_shebang freecode-submit
 
-   distutils-r1_python_install
-}
-
-python_compile() {
-   true;
+   emake DESTDIR="${D}" install
+   einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/

2017-08-20 Thread Chris Reffett
commit: a290a166bd138022885798abc5f6daa65b2c579b
Author: Chris Reffett  gentoo  org>
AuthorDate: Mon Aug 21 00:53:51 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Mon Aug 21 00:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a290a166

app-text/xiphos: Bump to 4.0.6a wrt bug 623804

Gentoo-Bug: 623804
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/xiphos/Manifest |  1 +
 app-text/xiphos/xiphos-4.0.6a.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest
index e118bc67a1c..8ab8f859c84 100644
--- a/app-text/xiphos/Manifest
+++ b/app-text/xiphos/Manifest
@@ -1 +1,2 @@
 DIST xiphos-4.0.4-20150830.tar.gz 8040173 SHA256 
413bb8acb444946ccde1fb9fcfa3ff4bdb622cb56995b557f3215fab42193f20 SHA512 
337503ee4cc6139ec8724266f3c9c0ce5d17518c48f7aab03ea8213165054854c8dd7317ff9e1b9097ece12292b52f1c8002684c00c5a7b43c5b4810edd6ecda
 WHIRLPOOL 
a1795b6fe5c978fcfc2c1f17f48844797bcf6e07a272181168717807dfd0a7b6e9359380a21fa330c539f1197c54c7e7293457f7733ab55d9dcca274ba044991
+DIST xiphos-4.0.6a-20170820.tar.gz 30584893 SHA256 
f5d8464974828dd4f1cf27269ed00f64739ad4afa7c0d853c55b7713e25eb31d SHA512 
a0577521c6b9033b74b3b0a0fd7a88222de00dc2e9db100d66e1bb60bc117173badd26c47d2e896ffa167c52a263c9bf9046d650a9b4ae497bec6164bfb0a29b
 WHIRLPOOL 
251aff54a9113c42eb2c8cb46f7c7c581177d906177f34681c82abf81c611cd5bd41fd597539b5b228c35e605c5c02f5d51b70795c9ae971323d703181201258

diff --git a/app-text/xiphos/xiphos-4.0.6a.ebuild 
b/app-text/xiphos/xiphos-4.0.6a.ebuild
new file mode 100644
index 000..ee8a6ba21b8
--- /dev/null
+++ b/app-text/xiphos/xiphos-4.0.6a.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit flag-o-matic gnome2-utils python-single-r1 toolchain-funcs
+
+MY_PV="${PV}-20170820"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)"
+HOMEPAGE="http://xiphos.org/;
+SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >=app-text/sword-1.7.4
+   >=dev-libs/glib-2[${PYTHON_USEDEP}]
+   dev-libs/libxml2[${PYTHON_USEDEP}]
+   gnome-base/gconf[${PYTHON_USEDEP}]
+   gnome-extra/gtkhtml:4.0
+   >=gnome-extra/libgsf-1.14
+   net-libs/webkit-gtk:4
+   x11-libs/gtk+:3
+   dbus? ( dev-libs/dbus-glib )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook2X
+   app-text/gnome-doc-utils[${PYTHON_USEDEP}]
+   app-text/rarian
+   dev-libs/libxslt[${PYTHON_USEDEP}]
+   dev-util/intltool
+   >=net-libs/biblesync-1.1.2-r1[-static]
+   virtual/pkgconfig
+   sys-devel/gettext
+"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   sed -i \
+   -e '/FLAGS_DEBUG/s:-g:-Wall:' \
+   -e '/FLAGS_RELEASE/s:-O2:-Wall:' \
+   wscript || die
+   default
+}
+
+src_configure() {
+   append-cppflags -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1
+
+   tc-export AR CC CPP CXX RANLIB
+
+   CCFLAGS="${CFLAGS}" \
+   LINKFLAGS="${LDFLAGS}" \
+   SGML2MAN="$(type -P docbook2man.pl)" \
+   ./waf -v \
+   --prefix=/usr \
+   --gtk=3 \
+   --enable-webkit2 \
+   --debug-level=$(use debug && echo debug || echo 
release) \
+   $(use dbus || echo --disable-dbus) \
+   configure || die
+}
+
+src_compile() {
+   ./waf -v build || die
+}
+
+src_install() {
+   ./waf -v --destdir="${D}" install || die
+
+   doman ${PN}.1
+   dodoc AUTHORS ChangeLog RELEASE-NOTES TODO
+
+   dodoc Xiphos.ogg
+   docompress -x /usr/share/doc/${PF}/Xiphos.ogg
+
+   rm -rf "${ED}"/usr/share/doc/${PN}
+}
+
+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-db/mariadb/

2017-08-20 Thread Brian Evans
commit: 81292ba06c5f9b0f6ace14b43baa6a7c3b8e7df2
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Aug 20 22:53:24 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Aug 20 22:53:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81292ba0

dev-db/mariadb: Version bump to 10.2.8

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-db/mariadb/Manifest  |2 +
 dev-db/mariadb/mariadb-10.2.8.ebuild | 1030 ++
 2 files changed, 1032 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index ddd4aedcce1..e719bacd061 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -4,9 +4,11 @@ DIST mariadb-10.0.32.tar.gz 63567828 SHA256 
f7a8d9ba88b01d426f5d69e5044e505e444a
 DIST mariadb-10.1.24.tar.gz 61780687 SHA256 
b3df99ae5b1ec8cf6cede4cbc4ae3f54ce66464549cba6d56d9ff4d24e4d551e SHA512 
0b8d81b53f6866a81f33559ce57ebf956fec3ba25da0bd58c8bee3b2ecc00a6c37034209d18463f84501d3ba35994b51ef99224616c37cd38d2fc87b73e9
 WHIRLPOOL 
91261a05e3d8b0cad925c382e0cf9a40fcfd3d35ae320c4a9860db110cb5655d1e1f992f9dea8987e50a07dd4a66aa42c9a3470a7acb3d0d706bcef7bc890122
 DIST mariadb-10.1.26.tar.gz 61887132 SHA256 
ba88b1cb9967dea2909938a34ba89373b162b0d83e5c98a0f1c94540156bf73d SHA512 
a7505c579728b58eb6a92bdee1f5dfea5c10c8389cb7a31eb99fe2c6bc416593925cf9708d3dec91ede12eb4e232098a0833af2185bdd60bc593c89d255f3c0b
 WHIRLPOOL 
8fe0c23f70b441a1f8d32d1fedcd033443641288ef1a20c49fbedfe6f5da95cb82125faa68f676fd68c441d4bf096101f364e1b3976f54229f5d9d0d10edbe21
 DIST mariadb-10.2.7.tar.gz 67669554 SHA256 
225ba1bbc48325ad38a9f433ff99da4641028f42404a29591cc370e4a676c0bc SHA512 
fa595acc0f5c9c62077db000f1721af79628994c08e82b2eb95d265e3c556e80942c487fc1b91299c382becd71f21a0a117ca93d7428752f436ed83683a4f4cd
 WHIRLPOOL 
d76d584924dac41fd787c1a02f79de90ae5334b217b66deb59756490a8c42b801fddac425542e371d68b04fa462a3f438626896749a1c12be70e9d22d857771e
+DIST mariadb-10.2.8.tar.gz 73488662 SHA256 
8dd250fe79f085e26f52ac448fbdb7af2a161f735fae3aed210680b9f2492393 SHA512 
c0527481a99249caef829a3ad2f610f6ebb30ed9af49c56b783695ce4fe83db93021ef0f60efad92750038c8894b957cbb1f2c4ee56fe8d5c15c878c83ba46d1
 WHIRLPOOL 
6b3b2ffe69cffbe88ad41f133618e0277745e99b927deda2853dc031941353540486a49fcd1c01f5f75f2ab466c3cf5ec07c0a040af8cef3619813eed272b287
 DIST mariadb-5.5.57.tar.gz 45783940 SHA256 
5dbde98d7e4a5a1721b6cbed7898b2549a88866247951cf586057975c6cea641 SHA512 
5d6350abd6f0ba98326633a36bb7ec67525e34e08cbe43f79c9b30bf0b872b0a8f9f0bfd5f3a4c2800a52d25b9c6f3a3a4a62e0f41574153bbf4b881f5347c71
 WHIRLPOOL 
c2af12fb71b3fcc9989cd2208a44dc81401fe1387ae2d03981fd5d00277d480a35f23bdb8f1564f91b4c345bdb18a610b46ee91f47772ba5de1baf8f808eaec3
 DIST mysql-extras-20160629-1442Z.tar.bz2 299152 SHA256 
c90979db927772468f8b398c640469ff4740f950068e740c04ff60500e714766 SHA512 
1de46daf6b4534dadf9d3eff8d5d557778e63b5e04aedb57fe56d3016ba93a9d55d80faee38f77852d23da5169879e4f25b3386abe44ee8d961db7ffc4145715
 WHIRLPOOL 
d8c94e4e43e772307d8d137a28e18991fa24a27b1587ec19ae5bd12c733cc0931e459092de2c43216776e3284c7c416d52030fe20c98a6439388507c5fe5111f
 DIST mysql-extras-20160721-1526Z.tar.bz2 301788 SHA256 
45198f8adb4a61fdd89a5d3c7966ce2fe9241381510e1f7b93e793502a32dfcb SHA512 
c7450039780e4e2684c932ba7c291c1de25dd1a64e4c6e88aa13b790768b4100955f36ae4a3bf983569ea23b43be02da6dad3d5985c1163ec9e8aa91f0efd85d
 WHIRLPOOL 
becdf0d4d7b8b5a269246d2fcf1bc09c4313046468b264f07394ae9f1de2f736ad3fff8cad35e544df7a3623688050e6fb9635dfea3876ea082d19cf9fe88927
 DIST mysql-extras-20170310-1426Z.tar.bz2 307052 SHA256 
23f5becec389fc49e7cf0d52c6c914cbc8d7e3fc5851ee38881ee6884ffc5732 SHA512 
2dbb3e46f14fbd0be9ee0e3a8ff2e4d5325f9a9be332014ea556283c0bc5f53349952d267d6713fac5b54e3167a66ddd36f18b18b79ca6b68ede399399488157
 WHIRLPOOL 
9f459d9e58938597e7919b29fc819d87920a51461d274bf87520fe322a67ad8638ef19212855ba8e37507d3b160d29ecad0099f4632f078cc503e1be0f809fb4
 DIST mysql-extras-20170316-1355Z.tar.bz2 308933 SHA256 
ebcb4f03413ccf42877558ad365db01bbb5ef2e12620a9be479ffc2514d9830e SHA512 
5bf7938bfa5989da85216fbca4575397fc05c83e1afac76bd6c0b338a876caf37194f53a2a933d6f69eb31727ca005be617e53a8fdd0a95d8f1f68684c4ba68c
 WHIRLPOOL 
701871ff554970adef8e5eb1e2e966a09c4b59ac7931df125f78a4fcfa415e87767184a9d3418013d27410ad0482673942f1df48d5e5de68917f49e1efa96689
 DIST mysql-extras-20170803-1814Z.tar.bz2 311860 SHA256 
6d07ac00913e8a5911bc041b1da36b6792ab7ce24a8723acd37d145871ca6a82 SHA512 
1a96ad61ebdeacadbc43a26e0ffbac4968272e115c5ad0f618aa7404d9904ebff1497023898de4b6820705ec0c08490e6bece89bc9d8bed7e32b78e1acd2d4a8
 WHIRLPOOL 
d240ceba8d35af5ece80747ba6d3d32e12b982f75f0a5db17f0b4b93090fa38b944145f3d6c18e93e3d9eca222a75d164cb876b03f153016d754067fc7e3
+DIST mysql-extras-20170820-2245Z.tar.bz2 312101 SHA256 
619afb88752e461434709ed91e91c2104845a9a9ee67ac944212833f4a715ed8 

[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/

2017-08-20 Thread Gilles Dartiguelongue
commit: 85883c7b3b9caed8bddaf2ce767ee1e4b8966113
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 22:46:13 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 22:47:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85883c7b

net-voip/telepathy-haze: fix indentation inconsistency

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-voip/telepathy-haze/metadata.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-voip/telepathy-haze/metadata.xml 
b/net-voip/telepathy-haze/metadata.xml
index 25ebeafa862..ecb2f47e0c3 100644
--- a/net-voip/telepathy-haze/metadata.xml
+++ b/net-voip/telepathy-haze/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-gn...@gentoo.org
-Gentoo GNOME Desktop
-  
-  
-   Telepathy connection manager for protocols supported by
-   libpurple (pidgin's core library).
-
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+   
+   Telepathy connection manager for protocols supported by
+   libpurple (pidgin's core library).
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/

2017-08-20 Thread Gilles Dartiguelongue
commit: 7bed5b288edd71eb9a4b761d3d2539383e3d233d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 21:54:36 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 22:47:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bed5b28

net-voip/telepathy-salut: port to unsplit twisted dependencies, bug #605084

Bump to EAPI=6. Fix python-any-r1 usage for unittests. Update homepage.
Add missing sqlite:3 dependency.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../telepathy-salut-0.8.1-r1.ebuild| 77 ++
 1 file changed, 77 insertions(+)

diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild 
b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild
new file mode 100644
index 000..f5766fe7ad3
--- /dev/null
+++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-any-r1
+
+DESCRIPTION="A link-local XMPP connection manager for Telepathy"
+HOMEPAGE="https://telepathy.freedesktop.org/;
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+IUSE="gnutls test"
+
+RDEPEND="
+   >=dev-libs/dbus-glib-0.61
+   dev-libs/libxml2
+   >=dev-libs/glib-2.28:2
+   >=sys-apps/dbus-1.1.0
+   >=net-libs/telepathy-glib-0.17.1
+   >=net-dns/avahi-0.6.22[dbus]
+   net-libs/libsoup:2.4
+   sys-apps/util-linux
+   dev-db/sqlite:3
+   gnutls? ( >=net-libs/gnutls-2.10.2 )
+   !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-libs/libxslt
+   virtual/pkgconfig
+   test? (
+   >=dev-libs/check-0.9.4
+   net-libs/libgsasl
+   || (
+   $(python_gen_any_dep 
'dev-python/twisted[${PYTHON_USEDEP}]')
+   $(python_gen_any_dep 
'dev-python/twisted-words[${PYTHON_USEDEP}]')
+   )
+   )
+"
+# FIXME: needs xmppstream python module
+#   >=net-dns/avahi-0.6.22[python]
+
+PATCHES=(
+   # Fix uninitialized variable, upstream bug #37701
+   "${FILESDIR}"/${PN}-0.5.0-uninitialized.patch
+)
+
+python_check_deps() {
+   use test \
+   && { has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
+   || has_version 
"dev-python/twisted-words[${PYTHON_USEDEP}]"; }
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   econf \
+   --disable-coding-style-checks \
+   --disable-plugins \
+   --disable-Werror \
+   --disable-static \
+   --disable-avahi-tests \
+   --docdir=/usr/share/doc/${PF} \
+   --with-tls=$(usex gnutls gnutls openssl)
+   #$(use_enable test avahi-tests)
+}
+
+src_install() {
+   MAKEOPTS+=" -j1" default # bug 413581
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/files/, dev-cpp/gstreamermm/

2017-08-20 Thread Gilles Dartiguelongue
commit: 82fa509911cfa0c71ffc5954ad2942f1d783dcc5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 21:30:02 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 22:47:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fa5099

dev-cpp/gstreamermm: version bump 1.4.3 → 1.8.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-cpp/gstreamermm/Manifest   |  1 +
 .../files/1.8.0-add-missing-header.patch   | 42 +
 dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch | 23 +++
 .../files/1.8.0-gst-bad-pkgconfig-cflags.patch | 42 +
 dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild   | 72 ++
 5 files changed, 180 insertions(+)

diff --git a/dev-cpp/gstreamermm/Manifest b/dev-cpp/gstreamermm/Manifest
index a31a9ce3839..cb59f55d544 100644
--- a/dev-cpp/gstreamermm/Manifest
+++ b/dev-cpp/gstreamermm/Manifest
@@ -1,2 +1,3 @@
 DIST gstreamermm-0.10.11.tar.xz 5840552 SHA256 
12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6 SHA512 
2ad370f6902dcb4663ea801bdbbf744a98de9e24fc04f27b5044a4a95337168e2bb195761a07ac9c1011f9ed4936287fcc5f4c2b984f0a362b429d05be7d3909
 WHIRLPOOL 
d9be72d4691b9b0769b75819ca9403a2df7f1dbdad4974e4b26e4fd87d4b7ea0503fb2ba6a500a008ec9d1c29f6677e61649798801e6babf7e4d7b8562cc72f2
 DIST gstreamermm-1.4.3.tar.xz 5886048 SHA256 
f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e SHA512 
ea4d281a4f3b79113fc3a0474e23d82442facac6eaf66215de412310b9c306aa5d586ee5570087d94d90acbfc09c5766edba1414b50f0fd9a3111cda610f5671
 WHIRLPOOL 
b8bee1e9672c5ca527718e1826a4b486ea47fd772b079dddb532716c2082bb4cca55823a8b3dcd5eabe8819ee944b0cb68740c6b986ff329b71dad47240fe904
+DIST gstreamermm-1.8.0.tar.xz 3848488 SHA256 
3ee3c1457ea2c32c1e17b784faa828f414ba27a9731532bf26d137a2ad999a44 SHA512 
4d458c8a2efde683dabd00308ddde6fbf732788fb9282cb2eeab9f3a01dc9b4a03bfbbe9991cd50ef3092cec861034b3a34a6c5e364582dbfc6b1a0d5bb935fe
 WHIRLPOOL 
77b7bf6c3f6d96e26e41a80116b417e6012cacaaf884e7705218c694bc55aceeb7d065996ec02c2c3744975f146cced365974d853ef98195b069b9d6982b71ae

diff --git a/dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch 
b/dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch
new file mode 100644
index 000..1e8e5d43dde
--- /dev/null
+++ b/dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch
@@ -0,0 +1,42 @@
+From 73b25333ca3778ccf4322f47abbcbc507c31890d Mon Sep 17 00:00:00 2001
+From: Marcin Kolny 
+Date: Wed, 12 Oct 2016 19:37:45 +0200
+Subject: [PATCH] Gst::Caps: include missing header
+
+---
+ gstreamer/src/caps.ccg | 1 -
+ gstreamer/src/caps.hg  | 2 +-
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/gstreamer/src/caps.ccg b/gstreamer/src/caps.ccg
+index 93acf7e..782f8e2 100644
+--- a/gstreamer/src/caps.ccg
 b/gstreamer/src/caps.ccg
+@@ -17,7 +17,6 @@
+  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  */
+ 
+-#include 
+ #include 
+ 
+ namespace Gst
+diff --git a/gstreamer/src/caps.hg b/gstreamer/src/caps.hg
+index 7969cdc..bf0b950 100644
+--- a/gstreamer/src/caps.hg
 b/gstreamer/src/caps.hg
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include 
++#include 
+ 
+ _DEFS(gstreamermm,gst)
+ 
+@@ -28,7 +29,6 @@ _WRAP_ENUM(CapsIntersectMode, GstCapsIntersectMode, NO_GTYPE)
+ 
+ _WRAP_ENUM(CapsFlags, GstCapsFlags)
+ 
+-class Structure;
+ class CapsFeatures;
+ 
+ /** Structure describing sets of media formats.

diff --git a/dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch 
b/dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch
new file mode 100644
index 000..9cb6bcaa87c
--- /dev/null
+++ b/dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch
@@ -0,0 +1,23 @@
+From 3440f119a7d03d50688f303b3456695c4d8e5187 Mon Sep 17 00:00:00 2001
+From: Marcin Kolny 
+Date: Sun, 16 Oct 2016 22:20:42 +0200
+Subject: [PATCH] Gst::Pad: fix method wrapper
+
+* gstreamer/src/pad.hg: fix method proxy_query_accept_caps()
+---
+ gstreamer/src/pad.hg | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gstreamer/src/pad.hg b/gstreamer/src/pad.hg
+index cf0d78e..f2ff258 100644
+--- a/gstreamer/src/pad.hg
 b/gstreamer/src/pad.hg
+@@ -236,7 +236,7 @@ public:
+ 
+   _WRAP_METHOD(bool query_accept_caps(const Glib::RefPtr& 
caps) const, gst_pad_query_accept_caps)
+   _WRAP_METHOD(bool proxy_query_caps(const Glib::RefPtr& query) 
const, gst_pad_proxy_query_caps)
+-  _WRAP_METHOD(bool proxy_query_accept_caps(const Glib::RefPtr& 
query) const, gst_pad_proxy_accept_caps)
++  _WRAP_METHOD(bool proxy_query_accept_caps(const Glib::RefPtr& 
query) const, gst_pad_proxy_query_accept_caps)
+   _WRAP_METHOD(bool peer_query_accept_caps(const Glib::RefPtr& caps) const, gst_pad_peer_query_accept_caps)
+   _WRAP_METHOD(bool peer_query_position(Gst::Format format, gint64& cur) 
const, gst_pad_peer_query_position)
+   _WRAP_METHOD(bool 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/

2017-08-20 Thread Gilles Dartiguelongue
commit: 8f9e43cdb351ba5ca8672bcade38060f45fefc69
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 21:35:05 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 22:47:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9e43cd

dev-cpp/gstreamermm: disable gst-bad wrapping as it is experimental

http://gstreamer-devel.966125.n4.nabble.com/Gstreamermm-and-abilities-to-use-different-plugins-td4680615.html
Also upstream default changed in its repository.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild 
b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
index b5e27e10b28..489ace0faa6 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
@@ -12,12 +12,13 @@ 
HOMEPAGE="https://gstreamer.freedesktop.org/bindings/cplusplus.html;
 LICENSE="LGPL-2.1"
 SLOT="1.0/1"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc examples opengl test"
+IUSE="doc examples test"
 
+# module is experimental:
+# >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
 RDEPEND="
>=media-libs/gstreamer-${PV}:1.0
>=media-libs/gst-plugins-base-${PV}:1.0
-   >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
>=dev-cpp/glibmm-2.47.6:2
>=dev-cpp/libxmlpp-2.14:2.6
>=dev-libs/libsigc++-2:2
@@ -61,8 +62,8 @@ src_prepare() {
 
 src_configure() {
gnome2_src_configure \
+--disable-plugins-bad \
$(use_enable doc documentation) \
-   $(use_enable opengl gl) \
$(use_enable test unittests)
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/

2017-08-20 Thread Gilles Dartiguelongue
commit: 0b6c17dbf8ae8687d75da5c4db9e910bbeb67eb5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 22:43:28 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 22:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6c17db

net-voip/telepathy-haze: port to unsplit twisted dependencies, bug #605112

Bump to EAPI=6. Fix python-*-r1 usage for unittests. Update homepage.
Re-enable unittests. Add missing dependency on pidgin with dbus
support enabled.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../telepathy-haze/telepathy-haze-0.8.0-r2.ebuild  | 56 ++
 1 file changed, 56 insertions(+)

diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild 
b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
new file mode 100644
index 000..838d5918129
--- /dev/null
+++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-any-r1
+
+DESCRIPTION="Telepathy connection manager providing libpurple supported 
protocols"
+HOMEPAGE="https://telepathy.freedesktop.org/;
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=net-im/pidgin-2.7[dbus]
+   >=net-libs/telepathy-glib-0.15.1
+   >=dev-libs/glib-2.30:2
+   >=dev-libs/dbus-glib-0.73
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-libs/libxslt
+   virtual/pkgconfig
+   test? (
+   || (
+   $(python_gen_any_dep 
'dev-python/twisted[${PYTHON_USEDEP}]')
+   $(python_gen_any_dep 
'dev-python/twisted-words[${PYTHON_USEDEP}]')
+   )
+   )
+"
+
+PATCHES=(
+   # contact-list: Don't crash if a contact is already in the roster
+   # (fixed in next version)
+   "${FILESDIR}"/${P}-crash.patch
+
+   # Fix compat with newer pidgin versions, bug #572296
+   "${FILESDIR}"/${P}-pidgin-2.10.12-compat.patch
+)
+
+python_check_deps() {
+   use test \
+   && { has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
+   || has_version 
"dev-python/twisted-words[${PYTHON_USEDEP}]"; }
+}
+
+src_prepare() {
+   default
+   # Disable failing test
+   sed -i 's|simple-caps.py||' -i tests/twisted/Makefile.{am,in} || die
+}



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20170820-2245Z

2017-08-20 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Aug 20 22:46:04 2017 +

New tag: mysql-extras-20170820-2245Z




[gentoo-commits] proj/mysql-extras:master commit in: /

2017-08-20 Thread Brian Evans
commit: 2c3b90e4ca44236232045fcd5ac65926606c17fd
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Aug 20 22:29:23 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Aug 20 22:29:23 2017 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=2c3b90e4

Respin clientlibs patch for MariaDB 10.2.8

 ...l_mariadb-10.2.8-without-clientlibs-tools.patch | 161 +
 1 file changed, 161 insertions(+)

diff --git a/20018_all_mariadb-10.2.8-without-clientlibs-tools.patch 
b/20018_all_mariadb-10.2.8-without-clientlibs-tools.patch
new file mode 100644
index 000..79dc7a4
--- /dev/null
+++ b/20018_all_mariadb-10.2.8-without-clientlibs-tools.patch
@@ -0,0 +1,161 @@
+diff -aurN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2017-05-14 19:13:15.0 -0400
 b/CMakeLists.txt   2017-06-28 13:14:25.686006673 -0400
+@@ -325,8 +325,6 @@
+ MYSQL_CHECK_ZLIB_WITH_COMPRESS()
+ # Add bundled yassl/taocrypt or system openssl.
+ MYSQL_CHECK_SSL()
+-# Add readline or libedit.
+-MYSQL_CHECK_READLINE()
+ 
+ SET(MALLOC_LIBRARY "system")
+ 
+@@ -363,28 +361,40 @@
+ 
+ SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "")
+ 
++IF(NOT WITHOUT_CLIENTLIBS)
+-INCLUDE(submodules)
+ INCLUDE(mariadb_connector_c) # this does ADD_SUBDIRECTORY(libmariadb)
++ENDIF()
+ 
+ # Add storage engines and plugins.
+ CONFIGURE_PLUGINS()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+ ADD_SUBDIRECTORY(dbug)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+ ADD_SUBDIRECTORY(mysys)
+ ADD_SUBDIRECTORY(mysys_ssl)
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(extra)
+ ADD_SUBDIRECTORY(libservices)
+ ADD_SUBDIRECTORY(sql/share)
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add readline or libedit
++  MYSQL_CHECK_READLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(tests)
+   ADD_SUBDIRECTORY(sql)
+   OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
+   IF(WITH_EMBEDDED_SERVER) 
++   IF(WITHOUT_TOOLS)
++  MYSQL_CHECK_READLINE()
++   ENDIF(WITHOUT_TOOLS)
+ADD_SUBDIRECTORY(libmysqld)
+ADD_SUBDIRECTORY(libmysqld/examples)
+   ENDIF(WITH_EMBEDDED_SERVER)
+diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt
+--- a/extra/CMakeLists.txt 2017-05-14 19:13:15.0 -0400
 b/extra/CMakeLists.txt 2017-06-28 12:54:14.972089739 -0400
+@@ -46,12 +46,14 @@
+   DEPENDS 
+   ${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp)
+ 
+-MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
+-TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
+ 
+-MYSQL_ADD_EXECUTABLE(perror perror.c)
+-ADD_DEPENDENCIES(perror GenError)
+-TARGET_LINK_LIBRARIES(perror mysys)
++  MYSQL_ADD_EXECUTABLE(perror perror.c)
++  ADD_DEPENDENCIES(perror GenError)
++  TARGET_LINK_LIBRARIES(perror mysys)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ 
+ IF(UNIX)
+ MYSQL_ADD_EXECUTABLE(resolveip resolveip.c)
+diff -aurN a/libmariadb/libmariadb/CMakeLists.txt 
b/libmariadb/libmariadb/CMakeLists.txt
+--- a/libmariadb/libmariadb/CMakeLists.txt 2017-05-14 19:13:15.0 
-0400
 b/libmariadb/libmariadb/CMakeLists.txt 2017-06-28 13:08:17.185731795 
-0400
+@@ -380,8 +380,10 @@
+"FILE_DESCRIPTION:Dynamic lib for client/server 
communication")
+ ENDIF()
+ 
+-ADD_LIBRARY(mariadbclient STATIC  ${MARIADB_OBJECTS} ${EMPTY_FILE})
+-TARGET_LINK_LIBRARIES(mariadbclient ${SYSTEM_LIBS})
++IF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
++  ADD_LIBRARY(mariadbclient STATIC  ${MARIADB_OBJECTS} ${EMPTY_FILE})
++  TARGET_LINK_LIBRARIES(mariadbclient ${SYSTEM_LIBS})
++ENDIF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
+ 
+ IF(UNIX)
+   ADD_LIBRARY(libmariadb SHARED ${libmariadb_RC} ${MARIADB_OBJECTS} 
${EMPTY_FILE} mariadbclient.def)
+@@ -379,7 +381,9 @@
+   TARGET_LINK_LIBRARIES (libmariadb 
"-Wl,--version-script=${CC_BINARY_DIR}/libmariadb/mariadbclient.def")
+ ENDIF()
+ 
++IF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
+ SET_TARGET_PROPERTIES(mariadbclient PROPERTIES 
IMPORTED_INTERFACE_LINK_LIBRARIES "${SYSTEM_LIBS}")
++ENDIF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
+ SET_TARGET_PROPERTIES(libmariadb PROPERTIES IMPORTED_INTERFACE_LINK_LIBRARIES 
"${SYSTEM_LIBS}")
+ 
+ SET_TARGET_PROPERTIES(libmariadb PROPERTIES PREFIX "")
+@@ -398,9 +402,11 @@
+  ${CPACK_PACKAGE_VERSION_MAJOR}
+  SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR})
+ 
++IF(ENABLE_STATIC_LIBS)
+ INSTALL(TARGETS mariadbclient
+   COMPONENT Development
+   DESTINATION ${INSTALL_LIBDIR})
++ENDIF(ENABLE_STATIC_LIBS)
+ INSTALL(TARGETS libmariadb
+   COMPONENT SharedLibraries
+ DESTINATION ${INSTALL_LIBDIR})
+diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+--- a/scripts/CMakeLists.txt   2017-05-14 

[gentoo-commits] repo/gentoo:master commit in: www-client/httrack/

2017-08-20 Thread Sebastian Pipping
commit: 60170306efcc9b75888fa02a91c2591f6960799e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 21:38:01 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 21:38:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60170306

www-client/httrack: Prune all .la files

Forgot to pass --all to prune_libtool_files...

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/httrack/{httrack-3.49.2.ebuild => httrack-3.49.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/httrack/httrack-3.49.2.ebuild 
b/www-client/httrack/httrack-3.49.2-r1.ebuild
similarity index 97%
rename from www-client/httrack/httrack-3.49.2.ebuild
rename to www-client/httrack/httrack-3.49.2-r1.ebuild
index a94e31511ba..c3d92855583 100644
--- a/www-client/httrack/httrack-3.49.2.ebuild
+++ b/www-client/httrack/httrack-3.49.2-r1.ebuild
@@ -46,5 +46,5 @@ src_install() {
dosym ../../${PF}/html /usr/share/${PN}/html
fi
 
-   prune_libtool_files
+   prune_libtool_files --all
 }



[gentoo-commits] repo/gentoo:master commit in: www-client/httrack/

2017-08-20 Thread Sebastian Pipping
commit: 42a20c10a429f9c401811cf4cfbaa20c5c67bfd3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 21:23:33 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 21:30:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a20c10

www-client/httrack: 3.49.2

Also:
* Remove old ebuild 3.48.22
* Address dosym warning "could use relative path"
* Use prune_libtool_files of ltprune eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/httrack/Manifest   |  2 +-
 .../httrack/{httrack-3.48.22.ebuild => httrack-3.49.2.ebuild} | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/www-client/httrack/Manifest b/www-client/httrack/Manifest
index 6676d70e0ea..6048e54d400 100644
--- a/www-client/httrack/Manifest
+++ b/www-client/httrack/Manifest
@@ -1,3 +1,3 @@
 DIST httrack-3.48.21.tar.gz 1805754 SHA256 
871b60a1e22d7ac217e4e14ad4d562fbad5df7c370e845f1ecf5c0e4917be482 SHA512 
1cf98225488e8d9570bb55c48ef1a04dcd48184f2285497c6fb4beaeb28d3ce4751c85783253baa73de1bd21c4bf01b0acd6beede77373c2f622a4124dc19246
 WHIRLPOOL 
3bc85e0e094dfd5eef20658af0a0681e78105b6f4fcd8a4235b2bc0bf0381d5ab2b2ed206a06acb9ab34c3cf0ffe0664f73ee04f018fdd61476a8e645006a252
-DIST httrack-3.48.22.tar.gz 1834758 SHA256 
b2831ad7b48e933959f83a9de8a72bcaa0f8eb87e9453ad85debd50d33a9c48f SHA512 
9252aec5fce454b6e95b4bdb89dd60e86eb3f01c4cebffe14e3f9288bec8e295c03f6543f5458293f78be7b9001520100aacb0fe79bb78322e1085b1a7232684
 WHIRLPOOL 
0e881d7c4050bed3ee7df6ca07a092e45a53ec0671c427bf891d34c798e857f130c37753d00bf6b3ac1882d58b73d3e323ad99bc005a5eff813de5009abefdf1
 DIST httrack-3.49.1.tar.gz 1835077 SHA256 
8640ab00cabc9189667cc88829620ce08ac796688f0ef94876350d14fbe7a842 SHA512 
b9ad8b50de30389fe0c2b5b52aaf137cedd20ebe1fcc165db2f34aec95f795a420219eac7c9aae2f9c1ba053d646717428bc4d23c84c63a6e2ddd5ea76b02593
 WHIRLPOOL 
a2d2e221e76cb3a6faee2ca93278c09d91ae4da2dac3af93867e7f8599bcd61a3236f2c171f1ec315c93b529efb9d57c2e4e0efe0dbf16d7b4c5ab03925c6f76
+DIST httrack-3.49.2.tar.gz 1835116 SHA256 
3477a0e5568e241c63c9899accbfcdb6aadef2812fcce0173688567b4c7d4025 SHA512 
84a13a776b278533f7f0635ebd764387c3399b01c0644d8af9b46fc8112dc3c6e568c17969d4f6c2db32b5474344c39f86cf51957c09eb807ebe305a554ba5c8
 WHIRLPOOL 
80a82e2eb541e19241004e068ba3125f9ceace8f655edeb96be04ea3084d92cdd975b94b2357229e764da6e3c731d102cc1c7cb093a558d6f4aaac7f3e95bdda

diff --git a/www-client/httrack/httrack-3.48.22.ebuild 
b/www-client/httrack/httrack-3.49.2.ebuild
similarity index 86%
rename from www-client/httrack/httrack-3.48.22.ebuild
rename to www-client/httrack/httrack-3.49.2.ebuild
index b2eff62cf33..a94e31511ba 100644
--- a/www-client/httrack/httrack-3.48.22.ebuild
+++ b/www-client/httrack/httrack-3.49.2.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"
 
-inherit eutils
+inherit eutils ltprune
 
 DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
 HOMEPAGE="http://www.httrack.com/;
@@ -24,6 +24,7 @@ DOCS=( AUTHORS README greetings.txt history.txt )
 
 src_prepare() {
epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch
+   eapply_user
 }
 
 src_configure() {
@@ -42,8 +43,8 @@ src_install() {
mv "${D}"/usr/share/{doc/,}${PF}/html || die
 
rm "${D}"/usr/share/${PN}/html || die
-   dosym /usr/share/${PF}/html /usr/share/${PN}/html
+   dosym ../../${PF}/html /usr/share/${PN}/html
fi
 
-   find "${ED}" -type f -name '*.la' -delete || die
+   prune_libtool_files
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/

2017-08-20 Thread Sebastian Pipping
commit: 02d7d0b302378a92d18840234c67b98a5844cd4e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 21:14:36 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 21:15:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d7d0b3

app-crypt/debian-archive-keyring: 2017.5

Also move HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-crypt/debian-archive-keyring/Manifest   | 1 +
 app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild   | 2 +-
 ...chive-keyring-2014.3.ebuild => debian-archive-keyring-2017.5.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/debian-archive-keyring/Manifest 
b/app-crypt/debian-archive-keyring/Manifest
index 405e61b414c..0ff1eb639f3 100644
--- a/app-crypt/debian-archive-keyring/Manifest
+++ b/app-crypt/debian-archive-keyring/Manifest
@@ -1 +1,2 @@
 DIST debian-archive-keyring_2014.3_all.deb 40060 SHA256 
017a2fba215cd64612891f5aa02546be5c0e30923a66672f889867cc6dd8d3a0 SHA512 
7a24596f250eafb6e62d19523cd13c3b1809bea3f694bd92f3d427f67cd840e0292200e6b033b5c5c5cf41ab40233ae17d133a846be483afa1da3b67cac72931
 WHIRLPOOL 
a533e18402fd85e08f4ce1e96b6c9c79e8ec844afdc588557cfd730cd5cc8b36e711e4629e9d74c7f36b129d02c711b24f8626a00489775c8ef7bd29c567ce0e
+DIST debian-archive-keyring_2017.5_all.deb 56438 SHA256 
6a38407c47fefad2d8459dc271d109f1841ee857f993ed3ce2884e33f7f0f734 SHA512 
8e7dafd850a7ad0a322790e41ace819ad51c1a17be4bd506c5790ccef97f1a0dc0cb78841225b4c6a85c20d502800fbfe991ea9c8c48a5bb58598754dcbd6173
 WHIRLPOOL 
aa2dfc6d859e92175130efe5214f5bbf539652f4612a1f1bb69ab32ba320470fe0793a313fdcea49257172311849b47cd55d1c82be40bf20aa8fe7ab86124564

diff --git 
a/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild 
b/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
index 7f78c2c6b24..bdd070ab72d 100644
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
+++ b/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit unpacker
 
 DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="http://packages.debian.org/sid/debian-archive-keyring;
+HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring;
 SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
 
 LICENSE="GPL-2+"

diff --git 
a/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild 
b/app-crypt/debian-archive-keyring/debian-archive-keyring-2017.5.ebuild
similarity index 84%
copy from app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
copy to app-crypt/debian-archive-keyring/debian-archive-keyring-2017.5.ebuild
index 7f78c2c6b24..bdd070ab72d 100644
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
+++ b/app-crypt/debian-archive-keyring/debian-archive-keyring-2017.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit unpacker
 
 DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="http://packages.debian.org/sid/debian-archive-keyring;
+HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring;
 SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
 
 LICENSE="GPL-2+"



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

2017-08-20 Thread Sebastian Pipping
commit: 24a26007d019d296ebb2bb071c7e36ec2d21ac4a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 21:07:33 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 21:07:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a26007

media-gfx/imageworsener: 1.3.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-gfx/imageworsener/Manifest   |  1 +
 media-gfx/imageworsener/imageworsener-1.3.2.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/media-gfx/imageworsener/Manifest b/media-gfx/imageworsener/Manifest
index d0d292c1575..c3b60f5cabd 100644
--- a/media-gfx/imageworsener/Manifest
+++ b/media-gfx/imageworsener/Manifest
@@ -1 +1,2 @@
 DIST imageworsener-1.3.1.tar.gz 661055 SHA256 
beb0c988c02b1d461dccdb3d6c4fc229316a692ea38689874013ba349dff66d1 SHA512 
a44589e720bc91662e286096f744347e3ec3669c33791f81c3f2aeb9d0514ed909dc73615db1d7631139df72aba9ccfbada61b7dcf82f6ffac622ab64a186b49
 WHIRLPOOL 
a7d995a63f9e637ce4ab5da4967ef8e1b8a9108b4ace256e6ddf2b33c9a5445cd85caf74f83f51635789971676124c5b175c16df2cccf85f93e6544cd59ba096
+DIST imageworsener-1.3.2.tar.gz 661710 SHA256 
0946f8e82eaf4c51b7f3f2624eef89bfdf73b7c5b04d23aae8d3fbe01cca3ea2 SHA512 
99b30ac838f437a85985eb830d0557f22c69bc40ef2dafe3493f145b70a89b72699e134f061719fa0dcc8b585ed2b418a6afc0c2f7ce67e2e9383d48a7b7b668
 WHIRLPOOL 
439e38478334fb66455a77fe674a58c9392f009420f9465e533f0101824e18d9c537910af6d5eaa1f0f32f8ee22b710ec2963f9003e6e39bc92e44115f6b7abe

diff --git a/media-gfx/imageworsener/imageworsener-1.3.2.ebuild 
b/media-gfx/imageworsener/imageworsener-1.3.2.ebuild
new file mode 100644
index 000..c03573408ae
--- /dev/null
+++ b/media-gfx/imageworsener/imageworsener-1.3.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+MY_P=${PN}-src-${PV}
+MY_PN=imagew
+
+DESCRIPTION="Utility for image scaling and processing"
+HOMEPAGE="http://entropymine.com/imageworsener/;
+SRC_URI="http://entropymine.com/${PN}/${P}.tar.gz;
+
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="jpeg png static-libs test webp zlib"
+
+DEPEND="png? ( media-libs/libpng:0 )
+   jpeg? ( virtual/jpeg:0 )
+   webp? ( >=media-libs/libwebp-0.1.3 )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="test? ( jpeg png webp zlib )"
+
+src_configure() {
+   local switch=''
+   use test && switch=test
+
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with ${switch} jpeg) \
+   $(use_with ${switch} png) \
+   $(use_with ${switch} webp) \
+   $(use_with ${switch} zlib)
+}
+
+src_install() {
+   default
+   dodoc {changelog,readme,technical}.txt
+   prune_libtool_files
+}
+
+src_test() {
+   cd "${S}"/tests || die
+   ./runtest "${S}"/${MY_PN}
+}



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-20 Thread Philip Miess
commit: 75cac32edb58b5ee7bca3c4de5fec72729c6c8d9
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 20 20:42:37 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 20 20:42:37 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=75cac32e

nothing to compile

 dev-python/freecode-submit/Manifest   | 2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index ade038c..f91f45c 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 688 SHA256 
45ffd41d5df2ed977616eaf873384d3e020e7697fe2282eb35cbae0b2f78eb9c SHA512 
362662cfcd2362ea49e9a2a5965d6c752cdbae56f492ad8682784b569e2d795be57faac1103ccde5ffdea51a6210140bc2028d11ce369185a06ffdeb7591eda2
 WHIRLPOOL 
d99bbf91294881a06eb16f0b184204566366e26b0d294c6b18305ae0d1036423faee48f3d8d2b4812701767103ee98ed9561005f2d9bf95fbccc02ac986fdecf
+EBUILD freecode-submit-2.9.ebuild 741 SHA256 
696ee41081a5d2da7f6200834737d1a6add7426288f39b492597c3016fbabcdb SHA512 
12e7998d458d43fab1522af2f54427e2c76ac0e5e69be64460727745dc526a5929f7f17204b9da10cd0458f9ecbd24ee74bc1be549449121aaa9cb0e25d3a625
 WHIRLPOOL 
86becb23c524cec4d02c6613a5bb0a3cba489a768400ac8290ef1b882e2539802715cda3fb4e4a510326e1255c5a885ecafa6f035be9fd021b920b82281c2a0b
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 68c0abd..7b34e75 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -5,6 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ssl(+)"
+DISTUTILS_SINGLE_IMPL=1
 
 inherit distutils-r1
 
@@ -30,3 +31,7 @@ python_install() {
 
distutils-r1_python_install
 }
+
+python_compile() {
+   true;
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/openjpeg/

2017-08-20 Thread Sergei Trofimovich
commit: 3e819ed01bd9f482be1aa0320700b42013ffd383
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 20 20:20:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 20 20:20:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e819ed0

media-libs/openjpeg: stable 2.2.0 for ia64, bug #602180

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 media-libs/openjpeg/openjpeg-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.2.0.ebuild 
b/media-libs/openjpeg/openjpeg-2.2.0.ebuild
index 8de68493879..923ea12bd6d 100644
--- a/media-libs/openjpeg/openjpeg-2.2.0.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.2.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="media-libs/lcms:2=



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

2017-08-20 Thread Patrice Clement
commit: 95d245ea21f53ec72207a5e73f307c1460f0cea0
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 20 20:13:50 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 20 20:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d245ea

app-vim/vimpython: port to python-single-r1.

Gentoo-Bug: https://bugs.gentoo.org/615910

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
new file mode 100644
index 000..3f5071ff2c8
--- /dev/null
+++ b/app-vim/vimpython/vimpython-1.13-r2.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} )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/

2017-08-20 Thread Thomas Deutschmann
commit: 353e9b5dfc86a52b605acbc6387889dc969134d6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 20:07:29 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 20:07:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353e9b5d

net-firewall/shorewall: Maintainer stabilization under ALLARCHES policy

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-firewall/shorewall/shorewall-5.1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/shorewall/shorewall-5.1.5.2.ebuild 
b/net-firewall/shorewall/shorewall-5.1.5.2.ebuild
index ea2ef11ce09..20be5c54927 100644
--- a/net-firewall/shorewall/shorewall-5.1.5.2.ebuild
+++ b/net-firewall/shorewall/shorewall-5.1.5.2.ebuild
@@ -66,7 +66,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 fi
 
 SRC_URI="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/

2017-08-20 Thread Hans de Graaff
commit: 080ee7087ff8e8ce4b53d36294b5f657381c9e59
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 19:47:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 19:48:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080ee708

net-wireless/lorcon: drop ruby USE flag, bug 620400

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-wireless/lorcon/lorcon-0.0_p20150109.ebuild | 35 +++--
 net-wireless/lorcon/lorcon-.ebuild  | 35 +++--
 2 files changed, 8 insertions(+), 62 deletions(-)

diff --git a/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild 
b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild
index a77f0e64a77..c10482d2cdf 100644
--- a/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild
+++ b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,10 +6,7 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_OPTIONAL=1
 
-USE_RUBY="ruby20 ruby21"
-RUBY_OPTIONAL=yes
-
-inherit distutils-r1 ruby-ng
+inherit distutils-r1
 
 DESCRIPTION="A generic library for injecting 802.11 frames"
 HOMEPAGE="http://802.11ninja.net/lorcon;
@@ -25,9 +22,9 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="python ruby"
+IUSE="python"
 
-DEPEND="ruby? ( $(ruby_implementations_depend) )
+DEPEND="
python? ( ${PYTHON_DEPS} )
dev-libs/libnl:3=
net-libs/libpcap"
@@ -37,26 +34,17 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 S="${WORKDIR}"/${P}
 
-pkg_setup() {
-   use ruby && ruby-ng_pkg_setup
-}
-
 src_unpack() {
if [[ ${PV} == "" ]] ; then
git-r3_src_unpack
cp -R "${S}/" "${WORKDIR}/all"
fi
default_src_unpack
-   #ruby-ng_src_unpack doesn't seem to like mixing with git so we just 
copy things above
-   use ruby && ruby-ng_src_unpack
 }
 
 src_prepare() {
sed -i 's##"../lorcon.h"#' pylorcon2/PyLorcon2.c
-   sed -i 's#find_library("orcon2", "lorcon_list_drivers", 
"lorcon2/lorcon.h") and ##' ruby-lorcon/extconf.rb
-   sed -i 's##"../lorcon.h"#' ruby-lorcon/Lorcon2.h
use python && distutils-r1_src_prepare
-   use ruby && ruby-ng_src_prepare
 }
 
 src_configure() {
@@ -65,7 +53,6 @@ src_configure() {
 
 src_compile() {
default_src_compile
-   use ruby && ruby-ng_src_compile
if use python; then
LDFLAGS+=" -L${S}/.libs/"
cd pylorcon2 || die
@@ -75,7 +62,6 @@ src_compile() {
 
 src_install() {
emake DESTDIR="${ED}" install
-   use ruby && ruby-ng_src_install
if use python; then
cd pylorcon2 || die
distutils-r1_src_install
@@ -85,16 +71,3 @@ src_install() {
 src_test() {
:
 }
-
-each_ruby_compile() {
-   sed -i "s#-I/usr/include/lorcon2#-I${WORKDIR}/${P}/ruby-lorcon 
-L${WORKDIR}/${P}/.libs#" ruby-lorcon/extconf.rb
-   "${RUBY}" -C ruby-lorcon extconf.rb || die
-   sed -i 's##"../lorcon.h"#' ruby-lorcon/Lorcon2.h
-   sed -i -e "s#-L\.#-L. -L${WORKDIR}/${P}/.libs -lorcon2 #g" \
-   -e "s#-Wl,--no-undefined##" ruby-lorcon/Makefile || die
-   emake V=1 -C ruby-lorcon
-}
-
-each_ruby_install() {
-   DESTDIR="${ED}" emake -C ruby-lorcon install
-}

diff --git a/net-wireless/lorcon/lorcon-.ebuild 
b/net-wireless/lorcon/lorcon-.ebuild
index c25009b8693..f0502097ecd 100644
--- a/net-wireless/lorcon/lorcon-.ebuild
+++ b/net-wireless/lorcon/lorcon-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,10 +6,7 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_OPTIONAL=1
 
-USE_RUBY="ruby20 ruby21"
-RUBY_OPTIONAL=yes
-
-inherit distutils-r1 ruby-ng
+inherit distutils-r1
 
 DESCRIPTION="A generic library for injecting 802.11 frames"
 HOMEPAGE="http://802.11ninja.net/lorcon;
@@ -25,9 +22,9 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="python ruby"
+IUSE="python"
 
-DEPEND="ruby? ( $(ruby_implementations_depend) )
+DEPEND="
python? ( ${PYTHON_DEPS} )
dev-libs/libnl:3=
net-libs/libpcap"
@@ -37,26 +34,17 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 S="${WORKDIR}"/${P}
 
-pkg_setup() {
-   use ruby && ruby-ng_pkg_setup
-}
-
 src_unpack() {
if [[ ${PV} == "" ]] ; then
git-r3_src_unpack
cp -R "${S}/" "${WORKDIR}/all"
fi
default_src_unpack
-   #ruby-ng_src_unpack doesn't seem to like mixing with git so we just 
copy things above
-   use ruby && ruby-ng_src_unpack
 }
 
 src_prepare() {
sed -i 's##"../lorcon.h"#' pylorcon2/PyLorcon2.c
-   sed -i 's#find_library("orcon2", "lorcon_list_drivers", 
"lorcon2/lorcon.h") and ##' ruby-lorcon/extconf.rb
-  

[gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/

2017-08-20 Thread Amy Liffey
commit: 1bc3b5373f1c5158f5479632d638069858e9993e
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Aug 20 19:45:57 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug 20 19:47:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc3b537

app-misc/linuxspa: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/linuxspa/linuxspa-0.7.1.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/app-misc/linuxspa/linuxspa-0.7.1.ebuild 
b/app-misc/linuxspa/linuxspa-0.7.1.ebuild
deleted file mode 100644
index 46dcb882357..000
--- a/app-misc/linuxspa/linuxspa-0.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Linux Serial Protocol Analyser"
-HOMEPAGE="https://sourceforge.net/projects/serialsniffer/;
-SRC_URI="mirror://sourceforge/serialsniffer/LinuxSPA-0.7.1.tgz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-MY_PN="LinuxSPA"
-S="${WORKDIR}/${MY_PN}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-compile-fix.patch
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-   dobin LinuxSPA std232
-   insinto /usr/share/doc/${P}
-   doins ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt
-   doins README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/

2017-08-20 Thread Amy Liffey
commit: 96c3f02fdf45745513594fa11d480204a96ce2c5
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Aug 20 19:28:04 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug 20 19:46:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c3f02f

app-misc/linuxspa: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild 
b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
new file mode 100644
index 000..82ee8a84334
--- /dev/null
+++ b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+MY_PN="LinuxSPA"
+DESCRIPTION="Linux Serial Protocol Analyser"
+HOMEPAGE="https://sourceforge.net/projects/serialsniffer/;
+SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}"
+
+PATCHES=( "${FILESDIR}/${P}-compile-fix.patch" )
+
+src_prepare() {
+   default
+   sed -i Makefile \
+   -e 's| -o | $(LDFLAGS)&|g' \
+   || die "sed Makefile"
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} -Wall" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin LinuxSPA std232
+   dodoc ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt \
+   README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/

2017-08-20 Thread Amy Liffey
commit: 9e67c73fb693c5fa356141e994a6d92bb45c7851
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Aug 20 19:44:40 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug 20 19:47:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e67c73f

app-misc/linuxspa: stable for x86

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild 
b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
index 6809e385a14..d372d99c581 100644
--- a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
+++ b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/

2017-08-20 Thread Hans de Graaff
commit: 29d1196fee8374509e5dc15c711f37dd76415d9f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 19:26:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 19:26:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d1196f

dev-ruby/rdoc: remove hardcoded ruby21 references, fixing bug 628368

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rdoc/rdoc-4.2.0.ebuild| 2 +-
 dev-ruby/rdoc/rdoc-4.2.2.ebuild| 2 +-
 dev-ruby/rdoc/rdoc-4.3.0.ebuild| 2 +-
 dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild | 2 +-
 dev-ruby/rdoc/rdoc-5.1.0.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/rdoc/rdoc-4.2.0.ebuild b/dev-ruby/rdoc/rdoc-4.2.0.ebuild
index 886c6771295..5c47bb506d7 100644
--- a/dev-ruby/rdoc/rdoc-4.2.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-4.2.0.ebuild
@@ -80,7 +80,7 @@ all_ruby_install() {
for bin in rdoc ri; do
ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
 
-   for version in 21 22; do
+   for version in 22; do
if use ruby_targets_ruby${version}; then
ruby_fakegem_binwrapper $bin 
/usr/bin/${bin}${version}
sed -i -e "1s/env ruby/ruby${version}/" \

diff --git a/dev-ruby/rdoc/rdoc-4.2.2.ebuild b/dev-ruby/rdoc/rdoc-4.2.2.ebuild
index a114d380cd5..a80d6267436 100644
--- a/dev-ruby/rdoc/rdoc-4.2.2.ebuild
+++ b/dev-ruby/rdoc/rdoc-4.2.2.ebuild
@@ -77,7 +77,7 @@ all_ruby_install() {
for bin in rdoc ri; do
ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
 
-   for version in 21 22 23; do
+   for version in 22 23; do
if use ruby_targets_ruby${version}; then
ruby_fakegem_binwrapper $bin 
/usr/bin/${bin}${version}
sed -i -e "1s/env ruby/ruby${version}/" \

diff --git a/dev-ruby/rdoc/rdoc-4.3.0.ebuild b/dev-ruby/rdoc/rdoc-4.3.0.ebuild
index a114d380cd5..a80d6267436 100644
--- a/dev-ruby/rdoc/rdoc-4.3.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-4.3.0.ebuild
@@ -77,7 +77,7 @@ all_ruby_install() {
for bin in rdoc ri; do
ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
 
-   for version in 21 22 23; do
+   for version in 22 23; do
if use ruby_targets_ruby${version}; then
ruby_fakegem_binwrapper $bin 
/usr/bin/${bin}${version}
sed -i -e "1s/env ruby/ruby${version}/" \

diff --git a/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild 
b/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild
index 8d314c60849..c4bc18e4b19 100644
--- a/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild
+++ b/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR="doc"

diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
index d8f08537215..f72e6914d37 100644
--- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR="doc"



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/

2017-08-20 Thread Thomas Deutschmann
commit: 4a29636731d1c18d9571957f233e2a124cdb24e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:08:20 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a296367

app-text/zathura-djvu: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/zathura-djvu/zathura-djvu-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.6.ebuild 
b/app-text/zathura-djvu/zathura-djvu-0.2.6.ebuild
index d81bcfc2440..e6ef493fc4f 100644
--- a/app-text/zathura-djvu/zathura-djvu-0.2.6.ebuild
+++ b/app-text/zathura-djvu/zathura-djvu-0.2.6.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="0"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 fi
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-cb/

2017-08-20 Thread Thomas Deutschmann
commit: 78e14c6b1764b90cf48366e86780516247f7b039
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:10:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e14c6b

app-text/zathura-cb: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/zathura-cb/zathura-cb-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-cb/zathura-cb-0.1.6.ebuild 
b/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
index 7a37baf4452..f7465379776 100644
--- a/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
+++ b/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="0"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 fi
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura/

2017-08-20 Thread Thomas Deutschmann
commit: 77cb2d560a4d4c4245dd68512979cfeeff0382c2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:07:42 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cb2d56

app-text/zathura: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/zathura/zathura-0.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura/zathura-0.3.7.ebuild 
b/app-text/zathura/zathura-0.3.7.ebuild
index 893c732442b..ad77a66a0e0 100644
--- a/app-text/zathura/zathura-0.3.7.ebuild
+++ b/app-text/zathura/zathura-0.3.7.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="0"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 fi
 IUSE="+magic sqlite synctex test"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-poppler/

2017-08-20 Thread Thomas Deutschmann
commit: a7588a991152167e0244451b501f2fd7e62bd59b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:08:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7588a99

app-text/zathura-pdf-poppler: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild 
b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild
index 334849eaf57..d7e55949435 100644
--- a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild
+++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.7.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="0"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 fi
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/openjpeg/

2017-08-20 Thread Thomas Deutschmann
commit: 3d4e0f6a0172057f1dcdaf77c856f9b9a5cbced5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:16:16 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4e0f6a

media-libs/openjpeg: x86 stable (bug #602180)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/openjpeg/openjpeg-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/openjpeg-2.2.0.ebuild 
b/media-libs/openjpeg/openjpeg-2.2.0.ebuild
index 04f14a31d3d..8de68493879 100644
--- a/media-libs/openjpeg/openjpeg-2.2.0.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.2.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="media-libs/lcms:2=



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/

2017-08-20 Thread Thomas Deutschmann
commit: 3f31354fc062c970e56e1d95fb34f30daf9cb827
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:09:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f31354f

app-text/zathura-ps: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/zathura-ps/zathura-ps-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-ps/zathura-ps-0.2.4.ebuild 
b/app-text/zathura-ps/zathura-ps-0.2.4.ebuild
index 57a4da70fed..ade2d3e11a0 100644
--- a/app-text/zathura-ps/zathura-ps-0.2.4.ebuild
+++ b/app-text/zathura-ps/zathura-ps-0.2.4.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="0"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 fi
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2017-08-20 Thread Thomas Deutschmann
commit: c96ba702dc85b0e94a6974a363e3d62bb8c0b01f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:09:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96ba702

app-text/zathura-pdf-mupdf: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.1.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.1.ebuild
index 9f659b75206..28291c0f627 100644
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.1.ebuild
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.1.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="0"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 fi
 IUSE=""
 



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

2017-08-20 Thread Thomas Deutschmann
commit: 6461fbd48d966d67151f7296fd67939eb7411a7a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 19:07:02 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 19:16:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6461fbd4

dev-libs/girara: x86 stable (bug #571330)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/girara/girara-0.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/girara/girara-0.2.7.ebuild 
b/dev-libs/girara/girara-0.2.7.ebuild
index 7f599bc8dc9..29a79a375e8 100644
--- a/dev-libs/girara/girara-0.2.7.ebuild
+++ b/dev-libs/girara/girara-0.2.7.ebuild
@@ -17,7 +17,7 @@ EGIT_BRANCH="develop"
 LICENSE="ZLIB"
 SLOT="3"
 if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 fi
 IUSE="libnotify static-libs test"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/

2017-08-20 Thread Maciej Mrozowski
commit: 4e369cdc8afa7bb5cb342b41ba5b95c484a4d2d5
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Aug 20 19:05:49 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Aug 20 19:07:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e369cdc

sci-libs/gdal: Enforce -std=c++ due to app-text/poppler, bug 626844

 sci-libs/gdal/gdal-2.0.3.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/gdal/gdal-2.0.3.ebuild b/sci-libs/gdal/gdal-2.0.3.ebuild
index c4ae37e4b83..a24cb7c3250 100644
--- a/sci-libs/gdal/gdal-2.0.3.ebuild
+++ b/sci-libs/gdal/gdal-2.0.3.ebuild
@@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL="no"
 PYTHON_COMPAT=( python2_7 python3_{4,5} )
 DISTUTILS_OPTIONAL=1
 
-inherit autotools perl-module distutils-r1 toolchain-funcs java-pkg-opt-2
+inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic 
java-pkg-opt-2
 
 DESCRIPTION="Translator library for raster geospatial data formats (includes 
OGR support)"
 HOMEPAGE="http://www.gdal.org/;
@@ -122,6 +122,9 @@ src_prepare() {
 
default
 
+   # bug 626844, poppler headers require C++11
+   use pdf && append-cxxflags -std=c++11
+
tc-export AR RANLIB
 
mv configure.{in,ac} || die



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

2017-08-20 Thread Hans de Graaff
commit: 9572f8cca502d12c2f53065dc9d6f3b0ab23cf32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 19:06:29 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 19:06:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9572f8cc

update default RUBY_TARGETS

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7e593196de0..ee84bc0b7f0 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -96,7 +96,7 @@ USE="${USE} modules"
 
 # Manuel Rüger  (09 Sep 2015)
 # Default Ruby build targets
-RUBY_TARGETS="ruby21 ruby22"
+RUBY_TARGETS="ruby22"
 
 # Samuli Suominen  (03 Dec 2009)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using 
USE cxx



[gentoo-commits] data/gentoo-news:master commit in: 2017-08-19-hardened-sources-removal/

2017-08-20 Thread Francisco Blas Izquierdo Riera
commit: 5f97712b8d5e3d118771023e42f2b87520f25ece
Author: Francisco Blas Izquierdo Riera (klondike)  klondike 
 es>
AuthorDate: Sun Aug 20 18:47:25 2017 +
Commit: Francisco Blas Izquierdo Riera  gentoo  org>
CommitDate: Sun Aug 20 18:47:25 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=5f97712b

Replace portage with Gentoo repository

 .../2017-08-19-hardened-sources-removal.en.txt |  6 ++---
 .../2017-08-19-hardened-sources-removal.en.txt.asc | 26 +++---
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
index 05fb30b..b6b4e45 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
@@ -1,7 +1,7 @@
 Title: sys-kernel/hardened-sources removal
 Author: Francisco Blas Izquierdo Riera 
 Posted: 2017-08-19
-Revision: 5
+Revision: 6
 News-Item-Format: 2.0
 Display-If-Installed: sys-kernel/hardened-sources
 Display-If-Profile: hardened/linux/*
@@ -42,8 +42,8 @@ recommendation regarding their use.
 
 We'd like to note that all the userspace hardening and MAC support for
 SELinux provided by Gentoo Hardened will still remain in the packages
-found in portage. Keep in mind, though, that the security provided by
-these features will be weakened a bit when using
+found in the Gentoo repository. Keep in mind, though, that the
+security provided by these features will be weakened a bit when using
 sys-kernel/gentoo-sources. Also, all PaX related packages, except
 sys-kernel/hardened-sources, will remain available for the time being.
 

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
index abb6b5c..5608ec7 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIyBAABCgAcBQJZmCIIFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
-+YtTD/9Sz11xTEwglpQBpb6+y6raUEpEHO02fT/OmMJgf6S3PgTVkJY4Mgj9m40f
-A2Xd37vST2cz+7D/wlqlmer18NoUn2wGiy5m5cxn5zHczheRgDRRpDpXjP3+j52p
-9WTTUk5AI9pibhSyH+E2NimnRJjpranUQ6GEwSkHBGFe+JQ9iNPorp/XUqPZyrKi
-2WyLz4QjVLw4IK+XZGv9o8Q9TwMQ7+er+yLa60oTZEJrsrvupTRjg+j9yIbrtofg
-Tbsg9Op/o3ejCLryExUKsCo2QCi14FOMOTVuXQNUIE9WCj8W8EjjzLlzKacXjEgp
-eBeWq2KuFkv9hbs34mblB9GasL4yTSFrFNEeLX/8F3P1AtsjJrEWMFBnSdKke04B
-t/s7yytnLQh9l1H63lbVS2CbnI30S1zs/Bx0wFuM0IR1b/F1Y/sRdmOJrGlbq6z8
-3yVMKMRbRG6AMftzE+S6EFByxmhjXYVEzOGZwxhr4NtjV9q8fozr5URIO931UrmN
-7HfZghR2C4PsJf9cggwFoUObXYY9gwIhbLNsMeJTEor/vG/mI2Eocx7xSIRBvlSO
-gMdeibS+1+owaPHs5zV1VzWwJXTqy0w2317rKe22YSWsHaqnIyoyxClnStKQ46dX
-9P2cmjxtbCj1CUMmgkZIGX3TP+vu0KQEYuAiS5tRI9PvpnYz6g==
-=i5ro
+iQIyBAABCgAcBQJZmdkeFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
++TdaD/0RHXMXUuWxgUdU35qf8d8K5EPhfawaSQTg8JgMXwtnf9URph+vtjr3ujtF
+w+k2c9fXycNRyWWI++6TJdib7TktqtrePClUzVu8Mi/iSHfBV+S+/38W/kDpt/YF
+yqzrtgpMsq9w703nen8A2IoqxDDfzI5BRMvzeNX+cDZfLQi5YJDT+Jrq4SQVFgWa
+ca29g5WLfEv9Ya4B7rfCyVXKQDLqFLyZ1LLA2CwlezGJxY397ds1eaAfINXqtMZx
+F3xwFWg98cySEa9KTdWzjquNWSl+x4fMs+ALaNdpZ9546kYmxMmRAv30zIbv0ctQ
+uz6Tjy+qy6uTZHUM+eZwN7KdLbamwPSiDEgZ7GUwdB9Kz0QKcbdixRm2aR6wp9J1
+c7aqt8fu4+UAft6RwrH5+uYOaeuDR/WR1ejxc2ZkPCcl5uOZ2t03B22Dl5jBpH/1
+d3mHBnOq2wWM0smnUiO4dbOf03xacri+LSUahpum7K7fYc8ydN4UW0vu7Kq7y+3l
+loRWjamLejEOvv1m1ELHWOGfEt+kEh1TEt674yPVYnHLTmSr3FGDFChJJ4wpVky8
+EbpzSUFQ+ZvEpzQhZTWsBmxG7BO6pWrk1n9k5wJiDmhLjyo9Q3MPjpmneKLgUOph
+DWINb3ZEJeDonicz4yOHByvpLXpTDilizbwb0O7HlPjjTeL8WQ==
+=DOB7
 -END PGP SIGNATURE-



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

2017-08-20 Thread Sebastian Pipping
commit: ac1a2b809d4b236f8af5ddc74e89b591771920ab
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 18:19:01 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 18:23:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1a2b80

dev-libs/expat: 2.2.4

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/expat/Manifest   |  1 +
 dev-libs/expat/expat-2.2.4.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/dev-libs/expat/Manifest b/dev-libs/expat/Manifest
index 4f40899ff15..d522e6e3258 100644
--- a/dev-libs/expat/Manifest
+++ b/dev-libs/expat/Manifest
@@ -2,3 +2,4 @@ DIST expat-2.2.0.tar.bz2 414352 SHA256 
d9e50ff2d19b3538bd2127902a89987474e1a4db8
 DIST expat-2.2.1.tar.bz2 405441 SHA256 
1868cadae4c82a018e361e2b2091de103cd820aaacb0d6cfa49bd2cd83978885 SHA512 
74089b55872df16f214a4baba0143e6353736dfa34063391293bb2760aa3e5118d9ccb3592e07c74c9d52a2a5b91496e15153f28214c4c01242d95b3019b67ea
 WHIRLPOOL 
f571ee00d43813c20d81d02d5d25f3fd4fdec3ec5a6aa331a965b4373ca681053e4e66d22fed4523f9a207333b80eb5e63c78d2e36e0c2b5a64ad1c38b0fe38a
 DIST expat-2.2.2.tar.bz2 405561 SHA256 
4376911fcf81a23ebd821bbabc26fd933f3ac74833f74924342c29aad2c86046 SHA512 
05383244f345b1c6a7290f3bb58bfab4da9546bfe880de644e784bcc48bd4317f2beb3fdb6120a5f396e06bb269f7e80713db211346d2d17bc7de3353d556575
 WHIRLPOOL 
d4d42ebf6ca1544a5496461bf1abec030ca6f71c72bf24bc2d32b78a4d976b5334f49d8244cf041e09cb64354d90885adab4d96d3811041d6ef6d0a7289284af
 DIST expat-2.2.3.tar.bz2 435593 SHA256 
b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f SHA512 
d42ca209da7f50eb4ac108ea0ef85dc6626d63fe48144a4e6f2d8b44b1f9276f711cbac85f6813c4725a3c4933b7054b74dde2c43a0f2febaed4afa0a6f5ac88
 WHIRLPOOL 
b9a8f62cf44db68adfa64dd3c8d89ddb2867cb0b354a43fb15453d5fc2d137671dc215e3e4cc1555a39ec2248307f89916dcaa81e3e78941d2fe3ea7039b7a0c
+DIST expat-2.2.4.tar.bz2 505038 SHA256 
03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e SHA512 
788249e2c6edf8521c4a99830fd5e51a55c062b834516f6775759cd71accf6375f12d3bd38f8b069777d081a4380b9549049921386ca0cb4b9b9daa4861d6592
 WHIRLPOOL 
77e62bca8da807e3175b05d121fd59b22b0018e57a3a82863794a220db49dfd2ff08f9463c2d319633e3aa4bb183347d1d43ed0d8baf0a65c97e893147123984

diff --git a/dev-libs/expat/expat-2.2.4.ebuild 
b/dev-libs/expat/expat-2.2.4.ebuild
new file mode 100644
index 000..fc568dbd089
--- /dev/null
+++ b/dev-libs/expat/expat-2.2.4.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool multilib toolchain-funcs multilib-minimal
+
+DESCRIPTION="Stream-oriented XML parser library"
+HOMEPAGE="https://libexpat.github.io/;
+SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="elibc_FreeBSD examples static-libs unicode"
+DEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
+RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
+
+DOCS=( README.md )
+
+src_prepare() {
+   eapply_user
+
+   if use unicode; then
+   cp -R "${S}" "${S}"w || die
+   pushd "${S}"w >/dev/null
+   find -name Makefile.am \
+   -exec sed \
+   -e 's,libexpat\.la,libexpatw.la,' \
+   -e 's,libexpat_la,libexpatw_la,' \
+   -i {} + || die
+   eautoreconf
+   popd >/dev/null
+   fi
+}
+
+multilib_src_configure() {
+   local myconf="$(use_enable static-libs static)"
+
+   mkdir -p "${BUILD_DIR}"w || die
+
+   if use unicode; then
+   pushd "${BUILD_DIR}"w >/dev/null
+   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}"w econf 
${myconf}
+   popd >/dev/null
+   fi
+
+   ECONF_SOURCE="${S}" econf ${myconf}
+}
+
+multilib_src_compile() {
+   emake
+
+   if use unicode; then
+   pushd "${BUILD_DIR}"w >/dev/null
+   emake -C lib
+   popd >/dev/null
+   fi
+}
+
+multilib_src_install() {
+   emake install DESTDIR="${D}"
+
+   if use unicode; then
+   pushd "${BUILD_DIR}"w >/dev/null
+   emake -C lib install DESTDIR="${D}"
+   popd >/dev/null
+
+   pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
+   cp expat.pc expatw.pc
+   sed -i -e '/^Libs/s:-lexpat::' expatw.pc || die
+   popd >/dev/null
+   fi
+
+   if 

[gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/

2017-08-20 Thread Gilles Dartiguelongue
commit: 075b5f709e2f2bc71a4bcdfe1c16e5e77189b8fe
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 15:20:10 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 18:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075b5f70

app-dicts/verbiste: version bump 0.1.41 → 0.1.44

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/verbiste/Manifest   |  1 +
 app-dicts/verbiste/verbiste-0.1.44.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest
index 2895fdf8989..662a3ee68a2 100644
--- a/app-dicts/verbiste/Manifest
+++ b/app-dicts/verbiste/Manifest
@@ -1,2 +1,3 @@
 DIST verbiste-0.1.38.tar.gz 706222 SHA256 
7be13f0cc5c415ea5382ed2ee4391c21c700910eef2771086a28e44ff32817ff SHA512 
b5d99d08a9d1a7c91c1dbb86e0d4465a46403db881cd28d2abaf8d376adef6b4d4f5ac93e528d45beb639b77aff7e1730dbb436624674ff21c1f5781173db787
 WHIRLPOOL 
9e7558e36c33eb7cd89f0cb888c01fb6040292ff7cdaeecd6f9ee51c7354939d5b9d23f769c67462be613abf0e275ab5580539a10fb5d0d8e8eca3489f16b027
 DIST verbiste-0.1.41.tar.gz 751059 SHA256 
b4490d99dc768c8947536c01a5fbbecf71d067f472c0bd4d79b828df45d79f9f SHA512 
f89bb1074cd8c65f8516004c89aae50c65b5bd426d78a01b5e6b7418d86b5c348d2c554ab202c9f34cc9c5586a54518160fc225afa237cdb140ff99f78563702
 WHIRLPOOL 
8a3d6a29f0bf428f2ec5f9852bf4381abb02eb4aac16153cd95fda367e1227cca3035a00de02f3d00757b254fba9dcc2d19a0f91454f82097ce4026d84ab83aa
+DIST verbiste-0.1.44.tar.gz 780465 SHA256 
5ca77a342d234a10a376e2765f69ad358131b502520325c2f0c4303c38cab26e SHA512 
36c8a2af31f948dc3970bef260d5cd7f9d230f4966f846bcc823f006cd98ab98229544b7470466529344ac5735d1189c859c539f526cd58410d9a521510db5e5
 WHIRLPOOL 
12ed4faeb60d6ebec5356b5e2a1f21e943b294c6c51bfd24bfbca84f63f61c2ef7c2af7b83cb01c2a8970f2f3ab0b9bc14385c11ca739f9c2e448ee1f16f72c4

diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild 
b/app-dicts/verbiste/verbiste-0.1.44.ebuild
new file mode 100644
index 000..c9a1c7a067d
--- /dev/null
+++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils gnome2-utils xdg-utils
+
+DESCRIPTION="French conjugation system"
+HOMEPAGE="http://sarrazip.com/dev/verbiste.html;
+SRC_URI="http://sarrazip.com/dev/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="gtk"
+
+RDEPEND="
+   >=dev-libs/libxml2-2.4.0:2
+   gtk? ( >=x11-libs/gtk+-2.6:2 )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf \
+   --with-console-app \
+   --without-gnome-app \
+   --without-gnome-applet \
+   $(use_with gtk gtk-app)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+   dodoc HACKING LISEZMOI
+   # file is only installed with USE=gnome
+   if use gtk; then
+   sed -e 's/Exec=.*/Exec=verbiste-gtk/' \
+   -i src/gnome/verbiste.desktop || die
+   insinto usr/share/applications
+   doins src/gnome/verbiste.desktop
+   fi
+}
+
+pkg_preinst() {
+   if use gtk; then
+   gnome2_icon_savelist
+   fi
+}
+
+pkg_postinst() {
+   if use gtk; then
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+   fi
+}
+
+pkg_postrm() {
+   if use gtk; then
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/subtitleeditor/

2017-08-20 Thread Gilles Dartiguelongue
commit: 3253373af040002b29f2610f746bd4f6e0e1d03b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 16:39:15 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 18:18:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3253373a

media-video/subtitleeditor: version bump 0.53.0 → 0.54.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-video/subtitleeditor/Manifest|  1 +
 .../subtitleeditor/subtitleeditor-0.54.0.ebuild| 58 ++
 2 files changed, 59 insertions(+)

diff --git a/media-video/subtitleeditor/Manifest 
b/media-video/subtitleeditor/Manifest
index 11acc1a6819..abf02b57af6 100644
--- a/media-video/subtitleeditor/Manifest
+++ b/media-video/subtitleeditor/Manifest
@@ -1,2 +1,3 @@
 DIST subtitleeditor-0.52.1.tar.gz 1680875 SHA256 
5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5 SHA512 
a9a7ee78abadf660fe645e36ed69b87131320e04373554adb48dc33df8f36605ed74da3822fe0281b2b75d6f82daddd062b2ae9a12aed44673195fba43adfd4f
 WHIRLPOOL 
def330a098b9227cf6db8a74c67d2cd7db724b65f586e22ebf1b08de6de6321849fdeecfe5fd6c0132a814d45d84087b406a05aec7463c04a4355530c3d09c44
 DIST subtitleeditor-0.53.0.tar.gz 1778388 SHA256 
8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920 SHA512 
8787831947785885befb50221869169eda73489851389e72f34edac7a9c2c59d05ba69e86d4d2d5b3a13b2678377ee2520c110ffa472b718884dd2e711603b8b
 WHIRLPOOL 
cfd7bfd2324fe10dadd6e8c7c60487072d15dee3c6f0a57358abee4e5f92c945ba95efb036516ecadc0beebf52380b835cb35ae8af389110597ab5305a979639
+DIST subtitleeditor-0.54.0.tar.gz 1783077 SHA256 
aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab SHA512 
4458d579775a504b22f955c41d0e95ed722c1cb6bcf715ef493988a85397d5e0d4c3327e129f49b160d398dc73257026a92bbe5104c30d2004c16b7e12dd113c
 WHIRLPOOL 
e67f2d94ec004e40855b440af3eafc7d78c859326b46a69c11fb633e650fdb3c0f44da9a9e3dadcf0a87ff598984d7cc1eabdf6fecb625b6357f4ec2dae4fb6d

diff --git a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild 
b/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
new file mode 100644
index 000..5c53d4f63b0
--- /dev/null
+++ b/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic gnome2
+
+DESCRIPTION="GTK+3 subtitle editing tool"
+HOMEPAGE="https://kitone.github.io/subtitleeditor;
+SRC_URI="https://github.com/kitone/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug nls"
+# opengl would mix gtk+:2 and :3 which is not possible
+
+RDEPEND="
+   >=app-text/enchant-1.4
+   app-text/iso-codes
+   >=dev-cpp/cairomm-1.12
+   >=dev-cpp/glibmm-2.46:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-cpp/gstreamermm-1.0:1.0
+   >=dev-cpp/libxmlpp-2.40:2.6
+   dev-libs/glib:2
+   >=dev-libs/libsigc++-2.6:2
+   media-libs/gst-plugins-base:1.0[X,pango]
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-plugins/gst-plugins-meta:1.0
+   x11-libs/gtk+:3
+   nls? ( virtual/libintl )
+"
+#  opengl? (
+#  >=dev-cpp/gtkglextmm-1.2.0-r2:1.0
+#  virtual/opengl )
+# X needed for video output and pango needed for text overlay
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.52.1-disable-nls-fix.patch
+)
+
+src_configure() {
+   # Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS
+   use debug && append-cxxflags -DDEBUG
+
+   gnome2_src_configure \
+   --disable-debug \
+   --disable-gl \
+   $(use_enable nls)
+#  $(use_enable opengl gl)
+}



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

2017-08-20 Thread Thomas Deutschmann
commit: 89d3347febd93abafec466c20f56cde29b13e98f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 17:17:07 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 17:33:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d3347f

gnome-base/librsvg: x86 stable (bug #625860)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 gnome-base/librsvg/librsvg-2.40.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.18.ebuild 
b/gnome-base/librsvg/librsvg-2.40.18.ebuild
index 4e588716a78..293a65a4f30 100644
--- a/gnome-base/librsvg/librsvg-2.40.18.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.18.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="+introspection tools vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/, app-emulation/xen-pvgrub/

2017-08-20 Thread Thomas Deutschmann
commit: 1aa12bd1e33692b5133366b0e98cd402637d42db
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 17:27:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 17:33:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa12bd1

app-emulation/xen-{tools,pvgrub}: x86 stable (bug #624128)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild | 2 +-
 app-emulation/xen-tools/xen-tools-4.7.3.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild
index 5c611729f9c..28b054d2bc9 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild
@@ -32,7 +32,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="http://xen.org/;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/app-emulation/xen-tools/xen-tools-4.7.3.ebuild 
b/app-emulation/xen-tools/xen-tools-4.7.3.ebuild
index 9bca6b105ee..c96a3c7750f 100644
--- a/app-emulation/xen-tools/xen-tools-4.7.3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.7.3.ebuild
@@ -13,12 +13,11 @@ MAJOR_V="$(get_version_component_range 1-2)"
 
 if [[ $PV == * ]]; then
inherit git-r3
-   KEYWORDS="amd64 ~x86"
REPO="xen.git"
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
UPSTREAM_VER=
SECURITY_VER=
# xen-tools's gentoo patches tarball



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/

2017-08-20 Thread Thomas Deutschmann
commit: ad88b5c03d4cfa082d1d99fc12ba8be07ed3bacc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 17:24:58 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 17:33:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad88b5c0

dev-ruby/facter: x86 stable (bug #587848)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/facter/facter-3.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/facter/facter-3.6.4.ebuild 
b/dev-ruby/facter/facter-3.6.4.ebuild
index 6301c922b39..6ba5e69df6d 100644
--- a/dev-ruby/facter/facter-3.6.4.ebuild
+++ b/dev-ruby/facter/facter-3.6.4.ebuild
@@ -14,7 +14,7 @@ S="${S}/all/${P}"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="debug test"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 BDEPEND="
>=sys-devel/gcc-4.8:*



[gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/, media-libs/freeverb3/files/

2017-08-20 Thread Sebastian Pipping
commit: 615ab02fe3729f0e40cd720841205492a5726f5e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 17:07:59 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 17:15:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615ab02f

media-libs/freeverb3: Fix compilation (bug #625340)

.. for USE="jack [audacious]" with Audacious 3.6+.
Also, bump to EAPI 6 and respect description length limit.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 ...erb3-3.1.2_pre20151102-jack-audacious-3-6.patch | 75 ++
 .../freeverb3-3.1.2_pre20151102-r1.ebuild  |  6 +-
 .../freeverb3/freeverb3-3.1.2_pre20151102.ebuild   |  2 +-
 3 files changed, 80 insertions(+), 3 deletions(-)

diff --git 
a/media-libs/freeverb3/files/freeverb3-3.1.2_pre20151102-jack-audacious-3-6.patch
 
b/media-libs/freeverb3/files/freeverb3-3.1.2_pre20151102-jack-audacious-3-6.patch
new file mode 100644
index 000..a76d08d3194
--- /dev/null
+++ 
b/media-libs/freeverb3/files/freeverb3-3.1.2_pre20151102-jack-audacious-3-6.patch
@@ -0,0 +1,75 @@
+From 1fbb0e7954701cfa5f88eb764a2e18002519a9ce Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Sun, 20 Aug 2017 18:42:17 +0200
+Subject: [PATCH] Fix JACK compilation for Audacious 3.6+
+
+---
+ audacious/impulser2.cpp |  2 +-
+ jack/Makefile.am| 20 ++--
+ 2 files changed, 19 insertions(+), 3 deletions(-)
+
+diff --git a/audacious/impulser2.cpp b/audacious/impulser2.cpp
+index bc7d4de..b2ae0a8 100644
+--- a/audacious/impulser2.cpp
 b/audacious/impulser2.cpp
+@@ -301,7 +301,7 @@ static void slot_load(SlotConfiguration * slot, int i)
+   slot->limit =   aud_get_double (configSectionString, key_i("limit",i));
+   slot->idelay =  aud_get_double (configSectionString, key_i("idelay",i));
+   slot->i1o2_index = aud_get_int (configSectionString, key_i("i1o2_index",i));
+-  #ifdef AUDACIOUS36
++  #if defined(AUDACIOUS36) && ! defined(JACK)
+   filename = aud_get_str(configSectionString, key_i("file",i)).to_raw();
+   #else
+   filename = aud_get_str(configSectionString, key_i("file",i));
+diff --git a/jack/Makefile.am b/jack/Makefile.am
+index 58527d6..0512828 100644
+--- a/jack/Makefile.am
 b/jack/Makefile.am
+@@ -26,6 +26,10 @@ include $(top_srcdir)/audacious/plugins.make
+ 
+ AM_CPPFLAGS += $(jack_CFLAGS) $(gtk3_CFLAGS) -I$(top_srcdir)/samples
+ 
++if BUILD_AUDACIOUS36
++AM_CPPFLAGS += -DAUDACIOUS36 -fvisibility=hidden
++endif
++
+ if BUILD_JACK
+ noinst_LTLIBRARIES = libbmp_int.la libjack_common.la
+ bin_PROGRAMS = fv3_jack_strev fv3_jack_nrev fv3_jack_revmodel 
fv3_jack_impulser2 fv3_jack_mbcomp fv3_jack_stenh \
+@@ -35,9 +39,15 @@ endif
+ libbmp_int_la_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
+ libbmp_int_la_SOURCES = configdb.h configdb_rcfile.c rcfile.c rcfile.h util.c 
util.h
+ libjack_common_la_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
+-libjack_common_la_SOURCES = plugin.h jack_main.cpp ../samples/CArg.cpp 
../samples/CArg.hpp ../audacious/so.c
++libjack_common_la_SOURCES = plugin.h jack_main.cpp ../samples/CArg.cpp 
../samples/CArg.hpp
+ libjack_common_la_LIBADD = $(jack_LIBS) $(gtk3_LIBS)
+ 
++if BUILD_AUDACIOUS36
++libjack_common_la_SOURCES += ../audacious/so36.cpp
++else
++libjack_common_la_SOURCES += ../audacious/so.c
++endif
++
+ I_LIBS += libbmp_int.la libjack_common.la
+ 
+ fv3_jack_strev_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
+@@ -54,9 +64,15 @@ fv3_jack_revmodel_LDADD = $(I_LIBS)
+ 
+ fv3_jack_impulser2_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
+ fv3_jack_impulser2_SOURCES = ../audacious/CFileLoader.hpp  
../audacious/CFileLoader_t.hpp ../audacious/impulser2.cpp \
+- ../audacious/wave.xpm ../audacious/so.c
++ ../audacious/wave.xpm
+ fv3_jack_impulser2_LDADD = $(I_LIBS) $(top_builddir)/libgdither/libgdither.la 
$(sndfile_LIBS)
+ 
++if BUILD_AUDACIOUS36
++fv3_jack_impulser2_SOURCES += ../audacious/so36.cpp
++else
++fv3_jack_impulser2_SOURCES += ../audacious/so.c
++endif
++
+ fv3_jack_mbcomp_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
+ fv3_jack_mbcomp_SOURCES = ../audacious/compressor.cpp
+ fv3_jack_mbcomp_LDADD = $(I_LIBS)
+-- 
+2.13.2
+

diff --git a/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild 
b/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
index 3a8c04ef181..7bf95fa1c74 100644
--- a/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
+++ b/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 inherit autotools eutils multilib versionator
 
 MY_PV=796b552e8a32cc8e63d40dfb94b8a6209731060b
-DESCRIPTION="Reverb and Impulse Response Convolution library including 
Audacious/JACK plugins"
+DESCRIPTION="Reverb and Impulse Response Convolution plug-ins (Audacious/JACK)"
 HOMEPAGE="https://savannah.nongnu.org/projects/freeverb3;
 SRC_URI="https://www.hartwork.org/public/${P}.tar.gz;
 
@@ -36,6 +36,8 @@ 

[gentoo-commits] repo/gentoo:master commit in: app-text/dvipsk/

2017-08-20 Thread Thomas Deutschmann
commit: cf255a81e61a9838875fc1985277a56f5eab1b1a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:33:52 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf255a81

app-text/dvipsk: x86 stable (bug #624442)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/dvipsk/dvipsk-5.997_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild 
b/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
index eba2007cca7..92d31990c2d 100644
--- a/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
+++ b/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
@@ -28,7 +28,7 @@ SRC_URI="${SRC_URI} ) "
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/

2017-08-20 Thread Thomas Deutschmann
commit: d02f21cf75eb74bc058d4e62de935a7094cb5afe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:32:06 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02f21cf

sci-geosciences/gpsd: x86 stable (bug #576006)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-geosciences/gpsd/gpsd-3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.16.ebuild 
b/sci-geosciences/gpsd/gpsd-3.16.ebuild
index 6d7b35a68ff..1fbfe4ba335 100644
--- a/sci-geosciences/gpsd/gpsd-3.16.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.16.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 arm ppc ppc64 ~x86"
+   KEYWORDS="amd64 arm ppc ppc64 x86"
 fi
 
 DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping 
clients"



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

2017-08-20 Thread Thomas Deutschmann
commit: a52e9c5a2dfb4e35ad573695710d06031ad515e6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:29:02 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52e9c5a

dev-tex/bibtexu: x86 stable (bug #62)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild 
b/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild
index b63b3fc1ac1..5b413c092a1 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 RDEPEND=">=dev-libs/kpathsea-6.2.1:=



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2017-08-20 Thread Thomas Deutschmann
commit: 41c4f2fc2f88dd98202fe108cb45a7412b80578d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:37:29 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c4f2fc

dev-vcs/git: x86 stable (bug #627488)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/git/git-2.13.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.13.5.ebuild b/dev-vcs/git/git-2.13.5.ebuild
index 80b8879a97a..2c59d6134fc 100644
--- a/dev-vcs/git/git-2.13.5.ebuild
+++ b/dev-vcs/git/git-2.13.5.ebuild
@@ -38,7 +38,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/curl/

2017-08-20 Thread Thomas Deutschmann
commit: 5fd04159eef8cd517e39ab50fae2cd831151e571
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:24:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd04159

net-misc/curl: x86 stable (bug #626776)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/curl/curl-7.55.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.55.0.ebuild b/net-misc/curl/curl-7.55.0.ebuild
index a4f0d0b961e..f75f6b68520 100644
--- a/net-misc/curl/curl-7.55.0.ebuild
+++ b/net-misc/curl/curl-7.55.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/allin1/

2017-08-20 Thread Thomas Deutschmann
commit: 0e6867a55c818bf1e0ca498232d8a0e31015932b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:25:42 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6867a5

x11-plugins/allin1: x86 stable (bug #616782)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/allin1/allin1-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/allin1/allin1-0.5.0-r2.ebuild 
b/x11-plugins/allin1/allin1-0.5.0-r2.ebuild
index 118da3a03ed..e6a0df1db74 100644
--- a/x11-plugins/allin1/allin1-0.5.0-r2.ebuild
+++ b/x11-plugins/allin1/allin1-0.5.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/allinone/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2017-08-20 Thread Thomas Deutschmann
commit: 5242dac2cd395b3b555b75af40f7dfa73c3f17a3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 15:59:39 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5242dac2

net-analyzer/tcpdump: x86 stable (bug #626462)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/net-analyzer/tcpdump/tcpdump-4.9.1.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.9.1.ebuild
index 5d430a73aa5..93f1aa42710 100644
--- a/net-analyzer/tcpdump/tcpdump-4.9.1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.9.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root libressl smi ssl samba suid test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/

2017-08-20 Thread Thomas Deutschmann
commit: 6414848449274fadab2500a3e34fbc6a354a64a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:58:46 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64148484

games-mud/gnome-mud: x86 stable (bug #625646)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild 
b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index 8323c50c689..d8bafca919d 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND="virtual/libintl



[gentoo-commits] repo/gentoo:master commit in: app-text/ps2pkm/

2017-08-20 Thread Thomas Deutschmann
commit: 1aa6ce5584bb4760b08f6f5adfa3cfd23c604854
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:30:29 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa6ce55

app-text/ps2pkm: x86 stable (bug #624440)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild 
b/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
index cc271c43e3c..754ea421214 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



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

2017-08-20 Thread Thomas Deutschmann
commit: a5c98169e1fd1c63875409222d298151128937c9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 20 16:27:23 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 20 16:59:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c98169

dev-libs/ptexenc: x86 stable (bug #624446)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild 
b/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
index fc5d38d8dd0..ffcd9149148 100644
--- a/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
+++ b/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE="iconv static-libs"
 
 DEPEND="iconv? ( virtual/libiconv )



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

2017-08-20 Thread Patrice Clement
commit: e3642fa08fb277acb42cda227dc073aabae28bc5
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 20 16:54:11 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 20 16:54:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3642fa0

app-vim/pydiction: port to python-r1.

This package is slightly more complicated so let's use the python-r1 class
instead.

Gentoo-Bug: https://bugs.gentoo.org/615910

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 38 +
 1 file changed, 38 insertions(+)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild 
b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
new file mode 100644
index 000..b0144152640
--- /dev/null
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -0,0 +1,38 @@
+# 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 vim-plugin python-r1
+
+DESCRIPTION="vim plugin: tab-complete your Python code"
+HOMEPAGE="https://rkulla.github.io/pydiction/;
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip;
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"
+
+S="${WORKDIR}/${PN}-master"
+
+src_install() {
+   # Rename pydiction script.
+   mv "${PN}.py" "${PN}" || die
+
+   # We're going to remove those files in a second 
+   # otherwise they're installed by Portage.
+   local pyfiles=( complete-dict "${PN}" )
+   insinto "/usr/share/${P}"
+   doins complete-dict
+
+   # pydiction is treated a singular script that lives on its own.
+   python_foreach_impl python_doscript "${PN}"
+   rm -v "${pyfiles[@]}" || die
+
+   vim-plugin_src_install
+}



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

2017-08-20 Thread Patrice Clement
commit: 1e8ff6407dee6415a02c2b4c4dee90dbc6fbfd16
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 20 16:28:53 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 20 16:28:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8ff640

app-vim/pydoc: add REQUIRED_USE.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild 
b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index a545995d032..7114a955e20 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -13,7 +13,10 @@ SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> 
${P}.tar.gz"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"
 
 src_unpack() {
default



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

2017-08-20 Thread Patrice Clement
commit: 38eb7ec3b95030e163f50aab03185403e6c64451
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 20 16:26:01 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 20 16:26:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eb7ec3

app-vim/pydoc: port to python-single-r1.

Gentoo-Bug: https://bugs.gentoo.org/615910

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild 
b/app-vim/pydoc/pydoc-2.0-r1.ebuild
new file mode 100644
index 000..a545995d032
--- /dev/null
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# 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 vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: integrates python documentation view and search tool"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 
https://github.com/fs111/pydoc.vim;
+SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+src_unpack() {
+   default
+   mv * "${P}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-forensics/quickfuzz/files/, app-forensics/quickfuzz/

2017-08-20 Thread Sergei Trofimovich
commit: b02ce91481184fcf5dfd4339241802f9f5edb433
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 20 16:07:34 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 20 16:08:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02ce914

app-forensics/quickfuzz: tweak for derive-2.6

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/quickfuzz-0.1_p20160920-derive-2.6.patch  | 21 +
 .../quickfuzz/quickfuzz-0.1_p20160920.ebuild|  1 +
 2 files changed, 22 insertions(+)

diff --git 
a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch 
b/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch
new file mode 100644
index 000..6e0f25636b6
--- /dev/null
+++ b/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch
@@ -0,0 +1,21 @@
+diff --git a/src/DeriveShow.hs b/src/DeriveShow.hs
+index c11dd03..40cc205 100644
+--- a/src/DeriveShow.hs
 b/src/DeriveShow.hs
+@@ -1,5 +1,5 @@
+ {-# LANGUAGE TemplateHaskell #-}
++{-# LANGUAGE StandaloneDeriving #-}
+ module DeriveShow where
+ 
+-import   Data.Derive.Show
+ import   Data.DeriveTH
+@@ -12,3 +12,2 @@ isArbInsName = isinsName ''Show
+ devShow :: Name -> Q [Dec]
+-devShow = megaderive (derive makeShow) isArbInsName
+-
++devShow = megaderive (\n -> [d| deriving instance Show $(return (ConT n)) |]) 
isArbInsName
+--- a/QuickFuzz.cabal
 b/QuickFuzz.cabal
+@@ -75,0 +75,1 @@ executable QuickFuzz
++  default-extensions:  StandaloneDeriving
+ 

diff --git a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild 
b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild
index a7532da69ad..b16b564b392 100644
--- a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild
+++ b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild
@@ -98,6 +98,7 @@ DEPEND="${RDEPEND}
 PATCHES=(
"${FILESDIR}"/${P}-ghc-8.0.2_rc1.patch
"${FILESDIR}"/${P}-directory-1.3.patch
+   "${FILESDIR}"/${P}-derive-2.6.patch
 )
 
 # $1 - target tarball name (not including extension)



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

2017-08-20 Thread Patrice Clement
commit: c5449577e3fab70fe626977d4d2a0955c9fa50a3
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 20 16:06:15 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 20 16:06:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5449577

app-vim/cream: remove maintainer.

Gentoo-Bug: https://bugs.gentoo.org/627100

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/cream/metadata.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/app-vim/cream/metadata.xml b/app-vim/cream/metadata.xml
index 429038dc8e9..a882b886dae 100644
--- a/app-vim/cream/metadata.xml
+++ b/app-vim/cream/metadata.xml
@@ -5,12 +5,6 @@
v...@gentoo.org
Gentoo Vim Project

-   
-   degren...@easyconnect.fr
-   Please Cc: Thomas de Grenier de Latour (not a 
Gentoo
-   developer) on any bugs, as he knows lots about the 
package and I'd
-   like his opinion before I make any big 
changes.
-   

cream




[gentoo-commits] repo/gentoo:master commit in: app-misc/spacenavd/

2017-08-20 Thread Sebastian Pipping
commit: d395a832bf3a91e36dc19976298e68c82284189c
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 20 15:56:13 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 20 15:58:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d395a832

app-misc/spacenavd: Remove old (bug #617588)

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-misc/spacenavd/spacenavd-0.5-r2.ebuild | 78 --
 app-misc/spacenavd/spacenavd-0.5-r4.ebuild | 78 --
 2 files changed, 156 deletions(-)

diff --git a/app-misc/spacenavd/spacenavd-0.5-r2.ebuild 
b/app-misc/spacenavd/spacenavd-0.5-r2.ebuild
deleted file mode 100644
index a879dba1605..000
--- a/app-misc/spacenavd/spacenavd-0.5-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils linux-info toolchain-funcs
-
-MY_PN='spacenav'
-DESCRIPTION="The spacenavd daemon provides free alternative to the 3dxserv 
daemon"
-HOMEPAGE="http://spacenav.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}%20daemon/${PN}%20${PV}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE="X"
-
-RDEPEND="X? ( x11-apps/xdpyinfo )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   CONFIG_CHECK="~INPUT_EVDEV"
-   ERROR_CFG="Your kernel needs INPUT_EVDEV for the spacenavd to work 
properly"
-   check_extra_config
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-destdir.patch
-   epatch "${FILESDIR}"/${P}-custom-flags.patch
-   epatch "${FILESDIR}"/${P}-no-x11.patch
-}
-
-src_configure() {
-   econf \
-   --enable-opt --enable-ldopt \
-   $(use_enable X x11)
-}
-
-src_compile() {
-   emake CC=$(tc-getCC)
-}
-
-src_install() {
-   # Config file
-   insinto /etc
-   newins "${S}/doc/example-spnavrc" spnavrc.sample || die
-
-   # Init script
-   newinitd "${FILESDIR}/spnavd" spacenavd || die
-
-   # Install udev rule but leave activiation to the user
-   # since Xorg may be configured to grab the device already
-   insinto /etc/udev/rules.d
-   newins "${FILESDIR}"/99-space-navigator.rules 
99-space-navigator.rules.ignored || die
-
-   # Daemon
-   dobin "${S}/spacenavd"
-   use X && dobin "${S}/spnavd_ctl"
-}
-
-pkg_postinst() {
-   elog "To start the Spacenav daemon system-wide by default"
-   elog "you should add it to the default runlevel :"
-   elog "\`rc-update add spacenavd default\`"
-   elog
-   if use X; then
-   elog "To start generating Spacenav X events by default"
-   elog "you should add this command in your user startup"
-   elog "scripts such as .gnomerc or .xinitrc :"
-   elog "\`spnavd_ctl x11 start\`"
-   elog
-   fi
-   elog "If you want to auto-start the daemon when you plug in"
-   elog "a SpaceNavigator device, activate the related udev rule :"
-   elog "\`sudo ln -s 99-space-navigator.rules.ignored 
/etc/udev/rules.d/99-space-navigator.rules\`"
-   elog
-   ewarn "You must restart spnavd \`/etc/init.d/spacenavd restart\` to run"
-   ewarn "the new version of the daemon."
-}

diff --git a/app-misc/spacenavd/spacenavd-0.5-r4.ebuild 
b/app-misc/spacenavd/spacenavd-0.5-r4.ebuild
deleted file mode 100644
index a56f4c3e0bf..000
--- a/app-misc/spacenavd/spacenavd-0.5-r4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils linux-info toolchain-funcs udev
-
-MY_PN='spacenav'
-DESCRIPTION="The spacenavd daemon provides free alternative to the 3dxserv 
daemon"
-HOMEPAGE="http://spacenav.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}%20daemon/${PN}%20${PV}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE="X"
-
-RDEPEND="X? ( x11-apps/xdpyinfo )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   CONFIG_CHECK="~INPUT_EVDEV"
-   ERROR_CFG="Your kernel needs INPUT_EVDEV for the spacenavd to work 
properly"
-   check_extra_config
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-destdir.patch
-   epatch "${FILESDIR}"/${P}-custom-flags.patch
-   epatch "${FILESDIR}"/${P}-no-x11.patch
-}
-
-src_configure() {
-   econf \
-   --enable-opt --enable-ldopt \
-   $(use_enable X x11)
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   # Config file
-   insinto /etc
-   newins "${S}/doc/example-spnavrc" spnavrc.sample
-
-   # Init script
-   newinitd "${FILESDIR}/spnavd" spacenavd
-
-   # Install udev rule but leave activiation to the user
-   # since Xorg may be configured to grab the device already
-   insinto "$(get_udevdir)"
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/

2017-08-20 Thread Andreas Sturmlechner
commit: aafbc18dc94b70b4cf21aabadc8bd18dd2270c02
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 14:46:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 14:55:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafbc18d

app-office/skrooge: 2.9.0 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/skrooge/Manifest |  1 +
 app-office/skrooge/skrooge-2.9.0.ebuild | 96 +
 2 files changed, 97 insertions(+)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 64ef7cdcffc..0c0579e6df7 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1 +1,2 @@
 DIST skrooge-2.8.1.tar.xz 19299556 SHA256 
8f166db74a27db0ce0ea197f89dfd021224afc3e4875e36438a4496f10746460 SHA512 
864de0c9e8876b87ab4100b0d48ea8e573655ebad5175333230ff715faa46077b96e25b91e767da864196960de14df9b9fee5b561e4d51b03a80fb58a070755f
 WHIRLPOOL 
12d1455493fd32dd61cb0543a2365444f0fd1fa5b08214760f7c3b58836c3ac55a480f322cbea61eb13675b9698531fa860f8a2b4c9a915a789fc95bedc8b269
+DIST skrooge-2.9.0.tar.xz 19310412 SHA256 
ad02403026b649203f0381cc599a7754d36f41cc75cc03d14e63bfdb666e7bb5 SHA512 
cbcd1e9c00509d6aa387f83f3a245b20c856e936095d8bb16ec7ab6898131a24edda8a4e9ee20323c7d04ab56194b8d4720a77b8d10699e64e8dbacbe9bb868c
 WHIRLPOOL 
2ecc558add9160c724e2ff9623baa205e54ce45b385f63cc1d2151ce75dc79c65e7608abf419721761c19f3cffbe80a16db9876bdc4cc756d531a85a42bbec28

diff --git a/app-office/skrooge/skrooge-2.9.0.ebuild 
b/app-office/skrooge/skrooge-2.9.0.ebuild
new file mode 100644
index 000..902ff0586d5
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.9.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+QT_MINIMAL="5.7.1"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="http://www.skrooge.org/;
+[[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities designer kde ofx"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative 'widgets')
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   app-crypt/qca:2[qt5]
+   dev-db/sqlcipher
+   dev-libs/grantlee:5
+   activities? ( $(add_frameworks_dep kactivities) )
+   kde? ( $(add_frameworks_dep krunner) )
+   ofx? ( dev-libs/libofx )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kwindowsystem)
+   dev-libs/libxslt
+   virtual/pkgconfig
+   x11-misc/shared-mime-info
+   designer? (
+   $(add_frameworks_dep kdesignerplugin)
+   $(add_qt_dep designer)
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/skrooge:4
+"
+
+REQUIRED_USE="test? ( designer )"
+
+# hangs + installs files
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=$(usex test)
+   -DSKG_DESIGNER=$(usex designer)
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package kde KF5Runner)
+   $(cmake-utils_use_find_package ofx LibOfx)
+   )
+
+   kde5_src_configure
+}
+
+src_test() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=ON
+   )
+   kde5_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/

2017-08-20 Thread Michael Orlitzky
commit: db54891dc68ce65539310fefa703f82d5ce0bb2e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 20 14:49:57 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 20 14:49:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db54891d

mail-filter/spamassassin: remove redundant systemd service file lines.

This commit drops the StandardOutput=syslog and StandardError=syslog
lines from the new systemd service file. The defaults for those two
options are now "journal" which will eventually hit syslog anyway if
the user so desires. Consequently, we drop After=syslog.target too.

Thanks to grawity on Freenode for the tip.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-filter/spamassassin/files/spamassassin.service-r2 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mail-filter/spamassassin/files/spamassassin.service-r2 
b/mail-filter/spamassassin/files/spamassassin.service-r2
index ecb9ba39216..80320571784 100644
--- a/mail-filter/spamassassin/files/spamassassin.service-r2
+++ b/mail-filter/spamassassin/files/spamassassin.service-r2
@@ -1,14 +1,12 @@
 [Unit]
 Description=Spamassassin daemon
-After=syslog.target network.target
+After=network.target
 
 [Service]
 ExecStart=/usr/sbin/spamd $SPAMD_OPTS
 ExecReload=/bin/kill -HUP $MAINPID
 User=spamd
 Group=spamd
-StandardOutput=syslog
-StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/, mail-filter/spamassassin/files/

2017-08-20 Thread Michael Orlitzky
commit: 2d2b99bbe0ceafbfd2601508d9dfe67a76ec83b3
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 20 13:52:40 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 20 14:32:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2b99bb

mail-filter/spamassassin: synchronize the systemd service configuration.

This commit brings the systemd service and its configuration back in
sync with OpenRC:

  * The SPAMD_OPTS passed to the daemon now match OpenRC's.

  * We no longer pass --daemon to spamd, and thus we don't have to
specify that the daemon forks or track its PID file in the
service.

  * The "spamd" user and group are used for the service.

Gentoo-Bug: 590346

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../spamassassin/files/spamassassin.service-r2 |  14 ++
 .../files/spamassassin.service.conf-r1 |   2 +
 .../spamassassin/spamassassin-3.4.1-r14.ebuild | 242 +
 3 files changed, 258 insertions(+)

diff --git a/mail-filter/spamassassin/files/spamassassin.service-r2 
b/mail-filter/spamassassin/files/spamassassin.service-r2
new file mode 100644
index 000..ecb9ba39216
--- /dev/null
+++ b/mail-filter/spamassassin/files/spamassassin.service-r2
@@ -0,0 +1,14 @@
+[Unit]
+Description=Spamassassin daemon
+After=syslog.target network.target
+
+[Service]
+ExecStart=/usr/sbin/spamd $SPAMD_OPTS
+ExecReload=/bin/kill -HUP $MAINPID
+User=spamd
+Group=spamd
+StandardOutput=syslog
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target

diff --git a/mail-filter/spamassassin/files/spamassassin.service.conf-r1 
b/mail-filter/spamassassin/files/spamassassin.service.conf-r1
new file mode 100644
index 000..75918e824f2
--- /dev/null
+++ b/mail-filter/spamassassin/files/spamassassin.service.conf-r1
@@ -0,0 +1,2 @@
+[Service]
+Environment="SPAMD_OPTS=--max-children=5 --create-prefs --helper-home-dir"

diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r14.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.1-r14.ebuild
new file mode 100644
index 000..7c50f5140fa
--- /dev/null
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r14.ebuild
@@ -0,0 +1,242 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-functions systemd toolchain-funcs user
+
+MY_P="Mail-SpamAssassin-${PV//_/-}"
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="An extensible mail filter which can identify and tag spam"
+HOMEPAGE="http://spamassassin.apache.org/;
+SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
+
+# The Makefile.PL script checks for dependencies, but only fails if a
+# required (i.e. not optional) dependency is missing. We therefore
+# require most of the optional modules only at runtime.
+REQDEPEND="dev-lang/perl:=
+   dev-perl/HTML-Parser
+   dev-perl/Net-DNS
+   dev-perl/NetAddr-IP
+   virtual/perl-Archive-Tar
+   virtual/perl-Digest-SHA
+   virtual/perl-IO-Zlib
+   virtual/perl-Time-HiRes
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )"
+
+# SpamAssassin doesn't use libwww-perl except as a fallback for when
+# curl/wget are missing, so we depend on one of those instead. Some
+# mirrors use https, so we need those utilities to support SSL.
+#
+# re2c is needed to compile the rules (sa-compile).
+#
+# We still need the old Digest-SHA1 because razor2 has not been ported
+# to Digest-SHA.
+OPTDEPEND="app-crypt/gnupg
+   dev-perl/Digest-SHA1
+   dev-perl/Encode-Detect
+   dev-perl/Geo-IP
+   dev-perl/HTTP-Date
+   dev-perl/Mail-DKIM
+   dev-perl/Mail-SPF
+   dev-perl/Net-Patricia
+   dev-perl/Net-CIDR-Lite
+   dev-util/re2c
+   || ( net-misc/wget[ssl] net-misc/curl[ssl] )
+   virtual/perl-MIME-Base64
+   virtual/perl-Pod-Parser
+   berkdb? ( virtual/perl-DB_File )
+   ipv6? ( dev-perl/IO-Socket-INET6 )
+   ldap? ( dev-perl/perl-ldap )
+   mysql? (
+   dev-perl/DBI
+   dev-perl/DBD-mysql
+   )
+   postgres? (
+   dev-perl/DBI
+   dev-perl/DBD-Pg
+   )
+   sqlite? (
+   dev-perl/DBI
+   dev-perl/DBD-SQLite
+   )
+   ssl? ( dev-perl/IO-Socket-SSL )"
+
+DEPEND="${REQDEPEND}
+   test? (
+   ${OPTDEPEND}
+   virtual/perl-Test-Harness
+   )"
+RDEPEND="${REQDEPEND} ${OPTDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/spamassassin-3.4.1-bug_7199.patch"
+   "${FILESDIR}/spamassassin-3.4.1-bug_7223.patch"
+   "${FILESDIR}/spamassassin-3.4.1-bug_7231.patch"
+   

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

2017-08-20 Thread Michael Orlitzky
commit: 9ba052c45f3665d481b37f4e342f034dc86a3770
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 20 14:32:10 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 20 14:32:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba052c4

profiles: mask the latest mail-filter/spamassassin revision for testing.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d6dcabd9cab..7b245c3cb08 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky  (20 Aug 2017)
+# Masked until somebody who uses systemd tells me
+# I didn't break the service file or configuration.
+=mail-filter/spamassassin-3.4.1-r14
+
 # Andreas Sturmlechner  (20 Aug 2017)
 # Masked for removal in 30 days. Use kde-apps/kio-extras[mtp,slp] instead.
 kde-misc/kio-mtp



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/, mail-filter/spamassassin/

2017-08-20 Thread Michael Orlitzky
commit: 52480637e8a4cd42cb671c02fdf1c122e387a3fe
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 13 22:08:00 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 20 14:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52480637

mail-filter/spamassassin: new revision to fix tests and improve init script.

This commit adds an upstream patch to fix a test suite crash with
newer versions of perl. It also largely rewrites the init script:

  * Don't conditionally "use mysql" or "use postgres" in the
OpenRC init script. Even if SpamAssassin is installed without
e.g. MySQL support, if MySQL is present on the system, a user
might store his SpamAssassin data in it.

  * Use a declarative style and drop the custom start() and stop()
functions.

  * Run the spamd daemon as the "spamd" user.

  * Use /run/spamd.pid for the PID file to avoid a "checkpath".

Some updates were made to the ebuild to facilitate those changes:

  * Don't modify the init script for USE=mysql or USE=postgres.

  * Create a "spamd" user in pkg_preinst().

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-filter/spamassassin/files/3.4.1-spamd.init-r1 | 34 ++
 .../files/spamassassin-3.4.1-bug_7404.patch| 23 +++
 1-r12.ebuild => spamassassin-3.4.1-r13.ebuild} | 32 +++-
 3 files changed, 68 insertions(+), 21 deletions(-)

diff --git a/mail-filter/spamassassin/files/3.4.1-spamd.init-r1 
b/mail-filter/spamassassin/files/3.4.1-spamd.init-r1
new file mode 100755
index 000..5f981d8e2c3
--- /dev/null
+++ b/mail-filter/spamassassin/files/3.4.1-spamd.init-r1
@@ -0,0 +1,34 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command="/usr/sbin/spamd"
+pidfile="/run/spamd.pid"
+command_args="--username=spamd
+  --groupname=spamd
+  --pidfile=${pidfile}
+  ${SPAMD_OPTS}"
+command_args_background="--daemonize"
+
+: ${SPAMD_NICELEVEL:=0}
+start_stop_daemon_args="--nicelevel ${SPAMD_NICELEVEL}"
+
+# Retry after SPAMD_TIMEOUT seconds because spamd can take a
+# while to kill off all of its children. This was bug 322025.
+: ${SPAMD_TIMEOUT:=15}
+retry="${SPAMD_TIMEOUT}"
+
+extra_started_commands="reload"
+
+depend() {
+before mta
+use logger mysql postgres
+}
+
+reload() {
+   ebegin "Reloading configuration"
+   # Warning: reload causes the PID of the spamd process to
+   # change, but spamd does update its PID file afterwards.
+   start-stop-daemon --signal HUP --pidfile "${pidfile}"
+   eend $?
+}

diff --git a/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7404.patch 
b/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7404.patch
new file mode 100644
index 000..563110fcb1f
--- /dev/null
+++ b/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7404.patch
@@ -0,0 +1,23 @@
+--- a/lib/Mail/SpamAssassin/PerMsgStatus.pm(revision 1790817)
 b/lib/Mail/SpamAssassin/PerMsgStatus.pm(working copy)
+@@ -896,16 +896,16 @@ 
+ $str .= shift @{$ary};
+   }
+   undef $ary;
+-  chomp ($str); $str .= " [...]\n";
+ 
+   # in case the last line was huge, trim it back to around 200 chars
+   local $1;
+-  $str =~ s/^(.{,200}).*$/$1/gs;
++  $str =~ s/^(.{200}).+$/$1 [...]/gm;
++  chomp ($str); $str .= "\n";
+ 
+   # now, some tidy-ups that make things look a bit prettier
+-  $str =~ s/-Original Message-.*$//gs;
++  $str =~ s/-Original Message-.*$//gm;
+   $str =~ s/This is a multi-part message in MIME format\.//gs;
+-  $str =~ s/[-_\*\.]{10,}//gs;
++  $str =~ s/[-_*.]{10,}//gs;
+   $str =~ s/\s+/ /gs;
+ 
+   # add "Content preview:" ourselves, so that the text aligns

diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r12.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.1-r13.ebuild
similarity index 91%
rename from mail-filter/spamassassin/spamassassin-3.4.1-r12.ebuild
rename to mail-filter/spamassassin/spamassassin-3.4.1-r13.ebuild
index 02a2cce2c7e..dc35e32ce58 100644
--- a/mail-filter/spamassassin/spamassassin-3.4.1-r12.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit perl-functions systemd toolchain-funcs
+inherit perl-functions systemd toolchain-funcs user
 
 MY_P="Mail-SpamAssassin-${PV//_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -83,6 +83,7 @@ PATCHES=(
"${FILESDIR}/spamassassin-3.4.1-bug_7231.patch"
"${FILESDIR}/spamassassin-3.4.1-bug_7265.patch"
"${FILESDIR}/spamassassin-3.4.1-bug_7231-extra.patch"
+   "${FILESDIR}/spamassassin-3.4.1-bug_7404.patch"
"${FILESDIR}/spamassassin-3.4.1-perl526.patch"
 )
 
@@ -153,31 +154,14 @@ src_install () {
|| die "failed to disable plugins by default"
 
# Add the init and config scripts.
-   newinitd "${FILESDIR}/3.4.1-spamd.init" spamd
+   newinitd 

[gentoo-commits] proj/kde:master commit in: kde-apps/okteta/

2017-08-20 Thread Andreas Sturmlechner
commit: 087158913b0717829138395449726d74196b6090
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 14:26:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 14:26:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=08715891

kde-apps/okteta: Drop KDE_DESIGNERPLUGIN and do USE=designer manually

Package now deviates from the way it is done in KDE PIM.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/okteta/okteta-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/okteta/okteta-.ebuild 
b/kde-apps/okteta/okteta-.ebuild
index 03094e7d63..79b3d9e66c 100644
--- a/kde-apps/okteta/okteta-.ebuild
+++ b/kde-apps/okteta/okteta-.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 
-KDE_DESIGNERPLUGIN="true"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="optional"
 VIRTUALX_REQUIRED="test"
@@ -13,7 +12,7 @@ DESCRIPTION="KDE hexeditor"
 HOMEPAGE="https://www.kde.org/applications/utilities/okteta
 https://utils.kde.org/projects/okteta;
 KEYWORDS=""
-IUSE="crypt"
+IUSE="crypt designer"
 
 DEPEND="
$(add_frameworks_dep kbookmarks)
@@ -41,6 +40,7 @@ DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
crypt? ( app-crypt/qca:2[qt5] )
+   designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${DEPEND}"
 
@@ -48,6 +48,8 @@ src_configure() {
local mycmakeargs=(
-DOMIT_EXAMPLES=ON
$(cmake-utils_use_find_package crypt Qca-qt5)
+   $(cmake-utils_use_find_package designer Qt5Designer)
+   $(cmake-utils_use_find_package designer Qt5UiPlugin)
)
 
kde5_src_configure



[gentoo-commits] proj/kde:master commit in: eclass/

2017-08-20 Thread Andreas Sturmlechner
commit: 3dbfa804e5ce912d16939b42a9957d8c3ad33bf6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 14:02:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 14:02:52 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dbfa804

kde5.eclass: Fix KDE_DESIGNERPLUGIN for >=kde-apps-17.12

 eclass/kde5.eclass | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f26aac839b..ac14a699f7 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -209,10 +209,9 @@ case ${KDE_DESIGNERPLUGIN} in
false)  ;;
*)
IUSE+=" designer"
-   DEPEND+=" designer? (
-   $(add_frameworks_dep kdesignerplugin)
-   $(add_qt_dep designer)
-   )"
+   DEPEND+=" designer? ( $(add_frameworks_dep kdesignerplugin) )"
+   [[ ${PV} =  || ${PV} = 17.12* ]] || \
+   DEPEND+=" designer? ( $(add_qt_dep designer) )"
;;
 esac
 
@@ -614,7 +613,11 @@ kde5_src_configure() {
fi
 
if ! use_if_iuse designer && [[ ${KDE_DESIGNERPLUGIN} != false ]] ; then
-   cmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON )
+   if [[ ${PV} =  || ${PV} = 17.12* ]]; then
+   cmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_KF5DesignerPlugin=ON )
+   else
+   cmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON )
+   fi
fi
 
if [[ ${KDE_QTHELP} != false ]]; then



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/, www-servers/tomcat/files/

2017-08-20 Thread Miroslav Šulc
commit: e4293e3d5dd61dbdaec247f83c3752093e79c966
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Aug 20 13:54:16 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Aug 20 13:54:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4293e3d

www-servers/tomcat: bumped for slot 8

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-servers/tomcat/Manifest|   1 +
 .../tomcat/files/tomcat-8.0.46-build.xml.patch | 259 +
 www-servers/tomcat/tomcat-8.0.46.ebuild| 157 +
 3 files changed, 417 insertions(+)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index c20a475780f..195b548a628 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -3,6 +3,7 @@ DIST apache-tomcat-7.0.79-src.tar.gz 4682119 SHA256 
b5373951afe41ffd27348bb57cff
 DIST apache-tomcat-7.0.81-src.tar.gz 4689428 SHA256 
fca79afb210cfbc8f9ebcdebdd048ecb7ea370ac0f94040cbcc0287fe5d85e66 SHA512 
25e237aa7189cf9a9617badf8936fd7ec64550bcac3bab2e2afe51d5e199eddfe17e0d6d27ac7ebf3543d1601467fcd8362ddf9a5b708c50b223d7c8d18bbb3b
 WHIRLPOOL 
1016a02b4a30b7e02eb2f7fad3080153012dd3e3f84df34d006c89bc2c89b7b3d370334800170008482d3dbf339c62f249064eb48ab24ca17588026ba515d487
 DIST apache-tomcat-8.0.43-src.tar.gz 4962788 SHA256 
5ca1feb8ae5bd637a379ed409300fac0d463a8ec878d60f1ca54d3e7f2013f43 SHA512 
aa15046ba3404c206b7983f42837d30debca69b18b85345d1376a853ad6e9fb5c0cbf42732f835779b10d39e2eae77f6d1688dadc5280b50236bf3432e251e9b
 WHIRLPOOL 
d1517c25b56a2ef4dd41977daf4ab5639b991ce38b6f5279a4e09f9232d73625be623beb678de8b3ec4e718cb50284cbebae67726622699738ad28be6d735414
 DIST apache-tomcat-8.0.45-src.tar.gz 4978313 SHA256 
450fd2890b12e56692cb203f95651f9a873dce056b7b4362e142bc817032b291 SHA512 
80e4281f5b6e4d6bf607179840bc6cb923ea9f57ec8231a451c3b5a1f8938f72ec1097290059afba0ef7b56edeb56d63636849517b69b91c7093cb15ff0eaa04
 WHIRLPOOL 
c893cd5c26637f8881c19353e269145e33fa11e02eb10ef93a41590ad2e1e6c6ffa1b3f6c3c7c318630765f666be07447fd3a21c70c2c381e75c458b60383ea0
+DIST apache-tomcat-8.0.46-src.tar.gz 4985079 SHA256 
b5b9e560b3f75dd68b3103915c754ac47cf526f26f18cd6e9baba9580be25161 SHA512 
9adbea9faf61f782ede1c657e833dea55ad1b4a874a1eb9801eab82acde847e7f08ff7a49b3389b9d0683d185c6d4981f9f8d2f607f68c077a682af508d5
 WHIRLPOOL 
eafb2768555261836b04f12f95ba2755d2a7ef98754a5a009099e377220dff1251c6ad1cbe672764787c485b3f922bf1fda8db663890db36e356e7a5139b83e9
 DIST apache-tomcat-8.5.16-src.tar.gz 5054513 SHA256 
0dd3589779bd43624a6027ec5e26262d10128dd46dcd08ed4107b8f453416c23 SHA512 
187f32ebeeca9099f2bf679613dd89198268d361d352550e09db23ef8df483543ec67604c58ddebb8259c46ab510519e8fa75a803d2e86ab815b231ae327222e
 WHIRLPOOL 
d241aed38921a76f75451f7d3c676e97548b843bec724c8c80a6534638cd27095f4ba790cbef56c8913cd6d96e63536855359c5a271aa41c7d3b97e25de26253
 DIST apache-tomcat-8.5.20-src.tar.gz 5063310 SHA256 
6bc40ae61b77906325bf8bdb2b0767aeb96f4c5a7a9b618aa496db59387d6610 SHA512 
dea3095792de76a3a56bd6fd6c9ed5702ca539856d0e07a5de2600f456e7255929d14748a2dc9b3c626b3a67aaac8795ef3f5a6a1351991a0e89443e0c9d0807
 WHIRLPOOL 
1924f12c5068574424587d5b8b7261efb7496dbc53915d8cb2558b4a643aedecc98823ac7dec238fe7cb1a1874734e05de2dc6b7b28e48ffdae9e8c5c586e895
 DIST apache-tomcat-9.0.0.M26-src.tar.gz 5011957 SHA256 
02ba2c9a3a2d78994fc14f2b304c3b3f46615538a48a9193e475b08565cb9b7e SHA512 
8c25932aa244edb46eee26aa837636e78c8104ca6617cb5ba924e0e45c2f9dbcd7d196ddf69ee2f1c1b6053dda818a3b92f8f46c156f3048c46cee919fc22c13
 WHIRLPOOL 
11e00a6e6a5822bd4e357e375b026dd732bf33319e30dde25f11bc1b4617be3ce6d4976870f725e56646e5ffee92acb6fc23f46b53a46ebbf6c53707ea07

diff --git a/www-servers/tomcat/files/tomcat-8.0.46-build.xml.patch 
b/www-servers/tomcat/files/tomcat-8.0.46-build.xml.patch
new file mode 100644
index 000..cefd59f55ae
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-8.0.46-build.xml.patch
@@ -0,0 +1,259 @@
+diff --git a/apache-tomcat-8.0.36-src/build.xml 
b/apache-tomcat-8.0.36-src/build.xml
+index 1ba0dae..81a0a2c 100644
+--- a/apache-tomcat-8.0.36-src/build.xml
 b/apache-tomcat-8.0.36-src/build.xml
+@@ -701,24 +701,29 @@
+   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
+ 
+ 
++
+ 
++
+ 
+ 
++
+ 
+ 
+ 
+-
++
+ 
+ 
+   
+@@ -1053,7 +1058,7 @@
+ 
+   
+ 
+-
++
+ 
+ 
+ 
+@@ -1087,7 +1092,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+ 
++
+ 
+@@ -1594,7 +1600,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1733,7 +1739,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1928,6 +1934,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
+ 
+   
++
+ 
+ 
+   
++
+   
+   

[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2017-08-20 Thread Miroslav Šulc
commit: a2b604a5a09feaa04f9ae1aa6e83203321f677b1
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Aug 20 13:53:25 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Aug 20 13:53:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b604a5

dev-java/tomcat-servlet-api: bumped for main version 8.0.x

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-java/tomcat-servlet-api/Manifest   |  1 +
 .../tomcat-servlet-api-8.0.46.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 239d3bc5ce2..2f686d2be9a 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -9,6 +9,7 @@ DIST apache-tomcat-7.0.79-src.tar.gz 4682119 SHA256 
b5373951afe41ffd27348bb57cff
 DIST apache-tomcat-7.0.81-src.tar.gz 4689428 SHA256 
fca79afb210cfbc8f9ebcdebdd048ecb7ea370ac0f94040cbcc0287fe5d85e66 SHA512 
25e237aa7189cf9a9617badf8936fd7ec64550bcac3bab2e2afe51d5e199eddfe17e0d6d27ac7ebf3543d1601467fcd8362ddf9a5b708c50b223d7c8d18bbb3b
 WHIRLPOOL 
1016a02b4a30b7e02eb2f7fad3080153012dd3e3f84df34d006c89bc2c89b7b3d370334800170008482d3dbf339c62f249064eb48ab24ca17588026ba515d487
 DIST apache-tomcat-8.0.43-src.tar.gz 4962788 SHA256 
5ca1feb8ae5bd637a379ed409300fac0d463a8ec878d60f1ca54d3e7f2013f43 SHA512 
aa15046ba3404c206b7983f42837d30debca69b18b85345d1376a853ad6e9fb5c0cbf42732f835779b10d39e2eae77f6d1688dadc5280b50236bf3432e251e9b
 WHIRLPOOL 
d1517c25b56a2ef4dd41977daf4ab5639b991ce38b6f5279a4e09f9232d73625be623beb678de8b3ec4e718cb50284cbebae67726622699738ad28be6d735414
 DIST apache-tomcat-8.0.45-src.tar.gz 4978313 SHA256 
450fd2890b12e56692cb203f95651f9a873dce056b7b4362e142bc817032b291 SHA512 
80e4281f5b6e4d6bf607179840bc6cb923ea9f57ec8231a451c3b5a1f8938f72ec1097290059afba0ef7b56edeb56d63636849517b69b91c7093cb15ff0eaa04
 WHIRLPOOL 
c893cd5c26637f8881c19353e269145e33fa11e02eb10ef93a41590ad2e1e6c6ffa1b3f6c3c7c318630765f666be07447fd3a21c70c2c381e75c458b60383ea0
+DIST apache-tomcat-8.0.46-src.tar.gz 4985079 SHA256 
b5b9e560b3f75dd68b3103915c754ac47cf526f26f18cd6e9baba9580be25161 SHA512 
9adbea9faf61f782ede1c657e833dea55ad1b4a874a1eb9801eab82acde847e7f08ff7a49b3389b9d0683d185c6d4981f9f8d2f607f68c077a682af508d5
 WHIRLPOOL 
eafb2768555261836b04f12f95ba2755d2a7ef98754a5a009099e377220dff1251c6ad1cbe672764787c485b3f922bf1fda8db663890db36e356e7a5139b83e9
 DIST apache-tomcat-8.5.11-src.tar.gz 4996153 SHA256 
81fb94243600d950375c4622f76b39c06c5615b7a8a6f70d387ea249bed1dddf SHA512 
d1a9513535773805c26825f8843fa502e044c9f1ccc22176db5418a7a0abb6d1bcff3db401b449a5867065359abbc8277d14085d807fe00c95dd267d9091620d
 WHIRLPOOL 
41ff9daec144c2481d3bb7a49bcd071eb2d21b34c11356a9911a139b404779971c31282f73b7b336b7e02d16156749e8e816dca8d5c727ef871ff0216577398d
 DIST apache-tomcat-8.5.16-src.tar.gz 5054513 SHA256 
0dd3589779bd43624a6027ec5e26262d10128dd46dcd08ed4107b8f453416c23 SHA512 
187f32ebeeca9099f2bf679613dd89198268d361d352550e09db23ef8df483543ec67604c58ddebb8259c46ab510519e8fa75a803d2e86ab815b231ae327222e
 WHIRLPOOL 
d241aed38921a76f75451f7d3c676e97548b843bec724c8c80a6534638cd27095f4ba790cbef56c8913cd6d96e63536855359c5a271aa41c7d3b97e25de26253
 DIST apache-tomcat-8.5.20-src.tar.gz 5063310 SHA256 
6bc40ae61b77906325bf8bdb2b0767aeb96f4c5a7a9b618aa496db59387d6610 SHA512 
dea3095792de76a3a56bd6fd6c9ed5702ca539856d0e07a5de2600f456e7255929d14748a2dc9b3c626b3a67aaac8795ef3f5a6a1351991a0e89443e0c9d0807
 WHIRLPOOL 
1924f12c5068574424587d5b8b7261efb7496dbc53915d8cb2558b4a643aedecc98823ac7dec238fe7cb1a1874734e05de2dc6b7b28e48ffdae9e8c5c586e895

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

[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/

2017-08-20 Thread Keri Harris
commit: 5e94a5ae4a92f93f47b7355a53e30ae4c266fe7f
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Aug 20 13:21:38 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Aug 20 13:21:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e94a5ae

dev-lang/swi-prolog: remove old 7.5 development versions

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest |   3 -
 dev-lang/swi-prolog/swi-prolog-7.5.10.ebuild | 144 ---
 dev-lang/swi-prolog/swi-prolog-7.5.8.ebuild  | 144 ---
 dev-lang/swi-prolog/swi-prolog-7.5.9.ebuild  | 144 ---
 4 files changed, 435 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index e1c5af73d30..e91a33517b8 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -4,8 +4,5 @@ DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 SHA256 
c11e48122dc468f21e08d
 DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
 WHIRLPOOL 
de695c8e0317921dcc13898f7a3c88d1012e3f87f633cd25766ca5cb6637b29ca81b9245d015614089291a7d9abd0d8c7109ccae1df9297d78301d241cb258b3
 DIST swipl-7.4.1.tar.gz 16498678 SHA256 
891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 WHIRLPOOL 
5605043173e6bbebed316504b3eb20a0ccc4891d25ae7a7eafc7de6eadef1688367a524e1d81fd0c1ff427e1ece3929bbf7114deb6056b12b3c3ce2196ed
 DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 WHIRLPOOL 
2dad1a5e7ae3670b3a3965010d60420a27cb9623b35cdee83360f6f3a4fadc3dbf2a91fd3e7178b59c9b81723dfe6036fb968953218e7611179b52117a16cb19
-DIST swipl-7.5.10.tar.gz 16734839 SHA256 
365941d9863a22949b42a2e0494f4209e96429e2c93f93b369fc9f4512525ddf SHA512 
b406fb56f4bdc06e930d7df199fc7f6046634a24ae5545b4721511a588503b64cf7cdbc8579257886f75b3bd5dfec5056f47cf41d51ffc0f0e1e6c7218892ed9
 WHIRLPOOL 
25c1c2f3bac86c0632ecf0ec27449d19ba51429dbc05ce35d714b1c954098e38f35e4957b2a572451e7b35686ca657cd25e6da470e9429cbeba9c319d39e7756
 DIST swipl-7.5.11.tar.gz 16739697 SHA256 
ab8a21ef88e410fc8dfb421bcba7884687fdf08ed85c191e51d806aa831d95e9 SHA512 
85d7b4c00b812e5f9a07d89d93efb4c444237b30aa8046a243990f08176fd41414864ec31d0bcb8bc65c41a16dca75846f8196af5540e9abe977cd7ee26a00c2
 WHIRLPOOL 
5156e832dfd791d3100b4116c8628218b07ebd5c243716a5c5255e9347e2c1f0a83e250746831e200f6020f9bbdcb3c5e5678635dd0c14301639f386dfd12726
 DIST swipl-7.5.12.tar.gz 16758868 SHA256 
19564f75d1041e14c3f20d0bee70b90b420115819dd5876cbc9ade9c456a9708 SHA512 
ed4dd09790e02409aac841b8b2de10d2514163b8ddf5c5e51884daefff764cb26a20d4d43e60887e0e5a78d2a784930c258f2722710d216492f4946adf5fbe22
 WHIRLPOOL 
858a5fc9ed9b8b7387f60ff295086cf3aab80a1d007163873b7cc831f0c4c7de4cb519c3f16a5bea0899f2737b24bc25c2074c022ac6aa2cfa94683fa3da2a38
-DIST swipl-7.5.8.tar.gz 16689471 SHA256 
a02c42506fb5d071c51ddf139fc2ca1d66e9067e24cde5179824381a27c66ccd SHA512 
5e494ac0e0389e43c57daf266f1dd0d04c0c7201f3030640b7876fe2f2fb01d6b22a3688213adb45919efd6c05e4c9f67ed9a626ae57bd2ca889c27a3cec3a38
 WHIRLPOOL 
57ea21a2300f1ad56b6cad5097214c4bc5eb8cafa1c32c29047bd71874b955d30e25b4d2bcd51ddcae2ce3e27bef643b3ee249089dd7d15f9f56afddc9d43f98
-DIST swipl-7.5.9.tar.gz 16699493 SHA256 
10064a729b8f8647d9d3544880dd0669b24025448da5e0cab77b2942e69dc7de SHA512 
0ed3bf2a7bdd510fa23afe4c435e59934eb5149086377b776a1483de915227f13a646c15db1e8c427f734b2f548916bc3867245c34cb0b234e19af0e92a24a6a
 WHIRLPOOL 
b1512fbca346a9e18d90a5c8079fe5a80804b7f94ba22f64770ae56bf673ce0e2c7153d3d21d128e220d03ff614119e95e11aea2a926a65d81475fab99b8032d

diff --git a/dev-lang/swi-prolog/swi-prolog-7.5.10.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.5.10.ebuild
deleted file mode 100644
index ece2fd907ab..000
--- a/dev-lang/swi-prolog/swi-prolog-7.5.10.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic java-pkg-opt-2 multilib
-
-PATCHSET_VER="0"
-
-DESCRIPTION="free, small, and standard compliant Prolog compiler"
-HOMEPAGE="http://www.swi-prolog.org/;
-SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
-
-RDEPEND="sys-libs/ncurses:=
-   archive? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/

2017-08-20 Thread Keri Harris
commit: 4d4d8b85167ff808f9d989554c20d1cdbc00a226
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Aug 20 13:19:57 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Aug 20 13:19:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4d8b85

dev-lang/swi-prolog: bump 7.5 development version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest |   1 +
 dev-lang/swi-prolog/swi-prolog-7.5.12.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index e39da922c73..e1c5af73d30 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -6,5 +6,6 @@ DIST swipl-7.4.1.tar.gz 16498678 SHA256 
891e314e8f5d856ef71d8bbce5d255a18b0c8f22
 DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 WHIRLPOOL 
2dad1a5e7ae3670b3a3965010d60420a27cb9623b35cdee83360f6f3a4fadc3dbf2a91fd3e7178b59c9b81723dfe6036fb968953218e7611179b52117a16cb19
 DIST swipl-7.5.10.tar.gz 16734839 SHA256 
365941d9863a22949b42a2e0494f4209e96429e2c93f93b369fc9f4512525ddf SHA512 
b406fb56f4bdc06e930d7df199fc7f6046634a24ae5545b4721511a588503b64cf7cdbc8579257886f75b3bd5dfec5056f47cf41d51ffc0f0e1e6c7218892ed9
 WHIRLPOOL 
25c1c2f3bac86c0632ecf0ec27449d19ba51429dbc05ce35d714b1c954098e38f35e4957b2a572451e7b35686ca657cd25e6da470e9429cbeba9c319d39e7756
 DIST swipl-7.5.11.tar.gz 16739697 SHA256 
ab8a21ef88e410fc8dfb421bcba7884687fdf08ed85c191e51d806aa831d95e9 SHA512 
85d7b4c00b812e5f9a07d89d93efb4c444237b30aa8046a243990f08176fd41414864ec31d0bcb8bc65c41a16dca75846f8196af5540e9abe977cd7ee26a00c2
 WHIRLPOOL 
5156e832dfd791d3100b4116c8628218b07ebd5c243716a5c5255e9347e2c1f0a83e250746831e200f6020f9bbdcb3c5e5678635dd0c14301639f386dfd12726
+DIST swipl-7.5.12.tar.gz 16758868 SHA256 
19564f75d1041e14c3f20d0bee70b90b420115819dd5876cbc9ade9c456a9708 SHA512 
ed4dd09790e02409aac841b8b2de10d2514163b8ddf5c5e51884daefff764cb26a20d4d43e60887e0e5a78d2a784930c258f2722710d216492f4946adf5fbe22
 WHIRLPOOL 
858a5fc9ed9b8b7387f60ff295086cf3aab80a1d007163873b7cc831f0c4c7de4cb519c3f16a5bea0899f2737b24bc25c2074c022ac6aa2cfa94683fa3da2a38
 DIST swipl-7.5.8.tar.gz 16689471 SHA256 
a02c42506fb5d071c51ddf139fc2ca1d66e9067e24cde5179824381a27c66ccd SHA512 
5e494ac0e0389e43c57daf266f1dd0d04c0c7201f3030640b7876fe2f2fb01d6b22a3688213adb45919efd6c05e4c9f67ed9a626ae57bd2ca889c27a3cec3a38
 WHIRLPOOL 
57ea21a2300f1ad56b6cad5097214c4bc5eb8cafa1c32c29047bd71874b955d30e25b4d2bcd51ddcae2ce3e27bef643b3ee249089dd7d15f9f56afddc9d43f98
 DIST swipl-7.5.9.tar.gz 16699493 SHA256 
10064a729b8f8647d9d3544880dd0669b24025448da5e0cab77b2942e69dc7de SHA512 
0ed3bf2a7bdd510fa23afe4c435e59934eb5149086377b776a1483de915227f13a646c15db1e8c427f734b2f548916bc3867245c34cb0b234e19af0e92a24a6a
 WHIRLPOOL 
b1512fbca346a9e18d90a5c8079fe5a80804b7f94ba22f64770ae56bf673ce0e2c7153d3d21d128e220d03ff614119e95e11aea2a926a65d81475fab99b8032d

diff --git a/dev-lang/swi-prolog/swi-prolog-7.5.12.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.5.12.ebuild
new file mode 100644
index 000..ece2fd907ab
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.5.12.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-proto/xproto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+
+src_prepare() {
+   EPATCH_FORCE=yes
+   EPATCH_SUFFIX=patch
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   epatch 

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

2017-08-20 Thread Ian Whyman
commit: 5ba4a469022dd7f5a0ddb9cc7cb39f05e21db3cc
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Aug 20 12:24:05 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Aug 20 12:24:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba4a469

net-libs/libupnp: Version bump

Slot manually as they have removed it upstream

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libupnp/Manifest |  1 +
 net-libs/libupnp/libupnp-1.8.2.ebuild | 70 +++
 net-libs/libupnp/metadata.xml |  4 +-
 3 files changed, 74 insertions(+), 1 deletion(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 1de712d79f1..7f605e1fa02 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,3 +1,4 @@
 DIST libupnp-1.6.21.tar.bz2 1245353 SHA256 
af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b SHA512 
65a2989497b941dfa1f7ac09fe44267de4a5231af25a304f0f6e754c7cbb578bdcb3c500188b5ebfbff9f579099db7501817d45e1724ef8e384d6d918bcdcdeb
 WHIRLPOOL 
b4869189054ac00d57394e0919ad2f672af64f2c2b0ecc676c2b3fc4a3c22caa25ac38b57bbb5cf1ef12a5857b4cdfd450c6bd5955a5eacaf8bdf95a058c9dab
 DIST libupnp-1.6.22.tar.bz2 1242211 SHA256 
0bdfacb7fa8d99b78343b550800ff193264f92c66ef67852f87f042fd1a1ebbc SHA512 
abf7265155fb819e971e27dd25fd3f8143c04d6373b1b4a2769de9fadbbd3a012758acda866511a443f7e159b66068d9f7f99072c509a8fa06bcfe1275bdd9af
 WHIRLPOOL 
e3bfd207adff942d1a60337fb5ff00d2e4a4d52073724fb19415f14aa2def746706d863360779b00d842756ea6d809d5cf2f3cde910a3863398cbcfe49957bec
 DIST libupnp-1.8.1.tar.gz 1363979 SHA256 
0569e6afd979baa4e533312cb682394cea5b2638b8b412623e28943103593ea0 SHA512 
7dd90f0c0332e7171d96a37a50223e18d5325ac1dd8dbe04fadac4655ad7c4d8443c52f904aaa35d3f12d2abd9ee2690ba990d0a93b15cbebb4d3de35d25ffe4
 WHIRLPOOL 
184e8844fab6a7a04d902d77c9b28141cdb15e4026b1b45105aabcf7616c2f6bbffa81fe14a1e6ddcd3f6494d9505f8f2cf190bf00fa341ca7192668e46e732d
+DIST libupnp-1.8.2.tar.gz 1379953 SHA256 
438ad86bfd933cb1e9be1c41bf3bd69f049daba11d71bbb5d715336e00106cb4 SHA512 
026f2568a1ffa56a3a0ebc823b126dceabb7e821acb6db52fbca02c4c02febd5508cb644cd2ac51f65397c3248a22340b3673069951e97dcdd22d4cc321d4511
 WHIRLPOOL 
f1c1c18300ff597cf57837def8f35289aca7a85fa0e86d8307e3859c8eb55a011bf3c37b372aaebb73c79f95283d0f6964a555ba1353ab28f6c706bbf30fd8ad

diff --git a/net-libs/libupnp/libupnp-1.8.2.ebuild 
b/net-libs/libupnp/libupnp-1.8.2.ebuild
new file mode 100644
index 000..4e724b79fc2
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.8.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic autotools vcs-snapshot
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/;
+SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="1.8"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
+
+DOCS="NEWS README.md ChangeLog"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.19-docs-install.patch
+   "${FILESDIR}"/${PN}-1.6.21-cflags.patch
+)
+
+src_prepare() {
+   default
+
+   # fix tests
+   chmod +x ixml/test/test_document.sh || die
+
+   eautoreconf
+}
+
+src_configure() {
+   use x86-fbsd && append-flags -O1
+   # w/o docdir to avoid sandbox violations
+   econf $(use_enable debug) \
+   $(use_enable blocking-tcp blocking-tcp-connections) \
+   $(use_enable ipv6) \
+   $(use_enable reuseaddr) \
+   $(use_enable static-libs static) \
+   $(use_enable samples) \
+   $(use_with doc documentation "${EPREFIX}/usr/share/doc/${PF}")
+}
+
+src_install () {
+   default
+
+   use static-libs || prune_libtool_files
+
+   # Slot samples
+   if $(use samples); then
+   for bin in combo ctrlpt device ; do
+   newbin "upnp/sample/.libs/tv_$bin" "tv_$bin-${SLOT}"
+   done
+   fi
+
+   # Slot includes
+   cd "${D}/usr/include" || die
+   mv upnp "upnp-${SLOT}" || die
+
+   # Slot pkgconfig
+   cd "${D}/usr/$(get_libdir)/pkgconfig" || die
+   mv libupnp.pc "libupnp-${SLOT}.pc" || die
+   sed -i "s#/upnp#/upnp-${SLOT}#" "libupnp-${SLOT}.pc" || die
+
+   # Slot symlinks
+   cd "${D}/usr/$(get_libdir)" || die
+   mv libupnp.so "libupnp-${SLOT}.so" || die
+   mv libixml.so "libixml-${SLOT}.so" || die
+}

diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml
index 4c6479b76fb..53c42dd9025 100644
--- a/net-libs/libupnp/metadata.xml
+++ b/net-libs/libupnp/metadata.xml
@@ -14,6 +14,8 @@
 mrjimenez/pupnp
   
   
-   Allow clean restarts by binding the socket with 
SO_REUSEADDR.
+Allow clean restarts by binding the 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hexpat/

2017-08-20 Thread Sergei Trofimovich
commit: f49b572487044b635dadd0db10851963ab42ffda
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 20 11:36:34 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 20 11:36:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49b5724

dev-haskell/hexpat: bump up to 0.20.13

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-haskell/hexpat/Manifest  |  1 +
 dev-haskell/hexpat/hexpat-0.20.13.ebuild | 34 
 dev-haskell/hexpat/metadata.xml  |  3 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-haskell/hexpat/Manifest b/dev-haskell/hexpat/Manifest
index 887ad13a540..28adfc9ef74 100644
--- a/dev-haskell/hexpat/Manifest
+++ b/dev-haskell/hexpat/Manifest
@@ -1,3 +1,4 @@
 DIST hexpat-0.20.10.tar.gz 132682 SHA256 
39e6a1a30e80873165c3287a5b84de325c0b1dee1ddfd271daa360c1b15e0e2e SHA512 
aa230d3e002bc74d7f8c9d72eb373f63ec62f391b855119b1163504c2d4ef54ec555f9f56983f02d9268ca8615415ffee2466f404adca6393b2114b0f8f9001b
 WHIRLPOOL 
c7a688307aedfab8564d2497cc02f2f56207b95a35bc93fd73d303b88df00e7b9fe4ff781f07be9a2febce490b6d722e5c802e3c1906378a64693f5054cb96a2
 DIST hexpat-0.20.11.tar.gz 143476 SHA256 
2e38de0ae39cf00c1c5c2f755e249ccd51d6945a98b77a9648d333fa227ca467 SHA512 
c1cb174ad8668826b3b45909589ad339683a54e9fe3c4df246530c2510a5f72b98edd66bd2730478809b3dfd7e98a6bfebec2d88871dc433ef794038988dd982
 WHIRLPOOL 
f9d4bf6f2b49434e3c48685ef28c0541b587242db89b704dd4ef10fd3e25572e82fe89ca7cacecdf69c27e7b82ae2ed63bd786053b120b2b290b9f436d6bbc11
+DIST hexpat-0.20.13.tar.gz 143733 SHA256 
46e1a0e651c1603c1f064c6ca8d4c66cb27e7a66974bfb45ecaa8f9ccc753fd1 SHA512 
900abcb599bd66856c822b791222a814cc6293d655f45c4295e991ba74f750a80fd1c3993a0dfd943de6a83e90a5905711a7ce9c599471b043b10f661ca5a598
 WHIRLPOOL 
082d77e2d167f87959528366f7626f00b60d259f47c36c6fd2abf19fd241b28a62567559a3abeda6ea5cf0ac9aab9cd4aecb278f0a9a793f6f5906973a9b10dc
 DIST hexpat-0.20.9.tar.gz 132649 SHA256 
5d1c075f1ae00be2e80c0018b522a351b2f4ef73b9baca1113ee80e554449d9d SHA512 
619bf92d60f2d43c11861507daf6f93716b5ed5c1fc1957a27470b65264d7c0b5edb3f6e2a1a9d25cd5d7edd8146abaf5cbb772f2d84dacd9f2fe9913b81b543
 WHIRLPOOL 
b8be8167a12d9fbbd437c657d64564d9f510d2e7c0af5ccb1bbbd42168b6557dc692117213ed43f1af6fdd46870444a3db1f6a083e70f6904329a485e4683c6c

diff --git a/dev-haskell/hexpat/hexpat-0.20.13.ebuild 
b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
new file mode 100644
index 000..0ea6497b4e0
--- /dev/null
+++ b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.3.
+#hackport: flags: bundle:bundled-expat
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="XML parser/formatter based on expat"
+HOMEPAGE="http://haskell.org/haskellwiki/Hexpat/;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="bundled-expat"
+
+RDEPEND=">=dev-haskell/list-0.4.2:=[profile?] =dev-haskell/text-0.5.0.0:=[profile?] 
=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-lang/ghc-7.8.2:=
+   !bundled-expat? ( dev-libs/expat )
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag bundled-expat bundle)
+}

diff --git a/dev-haskell/hexpat/metadata.xml b/dev-haskell/hexpat/metadata.xml
index f8ee4863121..f816e0717e8 100644
--- a/dev-haskell/hexpat/metadata.xml
+++ b/dev-haskell/hexpat/metadata.xml
@@ -8,6 +8,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+Use bundled expat instead of 
dev-libs/expat
+   

This package provides a general purpose Haskell XML library 
using Expat to
do its parsing (http://expat.sourceforge.net/; - a fast 
stream-oriented XML



[gentoo-commits] proj/kde:master commit in: media-sound/babe/

2017-08-20 Thread Andreas Sturmlechner
commit: 48f1d7cd34e63de913fbed92de11b740939a9e73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 14:39:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 11:12:20 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=48f1d7cd

media-sound/babe: New package

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-sound/babe/babe-.ebuild | 31 +++
 media-sound/babe/metadata.xml |  8 
 2 files changed, 39 insertions(+)

diff --git a/media-sound/babe/babe-.ebuild 
b/media-sound/babe/babe-.ebuild
new file mode 100644
index 00..c5d8093a29
--- /dev/null
+++ b/media-sound/babe/babe-.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Tiny Qt music player by KDE"
+HOMEPAGE="https://milohr.github.io/BabeIt/;
+LICENSE="GPL-3+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep ki18n)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtmultimedia)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   media-libs/taglib
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test"

diff --git a/media-sound/babe/metadata.xml b/media-sound/babe/metadata.xml
new file mode 100644
index 00..2fdbf33d96
--- /dev/null
+++ b/media-sound/babe/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+



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

2017-08-20 Thread Michał Górny
commit: d7cca9a48d9a39ea8e6872081ef90a3c6c541162
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 07:49:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 11:04:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cca9a4

dev-python/pandocfilters: Remove unnecessary dep on pandoc

Remove the unnecessary dependency on app-text/pandoc. While this package
is providing filters that work with its output, it does not strictly use
pandoc in any way or require its presence.

Considering that pandoc is written in Haskell and this package is
an indirect unconditional dependency of dev-python/ipython now, remove
the dependency that causes users to install a number of additional
packages that they will not ever use or need.

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

 dev-python/pandocfilters/pandocfilters-1.2.4.ebuild| 3 ---
 dev-python/pandocfilters/pandocfilters-1.4.1.ebuild| 3 ---
 .../{pandocfilters-1.4.2.ebuild => pandocfilters-1.4.2-r1.ebuild}  | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild
index effa7931f78..a41384bd497 100644
--- a/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild
@@ -15,6 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
-
-RDEPEND="<=app-text/pandoc-1.15"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild
index cf7c0f9f7d2..a41384bd497 100644
--- a/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild
@@ -15,6 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
-
-RDEPEND=">=app-text/pandoc-1.16"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild
similarity index 88%
rename from dev-python/pandocfilters/pandocfilters-1.4.2.ebuild
rename to dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild
index 6af398b627e..825584707ea 100644
--- a/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild
@@ -15,6 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
-
-RDEPEND=">=app-text/pandoc-1.16"
-DEPEND="${RDEPEND}"



[gentoo-commits] proj/portage:master commit in: /

2017-08-20 Thread Zac Medico
commit: d973f84ee797d49b58d60ce91200ffb37c39e771
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Aug 17 00:06:03 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 20 10:27:23 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d973f84e

Updates for portage-2.3.8 release

 RELEASE-NOTES | 7 +++
 setup.py  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a8f9ae6d7..ddd2308a3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.8
+==
+* Bug Fixes:
+- Bug 628010 quickpkg: revert accidental changes to "protect" function
+- Bug 628060 quickpkg: revert premature return from quickpkg_atom
+
+
 portage-2.3.7
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index a73dc2e63..158c21e45 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.7',
+   version = '2.3.8',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



[gentoo-commits] proj/portage: New tag: portage-2.3.8

2017-08-20 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 20 10:25:11 2017 +

New tag: portage-2.3.8




[gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-what/

2017-08-20 Thread Gilles Dartiguelongue
commit: 677ffad1bf2a6d7e5037599fece54f41c50fbb2f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 09:03:37 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 10:13:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677ffad1

app-emulation/virt-what: version bump 1.15 → 1.18

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/virt-what/Manifest  |  1 +
 app-emulation/virt-what/virt-what-1.18.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emulation/virt-what/Manifest b/app-emulation/virt-what/Manifest
index f32b238dee1..b2042c8bd0b 100644
--- a/app-emulation/virt-what/Manifest
+++ b/app-emulation/virt-what/Manifest
@@ -1,2 +1,3 @@
 DIST virt-what-1.12.tar.gz 147144 SHA256 
2592082f5b2caa93d3967b7c275a3afabfe49de9f051fdf0da6ded59e2c11b1c SHA512 
629e452419a01b86cd5442c4294b5aea6fc475522d7a350ac8e727b59e63948915c755fe6cae16f7824749059662bb0fbd4557a2aa56c098b407037a35881735
 WHIRLPOOL 
a3f9a519c183950a766fe407f8e814a131e2586d738fa0fdbf341d0755bbf726e58da9cde594a8b7c32b9c27094c442ff95b6d3e5adaf92b57d96710383453d3
 DIST virt-what-1.15.tar.gz 163117 SHA256 
7ab9220d4682eadf9139c6afe62d33ebd273fff69e49054279caba5514937c41 SHA512 
b85d02eb632328031be93dd33be1e42603e55182c4458fca9b9d98465ff7487fc399d01ebd117a8311960091c1b166547380b9a54c0054ebf2c0aa454d9a41e5
 WHIRLPOOL 
6d5d439f5617ef80f4cdda752717cce7025669e518f6fb327a5e7595935153ba58ea8271e4ed84c203d3888b877f60ae136f54aca97bd4f79a1cc18bf2365480
+DIST virt-what-1.18.tar.gz 173703 SHA256 
bc42dd8214a6f30a1e6f2478faf12c41ecf0a0c8b9e493241f02416ae28162f4 SHA512 
8085a38111d5664f411f5bb9d2ee221bc22e5b0f2d993e8d518718b3f63b16ba73e052b1623c090493cf8fef52fd237ba823377503a32b4b7d03cc5380d5c613
 WHIRLPOOL 
e5b496a0cabc65ec9553a6fd55d4a30e8f7501683af384107a40999c4c393ebc21dae37a67a1f377bb224f5e369af281a44adc468ba68072f2b137cb9d66c6f1

diff --git a/app-emulation/virt-what/virt-what-1.18.ebuild 
b/app-emulation/virt-what/virt-what-1.18.ebuild
new file mode 100644
index 000..e951b67399e
--- /dev/null
+++ b/app-emulation/virt-what/virt-what-1.18.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Detects if the current machine is running in a virtual machine"
+HOMEPAGE="https://people.redhat.com/~rjones/virt-what/;
+SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="dmi"
+
+DEPEND="dev-lang/perl"
+RDEPEND="app-shells/bash
+   dmi? ( sys-apps/dmidecode )"
+
+src_prepare() {
+   default
+
+   # Pretends to be POSIX sh while it is not
+   sed -e 's:/bin/sh:/bin/bash:' -i virt-what.in || die
+}



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

2017-08-20 Thread Gilles Dartiguelongue
commit: 6478837e378d83cfd009067dc7ca22cb86212b70
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 09:18:19 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 10:13:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6478837e

sys-apps/accountsservice: version bump 0.6.43-r1 → 0.6.45

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/accountsservice/Manifest  |  1 +
 .../accountsservice/accountsservice-0.6.45.ebuild  | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sys-apps/accountsservice/Manifest 
b/sys-apps/accountsservice/Manifest
index 98ff97fbeb3..f9d97087dd8 100644
--- a/sys-apps/accountsservice/Manifest
+++ b/sys-apps/accountsservice/Manifest
@@ -1 +1,2 @@
 DIST accountsservice-0.6.43.tar.xz 381008 SHA256 
ed3ba94aa38ceb822a0e1a1ac71bf1a8123babf90be049397b3a00900e48d6cc SHA512 
0673430b7e5fd726397a9358d60d5c34542afaa786b795d3c8b544dc2bdab151c74f9a3daa4bcd94dc7669400a78cd4cddc453cad78ee8e431bf7c1f417138e2
 WHIRLPOOL 
e704d9dcb5b7c0c6ee7c1ab5ed310ab2428e94d061663367f213c5903f68768680492d651524ef1e7594417335de529463d63b8d8a4d1cc8b6445358f1b97a33
+DIST accountsservice-0.6.45.tar.xz 382740 SHA256 
fb0fc293aa75d59f5ef5db719d37a21831c4dd74a97526ee7e51ce936311ef26 SHA512 
09975f9fa03a3177d923de6d6f6e6acfffeb2ff4924c45eaac78c994c16974427c8e936a87034747ba494d2bb3df6e8a92ff44db387761b06e06e311d7cf105a
 WHIRLPOOL 
5dce6fc957da0d039f03ba0f9bf06710ecf4d39d81cd6d745bea5358b7bfb582d124a43f7df7603b61d699337ff29c7b0e3c8296da865aa6f260f566e8f86145

diff --git a/sys-apps/accountsservice/accountsservice-0.6.45.ebuild 
b/sys-apps/accountsservice/accountsservice-0.6.45.ebuild
new file mode 100644
index 000..fb05d15bebc
--- /dev/null
+++ b/sys-apps/accountsservice/accountsservice-0.6.45.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2 systemd
+
+DESCRIPTION="D-Bus interfaces for querying and manipulating user account 
information"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="doc elogind +introspection selinux systemd"
+REQUIRED_USE="?? ( elogind systemd )"
+
+CDEPEND="
+   >=dev-libs/glib-2.37.3:2
+   sys-auth/polkit
+   elogind? ( >=sys-auth/elogind-229.4 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   systemd? ( >=sys-apps/systemd-186:0= )
+   !systemd? ( !elogind? ( sys-auth/consolekit ) )
+"
+DEPEND="${CDEPEND}
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.15
+   >=dev-util/intltool-0.40
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? (
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto )
+"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-accountsd )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.35-gentoo-system-users.patch
+   "${FILESDIR}"/${PN}-0.6.43-elogind.patch
+)
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --disable-more-warnings \
+   --localstatedir="${EPREFIX}"/var \
+   --enable-admin-group="wheel" \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+   $(use_enable doc docbook-docs) \
+   $(use_enable elogind) \
+   $(use_enable introspection) \
+   $(use_enable systemd)
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/dia2code/

2017-08-20 Thread Gilles Dartiguelongue
commit: 0a3ba7d57a80d29226e388867e50bbc57a93da7e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 20 09:43:37 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 20 10:13:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3ba7d5

app-office/dia2code: version bump 0.8.8 → 1.0.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/dia2code/Manifest  |  1 +
 app-office/dia2code/dia2code-1.0.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
index 868d13bd0a5..8298d0e6964 100644
--- a/app-office/dia2code/Manifest
+++ b/app-office/dia2code/Manifest
@@ -1 +1,2 @@
 DIST dia2code-0.8.8.tar.gz 480548 SHA256 
b7431a3f8a9f703397e4b849f304897a2c7150a378fe6069ae17cd2bfc1e6294 SHA512 
15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2
 WHIRLPOOL 
2cbdfaab1e733c4752ca7457a2763b539a1ed48eb351e6bd62264757fa862a11dc1f012a8d957cd05d3e199e88649b2b9c68cf8058e1da52ddc070053e35d6ba
+DIST dia2code-1.0.0.tar.gz 946967 SHA256 
c7746379cd15267fc3f600af16f77490e28f3becd260b7440f53776239ad491d SHA512 
6669352e624fddc9436a30263ad591494d473ca09e662a9de90902e4b4a7a7eb6d3de9b28cf162c63ebeea36f86b33822d510ac87ce97c5f196c761bac85
 WHIRLPOOL 
4ae059ee2e4fce0e08a45dcfce24b368a3945c87cbab587886567c1ed916689b3e6ee3c626825e1a4d27925cd8de3a29f0d1c68c9f4b0032729ea9b248cbf396

diff --git a/app-office/dia2code/dia2code-1.0.0.ebuild 
b/app-office/dia2code/dia2code-1.0.0.ebuild
new file mode 100644
index 000..627ca3ef520
--- /dev/null
+++ b/app-office/dia2code/dia2code-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Convert UML diagrams produced with Dia to various source code 
flavours"
+HOMEPAGE="http://dia2code.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="${DEPEND}"
+DEPEND="
+   dev-libs/libxml2
+   test? ( app-shells/bash )
+"
+
+src_prepare() {
+   # Script makes use of arrays
+   sed -e 's:/bin/sh:/bin/bash:' \
+   -i tests/tests.sh || die
+   gnome2_src_prepare
+}
+
+src_install() {
+   gnome2_src_install
+   doman docs/dia2code.1
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kate/

2017-08-20 Thread Andreas Sturmlechner
commit: a0536413fe78b98f82ca4486e9448efc3dd19995
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:53:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:53:28 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a0536413

kde-apps/kate: Disable LibGit2 for stability

KDE-bug: 361537
Upstream commit f3d9558b69adee563590255c23e3fa689fb12703

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kate/kate-17.08.49..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kate/kate-17.08.49..ebuild 
b/kde-apps/kate/kate-17.08.49..ebuild
index d31b30d060..813d73cb6c 100644
--- a/kde-apps/kate/kate-17.08.49..ebuild
+++ b/kde-apps/kate/kate-17.08.49..ebuild
@@ -48,7 +48,6 @@ DEPEND="
$(add_frameworks_dep plasma)
$(add_frameworks_dep threadweaver)
$(add_qt_dep qtsql)
-   >=dev-libs/libgit2-0.22.0:=[threads]
)
 "
 RDEPEND="${DEPEND}"
@@ -69,6 +68,7 @@ src_configure() {
-DBUILD_addons=$(usex addons)
-DBUILD_kwrite=FALSE
)
+   use addons && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LibGit2=ON )
 
kde5_src_configure
 }



[gentoo-commits] proj/kde:master commit in: kde-apps/kate/

2017-08-20 Thread Andreas Sturmlechner
commit: d10e92bc6065aebc38a7c9cc31349dbc7ea58a31
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:54:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:54:38 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d10e92bc

kde-apps/kate: Switch HOMEPAGE to https

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kate/kate-17.08.49..ebuild | 2 +-
 kde-apps/kate/kate-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kate/kate-17.08.49..ebuild 
b/kde-apps/kate/kate-17.08.49..ebuild
index 813d73cb6c..970562b0e4 100644
--- a/kde-apps/kate/kate-17.08.49..ebuild
+++ b/kde-apps/kate/kate-17.08.49..ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Kate is an advanced text editor"
-HOMEPAGE="https://www.kde.org/applications/utilities/kate 
http://kate-editor.org;
+HOMEPAGE="https://www.kde.org/applications/utilities/kate 
https://kate-editor.org/;
 KEYWORDS=""
 IUSE="+addons"
 

diff --git a/kde-apps/kate/kate-.ebuild b/kde-apps/kate/kate-.ebuild
index 5e8e3eff0b..9d40d633d2 100644
--- a/kde-apps/kate/kate-.ebuild
+++ b/kde-apps/kate/kate-.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Kate is an advanced text editor"
-HOMEPAGE="https://www.kde.org/applications/utilities/kate 
http://kate-editor.org;
+HOMEPAGE="https://www.kde.org/applications/utilities/kate 
https://kate-editor.org/;
 KEYWORDS=""
 IUSE="+addons"
 



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

2017-08-20 Thread Michał Górny
commit: 9ce823e08f8d00add75a85430c5f40f61e6f36bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 09:23:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 09:41:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce823e0

package.mask: Unleash more of the testing Xfce branch

Remove the masks for xfconf, xfce4-panel and xfce4-settings. Both
the issues related to xfconf upgrade (in particular, the upgrade
no longer seems to destroy my configuration) and the worst regressions
in the GTK+3 port of xfce4-panel seem to be fixed.

 profiles/package.mask | 16 
 1 file changed, 16 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 96a79143ccc..d6dcabd9cab 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -373,16 +373,6 @@ media-sound/skype-call-recorder
 net-im/skype
 net-im/skypetab-ng
 
-# Michał Górny  (07 Jun 2017)
-# The new release changes API and *breaks* core Xfce components.
-# Upstream lists xfce-base/xfce4-settings and xfce-base/xfce4-panel
-# as being incompatible. The breakage is not exhibited at build time
-# but results in broken executables. Masked until upstream releases
-# fixed versions and for further testing.
->=xfce-base/xfconf-4.13
->=xfce-base/xfce4-settings-4.13.1
->=xfce-base/xfce4-panel-4.13.1
-
 # Hans de Graaff  (05 Jun 2017)
 # Bundles obsolete and vulnerable webkit version.
 # Upstream has stopped development and recommends using
@@ -472,12 +462,6 @@ dev-perl/Params-ValidationCompiler
 >=dev-perl/DateTime-Format-Strptime-1.710.0
 >=dev-perl/Log-Dispatch-2.590.0
 
-# Michał Górny  (25 May 2017)
-# First GTK+3 version with known regressions:
-# https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html
-# Masked (+ reverse dependencies) for opt-in testing.
->=xfce-base/xfce4-panel-4.13
-
 # Thomas Deutschmann  (24 May 2017)
 # Broken runscript/changed behavior causing lvm2 to fail
 # on boot. Bug #617578



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2017-08-20 Thread Michał Górny
commit: 68195b128072eb62ad82b791dc3f49595ceafb15
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 09:33:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 09:41:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68195b12

xfce-base/xfce4-panel: Drop ~hppa because of unsatisfied dep

 xfce-base/xfce4-panel/xfce4-panel-4.13.0.ebuild | 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.13.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.13.0.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.13.0.ebuild
index 7781ed22415..0425601851c 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.13.0.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/dbus-glib-0.100:=

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.13.1.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.13.1.ebuild
index b36732ead95..d96e42f7086 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.13.1.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.13.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.24:=



[gentoo-commits] repo/gentoo:master commit in: app-admin/ec2-ami-tools/

2017-08-20 Thread Hans de Graaff
commit: dbfbd8475fd921f0ea7016184845b5dc2ca34e4d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 09:30:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 09:32:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfbd847

app-admin/ec2-ami-tools: add ruby23

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild 
b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
index a34688a3ac4..d8d78205f46 100644
--- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
+++ b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby22 ruby23"
 
 inherit ruby-single versionator
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/

2017-08-20 Thread Lars Wendler
commit: a0f6285473cb5faa8612487d9113884bf30139bb
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 20 09:28:53 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 20 09:29:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f62854

media-libs/libtxc_dxtn: Fixed multilib depend on mesa.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild 
b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
index feb2f2b05e7..44eb74149d2 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/mesa"
+RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 RESTRICT="bindist"



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

2017-08-20 Thread Andreas Sturmlechner
commit: a3194cc0f9efc40d48953c784b0b52c1a8bbdb4f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:19:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:22:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3194cc0

net-libs/libktorrent: Drop slot 4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libktorrent/Manifest |  1 -
 net-libs/libktorrent/libktorrent-1.3.1.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
index 8105dd8a8dc..6febb088bfd 100644
--- a/net-libs/libktorrent/Manifest
+++ b/net-libs/libktorrent/Manifest
@@ -1,2 +1 @@
-DIST libktorrent-1.3.1.tar.bz2 863105 SHA256 
2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725 SHA512 
63dd4a642da4808cfe414bf4767185daf3233def5259c3f9ab899be58f263c16362eaa5e01383bf9acd78a381bc3915a84965d17f1bd10054cf94851294b622b
 WHIRLPOOL 
1ad34d8e4ad3ad1b8a810d3a2eec1bd13a978ef6be1230521789021160ff0814909052fe2b39efb212276b944d7a5560c0bc0e104eb62f5399062c0d5194348e
 DIST libktorrent-2.0.1.tar.xz 676304 SHA256 
c70d9ee11a1ac95145284e2ab9aec689df21b7462f389389b8d54f892a273f42 SHA512 
bb1723829461e9679a734fb39636016efdb49cf13b027f430f2272980d60f9bf261085df8b55d57bd59daab149a5e28ac124de65710fb3481167f9a0567bb1d7
 WHIRLPOOL 
6f989a880d42d1fcf2b704e9d4cf69025a33ecc51063fc4d958951f6b7d7ca0999baa71931f1af68a6b94bded98f0edd72f52c103b446f4828eadfdf9e604088

diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild 
b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
deleted file mode 100644
index de8e79e6dbb..000
--- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_SCM="git"
-if [[ ${PV} != * ]]; then
-   inherit versionator
-   # upstream likes to skip that _ in beta releases
-   MY_PV="${PV/_/}"
-   
KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2-3 
${MY_PV})
-   MY_P="${PN}-${MY_PV}"
-   KDE_HANDBOOK="optional"
-   KDE_DOC_DIRS="doc"
-
-   KDE_LINGUAS="ar ast be bg bs ca ca@valencia cs da de el en_GB eo es et 
eu
-   fi fr ga gl hi hne hr hu is it ja km ku lt lv ms nb nds nl nn 
oc pl
-   pt pt_BR ro ru se si sk sl sr sr@ijekavian sr@ijekavianlatin
-   sr@latin sv tr ug uk zh_CN zh_TW"
-   
SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2;
-   S="${WORKDIR}"/"${MY_P}"
-
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="A BitTorrent library based on KDE Platform"
-HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-   app-crypt/qca:2[qt4(+)]
-   dev-libs/gmp:0=
-   dev-libs/libgcrypt:0=
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   sys-devel/gettext
-"
-
-src_prepare() {
-   kde4-base_src_prepare
-   # do not build non-installed example binary
-   sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
-}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/

2017-08-20 Thread Andreas Sturmlechner
commit: 43ed7572774dac67727ca39ae5028a34e85a9eca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:17:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:22:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ed7572

kde-apps/kget: Drop USE=bittorrent

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kget/kget-17.04.3-r1.ebuild | 36 
 kde-apps/kget/kget-17.08.0-r1.ebuild | 36 
 2 files changed, 72 insertions(+)

diff --git a/kde-apps/kget/kget-17.04.3-r1.ebuild 
b/kde-apps/kget/kget-17.04.3-r1.ebuild
new file mode 100644
index 000..3122b0fba14
--- /dev/null
+++ b/kde-apps/kget/kget-17.04.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="Advanced download manager by KDE"
+HOMEPAGE="https://www.kde.org/applications/internet/kget/;
+KEYWORDS="amd64 x86"
+IUSE="debug mms sqlite"
+
+RDEPEND="
+   app-crypt/qca:2[qt4]
+   kde-frameworks/kdelibs:4[plasma(+)]
+   mms? ( media-libs/libmms )
+   sqlite? ( dev-db/sqlite:3 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_KDE4Workspace=OFF
+   -DWITH_NepomukCore=OFF
+   -DWITH_NepomukWidgets=OFF
+   -DWITH_QGpgme=OFF
+   -DWITH_KTorrent=OFF
+   -DWITH_LibMms=$(usex mms)
+   -DWITH_Sqlite=$(usex sqlite)
+   )
+
+   kde4-base_src_configure
+}

diff --git a/kde-apps/kget/kget-17.08.0-r1.ebuild 
b/kde-apps/kget/kget-17.08.0-r1.ebuild
new file mode 100644
index 000..5127a9922d2
--- /dev/null
+++ b/kde-apps/kget/kget-17.08.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="Advanced download manager by KDE"
+HOMEPAGE="https://www.kde.org/applications/internet/kget/;
+KEYWORDS="~amd64 ~x86"
+IUSE="debug mms sqlite"
+
+RDEPEND="
+   app-crypt/qca:2[qt4]
+   kde-frameworks/kdelibs:4[plasma(+)]
+   mms? ( media-libs/libmms )
+   sqlite? ( dev-db/sqlite:3 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_KDE4Workspace=OFF
+   -DWITH_NepomukCore=OFF
+   -DWITH_NepomukWidgets=OFF
+   -DWITH_QGpgme=OFF
+   -DWITH_KTorrent=OFF
+   -DWITH_LibMms=$(usex mms)
+   -DWITH_Sqlite=$(usex sqlite)
+   )
+
+   kde4-base_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/

2017-08-20 Thread Andreas Sturmlechner
commit: 9c3f31ef5a57b6fe3cbfc2b2fa41d830ddd9617d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:18:29 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:22:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3f31ef

kde-apps/kget: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kget/kget-17.04.3.ebuild | 37 -
 kde-apps/kget/kget-17.08.0.ebuild | 37 -
 kde-apps/kget/metadata.xml|  1 -
 3 files changed, 75 deletions(-)

diff --git a/kde-apps/kget/kget-17.04.3.ebuild 
b/kde-apps/kget/kget-17.04.3.ebuild
deleted file mode 100644
index c24e55aade9..000
--- a/kde-apps/kget/kget-17.04.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Advanced download manager by KDE"
-HOMEPAGE="https://www.kde.org/applications/internet/kget/;
-KEYWORDS="amd64 x86"
-IUSE="debug bittorrent mms sqlite"
-
-RDEPEND="
-   app-crypt/qca:2[qt4]
-   kde-frameworks/kdelibs:4[plasma(+)]
-   bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
-   mms? ( media-libs/libmms )
-   sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_KDE4Workspace=OFF
-   -DWITH_NepomukCore=OFF
-   -DWITH_NepomukWidgets=OFF
-   -DWITH_QGpgme=OFF
-   -DWITH_KTorrent=$(usex bittorrent)
-   -DWITH_LibMms=$(usex mms)
-   -DWITH_Sqlite=$(usex sqlite)
-   )
-
-   kde4-base_src_configure
-}

diff --git a/kde-apps/kget/kget-17.08.0.ebuild 
b/kde-apps/kget/kget-17.08.0.ebuild
deleted file mode 100644
index 280fef22699..000
--- a/kde-apps/kget/kget-17.08.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Advanced download manager by KDE"
-HOMEPAGE="https://www.kde.org/applications/internet/kget/;
-KEYWORDS="~amd64 ~x86"
-IUSE="debug bittorrent mms sqlite"
-
-RDEPEND="
-   app-crypt/qca:2[qt4]
-   kde-frameworks/kdelibs:4[plasma(+)]
-   bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
-   mms? ( media-libs/libmms )
-   sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_KDE4Workspace=OFF
-   -DWITH_NepomukCore=OFF
-   -DWITH_NepomukWidgets=OFF
-   -DWITH_QGpgme=OFF
-   -DWITH_KTorrent=$(usex bittorrent)
-   -DWITH_LibMms=$(usex mms)
-   -DWITH_Sqlite=$(usex sqlite)
-   )
-
-   kde4-base_src_configure
-}

diff --git a/kde-apps/kget/metadata.xml b/kde-apps/kget/metadata.xml
index f8ce0b82a14..f4f3166cca2 100644
--- a/kde-apps/kget/metadata.xml
+++ b/kde-apps/kget/metadata.xml
@@ -6,7 +6,6 @@
Gentoo KDE Project


-   Enable bittorrent transfer plugin 
through net-libs/libktorrent
Enable MMS (Microsoft Media Server) plugin 
through media-libs/libmms

 



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

2017-08-20 Thread Andreas Sturmlechner
commit: b25fe9c362df97c7ee0181cfb88d17bb13495140
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:12:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:22:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25fe9c3

profiles: Mask kde-misc/kio-{mtp,slp} for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4ac6aa200a0..96a79143ccc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (20 Aug 2017)
+# Masked for removal in 30 days. Use kde-apps/kio-extras[mtp,slp] instead.
+kde-misc/kio-mtp
+kde-misc/kio-slp
+
 # Michał Górny  (20 Aug 2017)
 # Pre-release of a new incompatible version that breaks the only reverse
 # dependency in Gentoo. Masked until 2.0.0 proper is released, or



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/

2017-08-20 Thread Andreas Sturmlechner
commit: 19e9b66409a07b3af8a7402dcf261e6ddc5c1a1c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:24:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:24:45 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=19e9b664

kde-frameworks/kio: Cleanup *DEPEND vars

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/kio/kio-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 0a37a2d153..2eb7ab56e6 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
-COMMON_DEPEND="
+RDEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -48,7 +48,7 @@ COMMON_DEPEND="
kwallet? ( $(add_frameworks_dep kwallet) )
X? ( $(add_qt_dep qtx11extras) )
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
@@ -61,7 +61,6 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
-RDEPEND="${COMMON_DEPEND}"
 
 # tests hang
 RESTRICT+=" test"



[gentoo-commits] proj/kde:master commit in: kde-apps/kget/

2017-08-20 Thread Andreas Sturmlechner
commit: c9412c7f94757544a278743029116f9c7709bc07
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:14:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:14:54 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9412c7f

kde-apps/kget: Drop USE=bittorrent for slot 4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kget/kget-17.08.49..ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kget/kget-17.08.49..ebuild 
b/kde-apps/kget/kget-17.08.49..ebuild
index 51db24775b..3c06700712 100644
--- a/kde-apps/kget/kget-17.08.49..ebuild
+++ b/kde-apps/kget/kget-17.08.49..ebuild
@@ -9,12 +9,11 @@ inherit kde4-base
 DESCRIPTION="Advanced download manager by KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kget/;
 KEYWORDS=""
-IUSE="debug bittorrent mms sqlite"
+IUSE="debug mms sqlite"
 
 RDEPEND="
app-crypt/qca:2[qt4]
kde-frameworks/kdelibs:4[plasma(+)]
-   bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
mms? ( media-libs/libmms )
sqlite? ( dev-db/sqlite:3 )
 "
@@ -28,7 +27,7 @@ src_configure() {
-DWITH_NepomukCore=OFF
-DWITH_NepomukWidgets=OFF
-DWITH_QGpgme=OFF
-   -DWITH_KTorrent=$(usex bittorrent)
+   -DWITH_KTorrent=OFF
-DWITH_LibMms=$(usex mms)
-DWITH_Sqlite=$(usex sqlite)
)



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-cpp/catch/

2017-08-20 Thread Michał Górny
commit: faa29e83e1a12b2d189f3d5ec280c646dc40d738
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 09:02:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 09:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa29e83

dev-cpp/catch: Bump to 2.0.0-develop.2

Bump to the second development pre-release of Catch-2.0.0. It contains
breaking changes compared to the earlier versions and breaks the only
Gentoo revdep, so it goes masked for now.

 dev-cpp/catch/Manifest|  1 +
 dev-cpp/catch/catch-2.0.0_pre2.ebuild | 37 +++
 profiles/package.mask |  6 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index d9239f4f787..969077b45a0 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1,3 +1,4 @@
 DIST Catch-1.9.4.tar.gz 363097 SHA256 
d67d2ee26ec9f72618dd9b28a9d1b7ba3c6368bc846ecfeda05a1e5d1b8b9b20 SHA512 
78d43719e87f5d27132178c5f139b72e6093dd1029eb742bfb48e32b618079e156837fb25d4cbe0fd5044535a5a65ad90510cff8ae93f2695c7bb3fc5cb2a5ec
 WHIRLPOOL 
80b4c36172e62ea12fc4acee096a84cd00b1a290dc2a7a9e9a8e2ff2485e39a619e33f2aee853daa7773d3c877f55788b2d0f86e44542c6f8c0b6027edaf0585
 DIST Catch-1.9.6.tar.gz 367108 SHA256 
d1fc9f0018fe55a1b74168d5c37a2cf6580a902dab9b646050373e70090b2c61 SHA512 
6d4989518935d60d2274361ad64649be9241e4de435d34cb04ac8ee2f7b25deb33c8919acaa3cd1c0d68c7822f15d74d0f19115ab72bb93d2cf8b3a0205e44c6
 WHIRLPOOL 
7c1d3a779a144a9d51a3b512bc5295d68e98c1d0d6fea600a586d2bcafc2141c57beacbb4ab5d58376e096d27681fd7a5f416c5f78cfc6635634ba00707cff06
 DIST Catch-1.9.7.tar.gz 371816 SHA256 
751090d755072777c5bb98de6ead1f7919ea239d4b77bb028fb7b06624ec0d7a SHA512 
573d324b3e0ffe1026bdd10410a9299eff6d3e0a316b2b84c687dc993fb33570620e26107667ce8b59ab66844cfbc39526ed6ba4e9dd1ba529c6b21ebd274b63
 WHIRLPOOL 
1d3bcf6b2a3d8af6fba7ded0e92d7381857360a4bbf2dd689474408c52612f874da35579ad0adaf13679e1d8aaddee101274cd29070a5a51d58e7d52b76473f2
+DIST Catch-2.0.0-develop.2.tar.gz 376246 SHA256 
b7f4210353be2c78d65801d0cc3885110aeae3824f6b67d59dff71deccad1694 SHA512 
89fd36d310ac6322d7d8683360482a564e5c90bf0880b8cc9a6e379044dfc1bcea99669d8dada67293d8b70d274c6129018bc97598eb72b48fd85d4ebe0b21ef
 WHIRLPOOL 
94a2f270b2a884e17a6d35936409911d544b7447c98f217b4b14e58387d8c8ac045dde5569bbf3560547b195a91f93101d3e293ebc1b981ddc447264d9742906

diff --git a/dev-cpp/catch/catch-2.0.0_pre2.ebuild 
b/dev-cpp/catch/catch-2.0.0_pre2.ebuild
new file mode 100644
index 000..62d91b8d4d5
--- /dev/null
+++ b/dev-cpp/catch/catch-2.0.0_pre2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PV=${PV/_pre/-develop.}
+MY_P=${PN^}-${MY_PV}
+
+DESCRIPTION="Modern C++ header-only framework for unit-tests"
+HOMEPAGE="https://github.com/philsquared/Catch;
+SRC_URI="https://github.com/philsquared/Catch/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+# CMake is only used to build & run tests, so override phases
+src_configure() { :; }
+src_compile() { :; }
+
+src_test() {
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+   cmake-utils_src_test
+}
+
+src_install() {
+   # same location as used in fedora
+   insinto /usr/include/catch
+   doins -r include/.
+   dodoc -r docs/.
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 0d5f7c78e22..4ac6aa200a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (20 Aug 2017)
+# Pre-release of a new incompatible version that breaks the only reverse
+# dependency in Gentoo. Masked until 2.0.0 proper is released, or
+# dev-cpp/libjson-rpc-cpp is fixed, whichever happens first.
+>=dev-cpp/catch-2
+
 # Hans de Graaff  (20 Aug 2017)
 # Mask Ruby 2.1 for removal, bug 615822
 # This version is no longer supported by upstream



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-credential/, dev-ruby/metasploit_data_models/, ...

2017-08-20 Thread Hans de Graaff
commit: 1059fc6b74db5b1889e915856177580ec7b049ce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 08:06:26 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 08:59:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1059fc6b

net-analyzer/metasploit: remove ruby21-only packages

 dev-ruby/metasploit-credential/Manifest|   1 -
 .../metasploit-credential-2.0.3.ebuild |  28 --
 dev-ruby/metasploit-model/Manifest |   1 -
 .../metasploit-model/metasploit-model-2.0.0.ebuild |  72 -
 dev-ruby/metasploit_data_models/Manifest   |   1 -
 .../metasploit_data_models-2.0.0.ebuild|  62 
 net-analyzer/metasploit/Manifest   |   2 -
 net-analyzer/metasploit/metasploit-4.12.16.ebuild  | 316 -
 net-analyzer/metasploit/metasploit-4.12.7.ebuild   | 303 
 9 files changed, 786 deletions(-)

diff --git a/dev-ruby/metasploit-credential/Manifest 
b/dev-ruby/metasploit-credential/Manifest
index d3f044af3c8..e67f715eb9d 100644
--- a/dev-ruby/metasploit-credential/Manifest
+++ b/dev-ruby/metasploit-credential/Manifest
@@ -1,2 +1 @@
-DIST metasploit-credential-2.0.3.gem 108032 SHA256 
ce275e0d61aa3fba1e19b6b8bedc8c1ce655d44d58a1ca36f798c8762e08ee33 SHA512 
df3289756fa26931ae8cdbbfa94efbbd370ac4f6e7acdb3188e6fdcbbe89d4a894cdeb673c0a4608764b1916691f2522bd3e658d97b7742ca7637e17c299ad3a
 WHIRLPOOL 
9d1ba8ed612635b57e5147202823220748583b64abe3c1f1050d134cf2a2e1658e4dddc20174253c53d77d336d3ce11c6b1e8d1ef2de784ec9072a0f232bf150
 DIST metasploit-credential-2.0.8.gem 110080 SHA256 
b3d67ff530c92c0d090da633bfe12ecc60d2030d94d5881c42d86e3ba709ec7a SHA512 
dac081be5347edd9f96e2e4956824e5982a1ab1ef13dd3113a1a5faf70e4dde570bb42ec404ab503b72ababbdae291d4b929946288452f712bf6a795177e1357
 WHIRLPOOL 
cf99f674535494988866c8d86db19e8d5b8b5467a31a1cd988134dfb930f74ad67d066a0c4a299e4aa1105c89b6e4723f038574b39ea40049d3eeb36ffa49b9a

diff --git a/dev-ruby/metasploit-credential/metasploit-credential-2.0.3.ebuild 
b/dev-ruby/metasploit-credential/metasploit-credential-2.0.3.ebuild
deleted file mode 100644
index 3defb654803..000
--- a/dev-ruby/metasploit-credential/metasploit-credential-2.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
-
-DESCRIPTION="Code for modeling and managing credentials in Metasploit"
-HOMEPAGE="https://github.com/rapid7/metasploit-credential;
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-RESTRICT=test
-
-ruby_add_rdepend "dev-ruby/metasploit-concern:2.0
-   >=dev-ruby/metasploit_data_models-1.2.0:*
-   >=dev-ruby/metasploit-model-1.0.0
-   dev-ruby/rubyzip:1
-   dev-ruby/rubyntlm
-   >=dev-ruby/railties-4.2.6:4.2
-   dev-ruby/pg"

diff --git a/dev-ruby/metasploit-model/Manifest 
b/dev-ruby/metasploit-model/Manifest
index e4c8def6630..9966bc91fc3 100644
--- a/dev-ruby/metasploit-model/Manifest
+++ b/dev-ruby/metasploit-model/Manifest
@@ -1,2 +1 @@
-DIST metasploit-model-2.0.0.gem 81408 SHA256 
c40fa0c5160ea99de81c475e5d1b852155f8080f66b47683f2cb4c19faa91788 SHA512 
42c73b34104a94b5352e64199d2edf98ccc53c3e169f6799ecb7433588ed918d6483fe24cbfeab32b0a8859bcbfb42504054f013cdff2f03bac489e97edfe8ff
 WHIRLPOOL 
b739f5d1e465c06f6d1c4e4ba49ddf9f1e49e229b570f11cbfa0ea587a7a2b863f4e6a9a7c9df26b23e9e04e33ce72e99843b6c77a4b8cad34dd82449f41c8c7
 DIST metasploit-model-2.0.3.gem 81408 SHA256 
011290db16ca8c84a82652be8481dca14c34edd8b0e2c9fd69f84ae1cc210fb4 SHA512 
a6d77940e6b85925cc93c57f69910fde5c8eb2458d6707847be9f5856cfceee33304209e8c7076484151d9daf1f23cfe28cb0c00abb83176b7bc6c819fb128ec
 WHIRLPOOL 
a711cd41496acd8603a7020cda9aaed8cc8c84929e7a48db2a59fbdb29c5907d3224829d0bf41c39329c23441a3e1ec0e03848bdc3ebddc05571a0f4e9753a20

diff --git a/dev-ruby/metasploit-model/metasploit-model-2.0.0.ebuild 
b/dev-ruby/metasploit-model/metasploit-model-2.0.0.ebuild
deleted file mode 100644
index 1fc00b4db28..000
--- a/dev-ruby/metasploit-model/metasploit-model-2.0.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21"
-
-inherit ruby-fakegem versionator
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config script spec"
-
-DESCRIPTION="Common code, such as validators and mixins"
-HOMEPAGE="https://github.com/rapid7/metasploit-model;
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
-#IUSE="development test"
-RESTRICT=test
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit-model:0"
-
-ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
-   >=dev-ruby/activesupport-4.2.6:4.2
-   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/

2017-08-20 Thread Hans de Graaff
commit: e7341334f542b25bb63b7ee40ad3a61787a768a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 08:15:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 08:59:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7341334

sys-libs/libselinux: drop ruby21

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/libselinux/libselinux-2.5-r1.ebuild  | 3 +--
 sys-libs/libselinux/libselinux-2.5.ebuild | 3 +--
 sys-libs/libselinux/libselinux-2.6.ebuild | 3 +--
 sys-libs/libselinux/libselinux-2.7.ebuild | 3 +--
 sys-libs/libselinux/libselinux-2.7_rc1.ebuild | 3 +--
 sys-libs/libselinux/libselinux-2.7_rc4.ebuild | 3 +--
 sys-libs/libselinux/libselinux-2.7_rc5.ebuild | 3 +--
 sys-libs/libselinux/libselinux-.ebuild| 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/sys-libs/libselinux/libselinux-2.5-r1.ebuild 
b/sys-libs/libselinux/libselinux-2.5-r1.ebuild
index 3c2bad13eab..d074da00511 100644
--- a/sys-libs/libselinux/libselinux-2.5-r1.ebuild
+++ b/sys-libs/libselinux/libselinux-2.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23"
 
 # No, I am not calling ruby-ng
 inherit multilib python-r1 toolchain-funcs multilib-minimal
@@ -34,7 +34,6 @@ RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
>=dev-libs/libpcre-8.33-r1:=[static-libs?,${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )
ruby? (
-   ruby_targets_ruby21? ( dev-lang/ruby:2.1 )
ruby_targets_ruby22? ( dev-lang/ruby:2.2 )
ruby_targets_ruby23? ( dev-lang/ruby:2.3 )
)"

diff --git a/sys-libs/libselinux/libselinux-2.5.ebuild 
b/sys-libs/libselinux/libselinux-2.5.ebuild
index 5f21daabfda..9c7c9dfcd7f 100644
--- a/sys-libs/libselinux/libselinux-2.5.ebuild
+++ b/sys-libs/libselinux/libselinux-2.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23"
 
 # No, I am not calling ruby-ng
 inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
@@ -25,7 +25,6 @@ RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
>=dev-libs/libpcre-8.33-r1:=[static-libs?,${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )
ruby? (
-   ruby_targets_ruby21? ( dev-lang/ruby:2.1 )
ruby_targets_ruby22? ( dev-lang/ruby:2.2 )
ruby_targets_ruby23? ( dev-lang/ruby:2.3 )
)"

diff --git a/sys-libs/libselinux/libselinux-2.6.ebuild 
b/sys-libs/libselinux/libselinux-2.6.ebuild
index d7c373a3d3d..c92bb50d395 100644
--- a/sys-libs/libselinux/libselinux-2.6.ebuild
+++ b/sys-libs/libselinux/libselinux-2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23"
 
 # No, I am not calling ruby-ng
 inherit multilib python-r1 toolchain-funcs multilib-minimal
@@ -35,7 +35,6 @@ 
RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=[${MULTILIB_USEDEP}]
pcre2? ( dev-libs/libpcre2:=[static-libs?,${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
ruby? (
-   ruby_targets_ruby21? ( dev-lang/ruby:2.1 )
ruby_targets_ruby22? ( dev-lang/ruby:2.2 )
ruby_targets_ruby23? ( dev-lang/ruby:2.3 )
)"

diff --git a/sys-libs/libselinux/libselinux-2.7.ebuild 
b/sys-libs/libselinux/libselinux-2.7.ebuild
index 68e315c6cf6..fdd6f7fd333 100644
--- a/sys-libs/libselinux/libselinux-2.7.ebuild
+++ b/sys-libs/libselinux/libselinux-2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23"
 
 # No, I am not calling ruby-ng
 inherit multilib python-r1 toolchain-funcs multilib-minimal
@@ -35,7 +35,6 @@ 
RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=[${MULTILIB_USEDEP}]
pcre2? ( dev-libs/libpcre2:=[static-libs?,${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
ruby? (
-   ruby_targets_ruby21? ( dev-lang/ruby:2.1 )
ruby_targets_ruby22? ( dev-lang/ruby:2.2 )
ruby_targets_ruby23? ( dev-lang/ruby:2.3 )
)"

diff --git a/sys-libs/libselinux/libselinux-2.7_rc1.ebuild 
b/sys-libs/libselinux/libselinux-2.7_rc1.ebuild
index 62823ca4cb8..d4c646bd485 100644
--- a/sys-libs/libselinux/libselinux-2.7_rc1.ebuild
+++ b/sys-libs/libselinux/libselinux-2.7_rc1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23"
 
 # No, I am not calling ruby-ng
 inherit multilib python-r1 toolchain-funcs multilib-minimal
@@ -35,7 +35,6 @@ 
RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=[${MULTILIB_USEDEP}]
pcre2? ( dev-libs/libpcre2:=[static-libs?,${MULTILIB_USEDEP}] )

[gentoo-commits] repo/gentoo:master commit in: sci-biology/bioruby/

2017-08-20 Thread Hans de Graaff
commit: 5d30644ef17fdf65863b66aa084c96c4f40f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 18 08:06:45 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 08:59:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d30644e

sci-biology/bioruby: remove obsolete live ebuild; add ruby22

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild |  2 +-
 sci-biology/bioruby/bioruby-.ebuild  | 39 
 2 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild 
b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
index 8b35f96390c..de7ff26eeb4 100644
--- a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
+++ b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21"
+USE_RUBY="ruby21 ruby22"
 
 inherit ruby-fakegem
 

diff --git a/sci-biology/bioruby/bioruby-.ebuild 
b/sci-biology/bioruby/bioruby-.ebuild
deleted file mode 100644
index f93d8260e3c..000
--- a/sci-biology/bioruby/bioruby-.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21"
-EGIT_REPO_URI="https://github.com/bioruby/bioruby.git;
-
-inherit git-2 ruby-fakegem
-
-DESCRIPTION="An integrated environment for bioinformatics using the Ruby 
language"
-LICENSE="Ruby"
-HOMEPAGE="http://bioruby.org/;
-SRC_URI=""
-SLOT="0"
-IUSE=""
-KEYWORDS=""
-
-ruby_add_rdepend "dev-ruby/libxml"
-
-all_ruby_unpack() {
-   git-2_src_unpack
-}
-
-each_ruby_configure() {
-   ${RUBY} setup.rb config || die
-}
-
-each_ruby_compile() {
-   ${RUBY} setup.rb setup || die
-}
-
-each_ruby_install() {
-   ${RUBY} setup.rb install --prefix="${D}" || die
-}
-
-each_ruby_test() {
-   ${RUBY} -rubygems test/runner.rb || die
-}



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

2017-08-20 Thread Hans de Graaff
commit: b65bc2e3c80e33a3386dbe70ccc95f9afc272262
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 31 05:49:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 08:59:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65bc2e3

eclass/ruby-ng.eclass: mark ruby21 as a removed target

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

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 2334f005d6f..51ab397bb56 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -116,7 +116,7 @@ _ruby_get_all_impls() {
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
-   ruby19|ruby20|jruby)
+   ruby19|ruby20|ruby21|jruby)
;;
*)
echo ${i};;



[gentoo-commits] repo/gentoo:master commit in: virtual/ruby-minitest/, virtual/ruby-ssl/, virtual/rubygems/, virtual/ruby-ffi/

2017-08-20 Thread Hans de Graaff
commit: 8f930f89b60ccaa963e46ef6bbaa70fe20bf50e2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 15 05:04:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 08:59:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f930f89

virtual/ruby packages: drop ruby21

 virtual/ruby-ffi/ruby-ffi-3.ebuild   | 3 +--
 virtual/ruby-ffi/ruby-ffi-4.ebuild   | 3 +--
 virtual/ruby-minitest/ruby-minitest-1.ebuild | 3 +--
 virtual/ruby-ssl/ruby-ssl-8.ebuild   | 3 +--
 virtual/ruby-ssl/ruby-ssl-9.ebuild   | 3 +--
 virtual/rubygems/rubygems-11.ebuild  | 3 +--
 virtual/rubygems/rubygems-12.ebuild  | 3 +--
 virtual/rubygems/rubygems-13.ebuild  | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/virtual/ruby-ffi/ruby-ffi-3.ebuild 
b/virtual/ruby-ffi/ruby-ffi-3.ebuild
index c08e9bb5de6..a0a27d742ed 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="ruby21 ruby22"
+USE_RUBY="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_ruby21? ( dev-ruby/ffi[ruby_targets_ruby21] )
ruby_targets_ruby22? ( dev-ruby/ffi[ruby_targets_ruby22] )
 "
 

diff --git a/virtual/ruby-ffi/ruby-ffi-4.ebuild 
b/virtual/ruby-ffi/ruby-ffi-4.ebuild
index 0220de330f3..26272c70f36 100644
--- a/virtual/ruby-ffi/ruby-ffi-4.ebuild
+++ b/virtual/ruby-ffi/ruby-ffi-4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby21? ( dev-ruby/ffi[ruby_targets_ruby21] )
ruby_targets_ruby22? ( dev-ruby/ffi[ruby_targets_ruby22] )
ruby_targets_ruby23? ( dev-ruby/ffi[ruby_targets_ruby23] )
ruby_targets_ruby24? ( dev-ruby/ffi[ruby_targets_ruby24] )

diff --git a/virtual/ruby-minitest/ruby-minitest-1.ebuild 
b/virtual/ruby-minitest/ruby-minitest-1.ebuild
index afe88b3fabc..eef54f4999a 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"
+USE_RUBY="ruby22"
 
 inherit ruby-ng
 
@@ -11,5 +11,4 @@ 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_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 ) )"

diff --git a/virtual/ruby-ssl/ruby-ssl-8.ebuild 
b/virtual/ruby-ssl/ruby-ssl-8.ebuild
index a174ad3697a..d8c28d264f0 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="ruby21 ruby22 ruby23"
+USE_RUBY="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_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] )"
 

diff --git a/virtual/ruby-ssl/ruby-ssl-9.ebuild 
b/virtual/ruby-ssl/ruby-ssl-9.ebuild
index 2fbd2c315f3..6b30181b5ce 100644
--- a/virtual/ruby-ssl/ruby-ssl-9.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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_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] )
ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )

diff --git a/virtual/rubygems/rubygems-11.ebuild 

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

2017-08-20 Thread Hans de Graaff
commit: b0be0c30db94f6fd39d65151be72df62e2856fd1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 20 08:09:17 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 20 08:59:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0be0c30

sci-electronics/klayout: remove ruby21-only packages

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-electronics/klayout/Manifest  |  1 -
 sci-electronics/klayout/klayout-0.24.9.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index 789027f3953..db2935f90ff 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1,3 +1,2 @@
 DIST klayout-0.23.10.tar.gz 9561035 SHA256 
f215a70ec78ac58c775527c4194c972d6588afd23a8f24f292626fb4f70028a1 SHA512 
628a260d1b4f44b7eb02d166e7af47ef6c303019824ef0b9681509e53fda58576654188097e8791bb7acce635e671d016d5199c7b8777377ce6d9256756957c6
 WHIRLPOOL 
228bd2b76c1feb29e86740ee2efe16fc3380df6ec67cd9caff8c862097c372823f8d1a2b1c07b4b8534673161a9e538a73f78f2de85676eed42fa8ef65f53308
 DIST klayout-0.24.10.tar.gz 11262007 SHA256 
b1462ec68add037a5d9d040599b2bd96cc399e57dfd9fd46bbf3e8f54c07418d SHA512 
0043b91e2dae9321299c217697c93af27bc7d795209bdf95248eee3690b97728854f9f82cc95f77f05a2cfbcae6a716ae594fe2485e04ed0a3f5d950abc0a31b
 WHIRLPOOL 
fe1d4079fbc3aa9fec1da8fb48595fa6edd65060f7081f80592dc86b371c4428934629a5c7838212577416fc66f194e6677f595992734c922c2ee89c6029cbd7
-DIST klayout-0.24.9.tar.gz 11262298 SHA256 
475420a7858aa9d9a0f7312c0da827f1f350340a30abcaf1589a41d35946dccd SHA512 
2b14f9c10968f3c69e0585a6d83756395697ebefb5ab97d37e790e180be2f17073bc488135868be8f61308388dd3b5fac0819765c5e5487bbaae8679a8863574
 WHIRLPOOL 
48a49d9a13e6950a8fac48965da7fe8c6dce4c239c51e21e9f3774f5a6c0ff995a86a3be0ce967ca2b4f96e780b86639b0af64f4039ec1220bc7bfae6fbb29bf

diff --git a/sci-electronics/klayout/klayout-0.24.9.ebuild 
b/sci-electronics/klayout/klayout-0.24.9.ebuild
deleted file mode 100644
index 8c7ca923bbd..000
--- a/sci-electronics/klayout/klayout-0.24.9.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21"
-# note: define maximally ONE implementation here
-
-RUBY_OPTIONAL=no
-inherit eutils multilib toolchain-funcs ruby-ng
-
-DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
-HOMEPAGE="http://www.klayout.de/;
-SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-qt/designer:4
-   dev-qt/qtgui:4[qt3support]
-   sys-libs/zlib
-   $(ruby_implementations_depend)
-"
-DEPEND="${RDEPEND}"
-
-all_ruby_prepare() {
-   epatch "${FILESDIR}"/${P}-c++11-no-throw-in-destuctor.patch
-
-   # now we generate the stub build configuration file for the home-brew 
build system
-   cp "${FILESDIR}/${PN}-0.23.10-Makefile.conf.linux-gentoo" 
"${S}/config/Makefile.conf.linux-gentoo" || die
-}
-
-each_ruby_configure() {
-   ./build.sh \
-   -dry-run \
-   -platform linux-gentoo \
-   -bin bin \
-   -ruby ${RUBY} \
-   -qtbin /usr/lib64/qt4/bin \
-   -qtinc /usr/include/qt4 \
-   -qtlib /usr/$(get_libdir)/qt4 || die "Configuration failed"
-}
-
-each_ruby_compile() {
-   cd build.linux-gentoo
-   tc-export CC CXX AR LD RANLIB
-   export AR="${AR} -r"
-   emake all
-}
-
-each_ruby_install() {
-   cd build.linux-gentoo
-   emake install
-
-   cd ..
-   dobin bin/klayout
-
-   insinto /usr/share/${PN}/testdata/gds
-   doins testdata/gds/*.gds
-   insinto /usr/share/${PN}/testdata/oasis
-   doins testdata/oasis/*.oas testdata/oasis/*.ot
-
-   insinto /usr/share/${PN}
-   doins -r testdata/ruby
-}



  1   2   >