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

2017-06-07 Thread David Seifert
commit: 35457ed57bb3c46248bdf1bb9e58bcee3af48a5d
Author: David Seifert  gentoo  org>
AuthorDate: Thu Jun  8 06:55:46 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jun  8 06:56:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35457ed5

media-libs/libsndfile: Fix varargs type bug

Bug: https://bugs.gentoo.org/show_bug.cgi?id=618452
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../libsndfile-1.0.28-arm-varargs-failure.patch| 32 ++
 media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild  |  2 ++
 2 files changed, 34 insertions(+)

diff --git 
a/media-libs/libsndfile/files/libsndfile-1.0.28-arm-varargs-failure.patch 
b/media-libs/libsndfile/files/libsndfile-1.0.28-arm-varargs-failure.patch
new file mode 100644
index 000..ed726f82976
--- /dev/null
+++ b/media-libs/libsndfile/files/libsndfile-1.0.28-arm-varargs-failure.patch
@@ -0,0 +1,32 @@
+From 9d470ee5577d3ccedb1c28c7e0a7295ba17feaf5 Mon Sep 17 00:00:00 2001
+From: Erik de Castro Lopo 
+Date: Sun, 16 Apr 2017 17:54:17 +1000
+Subject: [PATCH] src/rf64.c: Fix varargs related bug
+
+C's  functionality isn't type checked so that passing an
+`sf_count_t` (64 bits) by mistake in place of a `unit32_t` can cause
+errors. This would be fine if it was an error on every architecture
+and platform, but its not. This particular problem only manifested
+on armhf and some other Arm architectures. It was not an issue on
+32 bit x86.
+
+I have now fixed variants of this same bug several times.
+
+Closes: https://github.com/erikd/libsndfile/issues/229
+---
+ src/rf64.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/rf64.c b/src/rf64.c
+index b3d637fa..02dd9046 100644
+--- a/src/rf64.c
 b/src/rf64.c
+@@ -742,7 +742,7 @@ rf64_write_header (SF_PRIVATE *psf, int calc_length)
+ 
+   pad_size = psf->dataoffset - 16 - psf->header.indx ;
+   if (pad_size >= 0)
+-  psf_binheader_writef (psf, "m4z", PAD_MARKER, pad_size, 
make_size_t (pad_size)) ;
++  psf_binheader_writef (psf, "m4z", PAD_MARKER, (unsigned int) 
pad_size, make_size_t (pad_size)) ;
+ 
+   if (wpriv->rf64_downgrade && (psf->filelength < RIFF_DOWNGRADE_BYTES))
+   psf_binheader_writef (psf, "tm8", data_MARKER, psf->datalength) 
;

diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild 
b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild
index d0862f411ff..cfec91e87a0 100644
--- a/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild
@@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
+PATCHES=( "${FILESDIR}"/${P}-arm-varargs-failure.patch )
+
 pkg_setup() {
use test && python-any-r1_pkg_setup
 }



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

2017-06-07 Thread Agostino Sarubbo
commit: 601bddaaa8fa9b1e565f65634a719c8c8f3e8c09
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  8 06:43:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  8 06:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601bddaa

sys-kernel/vanilla-sources: Automated version bump to {4.4.71,4.9.31,4.11.4} - 
remove old.

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

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...{vanilla-sources-4.11.3.ebuild => vanilla-sources-4.11.4.ebuild} | 0
 ...{vanilla-sources-4.4.70.ebuild => vanilla-sources-4.4.71.ebuild} | 0
 ...{vanilla-sources-4.9.30.ebuild => vanilla-sources-4.9.31.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4b1fc535fd0..dce466a8561 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -15,6 +15,6 @@ DIST patch-3.2.89.xz 1721336 SHA256 
33bc9f07e86f330a1ffaa19a845e12b2ede6aeee5160
 DIST patch-3.4.113.xz 1362096 SHA256 
d5492eeaadcf12aaad471011066e447907999035c26368da8e4f82b1871ef03a SHA512 
cd212cb2c2d6fb911571472466027c7e502277f7af2426050a5afcd4c7799920e48414190b8a8a039f88d85bbf0d9e164c7d8c45982bf51f7567da9304137688
 WHIRLPOOL 
bc88441d583b9ed2f315b6ed809c168cb00af5a3c1f91fd1e4bd651a5f21cc69fd9343460976b5707916ec992b3e7a2f519953ce1bbc55fbb3290237ec4b44a3
 DIST patch-4.1.40.xz 1022520 SHA256 
05f034e695720101c52a088791c2bfc20e5487c7a886ead6575d1d305c138511 SHA512 
936079277ca7fc1478a6d0540026205ad856fba6f13aeb602a36bbac8d340e204f63b25541bdd1682828e90a70e80868f81d1fa8689f11f0330f70fba03e2b96
 WHIRLPOOL 
34e694893d549e1ae6db21342d92f24139695d45a81e385bc21fbb6c86e354f8969d8d8468fc955152e9bcedf9b6512091dc85020f139d2df116c0c92d430b40
 DIST patch-4.10.17.xz 347932 SHA256 
5d6b91751fb0ec2b0fd8c30ceb792f0f90ea665fe5967345aeaa64c8bfeb19ba SHA512 
98700d32b4787eae26bdece45563c171b6b8af43a1a15cf5674530fa5cd1dd47fced054b740b568a4a7a1fdbe1b10cdb8126ef43dc92551e06dc4d3245b2fb56
 WHIRLPOOL 
1c7e2a3ac4b96672a1983ba6b5c4ab200fad173ac9e111ffe6151bcaec2e0f3cf5fc84b59606d247b4774f918014d6de8c41d21624c99af952a8c7f913f0c748
-DIST patch-4.11.3.xz 112220 SHA256 
5847b5d2a3252cd19a28ed1dc13a238d041396792c7863e9ff0bbf5b79cd5e90 SHA512 
d1beb9b48ce12e87bb6ec53f0cf03d5650fd421edd8757d31dda20821c9a9f5b5c3dc8f131058ea8b9de45d67c43424ad246baf5c33e0174372f952cce26ad72
 WHIRLPOOL 
e707a5c50af8f5d63708218a0a7a775f04b348ac478b82c755f66c9202111572e42ad97025d6daa68cb7e51994c8cc29745c59cc82eb6fa69369c5f0ca60c89c
-DIST patch-4.4.70.xz 1152704 SHA256 
d9f80f6d2f65a6a188f516ddd95fa304b52ae8cd3ba0cbd6616455d40dc0046b SHA512 
8cf1d1f6ad06d016d7db88436c7d55394a4d6684b7b2aac6d70965de606a66c1aa510911383df6cf58e0655dcc05265ced3aaa316fa226a7916c480d530be654
 WHIRLPOOL 
aaa4a2676a27be6272b2903d1de74e146056742ab38c51f27476f54c298d995f358f6d0a42c88c466350caf92aba77d95d4dd813377963513f1df85975706c51
-DIST patch-4.9.30.xz 641916 SHA256 
363c6135ce997f105a61e8207b8e7553b0f59cf36cbc8950968286a8a9d521b3 SHA512 
f8d33dda9970bf9f5834cd1870f7121ed35930539a8a4f42c307cb24222fc8a29a7d5b9bc04468c117ccbd6cbe1d45b61986eef0f2a76b4b00bbe1d642d0fc4a
 WHIRLPOOL 
d5a0a142120830b255cabad2ca40041f699e9fd87b1c45d72c17ef36e7ebe6331fed35b61c22ab1aabf089db672c60a171e9f4319e937c3f7bdbd7d62ef2736a
+DIST patch-4.11.4.xz 150920 SHA256 
7b36a573cce74d8e5312c88595bc0c0a60957c1fb79758303c9de9e944e2d339 SHA512 
d38c48994e852c51f126d362faae0ee939043917287223e68eac84c59b43cda5908e5a31af6aa6b0fc1aeecbbc6d89b6c6351fefbc51c0becb9a7223f38a2c7b
 WHIRLPOOL 
9c85bd58e3bf265bc3942575193eb5510d2b2add94193a5e136fd96af90580de0625646aaeb9f85d40ae53f41d7011027fc2fe3eefe8bcffdaf53a5c2d8ffcb6
+DIST patch-4.4.71.xz 1166732 SHA256 
355e7d918f31940b54c099fe52c05a02a1c2a97afb82a44c055a165d6d55272b SHA512 
d806da9f497a506071ab98ff6b2220c4e4079d405b459677819596602695dc7fa77fca774afa6969f8274fe0ac78c2e3cfdac716262a4f8eca5d95c6f340c6dc
 WHIRLPOOL 
204e86ce123e8331cdc4433ec0e69bdfe35fbbd9d1b9fbfef951e2aaf4e88d8b50e82bc62bb711b0413dd81a8fd2a8aa379def73fc237fda770eb05ad1b6a0e5
+DIST patch-4.9.31.xz 667816 SHA256 
c6ee18e4b2d1d0d88b92d00f0d6583d1927a2e8b7b954b342d98c347aa15fa63 SHA512 
387f667ddcd93b51d7fd4ed55db22ad07fa27faaa2005d2a1dbba704b31f236eff22d9c7a48b89b2cf91ae22cb9b366170a33035eee4b3f42ece3b4f2e7fe4c1
 WHIRLPOOL 
a3319d96d33ff04371779084af978c3130dfc266c0cb4f8a669ab00f7fa12de84eeebab498f905b9789996685559ea6a061402b60ab155d0022482a789e9a01b

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.11.3.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.11.4.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.11.3.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.11.4.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.70.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.4.71.ebuild
similari

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

2017-06-07 Thread Mikhail Pukhlikov
commit: 54452ca7a54b9f1f939a9d80fdad340c320ee931
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Thu Jun  8 06:17:26 2017 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Thu Jun  8 06:17:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54452ca7

dev-lang/fsharp: fix 621166
dotnet_pkg_setup is from another eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/fsharp/fsharp-4.1.18.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/fsharp/fsharp-4.1.18.ebuild 
b/dev-lang/fsharp/fsharp-4.1.18.ebuild
index 74ce10fb4f4..74d64abc9af 100644
--- a/dev-lang/fsharp/fsharp-4.1.18.ebuild
+++ b/dev-lang/fsharp/fsharp-4.1.18.ebuild
@@ -29,7 +29,6 @@ pkg_setup() {
addwrite "/usr/share/.mono/keypairs"
addwrite "/etc/ssl/certs/ca-certificates.crt"
addwrite "/etc/mono/registry"
-   dotnet_pkg_setup
cert-sync /etc/ssl/certs/ca-certificates.crt
 }
 



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

2017-06-07 Thread Zac Medico
commit: d6a0ba505c89c25d663dc1f99d15c8a67d8ae5dc
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jun  8 05:21:00 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jun  8 05:27:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a0ba50

sys-apps/nvme-cli: version bump to 1.3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/nvme-cli/Manifest|  1 +
 sys-apps/nvme-cli/nvme-cli-1.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest
index a3619fe9d03..a89bb2c1547 100644
--- a/sys-apps/nvme-cli/Manifest
+++ b/sys-apps/nvme-cli/Manifest
@@ -1,2 +1,3 @@
 DIST nvme-cli-1.1.tar.gz 207679 SHA256 
22883719cbab86d52e8d4755e86ebd70476416e87442385a79b31c981bd60de1 SHA512 
339da4385c5e8659a8f3c2e11afadf437d9cdf02c294674e5cc569cd817174c8ccbd4fc8858ce6f5b8f63ccba68790b2140fc87fdf33b7d394b67999ac4afad0
 WHIRLPOOL 
ae1225f7fad83cf2a8a00365cefdcccb251ad4779dd1194accfa4b0e38c4d2460723e4f7843a7cfe04fd2978f9ec507d14cdff8448f3860349eab578fb5d4b82
 DIST nvme-cli-1.2.tar.gz 228964 SHA256 
f7ecd8138caba3a6d3a95d871a1ffcef64d77a015d3611e5cf962787bc354221 SHA512 
42e31f9c7e5a4e3d5c500844e7a1f599bf52b3d4ea8312b518232ea94940487aa6f191b6711266b6595c8b3bca61f2f269168ca61201fe12e6d47c3a53629b00
 WHIRLPOOL 
aebdefe1406b5b0139d822bc2b597520745cd3b2b779c98186928640e708873db00ef1a5e3a5d4b6820aaf30a968948050c8271094e4ddd872595a6dc9f92d79
+DIST nvme-cli-1.3.tar.gz 236788 SHA256 
52eb45c9ef5a529580a3f6f9e02c067695675ac01b8ab8b8e0398c62e8a8646d SHA512 
0794e72124e73af619a71dd01879d178ad48d30155326e854fb5447e0bb5b879049a7a0a2e3b5301a0de1207034fbbdca07ecf647ff7d4085d56dc793271b576
 WHIRLPOOL 
5fd3fabd30f6513bf155385fc7b512c748b6645fda0eb06d3075724929065c93dea43c78b06ac6b8515fb4bca351fb68affe576e1b05fdd3308016330787fa53

diff --git a/sys-apps/nvme-cli/nvme-cli-1.3.ebuild 
b/sys-apps/nvme-cli/nvme-cli-1.3.ebuild
new file mode 100644
index 000..38e95aa9070
--- /dev/null
+++ b/sys-apps/nvme-cli/nvme-cli-1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="NVM-Express user space tooling for Linux"
+HOMEPAGE="https://github.com/linux-nvme/nvme-cli";
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="udev"
+
+RDEPEND="sys-libs/libcap:=
+   udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   tc-export CC
+   export PREFIX="${EPREFIX}/usr"
+   MAKEOPTS+=" LIBUDEV=$(usex udev 0 1)"
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/

2017-06-07 Thread Markus Meier
commit: d0e7919872923295cd8659a4bdfe6799d44aad64
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:09:44 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:09:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e79198

app-arch/bzip2: arm stable, bug #620466

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-arch/bzip2/bzip2-1.0.6-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
index 0adb2223922..4179fc9b49e 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz";
 
 LICENSE="BZIP2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static static-libs"
 
 PATCHES=(



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

2017-06-07 Thread Markus Meier
commit: 50cb78a176c01f884380ef75d892e15a8cffe9f3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:09:16 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:09:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cb78a1

media-video/vlc: arm stable, bug #619494

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-video/vlc/vlc-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/vlc-2.2.6.ebuild b/media-video/vlc/vlc-2.2.6.ebuild
index 2a6dab0946f..86c9f75d604 100644
--- a/media-video/vlc/vlc-2.2.6.ebuild
+++ b/media-video/vlc/vlc-2.2.6.ebuild
@@ -34,7 +34,7 @@ LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5-8" # vlc - vlccore
 
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~amd64 arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
 fi
 
 IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/

2017-06-07 Thread Markus Meier
commit: e1754db50443d2efbb896100598e7f14f4001e76
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:08:28 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:08:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1754db5

mail-client/roundcube: arm stable, bug #618322

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 mail-client/roundcube/roundcube-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.2.5.ebuild 
b/mail-client/roundcube/roundcube-1.2.5.ebuild
index aea6522c6a7..4ce1abb11e7 100644
--- a/mail-client/roundcube/roundcube-1.2.5.ebuild
+++ b/mail-client/roundcube/roundcube-1.2.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.t
 # roundcube is GPL-licensed, the rest of the licenses here are
 # for bundled PEAR components, googiespell and utf8.class.php
 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
 
 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
 REQUIRED_USE="|| ( mysql postgres sqlite )"



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

2017-06-07 Thread Markus Meier
commit: f3bd09d73c3b142257619300e6bf9b2239fd
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:07:56 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:07:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bd09d7

net-libs/miniupnpc: arm stable, bug #618200

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild
index 1d4b221f9b5..3035799060d 100644
--- a/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild
+++ b/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/16"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="ipv6 kernel_linux static-libs"
 
 RDEPEND=""



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

2017-06-07 Thread Markus Meier
commit: 6d99efc1e9b6fd3c077e544c5a98868ff32044cf
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:07:27 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:07:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d99efc1

dev-db/freetds: arm stable, bug #618174

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/freetds/freetds-1.00.41.ebuild 
b/dev-db/freetds/freetds-1.00.41.ebuild
index 757aaf1714d..9e380fe709d 100644
--- a/dev-db/freetds/freetds-1.00.41.ebuild
+++ b/dev-db/freetds/freetds-1.00.41.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freetds.org/pub/freetds/stable/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
 IUSE="gnutls iconv kerberos libressl mssql iodbc odbc ssl"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/

2017-06-07 Thread Markus Meier
commit: 113cfac2982a763b5cdbda296c260d11f4a057a8
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:06:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:06:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113cfac2

app-arch/libarchive: arm stable, bug #618026

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-arch/libarchive/libarchive-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.3.1.ebuild 
b/app-arch/libarchive/libarchive-3.3.1.ebuild
index 387b4ad52cb..00edad6e940 100644
--- a/app-arch/libarchive/libarchive-3.3.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz";
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~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"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~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"
 IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo 
nettle static-libs +threads xattr +zlib"
 
 RDEPEND="



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

2017-06-07 Thread Markus Meier
commit: 3550878e67b2b99c6afd02b4d24f5addc0912e21
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:06:10 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:06:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3550878e

net-misc/tigervnc: arm stable, bug #614742

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-misc/tigervnc/tigervnc-1.8.0.ebuild 
b/net-misc/tigervnc/tigervnc-1.8.0.ebuild
index 5c9d21e3faf..e359baf5242 100644
--- a/net-misc/tigervnc/tigervnc-1.8.0.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.8.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE="+drm gnutls nls java +opengl pam server systemd +xorgmodule"
 
 CDEPEND="virtual/jpeg:0



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

2017-06-07 Thread Markus Meier
commit: 38554beb6bf61c650cef699ac003f93cc413433f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:05:37 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:05:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38554beb

media-libs/ming: arm stable, bug #614010

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-libs/ming/ming-0.4.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ming/ming-0.4.8-r1.ebuild 
b/media-libs/ming/ming-0.4.8-r1.ebuild
index 61be5a2e80c..2ce77e2e01f 100644
--- a/media-libs/ming/ming-0.4.8-r1.ebuild
+++ b/media-libs/ming/ming-0.4.8-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/libming/libming/archive/${P//./_}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+perl php +python static-libs"
 
 RDEPEND="perl? ( dev-lang/perl:= )



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

2017-06-07 Thread Markus Meier
commit: 76ee43dd5e7f3a032a1107cb45382a3a127cbae1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun  8 05:05:00 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun  8 05:05:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ee43dd

media-gfx/potrace: arm stable, bug #610062

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-gfx/potrace/potrace-1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/potrace/potrace-1.14.ebuild 
b/media-gfx/potrace/potrace-1.14.ebuild
index 3f9e36c1291..d14d87678b0 100644
--- a/media-gfx/potrace/potrace-1.14.ebuild
+++ b/media-gfx/potrace/potrace-1.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="metric static-libs"
 
 RDEPEND="sys-libs/zlib"



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

2017-06-07 Thread Hans de Graaff
commit: c4d3da11578451cb9038c84a19898706643bf9b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun  8 04:57:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun  8 04:59:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d3da11

dev-ruby/rouge: add 2.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rouge/Manifest   |  1 +
 dev-ruby/rouge/rouge-2.1.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index 0924f237546..a1e8e3628f5 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,3 +1,4 @@
 DIST rouge-1.11.1.tar.gz 491281 SHA256 
da89a26cc995b9084e75041fbca8425c57fbe9576339b6b6c10be42fad038cb0 SHA512 
0419c4c1ca4fa4acc250349d9fd72164c7f293facc31588e5cffb533f3d321787cd3cc50acd7bfd13037d1ba77ee2f91ec37ddaeeb80180f6958f05d52181f56
 WHIRLPOOL 
a915e367ff2edf776ffc6b8b33b200dba840db2cc263bf70613cbd493bdc951c31a74de6116bde9e811351f4686be042fd6d9b4c8d1eb48197be779bfcde93c8
 DIST rouge-2.0.6.gem 232960 SHA256 
40fd67c9d8433aaf1f490d2310611580cd2ecd34230a8358b9a33d039db850a0 SHA512 
eef9b10b07b4853fd98c3b1a9df7f0c71f3198b8c21afe16332c4b94176d5233b5e57167886a485e187b6f70502055acd14056965cbc63e444ab6b7a02b53c20
 WHIRLPOOL 
953625f389aa79e1a465b80c69d26942de2be1b0a21940020664ff650452dcea74e66d909c6e2cdca0b7d1055d55476cb3dae1d111f566b8e613e3dd7ca41050
 DIST rouge-2.0.7.gem 239616 SHA256 
2da14eb856839a81ad708883c2495507f50f973f3f46904cc7d87784039ed169 SHA512 
9baf3e3170f0fdba9693eee52e7a730dead7319828416aaf8b13541cf761e265af42a116adda19d982cae141cbbd27119fe09f88b68211fb1f2ca73822b9689f
 WHIRLPOOL 
93ac13d7f1ad026911311c4000686f17a735cabcb7844bfb754501597b812939fac6e873f36bfb95410c9ea08ee51beac488eb71092c9bed5c44e03708637e5c
+DIST rouge-2.1.0.gem 270336 SHA256 
24eb33b9834c3ed77c74075699a61d989fa94819314b1dc0177e36f7f77e62a4 SHA512 
9ffcb1f23d22c18f3f9d68cdd6b50b8bdf154c47bd27ab656328d7fbef3fe2df544ba6caa10f6ee925aee8f0baeafcac77aa0eaab02dd71144d1269dd72432a7
 WHIRLPOOL 
23062bef13f18e389244856a4e4bbd11546d2bfee2e8fb480bff4c760dcf419a68f84c86b502690e8234356c22ad8a569775dba2ad775bb61475a37accc417f0

diff --git a/dev-ruby/rouge/rouge-2.1.0.ebuild 
b/dev-ruby/rouge/rouge-2.1.0.ebuild
new file mode 100644
index 000..b87df474b26
--- /dev/null
+++ b/dev-ruby/rouge/rouge-2.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
+HOMEPAGE="https://github.com/jneen/rouge";
+#SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
+ruby_add_rdepend "dev-ruby/redcarpet
+   !!dev-ruby/rouge:0"
+
+RESTRICT="test"
+# Depends on dev-ruby/wrong, which is not packaged yet.



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

2017-06-07 Thread Hans de Graaff
commit: 329eb9a8ff2d569f8f69685c21610b333123a19d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun  8 04:55:55 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun  8 04:59:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329eb9a8

dev-ruby/capybara: add 2.14.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/capybara/Manifest   |  1 +
 dev-ruby/capybara/capybara-2.14.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index 97d82012b05..d27ba7fd762 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -4,3 +4,4 @@ DIST capybara-2.12.0.gem 252928 SHA256 
492cfcfa6763169ccb97655eef3fdb4345f9386ca
 DIST capybara-2.12.1.gem 252928 SHA256 
ac950f6f4645e31b9bbaf0c2b9524556b84ad0ff58b517756dca38baf5f6657c SHA512 
8b6225d3b2ec050d3188efd7c3ef6ae7f058f197c80aaf293ed7991a8763a22815d772a759919f62eb8b9d0386ea402667075c9cd2a5613aaa5bc7dc3c1af179
 WHIRLPOOL 
bc470164f8b3f19164bdd825801d8ec42cf53924fee17856b5d65c987f832a4dedf831d9d3f0e07ee6dea727e961c5f998d404ec8a416d3dadf0042292b08ba8
 DIST capybara-2.13.0.gem 257024 SHA256 
09d574e170b8042914c08630382ed784694c1b2bd1c04af482fbfd71cd56994d SHA512 
35e096fa4aed8fea1456d3271bb0dbeb14215ab856a52071243e76d27aaa25f34b256edf8e391cfe024368555aeb2b68dafc896269d231c01e58c247e7a10ac2
 WHIRLPOOL 
723a4090cc4a438c45c23a491967043e7a2a9a996df6097b88ce7dd7eb69697f19fdbaa63d4b12c7dea317dbd90456c5ae8dde89899d1888fe0633675daa231f
 DIST capybara-2.14.0.gem 262144 SHA256 
728f734a39a4af7612b6f03885a8f885aeb4da44e28ce9bc50ade9814733064f SHA512 
423cff1e11a3c2739822ef41c36db89169e9f35628f2e569c90580103926da4a831ae5df56bed636628ea75895f106d924be6ccd73a078257ed86b08d9e7c506
 WHIRLPOOL 
84321d3eee3285d41dfcb3c1cddf52ddce0c75fc6b345b0d92e3d3dd47d3b21d4accb3ccbe9c4a0cfdfab001c965fb9721df9afefedc5ffbd153c02290e03fef
+DIST capybara-2.14.1.gem 265216 SHA256 
a387085b562cb087938a791da62cc5b2d4b40f4fd637668d74888b768a839523 SHA512 
e05c92e59e045a49c97d45dfd553b421b4750c0cb6dc8aba493d66b1c3fd9a18303d7c1fc3c77186703311870e55b4afc1cab4e99c3103d0d9b45c6f0e614e84
 WHIRLPOOL 
5bde5bba881620ea243dd720097c55079092b9fc9a8f325572da3b9e0a1528cca743a27ebbc38838851dd1bb1713bdda90f0d44dfc88380e761869138b985163

diff --git a/dev-ruby/capybara/capybara-2.14.1.ebuild 
b/dev-ruby/capybara/capybara-2.14.1.ebuild
new file mode 100644
index 000..4e501520f35
--- /dev/null
+++ b/dev-ruby/capybara/capybara-2.14.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+# Rake tasks are not distributed in the gem.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="Capybara aims to simplify the process of integration testing Rack 
applications"
+HOMEPAGE="https://github.com/jnicklas/capybara";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="2"
+IUSE="test"
+
+DEPEND="${DEPEND} test? ( www-client/firefox )"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/launchy 
>=dev-ruby/selenium-webdriver-2.0 dev-ruby/sinatra )"
+
+ruby_add_rdepend "
+   dev-ruby/addressable
+   >=dev-ruby/mime-types-1.16:*
+   >=dev-ruby/nokogiri-1.3.3
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rack-test-0.5.4
+   >=dev-ruby/xpath-2.0.0:2"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' 
spec/spec_helper.rb || die
+
+   # Avoid window-manager specific tests (sizes are specific for fluxbox)
+   sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
+
+   # Avoid spec that requires unpackaged geckodriver
+   sed -i -e '/register_server/,/^  end/ s:^:#:' spec/capybara_spec.rb || 
die
+}
+
+each_ruby_test() {
+   virtx ${RUBY} -Ilib -S rspec-3 spec || die "Tests failed."
+}



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

2017-06-07 Thread Zac Medico
commit: 1326e548d601705e2928dbea6356a267133e4744
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jun  8 04:44:34 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jun  8 04:47:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1326e548

sys-apps/nvme-cli: remove old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/nvme-cli/Manifest|  2 --
 sys-apps/nvme-cli/nvme-cli-0.9.ebuild | 36 ---
 sys-apps/nvme-cli/nvme-cli-1.0.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest
index 69b0527d7f9..a3619fe9d03 100644
--- a/sys-apps/nvme-cli/Manifest
+++ b/sys-apps/nvme-cli/Manifest
@@ -1,4 +1,2 @@
-DIST nvme-cli-0.9.tar.gz 167565 SHA256 
6b47087cba2ea3f0d53ed9316dc7a13d9a2ad618abaeeda23d7f520035a62b3c SHA512 
ea9481b77aac14db60e75fb885360c91e548c61d2beacd3c0abf53acc080a9a0418c742f483b906a458109e1c4f226e7213ebba27e5bbdaee3a54222f03be71e
 WHIRLPOOL 
8909194139634495f31ee286509f3da64ac4debe468731983339c4599111f1366a8846426918903c923e5020f4eb6af72569bef31e2024e9e8fb2c8daa85001c
-DIST nvme-cli-1.0.tar.gz 191617 SHA256 
1391bac6b8e1acf4f91c0b8b60d1055b142e7d3d041ea9799fc157517897439c SHA512 
4aa7c33a966c25da36aaf17fdb0994fa3e6d3d20d59d444903d8269933565ed0b51941b27143a1533b8dfa307d21240eefa620ed041fcf38342d9d14298d5ad8
 WHIRLPOOL 
23289e4b5096ff69e06a7757b4e121e7490a016d636aaecc5fd671af90f9f0863c83637341d868d774f175b33e368efa5ca427d549ed10e04f6eab35ae797ac5
 DIST nvme-cli-1.1.tar.gz 207679 SHA256 
22883719cbab86d52e8d4755e86ebd70476416e87442385a79b31c981bd60de1 SHA512 
339da4385c5e8659a8f3c2e11afadf437d9cdf02c294674e5cc569cd817174c8ccbd4fc8858ce6f5b8f63ccba68790b2140fc87fdf33b7d394b67999ac4afad0
 WHIRLPOOL 
ae1225f7fad83cf2a8a00365cefdcccb251ad4779dd1194accfa4b0e38c4d2460723e4f7843a7cfe04fd2978f9ec507d14cdff8448f3860349eab578fb5d4b82
 DIST nvme-cli-1.2.tar.gz 228964 SHA256 
f7ecd8138caba3a6d3a95d871a1ffcef64d77a015d3611e5cf962787bc354221 SHA512 
42e31f9c7e5a4e3d5c500844e7a1f599bf52b3d4ea8312b518232ea94940487aa6f191b6711266b6595c8b3bca61f2f269168ca61201fe12e6d47c3a53629b00
 WHIRLPOOL 
aebdefe1406b5b0139d822bc2b597520745cd3b2b779c98186928640e708873db00ef1a5e3a5d4b6820aaf30a968948050c8271094e4ddd872595a6dc9f92d79

diff --git a/sys-apps/nvme-cli/nvme-cli-0.9.ebuild 
b/sys-apps/nvme-cli/nvme-cli-0.9.ebuild
deleted file mode 100644
index b31e478c85d..000
--- a/sys-apps/nvme-cli/nvme-cli-0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="NVM-Express user space tooling for Linux"
-HOMEPAGE="https://github.com/linux-nvme/nvme-cli";
-SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="udev"
-
-RDEPEND="sys-libs/libcap
-   udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i -E \
-   -e '/^CFLAGS/s: (-O2|-g|-Wall|-Werror)\>: :g' \
-   Makefile || die
-   sed -i \
-   -e '/^PREFIX/s|:=|?=|' \
-   Documentation/Makefile || die
-
-   default
-}
-
-src_configure() {
-   tc-export CC
-   export PREFIX="${EPREFIX}/usr"
-   MAKEOPTS+=" LIBUDEV=$(usex udev 0 1)"
-}

diff --git a/sys-apps/nvme-cli/nvme-cli-1.0.ebuild 
b/sys-apps/nvme-cli/nvme-cli-1.0.ebuild
deleted file mode 100644
index b31e478c85d..000
--- a/sys-apps/nvme-cli/nvme-cli-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="NVM-Express user space tooling for Linux"
-HOMEPAGE="https://github.com/linux-nvme/nvme-cli";
-SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="udev"
-
-RDEPEND="sys-libs/libcap
-   udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i -E \
-   -e '/^CFLAGS/s: (-O2|-g|-Wall|-Werror)\>: :g' \
-   Makefile || die
-   sed -i \
-   -e '/^PREFIX/s|:=|?=|' \
-   Documentation/Makefile || die
-
-   default
-}
-
-src_configure() {
-   tc-export CC
-   export PREFIX="${EPREFIX}/usr"
-   MAKEOPTS+=" LIBUDEV=$(usex udev 0 1)"
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/err/

2017-06-07 Thread Sergey Popov
commit: 1783fcaae0c9670e4c23a01979b0d32bc945dcd7
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jun  8 01:19:46 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jun  8 01:21:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1783fcaa

net-im/err: remove support for GUI console, which relies on ancient qtwebkit

Add missing USE-flag dependency for specific Python version on dev-python/xmpppy

Gentoo-Bug: 620832

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-im/err/err-1.7.1-r1.ebuild | 23 +--
 1 file changed, 5 insertions(+), 18 deletions(-)

diff --git a/net-im/err/err-1.7.1-r1.ebuild b/net-im/err/err-1.7.1-r1.ebuild
index 898cbf41ee5..ebb93789254 100644
--- a/net-im/err/err-1.7.1-r1.ebuild
+++ b/net-im/err/err-1.7.1-r1.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
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="irc qt4 +plugins"
+IUSE="irc +plugins"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
@@ -22,7 +22,7 @@ RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pyfire[${PYTHON_USEDEP}]
dev-python/python-daemon[${PYTHON_USEDEP}]
-   dev-python/xmpppy
+   dev-python/xmpppy[${PYTHON_USEDEP}]
dev-python/yapsy[${PYTHON_USEDEP}]
virtual/python-dnspython[${PYTHON_USEDEP}]
irc? (
@@ -30,7 +30,6 @@ RDEPEND="
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-words[${PYTHON_USEDEP}]
)
-   qt4? ( dev-python/pyside[${PYTHON_USEDEP},X,webkit] )
plugins? ( dev-vcs/git )"
 
 # Testsuite is broken since 1.6.3
@@ -38,10 +37,9 @@ RESTRICT="test"
 
 # NOTES:
 # 1. It has bundled libs - for example exrex(see 'errbot/bundled' subfolder)
-# 2. Need to add PYTHON_USEDEP to remaining dev-python/ deps
-# 3. Support for BOT_SENTRY option is missing, cause
+# 2. Support for BOT_SENTRY option is missing, cause
 #we do not have apropriate packages in portage yet
-# 4. Internal web server is broken(dunno why :-()
+# 3. Internal web server is broken(dunno why :-()
 
 pkg_setup() {
ebegin "Creating err group and user"
@@ -78,14 +76,3 @@ python_install_all() {
insinto /etc/${PN}
newins errbot/config-template.py config.py
 }
-
-python_install() {
-   distutils-r1_python_install
-
-   # Upstream requires images to be in site-packages directory,
-   # but does not install them at all!
-   if use qt4; then
-   python_moduleinto errbot
-   python_domodule errbot/*.svg
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/

2017-06-07 Thread Sergey Popov
commit: 45ddb561474dfc9e5dc45a9d852aa2d26124faea
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jun  8 01:03:19 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jun  8 01:03:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ddb561

app-officeext/ooofbtools: version bump, drop old

Reported-by: Sergey S. Starikoff  yandex.ru>
Gentoo-Bug: 614830

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-officeext/ooofbtools/Manifest  |  3 +-
 app-officeext/ooofbtools/ooofbtools-2.38.ebuild| 39 --
 ...ofbtools-2.47.ebuild => ooofbtools-2.50.ebuild} |  2 +-
 3 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/app-officeext/ooofbtools/Manifest 
b/app-officeext/ooofbtools/Manifest
index 53b0b90e9fe..81cfa4d154b 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,3 +1,2 @@
-DIST OOoFBTools-2.38.zip 4833754 SHA256 
ee039cf7ae2767916cc79b25d5b852a54089773db458aa695b064e3d803da757 SHA512 
2ff6bb251b5913cb7ceb430aba6ee47a5b2e2c7b78be8b291d67410903d3679ef8e01554f504cd86993fb717173d2a9c4080b5059f3e1064be075e67766c07d5
 WHIRLPOOL 
52fcd3bc82eab952080c6e1b18ed12b1568e4dd7299b55b2433efc8f5420f304ae32bbc3a9fe191c9a614f42aa5e04da976758cf9262e94adc238b887d6ecb9e
-DIST OOoFBTools-2.47.zip 5628919 SHA256 
9efbae75b415a349a59d69fe4e734a5ba3aaf8ecd31dc8f5a2a17ff5ca26b5ca SHA512 
3274ec127b3425553181da3eef314c060fa407e85e287963493ce78714439e0cf85ea57a2c1b4d56ce01e1b05d6a7ff01a09341e94dde794c36cb3d43249453a
 WHIRLPOOL 
51131cd8e50b6d8ab653f381844655f64bc2550ad05686f858870d99d5d608d25219f389bbd0a4ebe0bf219e05c7393e10ead98abbb871f1f6dd289c86c71468
 DIST OOoFBTools-2.48.zip 5631726 SHA256 
752e5d3dc404ee2199cee3b347699133054ab10b8b1e7ec3bd659055733f501a SHA512 
31d6571e4050975bdec92f85578235dea4784cd0e45dc4d1e612e0999744f1700a8bf22983378333aecdb146ffd151b6e7cbe071b90e9816443e939b27d117f8
 WHIRLPOOL 
bc5effbb7f171168feb16e983d8d32d3bbf5885e49b5c8dcf7db733c865a36d5bd229b7caa6c3756fff7aa315bd0c9a4567717eaa311b21539f5ef3c75bb1cfa
+DIST OOoFBTools-2.50.zip 5631882 SHA256 
d69d97a668d3f980280304d844b5e7dc24af147cfc5f41f2b128f4790ad65cc0 SHA512 
a2aed60ac1690f9a629f3d81e449a7700b949f75e332748b846edb85c5954622e1cbac62e97cb9a5f823f1da2c901cc6cb4fedfd58a1c45136331b55ef6ce482
 WHIRLPOOL 
eecc08b165e22b19d2f50edf7fcce81c43f864911633dc08e24abb814f3b11ce20a4c16b3c6fadc249f3d9a04762fd399a8c1286ad05ce3d56116ae877116ff3

diff --git a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
deleted file mode 100644
index c863e280915..000
--- a/app-officeext/ooofbtools/ooofbtools-2.38.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="OOoFBTools"
-
-OFFICE_EXTENSIONS=(
-   "${MY_PN}.oxt"
-)
-
-inherit office-ext-r1
-
-DESCRIPTION="OpenOffice extension for the FictionBook2 format with validation"
-HOMEPAGE="https://sourceforge.net/projects/fbtools/";
-SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=""
-RDEPEND="dev-libs/libxml2"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-OFFICE_EXTENSIONS_LOCATION="${S}"
-
-src_prepare() {
-   # Remove Windows cruft
-   pushd "${WORKDIR}/${MY_PN}.oxt" 2>/dev/null || die
-   rm -r win32 || die
-   popd 2>/dev/null || die
-}
-
-src_install() {
-   office-ext-r1_src_install
-   dodoc ChangeLog*
-}

diff --git a/app-officeext/ooofbtools/ooofbtools-2.47.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.50.ebuild
similarity index 96%
rename from app-officeext/ooofbtools/ooofbtools-2.47.ebuild
rename to app-officeext/ooofbtools/ooofbtools-2.50.ebuild
index a41a102c990..34d38d5a5ec 100644
--- a/app-officeext/ooofbtools/ooofbtools-2.47.ebuild
+++ b/app-officeext/ooofbtools/ooofbtools-2.50.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-libs/libxml2
app-arch/zip"



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

2017-06-07 Thread Sergey Popov
commit: d13bf3b4999e7caf1998bfbc7b1d3e7505d6db0c
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jun  8 00:34:13 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jun  8 00:34:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13bf3b4

package.mask: Mask app-editors/fb2edit for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 77131692bef..9e4d7a7de01 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sergey Popov  (08 Jun 2017)
+# Dead upstream, relies on ancient and vulnerable qtwebkit
+# See bug #620690
+# Removal in 30 days
+app-editors/fb2edit
+
 # 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



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

2017-06-07 Thread Sergey Popov
commit: ed02ef14f6bd0f62cf5d7d4fd46c7427762ca9a7
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jun  8 00:09:14 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jun  8 00:20:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed02ef14

dev-db/sqlcipher: version bump, fix docs not beeing installed

Gentoo-Bug: 620670

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/sqlcipher/Manifest   |  1 +
 dev-db/sqlcipher/sqlcipher-3.4.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-db/sqlcipher/Manifest b/dev-db/sqlcipher/Manifest
index f4443ba80d7..dcc3e82b531 100644
--- a/dev-db/sqlcipher/Manifest
+++ b/dev-db/sqlcipher/Manifest
@@ -1,2 +1,3 @@
 DIST sqlcipher-3.3.0.tar.gz 10235736 SHA256 
18f5df41a9806bc8eece00fde24c85107bd4807a5ae7057f9a6188de5d8fd82a SHA512 
9f24fcd25811aabe36f5e27cdfc117a02ad3578a95691e9b3b7f41ee47ee0c176243c4f35a8415a17a3828d4534aae58a1097b75a950937706b10a79f2c92c81
 WHIRLPOOL 
1f4bdaf9ead7e2834d1efd2612c74eb91df2bbc17dfa4d404a72db4ef837b6b7a8430da522b6ec708f8873482c2de318a3cf65aebfdc53c200cad53a4ded9e6b
 DIST sqlcipher-3.4.0.tar.gz 13600901 SHA256 
99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0 SHA512 
c9b7db77b742a61b5befc33f63070a2970137e0c57892ba554a37e3ca51e42dd1164a6789d21958375ed7f38ee919bfc1332eb9da8307e6fa3805d9f9c409d9c
 WHIRLPOOL 
644b4193dc128a2bbb5ba71867d6e919ae22894143ffc3c8d6a8d103aa8ed22795cfa2b7e1e04e54f38df00c86e0534bf04be1bc9df92be32c56da6b834376d7
+DIST sqlcipher-3.4.1.tar.gz 13873645 SHA256 
4172cc6e5a79d36e178d36bd5cc467a938e08368952659bcd95eccbaf0fa4ad4 SHA512 
1c08ccdf438c0de23b1293192c687cb869db1ea904c47da5643c69f3a21f3f6a801fe8e87eb2e660acf0fe977b1f05bf8801b79162c609ffa3711706392c642b
 WHIRLPOOL 
4098712a08ff852521f649e9d3abbb1f5d7a4b4f58fe9cef5495ac75bf993a64ddd04ede6f46c2fbdd823b71315e165bf20d70018993192d2844dcc5ed76f037

diff --git a/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild 
b/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
new file mode 100644
index 000..605697d2a08
--- /dev/null
+++ b/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic multilib-minimal
+
+DESCRIPTION="Full Database Encryption for SQLite"
+HOMEPAGE="https://www.zetetic.net/sqlcipher/";
+SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="readline libressl static-libs tcl test"
+
+# Tcl is always needed by buildsystem
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
+   tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-lang/tcl:*"
+
+# Testsuite requires compilation with TCL, bug #582584
+REQUIRED_USE="test? ( tcl )"
+
+DOCS=( README.md )
+
+src_prepare() {
+   append-cflags -DSQLITE_HAS_CODEC
+
+   eapply_user
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-json1 \
+   --enable-tempstore \
+   $(use_enable readline) \
+   $(use_enable static-libs static) \
+   $(use_enable tcl)
+}
+
+multilib_src_install_all() {
+   prune_libtool_files
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-Constant/

2017-06-07 Thread Andreas Hüttel
commit: 44c781fae29f26f1b907a43a496d3402f00f0dc8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  8 00:18:21 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  8 00:18:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c781fa

dev-perl/ExtUtils-Constant: Remove errorneously added package

 .../ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild | 18 --
 dev-perl/ExtUtils-Constant/Manifest|  1 -
 dev-perl/ExtUtils-Constant/metadata.xml|  8 
 3 files changed, 27 deletions(-)

diff --git a/dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild 
b/dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild
deleted file mode 100644
index 0b5c817d6f4..000
--- a/dev-perl/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NWCLARK
-DIST_VERSION=0.23
-inherit perl-module
-
-DESCRIPTION="Generate XS code to import C header constants"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"

diff --git a/dev-perl/ExtUtils-Constant/Manifest 
b/dev-perl/ExtUtils-Constant/Manifest
deleted file mode 100644
index ffbe11f75e2..000
--- a/dev-perl/ExtUtils-Constant/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ExtUtils-Constant-0.23.tar.gz 40113 SHA256 
23b77025c8a5d3b93c586d4f0e712bcca3ef934edbee00a78c3fad4285f48eab SHA512 
405ed18a754caf2409b1c1c581b6a4d0f583cec0740236dc5a301691b4d787cd97a0ecaa969b300a89bf29bfd2144f798c3d1b15875a816615de1a33f62c7530
 WHIRLPOOL 
1d89b6ae8b6e78cf740abca081d7a26a404d6d88aa9120f225a2219c42b32e41b40c143516c45da96fb8be94584fcee9041bceee377ea49b7eff6f5a7c9f3266

diff --git a/dev-perl/ExtUtils-Constant/metadata.xml 
b/dev-perl/ExtUtils-Constant/metadata.xml
deleted file mode 100644
index 2b9a936fc0a..000
--- a/dev-perl/ExtUtils-Constant/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-



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

2017-06-07 Thread Andreas Hüttel
commit: f348701b087cb6a1c89951f30124ccb279bf8a8a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  8 00:19:04 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  8 00:19:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f348701b

package.mask: Remove obsolete mask of dev-perl/ExtUtils-Constant

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 80b3de8b6d1..77131692bef 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -836,10 +836,6 @@ dev-java/spring-instrument
 # tree should have actually been 2.0_beta1. There are no revdeps.
 dev-java/jcs
 
-# Andreas K. Hüttel  (9 Jan 2016)
-# Errorneously added. Is already in perl-core. Please uninstall.
-dev-perl/ExtUtils-Constant
-
 # Andrey Grozin  (04 Jan 2016)
 # Needs a bump and substantial ebuild rewrite
 =sci-mathematics/reduce-20110414-r1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/encoding-warnings/

2017-06-07 Thread Andreas Hüttel
commit: a5036558498c36244aba2d74ec0ec92d3fd402a8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  8 00:16:18 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  8 00:16:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5036558

dev-perl/encoding-warnings: Remove

 dev-perl/encoding-warnings/Manifest   |  1 -
 .../encoding-warnings-0.110.0-r1.ebuild   | 16 
 dev-perl/encoding-warnings/metadata.xml   | 19 ---
 3 files changed, 36 deletions(-)

diff --git a/dev-perl/encoding-warnings/Manifest 
b/dev-perl/encoding-warnings/Manifest
deleted file mode 100644
index 95102f3e999..000
--- a/dev-perl/encoding-warnings/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST encoding-warnings-0.11.tar.gz 16110 SHA256 
67faf727b59ab1132d2b147bc1f927dc752897ce1f57b303efc46c3a969bf25e SHA512 
9c8ff27f500cc343c4c2de3c4faafcf4553e3a951143443746394cd8916ffb1c01272c2e7adce14ba2308b2a8f542c31acd3f2dda32e633989885db9fe1ecd3d
 WHIRLPOOL 
36835e9b99e541fdc41bcc2c9d5d44b251eeba91e2526186df79d9b7355512bf336a5f3c5eec209ed576a74270b15b6f563f92a54eda1b64ef95ba3a5fd0bfa6

diff --git a/dev-perl/encoding-warnings/encoding-warnings-0.110.0-r1.ebuild 
b/dev-perl/encoding-warnings/encoding-warnings-0.110.0-r1.ebuild
deleted file mode 100644
index e10d4371a9e..000
--- a/dev-perl/encoding-warnings/encoding-warnings-0.110.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=AUDREYT
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Warn on implicit encoding conversions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do

diff --git a/dev-perl/encoding-warnings/metadata.xml 
b/dev-perl/encoding-warnings/metadata.xml
deleted file mode 100644
index 848752c0db0..000
--- a/dev-perl/encoding-warnings/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   dilfri...@gentoo.org
-   
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-   encoding-warnings
-   encoding::warnings
-   
-



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

2017-06-07 Thread Andreas Hüttel
commit: 54db670449acae3ddb5754051b40c8eb42a2fac3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  8 00:17:02 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  8 00:17:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54db6704

package.mask: Remove obsolete mask of dev-perl/encoding-warnings

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

diff --git a/profiles/package.mask b/profiles/package.mask
index df1f6d7ce5a..80b3de8b6d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -506,13 +506,6 @@ net-im/licq
 # bugs (603716 and 603720). Upgrade to latest version.
 =dev-db/postgresql-9.1.24
 
-# Kent Fredric  (17 Apr 2017)
-# Should be provided by dev-lang/perl or a virtual since perl 5.9,
-# But was added accidentally in 2012. Don't depend on this,
-# and if you need a version newer than 0.11, ask perl project
-# for a virtual
-dev-perl/encoding-warnings
-
 # NP-Hardass  (10 Apr 2017)
 # Masked for testing
 virtual/wine



[gentoo-commits] repo/gentoo:master commit in: dev-libs/nspr/files/, dev-libs/nspr/

2017-06-07 Thread Jory Pratt
commit: 953598e7f89e82f082cb5aec6908fa7af5c5f5fe
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Jun  7 22:55:22 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Jun  7 22:55:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953598e7

dev-libs/nspr: Upstream version bump, refer to changelog for full list
of changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/nspr/Manifest   |   1 +
 dev-libs/nspr/files/nspr-4.15-configure_in.patch |  26 +
 dev-libs/nspr/nspr-4.15.ebuild   | 127 +++
 3 files changed, 154 insertions(+)

diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
index 427b24e3e7a..815ffcb57cf 100644
--- a/dev-libs/nspr/Manifest
+++ b/dev-libs/nspr/Manifest
@@ -1,2 +1,3 @@
 DIST nspr-4.13.1.tar.gz 1136646 SHA256 
5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab SHA512 
4755dce1a0fddbf4991f46328bdd15b6b07162792370953e16481be56952d4c02d11a83001b3600c80a919b1c45e99d6150ef2c24d407c86f430f9376fe6a694
 WHIRLPOOL 
aa0b9731eb11b8418fced5a1ce52c801657dc738cba0f198fa4b685296e321dd168de8d4ba04335695ac1c6c345563b60e2a49af9a30069d301712c0c1c51f83
 DIST nspr-4.14.tar.gz 1136626 SHA256 
64fc18826257403a9132240aa3c45193d577a84b08e96f7e7770a97c074d17d5 SHA512 
cb0c82d7bb3dfebdfc167f88bc0dde1c0eb4340eb7c53342a57591b120b42248da9f3ee604bec60c80c4af24fb8e46c5cacf859d66e3253e7f35d2c47cf4e676
 WHIRLPOOL 
e9fbcfebb672d8385c9e0c503a534367709bf440cb6b8e238e2d1d5aab773792880f5f18729cbb697e7924e40934b59dff2e9c8847455f2dc79763fe0e8ef6ce
+DIST nspr-4.15.tar.gz 1140182 SHA256 
27dde06bc3d0c88903a20d6ad807361a912cfb624ca0ab4efb10fc50b19e2d80 SHA512 
1d6e9ba3ef71376ddb4f5ef2a6796bf3f95cf37abfac89d1745f02cc01003877d088a87946208d3827a3b3e28420215e543a647aadceff2ae6f9c1c70d4ac563
 WHIRLPOOL 
c69216c577a466317c760e2745f2d1ea71915160990ee6ed2c649b45b314bbcef470e950cf001f43898213c09b39cb016df2a49dbe3f91448d0cc345d38017b1

diff --git a/dev-libs/nspr/files/nspr-4.15-configure_in.patch 
b/dev-libs/nspr/files/nspr-4.15-configure_in.patch
new file mode 100644
index 000..a33717f41d6
--- /dev/null
+++ b/dev-libs/nspr/files/nspr-4.15-configure_in.patch
@@ -0,0 +1,26 @@
+From 9c751b2e857db1760d2fa82d9c20e7da518a5da7 Mon Sep 17 00:00:00 2001
+From: "Jory A. Pratt" 
+Date: Wed, 7 Jun 2017 12:14:46 -0500
+Subject: [PATCH] Close out darwin if statement, will breakage configure.in
+ rename to configure.ac
+
+Signed-off-by: Jory A. Pratt 
+---
+ configure.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.in b/configure.in
+index 4b2e46d..dc14ee5 100644
+--- a/configure.in
 b/configure.in
+@@ -1389,6 +1389,7 @@ case "$target" in
+ changequote([,])
+ if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
+ AC_DEFINE(HAS_CONNECTX)
++fi
+ AS='$(CC) -x assembler-with-cpp'
+ CFLAGS="$CFLAGS -Wall -fno-common"
+ case "${target_cpu}" in
+-- 
+2.13.1
+

diff --git a/dev-libs/nspr/nspr-4.15.ebuild b/dev-libs/nspr/nspr-4.15.ebuild
new file mode 100644
index 000..87057ab1082
--- /dev/null
+++ b/dev-libs/nspr/nspr-4.15.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WANT_AUTOCONF="2.5"
+
+inherit autotools eutils multilib toolchain-funcs versionator multilib-minimal
+
+MIN_PV="$(get_version_component_range 2)"
+
+DESCRIPTION="Netscape Portable Runtime"
+HOMEPAGE="http://www.mozilla.org/projects/nspr/";
+SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz";
+
+LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="debug"
+
+RDEPEND="
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r12
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/nspr-config
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.0-prtime.patch
+   "${FILESDIR}"/${PN}-4.7.1-solaris.patch
+   "${FILESDIR}"/${PN}-4.10.6-solaris.patch
+   "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch
+   "${FILESDIR}"/${PN}-4.8.9-link-flags.patch
+   # We do not need to pass -L$libdir via nspr-config --libs
+   "${FILESDIR}"/${PN}-4.9.5_nspr_config.patch
+   # Fix configure.in to we can generate a working configure.ac
+   "${FILESDIR}"/${PN}-4.15-configure_in.patch
+)
+
+src_prepare() {
+   cd "${S}"/nspr || die
+
+   default
+
+   # rename configure.in to configure.ac for new autotools compatibility
+   if [[ -e "${S}"/nspr/configure.in ]] ; then
+   einfo "Renaming configure.in to configure.ac"
+   mv "${S}"/nspr/configure.{in,ac} || die
+   fi
+
+   # We must run eautoconf to 

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

2017-06-07 Thread Sebastian Pipping
commit: 715a2315ee2b841e38843e61b43ee058b5678cab
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jun  7 21:49:32 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jun  7 22:26:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715a2315

dev-libs/expat: Sync USE=unicode with Debian

* Drop libexpatu.so
* Turn libexpatw.so from XML_UNICODE_WCHAR_T to XML_UNICODE
* Upgrade to EAPI 6
* Add myself as a maintainer

Discussion:
https://archives.gentoo.org/gentoo-dev/message/2c202e403a223a397a32bc8991628335

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/expat/expat-2.2.0-r2.ebuild | 83 
 dev-libs/expat/metadata.xml  |  4 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-libs/expat/expat-2.2.0-r2.ebuild 
b/dev-libs/expat/expat-2.2.0-r2.ebuild
new file mode 100644
index 000..e94a4b0ede2
--- /dev/null
+++ b/dev-libs/expat/expat-2.2.0-r2.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils libtool multilib toolchain-funcs multilib-minimal
+
+DESCRIPTION="Stream-oriented XML parser library"
+HOMEPAGE="http://expat.sourceforge.net/";
+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"
+RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
+
+DOCS=( Changes README )
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-2.1.1-CVE-2016-0718-regression.patch
+   eapply_user
+}
+
+multilib_src_configure() {
+   local myconf="$(use_enable static-libs static)"
+
+   mkdir -p "${BUILD_DIR}"{u,w} || die
+
+   ECONF_SOURCE="${S}" econf ${myconf}
+
+   if use unicode; then
+   pushd "${BUILD_DIR}"w >/dev/null
+   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}" econf 
${myconf}
+   popd >/dev/null
+   fi
+}
+
+multilib_src_compile() {
+   emake
+
+   if use unicode; then
+   pushd "${BUILD_DIR}"w >/dev/null
+   emake buildlib LIBRARY=libexpatw.la
+   popd >/dev/null
+   fi
+}
+
+multilib_src_install() {
+   emake install DESTDIR="${D}"
+
+   if use unicode; then
+   pushd "${BUILD_DIR}"w >/dev/null
+   emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
+   popd >/dev/null
+
+   pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
+   cp expat.pc expatw.pc
+   sed -i -e '/^Libs/s:-lexpat:&w:' expatw.pc || die
+   popd >/dev/null
+   fi
+
+   if multilib_is_native_abi ; then
+   # libgeom in /lib and ifconfig in /sbin require libexpat on 
FreeBSD since
+   # we stripped the libbsdxml copy starting from 
freebsd-lib-8.2-r1
+   use elibc_FreeBSD && gen_usr_ldscript -a expat
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # Note: Use of HTML_DOCS would add unwanted "doc" subfolder
+   docinto html
+   dodoc doc/*.{css,html,png}
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins examples/*.c
+   fi
+
+   prune_libtool_files
+}

diff --git a/dev-libs/expat/metadata.xml b/dev-libs/expat/metadata.xml
index 938cef8d992..173bc1d1118 100644
--- a/dev-libs/expat/metadata.xml
+++ b/dev-libs/expat/metadata.xml
@@ -5,6 +5,10 @@
freedesktop-b...@gentoo.org
Gentoo Freedesktop Project

+   
+   sp...@gentoo.org
+   Sebastian Pipping
+   

cpe:/a:libexpat:expat
expat



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/files/

2017-06-07 Thread Patrick McLean
commit: 2bf9206ad8deee811a369b08c8d9f4d00422a02e
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jun  7 22:01:36 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jun  7 22:02:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf9206a

net-dns/dnsmasq: Update the DHCP version of the init script as well

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1 
b/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1
index f520d9327a5..b62630f7140 100644
--- a/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1
+++ b/net-dns/dnsmasq/files/dnsmasq-init-dhcp-r1
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
 
 extra_started_commands="reload"
@@ -7,7 +7,7 @@ extra_started_commands="reload"
 pidfile="/var/run/dnsmasq.pid"
 command="/usr/sbin/dnsmasq"
 command_args="-x ${pidfile} ${DNSMASQ_OPTS}"
-start_stop_daemon_args="--retry TERM/3/TERM/5"
+retry="TERM/3/TERM/5"
 
 depend() {
provide dns
@@ -24,6 +24,6 @@ start_pre() {
 
 reload() {
ebegin "Reloading ${RC_SVCNAME}"
-   kill -HUP $(cat "${pidfile}")
+   kill -HUP "$(cat "${pidfile}")"
eend $?
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/files/, dev-python/sabyenc/

2017-06-07 Thread Justin Bronder
commit: eb697a36540a1c28319b96b92bf165cc003d53f4
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Jun  7 21:31:16 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed Jun  7 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb697a36

dev-python/sabyenc: initial import

Replacment of dev-python/yenc for net-nntp/sabnzbd.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/sabyenc/Manifest|  1 +
 .../files/0001-remove-hardcoded-cflags.patch   | 25 ++
 dev-python/sabyenc/metadata.xml|  7 ++
 dev-python/sabyenc/sabyenc-3.0.2.ebuild| 25 ++
 4 files changed, 58 insertions(+)

diff --git a/dev-python/sabyenc/Manifest b/dev-python/sabyenc/Manifest
new file mode 100644
index 000..38bcbe670d8
--- /dev/null
+++ b/dev-python/sabyenc/Manifest
@@ -0,0 +1 @@
+DIST sabyenc-3.0.2.tar.gz 16081020 SHA256 
fd49ebf56a391dca0cd5b42c185329218e21e9fb53130cab7111f7e3fed98a42 SHA512 
70890421e87f9829b1ceacc11b7d1059f29e7fb1f33470b50088b38e05ce4d2433c9fda40532a4308bfbc1f01f1bde1670fa993ab7601b81133049a1b45798d5
 WHIRLPOOL 
4e2ed0dbe5ad14d940f556d2b66714c5e2e7db501a0b41189d5115ecd87357130d07796a9f1f74dc86d026061c2e5190e7564f0ca94f7b2ec16b87e5ffd53cc5

diff --git a/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch 
b/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
new file mode 100644
index 000..8ec43317f44
--- /dev/null
+++ b/dev-python/sabyenc/files/0001-remove-hardcoded-cflags.patch
@@ -0,0 +1,25 @@
+From 3f70d3f955048e31ccac668caa59199d8cb71b50 Mon Sep 17 00:00:00 2001
+From: Justin Bronder 
+Date: Wed, 7 Jun 2017 17:23:37 -0400
+Subject: [PATCH] remove hardcoded cflags
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index d198eac..e2d8f1a 100644
+--- a/setup.py
 b/setup.py
+@@ -32,7 +32,7 @@ setup(
+ url = "https://github.com/sabnzbd/sabnzbd-yenc";,
+ license = "LGPLv3",
+ package_dir = {'sabyenc': 'src'},
+-ext_modules = [Extension("sabyenc", ["src/sabyenc.c"], 
extra_compile_args=["-O2"])],
++ext_modules = [Extension("sabyenc", ["src/sabyenc.c"])],
+ classifiers = [
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 2.7",
+-- 
+2.10.2
+

diff --git a/dev-python/sabyenc/metadata.xml b/dev-python/sabyenc/metadata.xml
new file mode 100644
index 000..664b1a9c9e0
--- /dev/null
+++ b/dev-python/sabyenc/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   jsbron...@gentoo.org
+   
+

diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild 
b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
new file mode 100644
index 000..bb1f9b3cee1
--- /dev/null
+++ b/dev-python/sabyenc/sabyenc-3.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: f817d96e09d5ad0b706abaadace1af19614d1acd $
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
+HOMEPAGE="https://github.com/sabnzbd/sabyenc/";
+SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Remove forced CFLAG on setup.py
+PATCHES=( "${FILESDIR}"/0001-remove-hardcoded-cflags.patch )
+DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt )
+
+python_test() {
+   "${PYTHON}" test/test.py || die "Test failed."
+}



[gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/files/patches/, net-nntp/sabnzbd/

2017-06-07 Thread Justin Bronder
commit: c04c5c0fb843fe64313fba9e409ecb06bbe3c1ce
Author: Justin Bronder  gentoo  org>
AuthorDate: Wed Jun  7 21:55:55 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Wed Jun  7 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04c5c0f

net-nntp/sabnzbd: bump 2.0.1

- Depend on dev-python/sabyenc
- Re-bundle rarfile due to upstream patches
- Add optional 7za support
- Add dependency on dev-python/cryptography
- Update pkg_postinst message for 2.x series

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-nntp/sabnzbd/Manifest  |  2 +-
 .../files/patches/0001-use-system-configobj.patch  | 10 +--
 .../files/patches/0002-use-system-feedparser.patch |  6 +-
 .../sabnzbd/files/patches/0003-use-gntp-1.0.patch  |  6 +-
 .../0004-cfg-disable-growl-by-default.patch| 10 +--
 .../files/patches/0005-use-system-rarfile.patch| 88 --
 net-nntp/sabnzbd/metadata.xml  |  3 +-
 ...abnzbd-1.2.3-r1.ebuild => sabnzbd-2.0.1.ebuild} | 22 +++---
 8 files changed, 30 insertions(+), 117 deletions(-)

diff --git a/net-nntp/sabnzbd/Manifest b/net-nntp/sabnzbd/Manifest
index 51635e61cb9..4487dcf6c42 100644
--- a/net-nntp/sabnzbd/Manifest
+++ b/net-nntp/sabnzbd/Manifest
@@ -1 +1 @@
-DIST SABnzbd-1.2.3-src.tar.gz 2725678 SHA256 
a0100d19edd9c6b528f79214a64690941281758048e4ead6671446070e1e9e24 SHA512 
80677df12a278a12a20405812f4f434625fa3a9dd769d8734b92771436a82ec6810fbc180e2b9b4ca9e15efc14b79d217b1392ff2a43785b803966afb9e3eb80
 WHIRLPOOL 
f9dd40f16fe3743a6e62d6dd4d7aa83855e0131b4a817af007f2319cb6845a604c61144f4f35a123d79d4633bbc2cee2616ebbe1e8cbf4e97729682a9e8eb436
+DIST SABnzbd-2.0.1-src.tar.gz 2715648 SHA256 
62619aab1c741e5d9088bfa177418da2961b82e58f93a763154514fb9d94880f SHA512 
d23d5848fc69d1e2f9ddce266af3dabc3e6fb746177fdc87cf376e2fda5ff17c60caf65af74440a5dafb23435a32c7061da92e82e2608a750a7102aa802fe748
 WHIRLPOOL 
2a93830067e45b4862aa13d81de9e61802f52dc230a9d578c5af0796ae943f05ea3ab00a0249bd9681010c4ab7fb95e06b08077607cbba23ce306c8bdb09979c

diff --git a/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch 
b/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
index 32d4b27000a..bca7f1eb2ef 100644
--- a/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
+++ b/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
@@ -1,4 +1,4 @@
-From 74213e601bdb299a18e6eda8d71d4df28d871286 Mon Sep 17 00:00:00 2001
+From 55328c07986010fd7c91c7da42bca136fc4cd2e9 Mon Sep 17 00:00:00 2001
 From: Justin Bronder 
 Date: Mon, 13 Feb 2017 18:20:39 -0500
 Subject: [PATCH 1/5] use system configobj
@@ -8,13 +8,13 @@ Subject: [PATCH 1/5] use system configobj
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/sabnzbd/config.py b/sabnzbd/config.py
-index ab5da99..1043298 100644
+index 93dd9bb..aab1648 100644
 --- a/sabnzbd/config.py
 +++ b/sabnzbd/config.py
-@@ -27,9 +27,10 @@ import shutil
+@@ -26,9 +26,10 @@ import threading
+ import shutil
  import sabnzbd.misc
  from sabnzbd.constants import CONFIG_VERSION, NORMAL_PRIORITY, 
DEFAULT_PRIORITY, MAX_WIN_DFOLDER
- from sabnzbd.utils import listquote
 -from sabnzbd.utils import configobj
  from sabnzbd.decorators import synchronized
  
@@ -24,5 +24,5 @@ index ab5da99..1043298 100644
  SAVE_CONFIG_LOCK = threading.Lock()
  
 -- 
-2.7.3
+2.10.2
 

diff --git a/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch 
b/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch
index fef142ec689..790e86f3c55 100644
--- a/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch
+++ b/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch
@@ -1,4 +1,4 @@
-From 04a18875d34f677a89bdf1bf57db7f236216e70e Mon Sep 17 00:00:00 2001
+From 6a28d8ba51e902e9d49ad6c18fa2de6511908119 Mon Sep 17 00:00:00 2001
 From: Justin Bronder 
 Date: Mon, 13 Feb 2017 18:21:28 -0500
 Subject: [PATCH 2/5] use system feedparser
@@ -8,7 +8,7 @@ Subject: [PATCH 2/5] use system feedparser
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/sabnzbd/rss.py b/sabnzbd/rss.py
-index 73ec2b4..069aed0 100644
+index 9987e91..8ee1552 100644
 --- a/sabnzbd/rss.py
 +++ b/sabnzbd/rss.py
 @@ -25,6 +25,8 @@ import time
@@ -30,5 +30,5 @@ index 73ec2b4..069aed0 100644
  
  
 -- 
-2.7.3
+2.10.2
 

diff --git a/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch 
b/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
index d8e2d82df31..d4d97fe208e 100644
--- a/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
+++ b/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
@@ -1,4 +1,4 @@
-From 94ce3d83c9d921be01015b06881e79097aca3f82 Mon Sep 17 00:00:00 2001
+From 821a02104149aa65a6581730457eddbe082153cc Mon Sep 17 00:00:00 2001
 From: Justin Bronder 
 Date: Mon, 13 Feb 2017 18:23:46 -0500
 Subject: [PATCH 3/5] use >=gntp-1.0
@@ -8,7 +8,7 @@ Subject: [PATCH 3/5] use >=gntp-1.0
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 d

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

2017-06-07 Thread Johannes Huber
commit: 2597ac1d7e0eff2ae76c2f148b133e68f3b6d5fb
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  7 21:30:58 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  7 21:30:58 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2597ac1d

kde-plasma/plasma-meta: Add kde-plasma/plymouth-kcm

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-plasma/plasma-meta/plasma-meta-5.10.49..ebuild | 5 -
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.10.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.10.49..ebuild
index 395ba06740..5445e41cc9 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.10.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.10.49..ebuild
@@ -57,7 +57,10 @@ RDEPEND="
handbook? ( $(add_kdeapps_dep khelpcenter) )
networkmanager? ( $(add_plasma_dep plasma-nm) )
pam? ( $(add_plasma_dep kwallet-pam) )
-   plymouth? ( $(add_plasma_dep breeze-plymouth) )
+   plymouth? (
+   $(add_plasma_dep breeze-plymouth)
+   $(add_plasma_dep plymouth-kcm)
+   )
pulseaudio? ( $(add_plasma_dep plasma-pa) )
sdk? ( $(add_plasma_dep plasma-sdk) )
wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) )

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 395ba06740..5445e41cc9 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -57,7 +57,10 @@ RDEPEND="
handbook? ( $(add_kdeapps_dep khelpcenter) )
networkmanager? ( $(add_plasma_dep plasma-nm) )
pam? ( $(add_plasma_dep kwallet-pam) )
-   plymouth? ( $(add_plasma_dep breeze-plymouth) )
+   plymouth? (
+   $(add_plasma_dep breeze-plymouth)
+   $(add_plasma_dep plymouth-kcm)
+   )
pulseaudio? ( $(add_plasma_dep plasma-pa) )
sdk? ( $(add_plasma_dep plasma-sdk) )
wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2017-06-07 Thread Johannes Huber
commit: 698f00d8f1fa974db66ff86de8259094ca4802e2
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  7 21:33:44 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  7 21:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698f00d8

kde-plasma/plasma-meta: Add kde-plasma/plymouth-kcm

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild
index f1f95092688..4d040b3baa5 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="bluetooth +display-manager grub gtk +handbook networkmanager pam 
plymouth pulseaudio +sddm sdk +wallpapers"
 
 RDEPEND="
@@ -57,7 +57,10 @@ RDEPEND="
handbook? ( $(add_kdeapps_dep khelpcenter) )
networkmanager? ( $(add_plasma_dep plasma-nm) )
pam? ( $(add_plasma_dep kwallet-pam) )
-   plymouth? ( $(add_plasma_dep breeze-plymouth) )
+   plymouth? (
+   $(add_plasma_dep breeze-plymouth)
+   $(add_plasma_dep plymouth-kcm)
+   )
pulseaudio? ( $(add_plasma_dep plasma-pa) )
sdk? ( $(add_plasma_dep plasma-sdk) )
wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) )



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

2017-06-07 Thread Andreas Sturmlechner
commit: 721a91b629fbd68f434dabe2379245a7de05bcd6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  7 21:13:20 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  7 21:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721a91b6

profiles: Drop obsolete plasma package.use.stable.mask

 profiles/targets/desktop/plasma/package.use.stable.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use.stable.mask 
b/profiles/targets/desktop/plasma/package.use.stable.mask
deleted file mode 100644
index feac94e2024..000
--- a/profiles/targets/desktop/plasma/package.use.stable.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Temporary mask because of app-crypt/gpgme-1.8.0 stabilisation
-# which collides with kde-apps/kdepimlibs:4, bug #611470
-<=app-crypt/gpgme-1.8.0-r2 cxx qt5



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

2017-06-07 Thread Andreas Sturmlechner
commit: 96f2d1c58eeca40e33565f72822761b048e23bbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  7 21:17:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  7 21:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f2d1c5

profiles: Update plasma package.use

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 1c05cb6bcc0..fc873cd1ffe 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -64,7 +64,7 @@ media-sound/amarok:4 -cdda
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 

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

2017-06-07 Thread Alice Ferrazzi
commit: 58323f181ef4e7a719dc6e96b520bdfc5159cb3b
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Jun  7 21:06:55 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Jun  7 21:06:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58323f18

Linux patch 4.4-71

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.71.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ee3820d1570..f3b7943b0cb 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -107,6 +107,9 @@ DIST genpatches-4.4-72.extras.tar.xz 16464 SHA256 
ec2a70437620c18f541f320c866bad
 DIST genpatches-4.4-73.base.tar.xz 1233096 SHA256 
c96e0bfdd7bb3b3190c2e298b8546d8a61a054030d6d8554943791a837f1e713 SHA512 
19bdb361aef3f217f218e8b0abc3d7a54b59e11d68d390870af038b24c7102a4ca6181256a278ec48029d68dbd53a0bb160f02b695ec15e5bbf86c9ba1eaabe0
 WHIRLPOOL 
fbc44689ff6bb1d110f5dc6a8d8f58bf3f433d5b8c6c11cf8c156211d6b9a324b2a4572e9d6661fb249adb3bb500074418b69fe0da6da313516bfb61dcde22f3
 DIST genpatches-4.4-73.experimental.tar.xz 87772 SHA256 
30ace14bdcd198f73c09b97cc4685b75d0a2479f12ef3339133f8a1120107102 SHA512 
11df51031e256870f3398d789e59ac3a08edd69b47316e63683f6d30016bbe904571faa508d0602edbbee1549104026f33e09f177423f6f69550cfaef0d7ea3e
 WHIRLPOOL 
11faeec18a7833b2993bd1eeb5f699ff5515869dbdafbde3a1bc412d6ff9793b1870f374da52c020349f011de5789dc7cf4b1050b74af40f01ccaf92d9afc336
 DIST genpatches-4.4-73.extras.tar.xz 16456 SHA256 
32e269ca6622577163902b40c558bd91c23a7f0aff3940bbf064010a0847c801 SHA512 
5ae70f86ac0c832ce35342323cb4b42ab734da97a712e78691bf074f23b3c1746663abfadab441dfbda2680c954c79789c8f793b8cfbe144ed4c22fb2b3ad408
 WHIRLPOOL 
d9441321e75adcb9bf0c8c75253a0c1049b87a7955c3771705e235ecb502d101c6b2b64e9f4c52d4ba0698ac41ab716ec362f15cd37c9889ee97499426e1566a
+DIST genpatches-4.4-74.base.tar.xz 1248012 SHA256 
2904049d8d84d56945c069c2b965dd40588d0a2d36aef4693b093b40fb1c721e SHA512 
1a520d0cb36201054d2f63f6f0f24fc13a963d113526ba5a65526780c789e924900939cd51c09b222d36ad7754290daf812ece65f353e04faa3f4574186f1762
 WHIRLPOOL 
0ac78227d2deccfa46b45ca5296c2aa7563797623e3f4af004a99c20508a4bdfae3d15d47399c9512135356dd0c761d846f29abbdca64f57661546f432b1c12f
+DIST genpatches-4.4-74.experimental.tar.xz 87820 SHA256 
70ffb945703b8955f4018219899629360b9e9e0e849e2c63b0534189baedcc00 SHA512 
b87985d35121d20b150a7a4bd580fa300c5cf429485d39311a7554c03b4bb886ce80dfe2ffd1c7c74b216a177b0f3e3471397301ffb8f74e620af067011bd599
 WHIRLPOOL 
afb9743a235158b07168d759d70cf6ebee2b4ce2341560ce5fdd1850b764ebe7b2066028398aa30b0ebff1486821c967a354f4fcf69b120049dcaf296cc85975
+DIST genpatches-4.4-74.extras.tar.xz 16456 SHA256 
26044c7c3f734f51cc589880c07c8e70b5cb77eef37fdc59f420a566a7a72473 SHA512 
c0948d965a0a86531c65c226c0b27bfe925c92611ace55f9ecedbce594a9e6ed65eb5939549d0f7430663e80738a2daf166071c295dab1be9bb81633a457ce69
 WHIRLPOOL 
337eac1f33cf435ac3763c47c4c85f69fd2c1ac675bb51160be72412cf368e37b7d1cd168019f842b8cfe224fdffabc8c2966cf08baf6288f53427c1857ab3cf
 DIST genpatches-4.9-18.base.tar.xz 385508 SHA256 
d29fc16842e846c2c6487e9c1543e6fe43429d34882ac9c6ca070c1fe3564605 SHA512 
c1d08b3d66df74efe610cbf586921f7caa57bb8337848380fdc8e2034883180a60a26dab9ded50974fb468d35dc923912ead08cb0f751a515cef85efb31955d9
 WHIRLPOOL 
e1ef981b945718eab2e96470f96a033cc2b1ede6c706d6cd3e32f4f1c4e066766135141d55a5ccee06d9fb84bc66df389cdb2d095ad569bd565afc600b3b4095
 DIST genpatches-4.9-18.experimental.tar.xz 105616 SHA256 
209be56c1efb0ba3fbee17f2437bd00b36caecc6c44db2b4e1a0e46ae17640b0 SHA512 
37d6983f46ed4031f11f91ffcdacb510b40cab682d71ac471ab3c2ae78598ee9826068afb8b1388d96133635ba2680cc106624e0d79c341d2610b4f74330b773
 WHIRLPOOL 
5af9422c0526c5e23977f2d25ea683ed1ecf6f9e14a6daf52490bd808e9790cf6f6d9ef96353bda3474197eb954159575a4f0e6a768a86777d9b8a61828d0a0e
 DIST genpatches-4.9-18.extras.tar.xz 17348 SHA256 
64167f17f122f969476bf68a3e0493a77d7ae9e78087c2748cdfdc6e6186af2a SHA512 
dcbdea379a0e28e9b8ed08b32ee71a36ce9ccc817e5b79f38759031e3324441f3e91e6b7e2802d1a694574bb4ce9e8f441d88ccbbd9280b3a4456eadab7d5fec
 WHIRLPOOL 
1d3ba61d03d17a707a65423e85f7f3a235a9d39fb26e4602b5cf663e097dc9e8618380d7a54db60705e6b38e9c0674330df57a6e243c7215411275a489ab8b42

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.71.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.71.ebuild
new file mode 100644
index 000..ff9e6b53165
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.71.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="74"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 

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

2017-06-07 Thread Alice Ferrazzi
commit: 3e35511274db863f3196139aecac3b53accd75fa
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Jun  7 20:50:53 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Jun  7 20:50:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e355112

Linux patch 4.9-32

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.31.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 64727eb4ee6..ee3820d1570 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -128,6 +128,9 @@ DIST genpatches-4.9-30.extras.tar.xz 17356 SHA256 
2b3449f4785ab494255e1c97ca2ca8
 DIST genpatches-4.9-31.base.tar.xz 671048 SHA256 
678b5669505c3e3ccab876fe08bd9b7ddde05fb3e18098a490dd9e3151f6282a SHA512 
8f682c48b24eb3839c69c001906be28f5ad0e8ae4512f3d080416d040b86b689e21338441af9aa601bf0e14979eafd933556a9bb7c36318bb14a7f29b0844904
 WHIRLPOOL 
98a16b8987b751eb173c908529c9e80149b048077b9cbec1a075d359f3f3a38f4cb0f67681ee977357fe627b80cf6b296b150f6187c71b873033505389603215
 DIST genpatches-4.9-31.experimental.tar.xz 106368 SHA256 
f9f25811412ec2b5f0c4b9873b9a9bbbebecd3e720a97c85c8ea9e0906e064b1 SHA512 
a4237937e5057cdeae443bf28bf0902e8e2d5c9a2b5767f3b538a3babcb13f7cf29895b42f34e4d4af892243945a59430bf048c1f06407fd1bab9009aeec
 WHIRLPOOL 
e27eb58ed55e855f4419a4100cb0256de41276268dc4d17362316c4286076096fea149088b6696b35ef4c96b52c732dedc03cfd09c9f35d99bc4f93914f4b025
 DIST genpatches-4.9-31.extras.tar.xz 17356 SHA256 
1253db807bbf0ed52f5b2aed8e629e6c4ff0ae8ee08a1c7585576b6c71ccb939 SHA512 
b61a4efb99a90ca9d177521b3d093d69f41d80b287b9307915e4c6f0c82d11ccd644755f1c28a9c97e54738c6cfced870e26d05d48b84c0c9ab6548949d618a0
 WHIRLPOOL 
a74e7daef98d211f2fb8be2a2ef6bb2d2e493069d6bbdcb141a1e8eec6f7df7e4e57a71e538ea0c6a7e6ecc90ade79d78c22485e987361b43ba8ceb694c284f6
+DIST genpatches-4.9-32.base.tar.xz 69 SHA256 
e38f1d295ac46aac873115492f54e7863b982a161cf79c6f631b3964d6f59f62 SHA512 
5e9d2e70167874b62c264b0ab6d2cc7684379724b3b520639f70160bb2bac4e732ba561d6c45a590cee0756fa03cc0b01ca5b17c765587390b338495abd6b5e1
 WHIRLPOOL 
8cac4cd54d814d99a8508bccf67738394c6d06adb81c3ec507b8fc06f2ed38047f4172db4f9c5ff39013fea322a9c8a527a75310de2ac78247081ac086f799b6
+DIST genpatches-4.9-32.experimental.tar.xz 106344 SHA256 
19dc55bb156cc7493c81fc0d6a5a26a82769c28b199de13eea91bac7513ac268 SHA512 
7cb599729840f51d23c38ddd46e8956148a2dbeb6cdb3ab313c106d8593ffbe343676bc9f08da23cfc446b028e505bb0073059e4a5e0081114a6048d418aa231
 WHIRLPOOL 
adb7f9edec29afc9c5c005528ea7c23072366da52b570c78d555737781b14a47799c40f6af35bec0cce7de45206bb3d7fb121d88c7caf98297969e7cc51403d6
+DIST genpatches-4.9-32.extras.tar.xz 17348 SHA256 
0c25f8f637ac315d78020d83ef3c2c9a4cc6f42f89f4ab465e099b242119ae30 SHA512 
181257e0639370a8774ba06979f57b4a69e11e248a45eeb706e1dddc14885bb345571b59d5809875359ce188b90b95d27952f701fc032eb9ab39b780cbc40d94
 WHIRLPOOL 
e7d83c30f292216e4073d74bc645d92e7bf53236b99379a85026481a8a24bdb7537ccabcd1038476ec0b72f70d7bb957cebdd5b46f20c5118a9bd6cb181f3fae
 DIST genpatches-4.9-8.base.tar.xz 215420 SHA256 
4bbde563b43389798188b75c7e65412aaf5300348efeda63071cbd56f1e275e6 SHA512 
12641d4a11a8a4d40f16b9d0c62972de2baadc13481697c69a91a2b36844293f4edf207491ae087ce3378bdd0400856070e353c291f34d1cad02d3e3a6c73a36
 WHIRLPOOL 
98d63bb42729eb8518c6ea4a15cee2a41fe59a9f299bdde9ce86825bd3c563665a95da841b06817e3a4616fd38592737ad502173aa33a0b9eacd3fb31a42956d
 DIST genpatches-4.9-8.experimental.tar.xz 105608 SHA256 
217098bec005a1410b2dc1435841c2fc96d9f6022dd2973512d1b0f36e3c20d5 SHA512 
69546bc1d846697179aa287a4d1b708b962c0cdcf14b16acb4c696e8ffa38983a679d0f28c2d5df68046c68cc655add1c54c97bfa22f5867d9bba93612e67e2b
 WHIRLPOOL 
7fddabf8821a18607f765948457a44c689b3c527f2f630f1c3af614c8ba244663ed5d03dbaa5af27885d2d708069fa5f94b1c19aa23512806714522973371a59
 DIST genpatches-4.9-8.extras.tar.xz 17300 SHA256 
ba08353081cf07a73fb2a5b998c8dadeb94f6ede09ac177f2357925de9f50dd4 SHA512 
18ab24c59adc73bab4a49bc5537333ac6a7d11801afce8943ef42878d8b33341648b64d9fbc56be3a49fe6d9ec7728186eb40a348eedfb0b14ee1f5746e0ab4b
 WHIRLPOOL 
b352654885c3180a5599bc0a0acc3f9a3828d75ca5ef4a83c49258ca263822b02d974e273071bf913c82a919c4cdbc9283cee9b81edbc40ce640c11f7ad0775d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.31.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.31.ebuild
new file mode 100644
index 000..effb65b03f5
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.31.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="32"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mi

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

2017-06-07 Thread Alice Ferrazzi
commit: 075d6f3810fe01c6ab5ad525f0ec0ab3d56999cf
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Jun  7 20:46:29 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Jun  7 20:46:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075d6f38

Linux patch 4.11-6

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.11.4.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b1ecedcef4a..64727eb4ee6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -83,6 +83,9 @@ DIST genpatches-4.11-4.extras.tar.xz 17356 SHA256 
db7482603ad3c3e90340d09fe0d9c7
 DIST genpatches-4.11-5.base.tar.xz 116796 SHA256 
04c22c62a78cf69eb56fba64056a1aa8cff5823f92490b0b88e1294340ff711b SHA512 
ab264f6f31ed06f9c657af48ec4402c327ea9c920917032eab19ec78d915fe46fe1d9d46eaf891204e8e61974ff135c2de1d1a36cfb11d7760aa030641cde010
 WHIRLPOOL 
95dce90b089e20331b3837c428fe23d3a728427f54abaa6a66cda9147d407c95cf359ee1287eae070a6db64252a2c40a8613227fd16fb1364014beacafdcc3e7
 DIST genpatches-4.11-5.experimental.tar.xz 106560 SHA256 
21f69bf8dd8b650a8263f4dbe4651caab5f161a68796fa712b48d7871e6621f4 SHA512 
093d9cf7ef3de734ca98e5650637d785e4624dad91abaadc478f530571c3eef742d4a77f8dcd4071acd0e46d89dc0ecb2ffeddd34348cf172ce63a6d353ecf4a
 WHIRLPOOL 
cecbeab2078719098ea8fe88c07f980da6051419c631a686d21ebc2c8da3ed5bcb457a36f05fc453ebbed757fce687215388b8174bf14dec79aff6e73f82
 DIST genpatches-4.11-5.extras.tar.xz 17356 SHA256 
1253db807bbf0ed52f5b2aed8e629e6c4ff0ae8ee08a1c7585576b6c71ccb939 SHA512 
b61a4efb99a90ca9d177521b3d093d69f41d80b287b9307915e4c6f0c82d11ccd644755f1c28a9c97e54738c6cfced870e26d05d48b84c0c9ab6548949d618a0
 WHIRLPOOL 
a74e7daef98d211f2fb8be2a2ef6bb2d2e493069d6bbdcb141a1e8eec6f7df7e4e57a71e538ea0c6a7e6ecc90ade79d78c22485e987361b43ba8ceb694c284f6
+DIST genpatches-4.11-6.base.tar.xz 156192 SHA256 
55f3d9b55a76cfe0713ef7fe989ba2d4cbe13301c959ba7f24670f1936351ce2 SHA512 
1712bed5e996fdcdb043ffe01a2c8892b5d87288c00888aed99af456c6a4f2ba08030b8fc9e609c50a08cfadfede260d6f7564bbad61d39e8f96cae1c5494c40
 WHIRLPOOL 
606961d2ef3ef0762bb848fa8b8f0f863fe013110f6f1aef80b71f03e97a4095fffed56fe25a3b65314c6f6fa71133c54972c63a2ac7c40fc2f70f2ff42a11dd
+DIST genpatches-4.11-6.experimental.tar.xz 106540 SHA256 
35d717c319f63dc7eab86c08d8b7493b81a381e4c80dc3cee211ea88f6216a33 SHA512 
00ba0fcf356410848b03680973076e557c60ad61ba2f55470920d8629f9e7080b582ae9272d5a32260ced48b1825efe6b52638e837614d4c3e74232cf528c0c5
 WHIRLPOOL 
bad82f3c5a5bdaf3ce0a6d167a1a643f600e503365f9e09c3a124779f7eec900fbbcaa43baf31acd522f78a7678610645f529c123ca50267973d146de8324fb4
+DIST genpatches-4.11-6.extras.tar.xz 17356 SHA256 
5917d197fbd1aacd0fa365dc576a0590cec1ac51f5e7f920db5ae35366913899 SHA512 
5de95eaf2adc5437fd2fe71ee96b2987b2f4b726a14fa062d08f60e9d3b9fb012ebffc39b63a53b3c287256e9c96d1062a26922b72f2534f75ba7d1373257b24
 WHIRLPOOL 
0f19c09f2ddaffd053eff6244e539efff8ddee6afa541e053b580a986c218493d5684f844840c31bc8c4736002f1d227d66fd457721829af7278f0cb5bc9d60f
 DIST genpatches-4.4-56.base.tar.xz 1021856 SHA256 
a3118b9cb3204ac85b69c3676550f60859ee68707f0c5816120a2565cd7ab317 SHA512 
eeed7dc7358bc0151db89cb292e8b30a7498ac8c9c72fd301d9e08343977806e19a91a4958dda2643a418b50ca5ff7f2a27c871c53d1e9d3f0930e27c6ab11ba
 WHIRLPOOL 
10b4e757bd6b4e611d4828b7ea45b4d4f704dbec76a32c5294a8489ecd85103dc472c7b144588cbe1b07c3f507c076b8b2f9555b88542120a53d165c68a592f4
 DIST genpatches-4.4-56.experimental.tar.xz 87752 SHA256 
6324d9c2e58f33bf39ec7834d3ab6c6ed9eb6d53ffbd4d55aba0879903a503e2 SHA512 
d77dd2a45117afe1913dbf7163de8a9b0acfe28fc0afe18e3b1cd2d5d2e785fe374f7018e085a0d2bf8dc052273f1781e2c2094359c4a8a771b9f14443273be5
 WHIRLPOOL 
2f67af9640ab8d917617bc2bf8ee0d518dd5bdc343abff965bd2f8a8b35eae23b2ce9fd99aeb4497a7ac9293ec1005640c096e72b816143680ddfb6d60158598
 DIST genpatches-4.4-56.extras.tar.xz 16408 SHA256 
74babcf456aed9c7c406a0feb37b5fbe51db461a67b5fd9c07a252398a15b41f SHA512 
661cb1c58b38c24283a9465f596045669f2d686b7418e9586ca6ce48b56bd9cfce52705502f876e68006c4ff1624847cd1e18e3aec37d60f64e6f7788d5facee
 WHIRLPOOL 
11dd648ebf88f43d0c1e1543e5a68c93a1a31b5c1f2d287add703e20979820ecadf003b051e787d6089c346e4a13485326d9c05b5968bd9cb3ca21a755d95a54

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.11.4.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.11.4.ebuild
new file mode 100644
index 000..b38bd272ae2
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.11.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="6"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mi

[gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/, sys-process/fcron/files/

2017-06-07 Thread Thomas Deutschmann
commit: 7633968562992b9e0473fdca1ceec12e845c5b8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  7 20:28:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  7 20:28:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76339685

sys-process/fcron: Cleanup old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-process/fcron/Manifest  |   3 -
 sys-process/fcron/fcron-3.1.1.ebuild| 204 ---
 sys-process/fcron/fcron-3.1.2-r2.ebuild | 208 
 sys-process/fcron/fcron-3.2.0.ebuild| 208 
 sys-process/fcron/fcron-3.2.1-r1.ebuild |   4 +-
 sys-process/fcron/files/crontab |  21 
 sys-process/fcron/files/fcron.init.3|  57 -
 7 files changed, 3 insertions(+), 702 deletions(-)

diff --git a/sys-process/fcron/Manifest b/sys-process/fcron/Manifest
index a27e2790248..405a72e3c83 100644
--- a/sys-process/fcron/Manifest
+++ b/sys-process/fcron/Manifest
@@ -1,4 +1 @@
-DIST fcron-3.1.1.src.tar.gz 597094 SHA256 
449e21f09f80bd419d87165ba15dad94ad8ab215b7946fcf805b5340f019e952 SHA512 
ce20f0aee72521f809af2be13ba797e0f6ac65f12f7797e67a4db56c3b111d24c499c135ec1c948d8385ded415da25a258daf90051a75f603f7322c23dbca945
 WHIRLPOOL 
e3f4d056dd9926629c7ea36de2d5d768f510f256c6cdf0b051baaf5fda776d6295dd8a3213c32765d871cd6bdfc8bbb0bc7b5b0ab1da42c78441e19458594abe
-DIST fcron-3.1.2.src.tar.gz 592409 SHA256 
1c9299baab86e2b141031193c98ccd2e1b52d97a023b45a9e80266372ab11a5d SHA512 
14aec35031449bb8abb81bee781215a09a6cd1d8e08a002ca391ea84c05b9c1cd07ef383e4fc3ee4ae928b60ad75f3f91114a41336110283a07fab64dc770503
 WHIRLPOOL 
0ec40e9921c187d87247a2bd5b0f807dda6a780e313608ba5c0933d1c470313b9db7f6d5b0ff15b7a853e966bb738c4bbac1c80a54541f402c2c51044f53cca9
-DIST fcron-3.2.0.src.tar.gz 595408 SHA256 
eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564 SHA512 
97b200dfec02ca0aba76abf3cf71f54608fbadf46aa29d81d7316920fb1bebbba81d0118925f658cd9062f362b6075467c7f595e736b47616995a95958ae776b
 WHIRLPOOL 
58cd9e7484181354518a53b99a2465608ba94001cf5908342b0e195b7436c0296b6a60a428f6d4136c65ce02644fa568e3a706962d76f6e59fcbe948b4bf0afc
 DIST fcron-3.2.1.src.tar.gz 601142 SHA256 
6114d0a39a32853669c0c0ba0f96d92920e7cabca3ff1edf37d25750403e5f6a SHA512 
ddfd3e3a297b843c924aacccffaa5c1c6b300497f39daa1cdb90dc4cf4bc757042b0b2c1f055c119c8128c64d830ee0e8757091610432f5ffcacca25d369e5cd
 WHIRLPOOL 
39b44f88b09be40705ca5d1f421aa4bff6d9a00fbcb572b9012fb1dd65a24c3b1b746196e722bc544a6c0db062625d9981c60956a7fb7c34e6cb630202bd5a2b

diff --git a/sys-process/fcron/fcron-3.1.1.ebuild 
b/sys-process/fcron/fcron-3.1.1.ebuild
deleted file mode 100644
index 93b20bfc116..000
--- a/sys-process/fcron/fcron-3.1.1.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WANT_AUTOMAKE=none
-
-inherit cron pam eutils flag-o-matic user autotools
-
-MY_P=${P/_/-}
-DESCRIPTION="A command scheduler with extended capabilities over cron and 
anacron"
-HOMEPAGE="http://fcron.free.fr/";
-SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm hppa ia64 ~mips ppc sparc x86 ~x86-fbsd"
-IUSE="debug pam selinux l10n_fr +system-crontab readline"
-
-DEPEND="selinux? ( sys-libs/libselinux )
-   pam? ( virtual/pam )
-   readline? ( sys-libs/readline:= )"
-
-RDEPEND="${DEPEND}
-   >=app-misc/editor-wrapper-3
-   pam? ( >=sys-auth/pambase-20100310 )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   enewgroup fcron
-   enewuser fcron -1 -1 -1 fcron
-   rootuser=$(egetent passwd 0 | cut -d ':' -f 1)
-   [[ ${rootuser} ]] || rootuser=root
-   rootgroup=$(egetent group 0 | cut -d ':' -f 1)
-   [[ ${rootgroup} ]] || rootgroup=root
-}
-
-src_prepare() {
-   # respect LDFLAGS
-   sed -i "s:\(@LIBS@\):\$(LDFLAGS) \1:" Makefile.in || die "sed failed"
-
-   sed -i -e 's:/etc/fcrontab:/etc/fcron/fcrontab:' 
script/check_system_crontabs.sh || die
-
-   epatch "${FILESDIR}"/${P}-noreadline.patch
-   eautoconf
-}
-
-src_configure() {
-   local myconf
-
-   # Don't try to pass --with-debug as it'll play with cflags as
-   # well, and run foreground which is a _very_ nasty idea for
-   # Gentoo.
-   use debug && append-flags -DDEBUG
-
-   # bindir is used just for calling fcronsighup
-   econf \
-   --with-cflags="${CFLAGS}" \
-   --bindir=/usr/libexec \
-   $(use_with pam) \
-   $(use_with selinux) \
-   $(use_with readline) \
-   --without-audit \
-   --sysconfdir=/etc/fcron \
-   --with-username=fcron \
-   --with-groupname=fcron \
-   --with-piddir=/var/run \
-   --with-spooldir=/var/spool/fcron \
-   --with-fifodir=/var/run \
-  

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

2017-06-07 Thread Andreas Sturmlechner
commit: 3f7be5b9bc8635563e123254d02414e698364e00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  7 20:22:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  7 20:22:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7be5b9

profiles: Drop media-gfx/exiv2-0.26 package.mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1d1ccfcd108..df1f6d7ce5a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,10 +37,6 @@
 # fixed versions and for further testing.
 >=xfce-base/xfconf-4.13
 
-# Andreas Sturmlechner  (07 Jun 2017)
-# Needs some testing.
-~media-gfx/exiv2-0.26
-
 # Matthias Maier  (06 Jun 2017)
 # Dead upstream, unmaintained, no homepage, no SRC_URI, x86-only, does not
 # compile, bug #620964. Removal in 30 days.



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

2017-06-07 Thread Andreas Sturmlechner
commit: 17d1e8d03bf1978d19d8bc93e99f7e55707b029c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  7 20:20:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  7 20:21:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d1e8d0

media-gfx/exiv2: Fix typo

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/exiv2/exiv2-0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.26.ebuild 
b/media-gfx/exiv2/exiv2-0.26.ebuild
index 2b8fd2b3b26..ccd862cf78f 100644
--- a/media-gfx/exiv2/exiv2-0.26.ebuild
+++ b/media-gfx/exiv2/exiv2-0.26.ebuild
@@ -127,7 +127,7 @@ multilib_src_install_all() {
find "${D}" -name '*.la' -delete || die
 
if use examples; then
-   docinto -r examples
+   docinto examples
dodoc samples/*.cpp
fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-ru/

2017-06-07 Thread Sergey Popov
commit: e81618496b64ba099341a9cfd74c211394bea9cf
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Jun  7 20:20:20 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Jun  7 20:21:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8161849

app-i18n/man-pages-ru: version bump, drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-i18n/man-pages-ru/Manifest  | 2 +-
 ...2240.20161008.ebuild => man-pages-ru-4.08.2329.2329.20170422.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/man-pages-ru/Manifest b/app-i18n/man-pages-ru/Manifest
index 46fd880075d..484033cda18 100644
--- a/app-i18n/man-pages-ru/Manifest
+++ b/app-i18n/man-pages-ru/Manifest
@@ -1,3 +1,3 @@
 DIST man-pages-ru_3.81-2230-2080-20160117.tar.bz2 1119715 SHA256 
225c2e4eeb1a9071ab995b446cecfec51b24b2034191133c2035ad8c540a921b SHA512 
2d38d4aca0d247f6f23556e58f5538510e58596146d481e72b6d70c9282b8ec24f79da1c7525612f8b4e968cd7049f2ba51eb40804804ba6d9aeb39f4b4d12dc
 WHIRLPOOL 
9fdef40b9fff41dbe099c321fc7358d9df391e5a55a5d0ea1a8b2691fd5666755ed70e497501ef182ffa4b5e5c738386377f7feb29cc6f09001101ee88ed
-DIST man-pages-ru_4.05-2306-2240-20161008.tar.bz2 1371026 SHA256 
160637a9ab0dc0ad154a88574f97d39ec653e83c45627e9d55e7b4c90f850a21 SHA512 
724c4a076ecbfc7dd8c1d14e5db326866bef0d1f61da529225ee981d855bbdf276097bc077e5b78ab6dcac14a54bcadcc37a408091a48d48a9471bb2d9c51b9b
 WHIRLPOOL 
063a4959bf6e57e12b4b1b65053d01777af767d76563163f0dd9afeccb248a2895679467a07219d6a0f355c79635bc3f0bc4473803783766e63c854cc656c063
 DIST man-pages-ru_4.08-2329-2269-20170309.tar.bz2 1464870 SHA256 
367b6eadc2076791d1dad67e47ff534de3fa6fc81d8eeafe4d081e1e52b76e7b SHA512 
cb87d2e7c975577ff71a5b4ce24ab4998ba2f67e6248ee489620bcd6387e5b568e2d4f9aaa3ebb7ea388136f84876cbef8e348816cf6ab67af892d01f0b9eb77
 WHIRLPOOL 
8cc27cde0320f674f3dcc1c6c88e6fe5b39ec6cffe56dcd25fd74627a880a6b9173e512020d2e64c04ea000240d694f49dd8b19b2a42f543ab004a318c068283
+DIST man-pages-ru_4.08-2329-2329-20170422.tar.bz2 1543256 SHA256 
beccdb2868e1101ee7d4bcabe2b2e2db73d6cb6bc80eb3674858335dd49976ef SHA512 
4cfb9b67118d0b3ed44d7ec2f5cbd3e711e738225fe528e7a80c9503bc9136bbf81423772ce9e25abd46f172b90dcee931ebfec26ed79a6bf6d36cc0287af51f
 WHIRLPOOL 
181c5ab3d063c064f75b87ec519533bd54286045d1a7e6fee3536b62b4595c9dd68a3fc9aa44be9fa3d2cc4cecdcb0894ced5733a1e6efd38c5f2c95af45f1fc

diff --git a/app-i18n/man-pages-ru/man-pages-ru-4.05.2306.2240.20161008.ebuild 
b/app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2329.20170422.ebuild
similarity index 94%
rename from app-i18n/man-pages-ru/man-pages-ru-4.05.2306.2240.20161008.ebuild
rename to app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2329.20170422.ebuild
index 995b04ec1aa..786f26a0d81 100644
--- a/app-i18n/man-pages-ru/man-pages-ru-4.05.2306.2240.20161008.ebuild
+++ b/app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2329.20170422.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=6



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-ru/

2017-06-07 Thread Sergey Popov
commit: 9225151797c23d1bd61718998a11a045025c4135
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Jun  7 20:16:08 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Jun  7 20:21:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92251517

app-i18n/man-pages-ru-4.08.2329.2269.20170309: stable for all

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2269.20170309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2269.20170309.ebuild 
b/app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2269.20170309.ebuild
index 786f26a0d81..ec58b187337 100644
--- a/app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2269.20170309.ebuild
+++ b/app-i18n/man-pages-ru/man-pages-ru-4.08.2329.2269.20170309.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.bz2"
 
 LICENSE="FDL-1.3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
 
 DEPEND=""
 RDEPEND="virtual/man"



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

2017-06-07 Thread Thomas Deutschmann
commit: da58e22053d35eb3f61b37f6e5ae8fb5c61d9eef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  7 20:16:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  7 20:16:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da58e220

app-admin/collectd: Bump to v5.7.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/collectd/Manifest  |   1 +
 app-admin/collectd/collectd-5.7.2.ebuild | 535 +++
 2 files changed, 536 insertions(+)

diff --git a/app-admin/collectd/Manifest b/app-admin/collectd/Manifest
index 56022bdca32..59486608372 100644
--- a/app-admin/collectd/Manifest
+++ b/app-admin/collectd/Manifest
@@ -1,2 +1,3 @@
 DIST collectd-5.6.2.tar.bz2 1806969 SHA256 
cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6 SHA512 
81438e2e653649cf8a447f475b41844b7adb8ec436b43fb395ba9cf8b09b56a068633fe4b6c802d5cde3909d85a3af2542f5804005b3843f7936a37553911d61
 WHIRLPOOL 
ab3a1d160418cf1a826ae7c3b8999b239d15f2f16d70e1305d185ddc79c307071cfd529214c9406fc9c85435a94775abbf2cdb807a2e2b6da8f666cc0550886a
 DIST collectd-5.7.1.tar.bz2 1797725 SHA256 
7edd3643c0842215553b2421d5456f4e9a8a58b07e216b40a7e8e91026d8e501 SHA512 
f2edf4ecf3bbf5f4e10c797614a7ae39c18678601038574cec4f2ea6a8773444af4592e2872ed75a5afe5f746adaff2449df51443d98d2560a23722e46bef164
 WHIRLPOOL 
fffb1371ec269f7683e160535f973758482a4eb65426748a4ef4c3bbe839608753aa5249d52a6c141e5d6a7042a68a56833be057051d7361b1ffb98c005744ef
+DIST collectd-5.7.2.tar.bz2 1798777 SHA256 
9d20a0221569a8d6b80bbc52b86e5e84965f5bafdbf5dfc3790e0fed0763e592 SHA512 
8844b67159f8da2203b5ac57ef19fce0a01050a016174d196b48b5fb24925ad2935af9bdd9af06097ff663499abc496cdcc2d9e9a10f403f8d707c465c1a88f3
 WHIRLPOOL 
438516cdd4440ff752fa7bd94c5edf4d469248d81ff43089c801fc31ac7983e8e47091fd3e1f2f554ff1d5e4bb11201ac03ba1f76d92123676c677626f68ffad

diff --git a/app-admin/collectd/collectd-5.7.2.ebuild 
b/app-admin/collectd/collectd-5.7.2.ebuild
new file mode 100644
index 000..95c6b9e022a
--- /dev/null
+++ b/app-admin/collectd/collectd-5.7.2.ebuild
@@ -0,0 +1,535 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+JAVA_PKG_OPT_USE="collectd_plugins_java"
+
+inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
+
+DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
+
+HOMEPAGE="https://collectd.org/";
+SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
+
+# The plugin lists have to follow here since they extend IUSE
+
+# Plugins that don't build (e.g. dependencies not in Gentoo)
+# apple_sensors: Requires libIOKit
+# aquaero:   Requires aerotools-ng/libaquaero5
+# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
+# dpdkstat:  Requires dpdk
+# grpc:  Requires libgrpc
+# intel_rdt  Requires libpqos from intel-cmt-cat project
+# lpar:  Requires libperfstat (AIX only)
+# mic:   Requires Intel Many Integrated Core Architecture API
+#(part of Intel's  Xeon Phi software)
+# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
+# pf:Requires BSD packet filter
+# pinba: Requires MySQL Pinba engine (http://pinba.org/)
+# tape:  Requires libkstat (Solaris only)
+# write_mongodb: https://github.com/collectd/collectd/issues/492
+# write_riemann: Requires riemann-c-client
+# xmms:  Requires libxmms (v1)
+# zone:  Solaris only...
+COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer dpdkstat grpc
+   intel_rdt lpar mic netapp pf pinba tape write_mongodb
+   write_riemann xmms zone"
+
+# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
+COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
+   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
+   csv curl curl_json curl_xml dbi df disk dns drbd email
+   entropy ethstat exec fhcount filecount fscache gmond gps hddtemp
+   hugepages interface ipc ipmi iptables ipvs irq java lua
+   load logfile log_logstash lvm madwifi match_empty_counter
+   match_hashed match_regex match_timediff match_value mbmon md
+   memcachec memcached memory modbus mqtt multimeter mysql netlink
+   network network nfs nginx notify_desktop notify_email notify_nagios
+   ntpd numa nut olsrd onewire openldap openvpn oracle perl ping
+   postgresql powerdns processes protocols python python redis
+   routeros rrdcached rrdtool sensors serial sigrok smart snmp statsd
+   swap syslog table tail tail_csv target_notification target_replace
+

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

2017-06-07 Thread Michał Górny
commit: 51da2becc1f28f73b9ef318b722512c7d2d0ad44
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:05:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51da2bec

xfce-base/xfwm4: Drop old

 xfce-base/xfwm4/xfwm4-4.12.3.ebuild | 59 -
 1 file changed, 59 deletions(-)

diff --git a/xfce-base/xfwm4/xfwm4-4.12.3.ebuild 
b/xfce-base/xfwm4/xfwm4-4.12.3.ebuild
deleted file mode 100644
index 3ae30cfb3ed..000
--- a/xfce-base/xfwm4/xfwm4-4.12.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Window manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug dri startup-notification +xcomposite"
-
-RDEPEND="dev-libs/dbus-glib:=
-   >=dev-libs/glib-2.20:=
-   >=x11-libs/gtk+-2.24:2=
-   x11-libs/libX11:=
-   x11-libs/libXext:=
-   x11-libs/libXrandr:=
-   x11-libs/libXrender:=
-   x11-libs/pango:=
-   >=x11-libs/libwnck-2.30:1=
-   >=xfce-base/libxfce4util-4.10:=
-   >=xfce-base/libxfce4ui-4.11:=
-   >=xfce-base/xfconf-4.10:=
-   startup-notification? ( x11-libs/startup-notification:= )
-   xcomposite? (
-   x11-libs/libXcomposite:=
-   x11-libs/libXdamage:=
-   x11-libs/libXfixes:=
-   )"
-# libdrm: only headers are used
-# libICE/liBSM: not really used anywhere but checked by configure
-#   https://bugzilla.xfce.org/show_bug.cgi?id=11914
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   x11-libs/libICE
-   x11-libs/libSM
-   xfce-base/exo
-   virtual/pkgconfig
-   dri? ( >=x11-libs/libdrm-2.4 )"
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable dri libdrm)
-   $(use_enable startup-notification)
-   --enable-xsync
-   --enable-render
-   --enable-randr
-   $(use_enable xcomposite compositor)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce-theme-manager/

2017-06-07 Thread Michał Górny
commit: 8425d6287c28aa36a486402ef6ceb88d22a6d253
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:08:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8425d628

xfce-extra/xfce-theme-manager: Drop old

 xfce-extra/xfce-theme-manager/Manifest |  1 -
 .../xfce-theme-manager-0.3.5.ebuild| 56 --
 2 files changed, 57 deletions(-)

diff --git a/xfce-extra/xfce-theme-manager/Manifest 
b/xfce-extra/xfce-theme-manager/Manifest
index 796b6fcb427..3ee5293978c 100644
--- a/xfce-extra/xfce-theme-manager/Manifest
+++ b/xfce-extra/xfce-theme-manager/Manifest
@@ -1,2 +1 @@
-DIST Xfce-Theme-Manager-0.3.5.tar.gz 209269 SHA256 
948ce9f26d3cece7eb839499a83e696efbd2376ba6c03628a5d548e9e4415b8b SHA512 
41029dc93c464c8b0d47dc36fdf8417811e59aae5cd41dd55fcf4a47199ba114bc17d74f6d4a2c7a6f999cf2afc6c6f1c0d53a0c6f4166537e8c9090acfc1a80
 WHIRLPOOL 
85bdd10f4a4e6753c1c81821f6c81a0bc0e371cd567f8f5d74c79ada9cd56d2b0998641b0a49d4304fb8342e088c7764fe8c6cdb14829e24a1a844c4e9248cd6
 DIST Xfce-Theme-Manager-0.3.6.tar.gz 339444 SHA256 
fb9782c30bde3db988f98895ab5600d4d55b03dcc0fe4f2fd16216d4c95dfb11 SHA512 
4590f454675d9303ad9de3a3d7dc99e40c923bf7fe66195731ba7b4d42bbfba56e005e9d6c5629b4fa536fb05f221e10ade5098a171d179b9224cc4bb7fd28ca
 WHIRLPOOL 
45bbca1069ceb9d628e712bf690921b77d71d40db8e8e46161c882ffe46aebf4f1dd3fbb6956542e1b8f0894cac367c4e18831af2d4f86b5e874bf5de08fca47

diff --git a/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.5.ebuild 
b/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.5.ebuild
deleted file mode 100644
index a6108079221..000
--- a/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-MY_PN=Xfce-Theme-Manager
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="An alternative theme manager for The Xfce Desktop Environment"
-HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#themeed";
-SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/xfcethememanager/${MY_P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.30
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/libXcursor
-   >=xfce-base/libxfce4ui-4.10
-   >=xfce-base/xfconf-4.10
-   >=xfce-base/xfdesktop-4.10"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   DOCS=( ChangeLog )
-}
-
-src_prepare() {
-   sed -i \
-   -e '/^Cat/s:;;Settings::' \
-   -e '/^Cat/s:Gnome:GNOME:' \
-   ${MY_PN}/resources/pixmaps/${MY_PN}.desktop || die
-
-   local configext desktopversion=10
-   has_version '>=xfce-base/xfdesktop-4.11' && desktopversion=11
-   [[ -x configure ]] || configext=.ac
-
-   sed -i \
-   -e '/^CFLAGS/s:=-Wall:"& $CFLAGS":' \
-   -e '/^CXXFLAGS/s:=-Wall:"& $CXXFLAGS":' \
-   -e "/^desktopversion/s:=.*:=$desktopversion:" \
-   configure${configext} || die
-
-   xfconf_src_prepare
-}
-
-src_install() {
-   xfconf_src_install
-   rm -f "${ED}"/usr/share/${MY_PN}/docs/gpl-3.0.txt
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/

2017-06-07 Thread Michał Górny
commit: 0493bb126e2d6a8d57adb9bc2efd00bf10a8d4aa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:09:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0493bb12

xfce-extra/xfce4-clipman-plugin: Drop old

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.4.0.ebuild  | 40 --
 2 files changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 3a83faddbac..84efe0c436a 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 SHA256 
23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 SHA512 
fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e
 WHIRLPOOL 
6fa94e6e364c1a10e9de6cd80a1fad889a411ea3ca533647bf10f73967c60f1ad10caeefb0e838977b2b01f550a88561b196eba1f42949f00edb76103ec8ed2c
-DIST xfce4-clipman-plugin-1.4.0.tar.bz2 471045 SHA256 
a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 SHA512 
69579fc8d492bdde17ea00dc6329bc0c48c89c6e4e73fd99e0bb8e66ed095a302082106e667112dbb52bcbf91c295d6fcffa1712e8222c18b8cdeabf5c117011
 WHIRLPOOL 
29fb4ea07ea40fa2198602012ce68470898ac32ac3f78de66caa1ecbee9ef304d2d30bcdfd387a789ba7fa04037db12588945f7309ccba7cf5869377239e1010
 DIST xfce4-clipman-plugin-1.4.1.tar.bz2 484795 SHA256 
341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f SHA512 
e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54
 WHIRLPOOL 
25403d2221e48994b1bfc72acc6893880bb7e0bd81d92e4a60cc4fca365ed0132b491f12d76d3c0dffba6cd3f1360e2a8a919b16d5d5227a5d358fda60376dae

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
deleted file mode 100644
index 13aa2c44e9c..000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="debug qrcode"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.14:3=
-   dev-libs/libunique:1
-   x11-libs/libXtst
-   >=xfce-base/exo-0.10:=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-proto/xproto"
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable qrcode libqrencode)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/

2017-06-07 Thread Michał Górny
commit: 5baf941a17cb1bdc4929af6d720cb1fb193e3821
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  7 14:04:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5baf941a

xfce-extra/tumbler: Bump to 0.1.32 (stable bugfix)

 xfce-extra/tumbler/Manifest  |  1 +
 xfce-extra/tumbler/tumbler-0.1.32.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
index aaa7608f8e2..9aa747732fe 100644
--- a/xfce-extra/tumbler/Manifest
+++ b/xfce-extra/tumbler/Manifest
@@ -1,2 +1,3 @@
 DIST tumbler-0.1.31.tar.bz2 550650 SHA256 
d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173 SHA512 
8c5fc914be28b899155a8c3b3fec21c5e74c26569ae1bf6a18ae87c930927828570027d77d3ec0435b8db9449a9ea933da9ae5e00f7fdf13a335c0a25bb14d04
 WHIRLPOOL 
9d21da3fe29f3f175b95e01aec6d378803d54ab64213f16b0f559e304998905cedc15de7b00a5267dd5ed324568e7a03209432ba200206a9e65d694eccb7f803
+DIST tumbler-0.1.32.tar.bz2 535535 SHA256 
f08c88d9dd3b8781aa218146c11ab4aec307e8eb9232aaf18d90a4bae29adacf SHA512 
c320840baf1bd5f16d037659c3ab9a044c2604c7844824fccb257771078a0e000b3435d8ffe94e63147e1c4b6ad1eaafb4548d32fce0d68039cac28bddf11d80
 WHIRLPOOL 
ce6f350b04c1c9cfc4bbecc93e14baece171039fdaf26dbcc7e12029334cfaa3d7a7de39da888902bcf4142dde149ff273010ad6c2f17332acb046ef4088c0dc
 DIST tumbler-0.1.92.1.tar.bz2 569278 SHA256 
77185e0322b882f206c94ed1236cdf1b944c26a075f8de03b752696923597418 SHA512 
36935a626616e2184b6a1991150bf4f83ba3851fc6f643dbb277bc4374d007d43913b39aa4f33a42b4dbb930046286f085e4bf67e3135d7e45a88fb67639e138
 WHIRLPOOL 
fbcc7ca7a73ddc16ea16c62f2a2cb93d65a8401c70e27957f7bad8cadf60b416bc66886c139f0a4d95791aca0d896a1efd2351d38c0f46782ee7c292ccd95950

diff --git a/xfce-extra/tumbler/tumbler-0.1.32.ebuild 
b/xfce-extra/tumbler/tumbler-0.1.32.ebuild
new file mode 100644
index 000..6e1628bb09b
--- /dev/null
+++ b/xfce-extra/tumbler/tumbler-0.1.32.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A thumbnail service for Thunar"
+HOMEPAGE="https://docs.xfce.org/xfce/thunar/start";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
+   >=dev-libs/glib-2.24:2=
+   media-libs/freetype:2=
+   media-libs/libpng:0=
+   >=sys-apps/dbus-1.6:=
+   >=x11-libs/gdk-pixbuf-2.14:2=
+   curl? ( >=net-misc/curl-7.25:= )
+   ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   jpeg? ( virtual/jpeg:0= )
+   odf? ( >=gnome-extra/libgsf-1.14.20:= )
+   pdf? ( >=app-text/poppler-0.12.4[cairo] )
+   raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
+RDEPEND="${COMMON_DEPEND}
+   >=xfce-base/thunar-1.4
+   gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable curl cover-thumbnailer)
+   $(use_enable jpeg jpeg-thumbnailer)
+   $(use_enable ffmpeg ffmpeg-thumbnailer)
+   $(use_enable gstreamer gstreamer-thumbnailer)
+   $(use_enable odf odf-thumbnailer)
+   $(use_enable pdf poppler-thumbnailer)
+   $(use_enable raw raw-thumbnailer)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-indicator-plugin/

2017-06-07 Thread Michał Górny
commit: 9ca537baf9d851eaf6b03782b46fd0753c24ae94
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:10:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca537ba

xfce-extra/xfce4-indicator-plugin: Drop old

 xfce-extra/xfce4-indicator-plugin/Manifest |  2 --
 .../xfce4-indicator-plugin-1.0.0.ebuild| 34 
 .../xfce4-indicator-plugin-2.3.2.ebuild| 36 --
 3 files changed, 72 deletions(-)

diff --git a/xfce-extra/xfce4-indicator-plugin/Manifest 
b/xfce-extra/xfce4-indicator-plugin/Manifest
index 26b0d56d461..f494b0be649 100644
--- a/xfce-extra/xfce4-indicator-plugin/Manifest
+++ b/xfce-extra/xfce4-indicator-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-indicator-plugin-1.0.0.tar.bz2 334758 SHA256 
c914b684929de8324cbd6f01f4c0656cfe81f3aaf349e147a0d5ac0d98946822 SHA512 
7691de26a3232139850b85f8ea5bb715a19ff61cecce58b153a315905422517b8897137a0c58d86553868ed56882309a12e95ef0fe5e943c05fd503735d98d73
 WHIRLPOOL 
eebdc8aa8b2caa38d8fbf2d11a063310f0e753f0dc8db543fe8f2377cfe88adb377f6c61327474c21c8866121daec3dd54be1209cd4442b1a4b7efe8eb0b0781
-DIST xfce4-indicator-plugin-2.3.2.tar.bz2 371307 SHA256 
8f5a864885686809cb4fda7267d021808076ac9f8abb813d95d260f9965d3aae SHA512 
f1033a662cc9b00c4275dbef70eb76b5e38cd9536f9dd7815917ea576f10d2c30a841d22d8a679cab26cc95e98f7642d7fefc8b5f22a40b534010c6d1c0e3268
 WHIRLPOOL 
493d5ee407649e6fbc687944b04dd69a20bd23e2edd267948cdc5007bdf97ae05bcb4d6f9a8a9595b00e77cea7115d798cbb0f934ecc6ccdbe9ae3437a2da91a
 DIST xfce4-indicator-plugin-2.3.3.tar.bz2 380735 SHA256 
c46b529b0f31c8ba9401fdc3e245ed3f30e61fadc0e8d2ddb6aaa10b02edbd52 SHA512 
d220ee625d10c857f2d65c52e8d561d8ff8448e8707161baf3ef8a1365fb5306d29c480f56edf5ead091fb3078ab0ebcb25088c676ad280e5c93208e36b95c20
 WHIRLPOOL 
2ad608d93058b7a2969521ac813a433752a61fc11ee7a9681ed1fead08e917598346117d4fb8a161e8a89871800d9c84ec384cd1ea9033a27dfaeea760cd5980

diff --git 
a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-1.0.0.ebuild 
b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-1.0.0.ebuild
deleted file mode 100644
index 8abb6c3e90f..000
--- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-1.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/libindicator-0.4:0
-   >=x11-libs/gtk+-2.14:2
-   x11-libs/libX11
-   >=xfce-base/exo-0.6
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/xfce4-panel-4.8
-   >=xfce-base/xfconf-4.8"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}

diff --git 
a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild 
b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild
deleted file mode 100644
index 5cf80fa5d46..000
--- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/libindicator-12.10.1:3
-   >=x11-libs/gtk+-3.6:3
-   x11-libs/libX11
-   >=xfce-base/libxfce4ui-4.11[gtk3(+)]
-   >=xfce-base/libxfce4util-4.11
-   >=xfce-base/xfce4-panel-4.11
-   >=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   # TODO: libido3-13.10.0 needs ubuntu-private.h from Ubuntu's GTK+ 3.x
-   XFCONF=(
-   --disable-ido
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}



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

2017-06-07 Thread Michał Górny
commit: 7315a95fd489cf58a54099f3ce7744bd364b43eb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:04:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7315a95f

xfce-base/xfce4-settings: Drop old

 xfce-base/xfce4-settings/Manifest  |  1 -
 xfce-base/xfce4-settings/metadata.xml  |  1 -
 .../xfce4-settings/xfce4-settings-4.12.0-r1.ebuild | 54 --
 .../xfce4-settings/xfce4-settings-4.12.0.ebuild| 52 -
 .../xfce4-settings/xfce4-settings-4.12.1.ebuild| 53 -
 5 files changed, 161 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 5a814114bb0..c40d317ae8a 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-settings-4.12.0.tar.bz2 973324 SHA256 
04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81 SHA512 
4a61c16f1f03de98c9968a00b50595e2934aaf28b80613c59403d33a293a7f8ef9ebb6fad98b0eeb97a6590b9100e91f73dd6363133d5d8bd06714f1126d8856
 WHIRLPOOL 
52a66c1b99f67b1e92ccbc223535617a6edff67857032d7c19581fe38e4b5b7e2b32a42bb5263f92ec02596035dd76f6a8f6387f17e524b035def717eda373ff
-DIST xfce4-settings-4.12.1.tar.bz2 1027325 SHA256 
f6484a0b1a7dad65ba5ee4eba8e07299b7c92a2a8adb195684e0e2b959886574 SHA512 
20aca9c6337433b0b7165acfb373bce14e13e368345844799cfe71bcf433a38c4d1f57d3ffe01eda347d167c3098f46ac77d0364b64a2a59bbe82e45d76a9623
 WHIRLPOOL 
3cfda30efeb59ac2b857efd5454139915fd053cd533fdddf7cbd718352ee18990f0dcb1ea62a532fd4b36f451818b0d1161145467e47691e76cc9e310d409922
 DIST xfce4-settings-4.13.0.tar.bz2 1037084 SHA256 
01a19a2d320617efc7de972069024f2a86255b8abf354fbd3698f361db75063d SHA512 
ae9094ce0a2a85d7d38a72bbc355f5d06741ec5db16ebcfab74e7504f1ba17360d1fc3e38b357665c3bacf065c02cd6c12c2d1619a18523b42efb311877dfa62
 WHIRLPOOL 
60276d31fd689bf3f10980310e5c401a2551ea12e94451fde88577a21b6a5a04e240a0b86f8136ed084b1814db00dd1ce580f0f1cb0ab37d00bea0793e4ebce4

diff --git a/xfce-base/xfce4-settings/metadata.xml 
b/xfce-base/xfce4-settings/metadata.xml
index 7a8fccdab0a..12f76d9d6a2 100644
--- a/xfce-base/xfce4-settings/metadata.xml
+++ b/xfce-base/xfce4-settings/metadata.xml
@@ -6,7 +6,6 @@
 XFCE Team
   
   
-Enable libinput Xorg driver 
(x11-drivers/xf86-input-libinput) support
 Enable sound event support using 
media-libs/libcanberra
 Enable keyboard layout selection support using 
x11-libs/libxklavier
   

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild
deleted file mode 100644
index fa3df265bb8..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug libcanberra libinput libnotify upower +xklavier"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-   >=dev-libs/glib-2.24
-   media-libs/fontconfig
-   >=x11-libs/gtk+-2.20:2
-   x11-libs/libX11
-   >=x11-libs/libXcursor-1.1
-   >=x11-libs/libXi-1.3
-   >=x11-libs/libXrandr-1.2
-   >=xfce-base/garcon-0.2
-   >=xfce-base/exo-0.8
-   >=xfce-base/libxfce4ui-4.11
-   >=xfce-base/libxfce4util-4.11
-   >=xfce-base/xfconf-4.10
-   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
-   libinput? ( x11-drivers/xf86-input-libinput )
-   libnotify? ( >=x11-libs/libnotify-0.7 )
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
-   xklavier? ( >=x11-libs/libxklavier-5 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
-   >=x11-proto/inputproto-1.4
-   x11-proto/xproto"
-
-pkg_setup() {
-   XFCONF=(
-   $(use_enable upower upower-glib)
-   $(use_enable libinput xorg-libinput)
-   $(use_enable libnotify)
-   $(use_enable xklavier libxklavier)
-   $(use_enable libcanberra sound-settings)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS TODO )
-
-   PATCHES=( "${FILESDIR}/${P}-HDMI-power-cycling.patch" )
-}

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild
deleted file mode 100644
index 6947a044484..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 

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

2017-06-07 Thread Michał Górny
commit: 822eb1ef3c6435e81ed634ba92d532eb75ebb633
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:05:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822eb1ef

xfce-base/xfdesktop: Drop old

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 562d969f78f..5c3350a4111 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
-DIST xfdesktop-4.12.2.tar.bz2 1419922 SHA256 
c973163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225 SHA512 
b83f3d632b47593a6a600f508c06a097e77794cae8caa6e9c5c86300d1ebdb12967bdbd6638179c8b41855216ab534db2fae7f3bba2bda18e8fb8fb7c6966121
 WHIRLPOOL 
e610ea2879834052623c2d984baacd803ec8e7de0a212676f25b776f1c417f4c244580f42f2fefb4346d4fc7b597d7bef63e4dace7b2ff61a8f0cc6d43d222a5
 DIST xfdesktop-4.12.3.tar.bz2 1420704 SHA256 
a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac SHA512 
e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878
 WHIRLPOOL 
ce6fbfa82b9ac753b640035c458c2d81cea76500c6905933c343b061c5f66192926dcc47baa0f72f2a55579212cc0a297538f5f1d913b026f0d5b88f4211e9d8
 DIST xfdesktop-4.13.0.tar.bz2 1484311 SHA256 
0c5eef883c0f6fa29a548e8e9184f07c63892103a7a7a8f5141a502c04d5da40 SHA512 
4e27ccff66caa93f4b62db730be52a2dcc4211ada78b79f2faa21153ab79dc1bf7d07479939cdc95c82bb0445f007b4bc77793ecd0dd7718baddee5316b35951
 WHIRLPOOL 
818f02f61854457f1c156e49fcaf2c643495b47b9a19d8dd45701138571bbcf152f507c7b985da914f17c6209e969fbda11288d393aba8124e2c93bd83c87f70

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild
deleted file mode 100644
index 5ed7d4acb04..000
--- a/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfdesktop/start";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=x11-libs/cairo-1.6:=
-   >=dev-libs/dbus-glib-0.100:=
-   >=dev-libs/glib-2.20:=
-   >=x11-libs/gtk+-2.24:2=
-   >=x11-libs/libwnck-2.30:1=
-   x11-libs/libX11:=
-   >=xfce-base/exo-0.8:=
-   >=xfce-base/garcon-0.3:=
-   >=xfce-base/libxfce4ui-4.11:=
-   >=xfce-base/libxfce4util-4.11:=
-   >=xfce-base/xfconf-4.10:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? (
-   >=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.6:=[dbus]
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/imsettings/files/, app-i18n/imsettings/

2017-06-07 Thread Michał Górny
commit: 33971e4c8f9a870d8e801ab2f251696d300bce4a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 09:54:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33971e4c

app-i18n/imsettings: Drop old

 app-i18n/imsettings/Manifest   |  1 -
 .../files/imsettings-1.5.0-gir-scanner.patch   | 29 
 app-i18n/imsettings/imsettings-1.5.0.ebuild| 77 --
 3 files changed, 107 deletions(-)

diff --git a/app-i18n/imsettings/Manifest b/app-i18n/imsettings/Manifest
index 684dc0aaa9e..be2aa02593f 100644
--- a/app-i18n/imsettings/Manifest
+++ b/app-i18n/imsettings/Manifest
@@ -1,2 +1 @@
-DIST imsettings-1.5.0.tar.bz2 567488 SHA256 
06a9d82718104fb9b86ded11bc73afaf7dd858b138eb24d8264c6a4877db161e SHA512 
0743264fc09c9998d93fd92195946936141f17a943783b40906d0e269db691c7559e05158217f7a3b46b18cd29004338b94ca9958d52185c630e26cd7dfca08d
 WHIRLPOOL 
21e96e5b9aeb80189a9aa6650d86d0cf1a72287a246eb43c0e54af94d1d5dc37e47c5760e17b36c0c3f222367520f81a50150fc3e4a4449e3ed284d237e91d06
 DIST imsettings-1.6.8.tar.bz2 593942 SHA256 
2620ffbf9a6dc842dbf994b4773d4fe355eb77076ccf33f726ba63f16c0d08ba SHA512 
a15a4824529b16f61653fdf3e149656c7a2ca1384579c755cec6650414499c3d24ac15178971d961f327c5fd8acd7892b9b4f9c60608166c281c11ab3f2b25b0
 WHIRLPOOL 
c39cb54b9be8424dc1d9eceae12f793847585638f29a52282427c3c07ee1bd3e5ed9d67ff73727b055499c3963e106024eb9f164b32ebcf553b2dfccf1114a6d

diff --git a/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch 
b/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
deleted file mode 100644
index be7350f9401..000
--- a/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 75e1ec9cea4bb9f108c0637a4b62cabfa500ed61 Mon Sep 17 00:00:00 2001
-From: Akira TAGOH 
-Date: Wed, 3 Apr 2013 19:37:15 +0900
-Subject: [PATCH] Fix a build issue with the latest gobject-introspection
-

- imsettings/Makefile.am | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/imsettings/Makefile.am b/imsettings/Makefile.am
-index 574480a..8e5999a 100644
 a/imsettings/Makefile.am
-+++ b/imsettings/Makefile.am
-@@ -117,9 +117,11 @@ IMSettings_1_3_gir_INCLUDES = \
-   GObject-2.0 \
-   Gio-2.0 \
-   $(NULL)
-+IMSettings_1_3_gir_SCANNERFLAGS = \
-+  --symbol-prefix=imsettings  \
-+  $(NULL)
- IMSettings_1_3_gir_CFLAGS =   \
-   $(INCLUDES) \
--  --symbol-prefix=imsettings  \
-   $(NULL)
- IMSettings_1_3_gir_LIBS = libimsettings.la
- IMSettings_1_3_gir_FILES = $(introspection_sources)
--- 
-1.8.5.2
-

diff --git a/app-i18n/imsettings/imsettings-1.5.0.ebuild 
b/app-i18n/imsettings/imsettings-1.5.0.ebuild
deleted file mode 100644
index dc7d47cdd13..000
--- a/app-i18n/imsettings/imsettings-1.5.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="https://tagoh.github.com/imsettings/";
-SRC_URI="https://bitbucket.org/tagoh/imsettings/downloads/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gconf gtk3 qt4 static-libs xfconf"
-
-# X11 connections are required for test.
-RESTRICT="test"
-
-RDEPEND=">=dev-libs/check-0.9.4
-   >=dev-libs/glib-2.26
-   sys-apps/dbus
-   >=x11-libs/gtk+-2.12:2
-   >=x11-libs/libgxim-0.4.0
-   >=x11-libs/libnotify-0.7
-   x11-libs/libX11
-   gconf? ( gnome-base/gconf )
-   gtk3? ( x11-libs/gtk+:3 )
-   qt4? ( dev-qt/qtcore:4 )
-   xfconf? ( xfce-base/xfconf )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   doc? ( dev-util/gtk-doc )"
-
-MY_XINPUTSH="90-xinput"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-   # Prevent automagic linking to libxfconf-0.
-   if ! use gconf; then
-   sed -i -e 's:gconf-2.0:dIsAbLe&:' configure || die
-   fi
-   if ! use gtk3; then
-   sed -i -e 's:gtk+-3.0:dIsAbLe&:' configure || die
-   fi
-   if ! use qt4; then
-   sed -i -e 's:QtCore:dIsAbLe&:' configure || die
-   fi
-   if ! use xfconf; then
-   sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
-   fi
-   epatch "${FILESDIR}"/${P}-gir-scanner.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -exec rm -f '{}' +
-
-   fperms 0755 /usr/libexec/xinputinfo.sh
-   fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}"
-}
-
-pkg_p

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

2017-06-07 Thread Michał Górny
commit: 2d699e70d4223af780c04b91e995af6ed657bf17
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 09:59:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d699e70

xfce-base/thunar: Drop old

 xfce-base/thunar/thunar-1.6.10.ebuild | 72 ---
 1 file changed, 72 deletions(-)

diff --git a/xfce-base/thunar/thunar-1.6.10.ebuild 
b/xfce-base/thunar/thunar-1.6.10.ebuild
deleted file mode 100644
index d4ade70f2ad..000
--- a/xfce-base/thunar/thunar-1.6.10.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
-inherit virtualx xfconf
-
-MY_P=${P/t/T}
-
-DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-COMMON_DEPEND=">=dev-lang/perl-5.6
-   >=dev-libs/glib-2.30:=
-   >=x11-libs/gdk-pixbuf-2.14:=
-   >=x11-libs/gtk+-2.24:2=
-   >=xfce-base/exo-0.10:=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10.1:=
-   >=xfce-base/xfconf-4.10:=
-   dbus? ( >=dev-libs/dbus-glib-0.100:= )
-   exif? ( >=media-libs/libexif-0.6.19:= )
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   pcre? ( >=dev-libs/libpcre-6:= )
-   udisks? ( virtual/libgudev:= )
-   xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10:= )"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-util/desktop-file-utils-0.20-r1
-   x11-misc/shared-mime-info
-   dbus? ( ${GVFS_DEPEND} )
-   udisks? (
-   virtual/udev
-   ${GVFS_DEPEND}[udisks,udev]
-   )
-   xfce_plugins_trash? ( ${GVFS_DEPEND} )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-REQUIRED_USE="xfce_plugins_trash? ( dbus )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable dbus)
-   # no code uses this, it's all in libxfce4ui now
-   # https://bugzilla.xfce.org/show_bug.cgi?id=11837
-   --disable-startup-notification
-   $(use_enable udisks gudev)
-   $(use_enable libnotify notifications)
-   $(xfconf_use_debug)
-   $(use_enable exif)
-   $(use_enable pcre)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
-   )
-
-   use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )
-
-   DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
-}
-
-src_test() {
-   Xemake check
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/

2017-06-07 Thread Michał Górny
commit: 02b197f6c5911e6ffdc5ba9a3464ff5573e64789
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:13:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b197f6

xfce-extra/xfce4-volumed-pulse: Drop old

 xfce-extra/xfce4-volumed-pulse/Manifest|  1 -
 .../xfce4-volumed-pulse-0.2.1.ebuild   | 32 --
 2 files changed, 33 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest 
b/xfce-extra/xfce4-volumed-pulse/Manifest
index cfa9efb6b74..2b9466c8529 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 SHA256 
6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550 SHA512 
efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6
 WHIRLPOOL 
1800a5e3db8e4a81a2c622aa9c33db4778391f253992056f3f4402ed337bce98c8e199d79b411e96d7d8abbb68a7d58d83471d3014dc9cbf367c87c6be26e091
-DIST xfce4-volumed-pulse-0.2.1.tar.bz2 310534 SHA256 
d7400f027854d202dafe43e0d0e15e7529dc89e963ded8706e8359703bd49083 SHA512 
27ab14606db33952e67aee8e37ca3ea99f24a0af67ad6b713ab38462a58e5f8a45292b5826d4ea42f5072f1dcd6b97f53876b5c5af33455a36c3ff5e6e518960
 WHIRLPOOL 
356f9b2329be910487e382a928f3d4c4bc1c5cf3a82a16c89b69cf8a8ece4c6659500ab061f0248463b384e7eade4ae7ea15e7111443ee13df7be86c3dc430ef
 DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 SHA256 
0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76 SHA512 
6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6
 WHIRLPOOL 
07d8fab178005ab9defc6ab4e6715a5f337b337f52e01a1fec3de70ce649d1db77733fe165379121e54ee7804c59cf0aa2baa5090573bac8bf9ff28e534e816c

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild 
b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild
deleted file mode 100644
index a4633b940c0..000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16:2=
-   dev-libs/keybinder:0=
-   >=media-sound/pulseaudio-0.9.19:=[glib]
-   >=x11-libs/gtk+-2.20:2=
-   >=xfce-base/xfconf-4.8:=
-   libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(use_enable libnotify)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog README THANKS )
-}



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

2017-06-07 Thread Michał Górny
commit: 184d1550963001ad3875e11902da9d8362a93312
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 09:58:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184d1550

xfce-base/libxfce4ui: Drop old

 xfce-base/libxfce4ui/Manifest|  1 -
 xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild | 45 
 xfce-base/libxfce4ui/metadata.xml|  1 -
 3 files changed, 47 deletions(-)

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index 9a6f7c27ce7..dbf23da77d9 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,3 +1,2 @@
-DIST libxfce4ui-4.12.1.tar.bz2 665624 SHA256 
3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43 SHA512 
9d132a81bc3385b6582c2d97ed7a1fc0ea289d9098cc4c3a7fb523329eb6afb18716bcf98a5832c4484794eb7a2be4242fa2e71083cd5e55cb19e3b8003458a8
 WHIRLPOOL 
bfc23f795755af6dc7a0ea947dfc931c3dc8eaa64d73303361d0be8cad77d5a9206d349551995de8a291281270564ed54f947f4c56285f7bc8ae91dfbfdd538d
 DIST libxfce4ui-4.13.0.tar.bz2 688646 SHA256 
22f0b66a33945f347952249589f71618418f1e47ca847850eb0ee1bdb0c353d4 SHA512 
342c4fb09b3f13e066b994c54cd557a65c116566b8201217cb663851ba387932cdd4ebf2274f32bdc97a98b3a2bd1b59de75ef6cc4c6f5d0e5f1910b7eca591e
 WHIRLPOOL 
37d9d68af580482186e5f1bd078b72b48339ee032b85e38ea944b2a08e80deead2887fbee9f30b15251214bb0aae7cc92857f2559db116767c96f630ad5b7d80
 DIST libxfce4ui-4.13.1.tar.bz2 691839 SHA256 
2a257d73ccf30c1939df2e6ba879c925a1290ae2877a79b27d389e09e01c917d SHA512 
056f6c944f1060f43037427304fccc7bb835a0ba5263d9c2f41c5cd2f980a61d4c45f9aa4b97004bae0b57e0020de0af43345b28f53748cea94fcd97fe785523
 WHIRLPOOL 
6f4b2879d9e930efff4c0f10746a879b67c81367f5c0960da29617147a8e1571f64538f2aa03e7fcf91d75e466b8b11d36f8aa8c272b6483b051fe5502d814d5

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild
deleted file mode 100644
index cc29f836cbe..000
--- a/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Unified widgets and session management libraries for the Xfce 
desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4ui/";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug +gtk3 startup-notification"
-
-RDEPEND=">=dev-libs/glib-2.30:2=
-   >=x11-libs/gtk+-2.24:2=
-   x11-libs/libX11:=
-   x11-libs/libICE:=
-   x11-libs/libSM:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfconf-4.12:=
-   gtk3? ( >=x11-libs/gtk+-3.2:3= )
-   startup-notification? ( x11-libs/startup-notification:= )
-   !xfce-base/xfce-utils"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(use_enable startup-notification)
-   $(use_enable gtk3)
-   $(xfconf_use_debug)
-   # requires deprecated glade:3 (gladeui-1.0), bug #551296
-   --disable-gladeui
-   --with-vendor-info=Gentoo
-   )
-
-   [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-}

diff --git a/xfce-base/libxfce4ui/metadata.xml 
b/xfce-base/libxfce4ui/metadata.xml
index 3df56bad220..f53823b4b9e 100644
--- a/xfce-base/libxfce4ui/metadata.xml
+++ b/xfce-base/libxfce4ui/metadata.xml
@@ -7,6 +7,5 @@
   
   
 Build support for Glade 3's GtkBuilder 
implementation
-Enable gtk3 support
   
 



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

2017-06-07 Thread Michał Górny
commit: 41ffc6820f88d420cc262d7c2c6d4abbd68f30a8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:02:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ffc682

xfce-base/xfce4-session: Drop old

 .../xfce4-session/xfce4-session-4.12.1.ebuild  | 70 --
 1 file changed, 70 deletions(-)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.1.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.12.1.ebuild
deleted file mode 100644
index 467b7670c80..000
--- a/xfce-base/xfce4-session/xfce4-session-4.12.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=1
-inherit xfconf
-
-DESCRIPTION="A session manager for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfce4-session/start";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls policykit systemd upower +xscreensaver"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
-   x11-apps/iceauth
-   x11-libs/libSM:=
-   >=x11-libs/libwnck-2.30:1=
-   x11-libs/libX11:=
-   >=xfce-base/libxfce4util-4.11:=
-   >=xfce-base/libxfce4ui-4.12.1:=
-   >=xfce-base/xfconf-4.10:=
-   !xfce-base/xfce-utils
-   !=xfce-base/libxfce4ui-4.12.0
-   policykit? ( >=sys-auth/polkit-0.102:= )
-   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xrdb
-   nls? ( x11-misc/xdg-user-dirs )
-   !systemd? ( upower? ( sys-power/pm-utils ) )
-   xscreensaver? ( || (
-   >=x11-misc/xscreensaver-5.26
-   gnome-extra/gnome-screensaver
-   >=x11-misc/xlockmore-5.43
-   x11-misc/slock
-   x11-misc/alock[pam]
-   ) )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-REQUIRED_USE="systemd? ( policykit )"
-
-pkg_setup() {
-   PATCHES=( "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch )
-
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable policykit polkit)
-   --with-xsession-prefix="${EPREFIX}"/usr
-   $(xfconf_use_debug)
-   )
-
-   use upower && XFCONF+=( --enable-upower )
-
-   DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-}
-
-src_install() {
-   xfconf_src_install
-
-   local sessiondir=/etc/X11/Sessions
-   echo startxfce4 > "${T}"/Xfce4
-   exeinto ${sessiondir}
-   doexe "${T}"/Xfce4
-   dosym Xfce4 ${sessiondir}/Xfce
-}



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

2017-06-07 Thread Michał Górny
commit: 58b7eaaa093da96c6854de3f9c0772bd3dbc9c39
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:00:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b7eaaa

xfce-base/xfce4-panel: Drop old

 xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild
deleted file mode 100644
index 1cee0b07baf..000
--- a/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/";
-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"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-   >=dev-libs/glib-2.24
-   >=x11-libs/cairo-1
-   >=x11-libs/gtk+-2.20:2
-   >=x11-libs/gtk+-3.2:3
-   x11-libs/libX11
-   >=x11-libs/libwnck-2.31:1
-   >=xfce-base/exo-0.8
-   >=xfce-base/garcon-0.3
-   >=xfce-base/libxfce4ui-4.11
-   >=xfce-base/libxfce4util-4.11
-   >=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   --enable-gtk3
-   $(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS THANKS )
-}



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

2017-06-07 Thread Michał Górny
commit: 379df5fa8b1208b3876398def6c15e820701c37e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 07:48:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:06:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379df5fa

xfce-base/xfconf: Bump to 4.13.1, EAPI=6, fix tests

 profiles/package.mask |  8 
 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.1.ebuild | 71 +++
 3 files changed, 80 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 93e9b6b8574..1d1ccfcd108 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# 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
+
 # Andreas Sturmlechner  (07 Jun 2017)
 # Needs some testing.
 ~media-gfx/exiv2-0.26

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 0f94d4c693d..5c7ae17b32a 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
+DIST xfconf-4.13.1.tar.bz2 584229 SHA256 
17f149f8f0cdbd4f3c8fb7869015c57a5bc6ba1c842faade6d6ec75fea5b SHA512 
94504c71be3e98f635f20ab840a04aea08118962a9415a88bcdabf3960b3ba0b6f90a5c89b515bfef5bd5850738370ac885411ce3f4ecde944ca4e7976728080
 WHIRLPOOL 
95db672eec632aa3a2b74860ad88293ce7259956e08860c498e7141311224e1630f7d09b0568fb4508e398dffe5b280c837c9fcf7c412979ee235e198a33bd5c

diff --git a/xfce-base/xfconf/xfconf-4.13.1.ebuild 
b/xfce-base/xfconf/xfconf-4.13.1.ebuild
new file mode 100644
index 000..3e2ada0e1a3
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A flexible, easy-to-use configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=xfce-base/libxfce4util-4.10:=
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   perl? (
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+   )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable perl perl-bindings)
+   $(use_enable debug checks)
+   --with-perl-options=INSTALLDIRS=vendor
+   )
+
+   xdg_environment_reset
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake OTHERLDFLAGS="${LDFLAGS}"
+}
+
+my_test() {
+   local out=$(./xfconfd/xfconfd --daemon) || return 1
+   eval "${out}"
+
+   local ret=0
+   nonfatal emake check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-power-manager/

2017-06-07 Thread Michał Górny
commit: 334cd8496f156fdf18cf71f13e3dea2f34d85d1e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:12:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334cd849

xfce-extra/xfce4-power-manager: Drop old

 xfce-extra/xfce4-power-manager/Manifest|  1 -
 .../xfce4-power-manager-1.5.2.ebuild   | 56 --
 2 files changed, 57 deletions(-)

diff --git a/xfce-extra/xfce4-power-manager/Manifest 
b/xfce-extra/xfce4-power-manager/Manifest
index 898139a2efe..7bc14e90546 100644
--- a/xfce-extra/xfce4-power-manager/Manifest
+++ b/xfce-extra/xfce4-power-manager/Manifest
@@ -1,2 +1 @@
-DIST xfce4-power-manager-1.5.2.tar.bz2 1165775 SHA256 
8bdc640f227ffccbdcfbbcca8ba36d1ce054236c0a32dbf87a4a751f3a835415 SHA512 
b59435b98cf4c85f9cdf6a66bc74dd8cbb9a8dc6d409a488e186478933b54278cfed102e70ac0b1bc9389a77c441ff32bbe051fa0c5c9b6981dc9e99a2c54263
 WHIRLPOOL 
d882adfd7a3beb437f6d636ba0e8f17da6234b0d5bb6f35b61243163afa092c5a4f7b16d2efc3b673ad433ffa6bd2fa68875166c801f98e1319f6d538bc260c1
 DIST xfce4-power-manager-1.6.0.tar.bz2 1171114 SHA256 
bde3157e06ab31ff23648d163d53ee5095f7819544a9f48d3a96d57829857f2b SHA512 
1b3628793a8bfb7a487fc4f1182769b0d7a90784aa4ef7800997dd7e9a061d938493b8c5653672b293fb018dd5b5209bb83caa16310c1de370413f98d8af1053
 WHIRLPOOL 
74a8a9857f7a2b42035e4d409bb6ee00e8e29dd547076191ae4c757f213546195b98c76a9520c1903b1f59310d243556820f794967704f946dc6723837a93f0b

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.2.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.2.ebuild
deleted file mode 100644
index 836e9e0664f..000
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info xfconf
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="debug kernel_linux networkmanager policykit systemd +xfce_plugins_power"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-   >=sys-power/upower-0.99.0
-   sys-power/pm-utils
-   >=x11-libs/gtk+-3.14:3=
-   >=x11-libs/libnotify-0.7
-   x11-libs/libX11:=
-   x11-libs/libXScrnSaver:=
-   >=x11-libs/libXrandr-1.2:=
-   x11-libs/libXext:=
-   x11-libs/libXtst:=
-   >=xfce-base/xfconf-4.12:=
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   policykit? (
-   >=sys-auth/polkit-0.112
-   !systemd? ( sys-auth/consolekit )
-   )
-   xfce_plugins_power? ( >=xfce-base/xfce4-panel-4.12:= )"
-RDEPEND="${COMMON_DEPEND}
-   networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-proto/xproto"
-
-pkg_setup() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~TIMER_STATS"
-   linux-info_pkg_setup
-   fi
-
-   XFCONF=(
-   $(use_enable policykit polkit)
-   $(use_enable networkmanager network-manager)
-   $(use_enable xfce_plugins_power xfce4panel)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/

2017-06-07 Thread Michał Górny
commit: 6433f2253e550f8373e5c6182a7c0532f0764e80
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  7 13:59:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6433f225

xfce-extra/tumbler: Drop old

 xfce-extra/tumbler/Manifest  |  1 -
 xfce-extra/tumbler/tumbler-0.1.90.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
index c720faff311..aaa7608f8e2 100644
--- a/xfce-extra/tumbler/Manifest
+++ b/xfce-extra/tumbler/Manifest
@@ -1,3 +1,2 @@
 DIST tumbler-0.1.31.tar.bz2 550650 SHA256 
d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173 SHA512 
8c5fc914be28b899155a8c3b3fec21c5e74c26569ae1bf6a18ae87c930927828570027d77d3ec0435b8db9449a9ea933da9ae5e00f7fdf13a335c0a25bb14d04
 WHIRLPOOL 
9d21da3fe29f3f175b95e01aec6d378803d54ab64213f16b0f559e304998905cedc15de7b00a5267dd5ed324568e7a03209432ba200206a9e65d694eccb7f803
-DIST tumbler-0.1.90.tar.bz2 559444 SHA256 
1ae8ee8805f9c6574a15efcf325afb905c294366bdb65e9276bb42ac117f68aa SHA512 
e1c04b76985facab0e0341c4920b039365f898aec002ec3f2d80272640b5f94b6202fbf3ed8824af0b861c47d3aa8007b74f0c9cb267acd6b0861fd4090963e9
 WHIRLPOOL 
919a1da021107a218e435061f262380efc81112700eacfd1b5acc3d76d547746179a9b941a55052582e311f473d59c17d1370dc485008b2b5f1cd74d7a15c9ae
 DIST tumbler-0.1.92.1.tar.bz2 569278 SHA256 
77185e0322b882f206c94ed1236cdf1b944c26a075f8de03b752696923597418 SHA512 
36935a626616e2184b6a1991150bf4f83ba3851fc6f643dbb277bc4374d007d43913b39aa4f33a42b4dbb930046286f085e4bf67e3135d7e45a88fb67639e138
 WHIRLPOOL 
fbcc7ca7a73ddc16ea16c62f2a2cb93d65a8401c70e27957f7bad8cadf60b416bc66886c139f0a4d95791aca0d896a1efd2351d38c0f46782ee7c292ccd95950

diff --git a/xfce-extra/tumbler/tumbler-0.1.90.ebuild 
b/xfce-extra/tumbler/tumbler-0.1.90.ebuild
deleted file mode 100644
index f2c0aa54838..000
--- a/xfce-extra/tumbler/tumbler-0.1.90.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="https://docs.xfce.org/xfce/thunar/start";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
-
-COMMON_DEPEND=">=dev-libs/glib-2.26:2=
-   media-libs/freetype:2=
-   media-libs/libpng:0=
-   >=sys-apps/dbus-1.6:=
-   >=x11-libs/gdk-pixbuf-2.14:2=
-   curl? ( >=net-misc/curl-7.25:= )
-   ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   jpeg? ( virtual/jpeg:0= )
-   odf? ( >=gnome-extra/libgsf-1.14.20:= )
-   pdf? ( >=app-text/poppler-0.12.4[cairo] )
-   raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
-RDEPEND="${COMMON_DEPEND}
-   >=xfce-base/thunar-1.4
-   gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable curl cover-thumbnailer)
-   $(use_enable jpeg jpeg-thumbnailer)
-   $(use_enable ffmpeg ffmpeg-thumbnailer)
-   $(use_enable gstreamer gstreamer-thumbnailer)
-   $(use_enable odf odf-thumbnailer)
-   $(use_enable pdf poppler-thumbnailer)
-   $(use_enable raw raw-thumbnailer)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-06-07 Thread Michał Górny
commit: b41862aed6809f287c36878dc9425d591b341856
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:11:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41862ae

xfce-extra/xfce4-notifyd: Drop old

 xfce-extra/xfce4-notifyd/Manifest  |  6 -
 .../xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.1.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.2.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.3.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.4.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild   | 27 ---
 7 files changed, 188 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 92caff4a72e..47f1f4e3d5a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,8 +1,2 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 WHIRLPOOL 
d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
-DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 
774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f
 WHIRLPOOL 
fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
-DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 SHA512 
3c06e505b12923169e154af2e4a8634d03da8681456bd925192c21674a3dde4018153657537b1bc63a666fb870e8c62b357a264b0bfc02d2ae7cfc526f5cd632
 WHIRLPOOL 
f712a6ab49c34854789ff306ac36059d1ddbc15df6bb8d76ad87660b6a075e1d121d96c1ce4a3a43cad70ceb96d89f27716a797ae697cf8da8f2e0cae95f3a2a
-DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 
1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c
 WHIRLPOOL 
1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96
-DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 
986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 
c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95
 WHIRLPOOL 
33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c
-DIST xfce4-notifyd-0.3.4.tar.bz2 442087 SHA256 
038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf SHA512 
88d8bdd3d1a05011f9048f8b7823f553bfcbc77ab0085aa4ae9e37bc32e95999067af4a2d839fe51161c4fba453bb54760e1087cf467ae3efe8d67bfe9516719
 WHIRLPOOL 
895c91de3204d7100c4077b0133e624c64395ef72b273e330c8414d59b5a1fa98d2cd7749c413ee71bdcd8dedaaa071f7218f0f9901a1a0a39d17ceb61b15ee1
-DIST xfce4-notifyd-0.3.5.tar.bz2 456299 SHA256 
b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6 SHA512 
292d5e3ef5358195136592b7b51b893fff03f597cb2bf05ecffd58733e6d130f135d86aa9e3453490eeae2096f3cde9a11627ee074a35d4e1f3a2488a706d10e
 WHIRLPOOL 
f5cfe1cd2c84776e1c0b247131cc7f801e948530c79072f8dc1f1d279c489f0eccd2f5a7d816390300031a9fdb40133e3d9e27fa8a6d140e2f57dc04685d1723
 DIST xfce4-notifyd-0.3.6.tar.bz2 458536 SHA256 
f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9 SHA512 
96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
 WHIRLPOOL 
1553171decf0bed143d0d46388673a0f1c34944de458f34db68a547adf346b4d13a367ad80a1c2159801c56795903cd866dbeb3e882a9fc57ff5e2c84409c9b6

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
deleted file mode 100644
index b36e5d4c718..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2017-06-07 Thread Andreas Hüttel
commit: f7eeae2406e57002f31caeef28d810919b51be39
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun  7 19:34:35 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun  7 19:36:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7eeae24

sys-devel/gdb: Drop all arches except alpha

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-devel/gdb/gdb-7.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild
index 4ea6b30f34c..f2d998373a9 100644
--- a/sys-devel/gdb/gdb-7.9.1.ebuild
+++ b/sys-devel/gdb/gdb-7.9.1.ebuild
@@ -56,7 +56,7 @@ SRC_URI="${SRC_URI} 
${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.x
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha"
 fi
 IUSE="+client expat lzma multitarget nls +python +server test vanilla zlib"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2017-06-07 Thread Andreas Hüttel
commit: 19dce8e6dc32a1720838fd20e6389af39ba9d4d8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun  7 19:33:25 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun  7 19:36:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dce8e6

sys-devel/gdb: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-devel/gdb/Manifest  |   3 -
 sys-devel/gdb/gdb-7.11.1.ebuild | 234 
 sys-devel/gdb/gdb-7.11.ebuild   | 234 
 sys-devel/gdb/gdb-7.12.ebuild   | 234 
 4 files changed, 705 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index e8e30816688..204399c86b6 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -1,6 +1,3 @@
 DIST gdb-7.10.1.tar.xz 18531436 SHA256 
25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5 SHA512 
17a5138277a31685a5c2a841cb47ed9bc4626ea617b8ca77750513b300299f4fbbffe504958b5372de610dcb952c679cf8fa9c1bdadd380294fbf59b6e366010
 WHIRLPOOL 
02936f59d3f3f8a57966c72402f1da128dd8e10e686097ffdb3a2741cc0c1831ef27f97daa047fa006ff2ae9f79ae0480f6f0dc2d3f5904190a1dade0590c837
-DIST gdb-7.11.1.tar.xz 18947760 SHA256 
e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70 SHA512 
f80ec6c8a0f0b54c8b945666e875809174402b7e121efb378ebac931a91f9a1cc0048568f8e2f42ae8ae2392ff8d144c2e51d41c7398935017450aaf29838360
 WHIRLPOOL 
f8df80983ed23a8b02b2420e2a73303dfc6b85bf46f519a4e8d8035b68ab440d9f298b2c0e48cd11d98a89fe5761260d8f4e8a14667cb385cf80767a9e3d5f0b
-DIST gdb-7.11.tar.xz 18934392 SHA256 
7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1 SHA512 
eadd2a59a1e48b1484eb2bea85256d6b1912926bc8b690793d02babf2639608bd22a0f2de77d4f60092da3b1dafeaa6d75a7cff3e84bd4e22fc46364b68e5e9f
 WHIRLPOOL 
9ae283b05b278ec2844aa3cf54193d9fd5735508e2eb60c0d741f719f1598b4e374dab6d4ee48d78323b0b8038715969d20435f1b8ce20775f2b3f072759c994
 DIST gdb-7.12.1.tar.xz 19225392 SHA256 
4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 SHA512 
0ac8d0a495103611ef41167a08313a010dce6ca4c6d827cbe8558a0c1a1a8a6bfa53f1b7704251289cababbfaaf9e075550cdf741a54d6cd9ca3433d910efcd8
 WHIRLPOOL 
1da1d9680639531000f2518fb6e01551f7d35091065b933a25381339f7d78d64486b7ce54dd9815f7e82884133ccd6868950a15c27fb5a7b9b13243e99eba697
-DIST gdb-7.12.tar.xz 19219556 SHA256 
834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 SHA512 
f610338b3a24dfb387c295431d806a0c1375e8ce51b8dd8bbfd2efc4612d0c0ed40ad4393508afca0071eca70688f62bc4f199da5e75ad16f64d91c3bc046033
 WHIRLPOOL 
9b4c903b27bba530cb5db722abc6358d3785e0b1f1067abaf8487c7e2b3e7cfe546f5ad16071ad29e34a27fd902a7f74171d4c7afec219ba69faae96c911cb27
 DIST gdb-7.9.1.tar.xz 17867692 SHA256 
cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40 SHA512 
eebdf88b24e52e792b8a4b89ea85790de72b462a7810b44975fdf4232c068f353b15506071f450102a9d4bcecdde8e93dc3748a10699b7f73f3e04fb2d9d8414
 WHIRLPOOL 
fe7afb392f453fa5aab290da3b74118c4e3bbae6f4e276f2efd7f978e3987e031d92ecd90d35e0531901f1cf68b04a313df050b25bb3b632d1b6e62360acd591

diff --git a/sys-devel/gdb/gdb-7.11.1.ebuild b/sys-devel/gdb/gdb-7.11.1.ebuild
deleted file mode 100644
index feebb8503b2..000
--- a/sys-devel/gdb/gdb-7.11.1.ebuild
+++ /dev/null
@@ -1,234 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit flag-o-matic eutils python-single-r1
-
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} == ${CHOST} ]] ; then
-   if [[ ${CATEGORY} == cross-* ]] ; then
-   export CTARGET=${CATEGORY#cross-}
-   fi
-fi
-is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
-
-RPM=
-MY_PV=${PV}
-case ${PV} in
-*)
-   # live git tree
-   EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
-   inherit git-2
-   SRC_URI=""
-   ;;
-*.*.50.2???)
-   # weekly snapshots
-   
SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz";
-   ;;
-*.*.*.*.*.*)
-   # fedora versions; note we swap the rpm & fedora core versions.
-   # gdb-6.8.50.20090302-8.fc11.src.rpm -> gdb-6.8.50.20090302.11.8.ebuild
-   # gdb-7.9-11.fc23.src.rpm -> gdb-7.9.23.11.ebuild
-   inherit versionator rpm
-   gvcr() { get_version_component_range "$@"; }
-   parse_fedora_ver() {
-   set -- $(get_version_components)
-   MY_PV=$(gvcr 1-$(( $# - 2 )))
-   RPM="${PN}-${MY_PV}-$(gvcr $#).fc$(gvcr $(( $# - 1 ))).src.rpm"
-   }
-   parse_fedora_ver
-   SRC_URI="mirror://fedora-dev/development/rawhide/source/SRPMS/g/${RPM}"
-   ;;
-*)
-   # Normal upstream release
-   SRC_URI="mirror://gnu/gdb/${P}.tar.xz
-   ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz";
-   ;;
-esac
-
-PATCH_VER=""
-DESCRIPTION="GNU debugger"

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

2017-06-07 Thread Matthias Maier
commit: 6e19f560b676873a0ca52648b10ab4258c02d885
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun  7 18:30:28 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun  7 19:30:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e19f560

sys-libs/binutils-libs: 2.28 - multiple security fixes, bug #621130, etc.

Bump to patchset 1.2 containing fixes for

  CVE-2017-6969, CVE-2017-6966, CVE-2017-6965, CVE-2017-9041,
  CVE-2017-9040, CVE-2017-9042, CVE-2017-9039, CVE-2017-9038,
  CVE-2017-8421, CVE-2017-8396, CVE-2017-8397, CVE-2017-8395,
  CVE-2017-8394, CVE-2017-8393, CVE-2017-8398, CVE-2017-7614

[1] https://bugs.gentoo.org/show_bug.cgi?id=621130
[2] https://bugs.gentoo.org/show_bug.cgi?id=618514
[3] https://bugs.gentoo.org/show_bug.cgi?id=618516
[4] https://bugs.gentoo.org/show_bug.cgi?id=618826
[5] https://bugs.gentoo.org/show_bug.cgi?id=618006

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/binutils-libs/Manifest | 2 +-
 .../{binutils-libs-2.28.ebuild => binutils-libs-2.28-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index ef96c018250..d19ce933d9d 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -2,5 +2,5 @@ DIST binutils-2.25.1-patches-1.1.tar.xz 18724 SHA256 
3d4c0ab2d45d3a952f60246fa5a
 DIST binutils-2.25.1.tar.bz2 24163561 SHA256 
b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22 SHA512 
0b36dda0e6d32cd25613c0e64b56b28312515c54d6a159efd3db9a86717f114ab0a0a1f69d08975084d55713ebaeab64e4085c9b3d1c3fa86712869f80eb954d
 WHIRLPOOL 
daa804331ee880296c2fe29fd9b8a52cc695629d4bbe0b9889d96ffc54d330f00fac3f3cb12b3aaf6b7505521ef499c53760912cd7c9bb54f2d5e288224bd1eb
 DIST binutils-2.27-patches-1.0.tar.xz 8852 SHA256 
07be45786e1e56498aad2c52a43d4104ccd0ded3c6a84a930486bc418d7fa36d SHA512 
489b5fff87886682d8e98eafa2f082e6dcf811d2a693b6c41d76bd1ac50815a6e7d26fb7c9e3811c2d8e0e1dc307557e6ffe46d1d0f7caeb581060cf14bda899
 WHIRLPOOL 
cf73342292a6dd8450a420f62a6a28e1ae38eed2c0b62643619ac002f3e9233ba5a0df19deb862167e88bd2c4a7ef4e002fe4d76f971eba876014d145dc30171
 DIST binutils-2.27.tar.bz2 26099568 SHA256 
369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 SHA512 
cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
 WHIRLPOOL 
d3204b4900529f697285fb1fe622ecc949c43f064e6b83a1cecb1ea8810a214842c729266c9a44537dc0a86d6d2b3ac100f54c721cc284e54f9d6feb90930d15
-DIST binutils-2.28-patches-1.0.tar.xz 8860 SHA256 
4349c2fb3a351b57cf9403b2a97e5f89a43d94af6d9666ede27dc5fdfcbaa12a SHA512 
4dea18c47b393cb764981a5c5e41131f03ff1d48ad97d806a6d9e20353b34edd6818903dc7e9d386778e0d2df0a664f78272e60b83c10b818319e3978ff5391d
 WHIRLPOOL 
f742438e00bd5862f6501e5aac7ea93c64f5a7f493b880d0cfd0b79e6f357781b6e317cd87e3100038426708c24a8e2c077ed2ae46e54fcf0172509da5950c09
+DIST binutils-2.28-patches-1.2.tar.xz 17572 SHA256 
d3fd98b218b0469f216a65676fdc899b9d777ea2d2f4b83af3d7fa6bbd36ca41 SHA512 
00453fc1e3290868c23e2ca32214b5229fca23d4a551e4e136a62946b584992e9ef3f3e07819e35fb4eb83f083145330078db2631d5a089da7b5129d234aa856
 WHIRLPOOL 
e52ca6eb5cc03fb0c3ebe27366019d38628a88d949dff873dc646ea1354ec432080818ddb212a6e94148bee3b230288eb245a5472c9c6e6ae9a5bdd162578cc4
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d

diff --git a/sys-libs/binutils-libs/binutils-libs-2.28.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild
similarity index 99%
rename from sys-libs/binutils-libs/binutils-libs-2.28.ebuild
rename to sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild
index 85c6abe7a8a..12e3af1eade 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.28.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PATCHVER="1.0"
+PATCHVER="1.2"
 
 inherit eutils toolchain-funcs multilib-minimal
 



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

2017-06-07 Thread Sergei Trofimovich
commit: 96d1c6e6563834446278dbac2de10256621c4a36
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun  7 18:50:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  7 18:55:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d1c6e6

sys-apps/man2html: ia64 stable, bug #607198

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/man2html/man2html-1.6g.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man2html/man2html-1.6g.ebuild 
b/sys-apps/man2html/man2html-1.6g.ebuild
index 0d68ae6747c..605d4798b82 100644
--- a/sys-apps/man2html/man2html-1.6g.ebuild
+++ b/sys-apps/man2html/man2html-1.6g.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://primates.ximian.com/~flucifredi/man/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!sys-apps/man"



[gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/

2017-06-07 Thread Johannes Huber
commit: e25592479b4ea99d7ebbaf37021f679754e183bc
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  7 18:03:08 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  7 18:03:08 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2559247

sys-libs/kpmcore: DEPEND on dev-qt/qtdbus

Upstream commit 63b5c8c34cf257d29fb8e67b41da7b606b32aec0
Reported-by: stikonas in #gentoo-kde
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/kpmcore/kpmcore-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/kpmcore/kpmcore-.ebuild 
b/sys-libs/kpmcore/kpmcore-.ebuild
index abc29f9008..6b1b706560 100644
--- a/sys-libs/kpmcore/kpmcore-.ebuild
+++ b/sys-libs/kpmcore/kpmcore-.ebuild
@@ -23,6 +23,7 @@ CDEPEND="
$(add_frameworks_dep kio)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
+   $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
dev-libs/libatasmart



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

2017-06-07 Thread William Hubbs
commit: 972a611d2eecbc9e12de80c7f1f2e8e74c66186c
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  7 17:29:09 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  7 17:31:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972a611d

sys-apps/openrc: 0.27 version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.27.ebuild | 329 +
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 49c7ac59e87..5bad5297369 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -5,3 +5,4 @@ DIST openrc-0.24.2.tar.gz 212605 SHA256 
3d6486beb0a1b5fc696bce71b6a2d07590516699
 DIST openrc-0.25.tar.gz 216430 SHA256 
e8ac607052a5c494b595b9641c66ad3ce5a1e867677066aacc33a5259868a121 SHA512 
ab26df45b5856a62959796f4c9903650bb5fc87317a9d598585a6dd7b2087d96d6d2a800b6f1373e20514a6da05f873ebf0a79d325292c2ea61034fd1bbdb378
 WHIRLPOOL 
c6e7f44e68bea8117b7aff45a3f1bcc75589f0df57388ea0cd8fef644102edae73bbee4d2e2248e9ff80aebbdaf86e55f25c506bdca4ac1f9c45da3594e421ce
 DIST openrc-0.26.2.tar.gz 218990 SHA256 
428512ef82002c913d44394adae8a2bb9a1c935d10fb947b76104c9c17847c6a SHA512 
ed47a70fa91556a133af9cce5cd37c18048c40a1090ffd98fe0f6b607025bcf47a20b6f3fc5123e0564c470491c7aa84922d3e852af89210f853cbd415a68ed1
 WHIRLPOOL 
a0200857e7db3c9ff46d08a4bd75d4787c0ede88afb6cc1b8594393f99a15659acfb0a9682234583a450cdee93e1b01009d24bbd28dc90d9cf6203710380d3f1
 DIST openrc-0.26.3.tar.gz 218708 SHA256 
f54b353addd3efe1b3c31098c792b9c0052b893d7e1a353619cf11e189b5f8e7 SHA512 
5dead32c2141c959bca637bc1621eb7fe6fe60a4e8aa92b447052b5efb92c25ef33a382b8432cb482e820c921a879f3bf3268459d59baca9fd310a228886415d
 WHIRLPOOL 
4d79bb49f5223594bebef9961e304b535e6f5e32693e0c0394574e353cc81a917619cb37e66bd7f87f8f92523cdfab21461fb640def85fb1cd85129ea2ba07aa
+DIST openrc-0.27.tar.gz 223155 SHA256 
067c971efdf5981893ee41316e467ac4d92cec1b7ef940aebabb454f1f547ccf SHA512 
557161755889a7d7c865d914d14a13d2ee239d59efa40e81a92fd66ad991613cc30d5ef44875d8680867eacc9f7e4c3d2ebf260ad46736debd459cc55a572fb1
 WHIRLPOOL 
7efade36e3b283e8a24100117d0fa6652c522bdf08d9b34666fcb226850dca40c359e6cc70b155b622783ff452877537c6a76d37e024cd2be68571a84ca36fb3

diff --git a/sys-apps/openrc/openrc-0.27.ebuild 
b/sys-apps/openrc/openrc-0.27.ebuild
new file mode 100644
index 000..1ce8145c500
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.27.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   keepdir /$(get_libdir)/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(

[gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/files/, dev-libs/nspr/

2017-06-07 Thread Jory Pratt
commit: cfd68b0c8637eaefcf704e686e77536eff3e2403
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Jun  7 17:25:38 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Jun  7 17:25:38 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cfd68b0c

dev-libs/nspr: nspr-4.15 version bump, fix broken configure regeneration

 dev-libs/nspr/Manifest |  2 +-
 dev-libs/nspr/files/nspr-4.15-configure_in.patch   | 26 ++
 .../nspr/{nspr-4.14.ebuild => nspr-4.15.ebuild}|  3 +++
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
index bf5aca1..8049e31 100644
--- a/dev-libs/nspr/Manifest
+++ b/dev-libs/nspr/Manifest
@@ -1 +1 @@
-DIST nspr-4.14.tar.gz 1136626 SHA256 
64fc18826257403a9132240aa3c45193d577a84b08e96f7e7770a97c074d17d5 SHA512 
cb0c82d7bb3dfebdfc167f88bc0dde1c0eb4340eb7c53342a57591b120b42248da9f3ee604bec60c80c4af24fb8e46c5cacf859d66e3253e7f35d2c47cf4e676
 WHIRLPOOL 
e9fbcfebb672d8385c9e0c503a534367709bf440cb6b8e238e2d1d5aab773792880f5f18729cbb697e7924e40934b59dff2e9c8847455f2dc79763fe0e8ef6ce
+DIST nspr-4.15.tar.gz 1140182 SHA256 
27dde06bc3d0c88903a20d6ad807361a912cfb624ca0ab4efb10fc50b19e2d80 SHA512 
1d6e9ba3ef71376ddb4f5ef2a6796bf3f95cf37abfac89d1745f02cc01003877d088a87946208d3827a3b3e28420215e543a647aadceff2ae6f9c1c70d4ac563
 WHIRLPOOL 
c69216c577a466317c760e2745f2d1ea71915160990ee6ed2c649b45b314bbcef470e950cf001f43898213c09b39cb016df2a49dbe3f91448d0cc345d38017b1

diff --git a/dev-libs/nspr/files/nspr-4.15-configure_in.patch 
b/dev-libs/nspr/files/nspr-4.15-configure_in.patch
new file mode 100644
index 000..a33717f
--- /dev/null
+++ b/dev-libs/nspr/files/nspr-4.15-configure_in.patch
@@ -0,0 +1,26 @@
+From 9c751b2e857db1760d2fa82d9c20e7da518a5da7 Mon Sep 17 00:00:00 2001
+From: "Jory A. Pratt" 
+Date: Wed, 7 Jun 2017 12:14:46 -0500
+Subject: [PATCH] Close out darwin if statement, will breakage configure.in
+ rename to configure.ac
+
+Signed-off-by: Jory A. Pratt 
+---
+ configure.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.in b/configure.in
+index 4b2e46d..dc14ee5 100644
+--- a/configure.in
 b/configure.in
+@@ -1389,6 +1389,7 @@ case "$target" in
+ changequote([,])
+ if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
+ AC_DEFINE(HAS_CONNECTX)
++fi
+ AS='$(CC) -x assembler-with-cpp'
+ CFLAGS="$CFLAGS -Wall -fno-common"
+ case "${target_cpu}" in
+-- 
+2.13.1
+

diff --git a/dev-libs/nspr/nspr-4.14.ebuild b/dev-libs/nspr/nspr-4.15.ebuild
similarity index 97%
rename from dev-libs/nspr/nspr-4.14.ebuild
rename to dev-libs/nspr/nspr-4.15.ebuild
index 7b372af..87057ab 100644
--- a/dev-libs/nspr/nspr-4.14.ebuild
+++ b/dev-libs/nspr/nspr-4.15.ebuild
@@ -35,6 +35,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.8.9-link-flags.patch
# We do not need to pass -L$libdir via nspr-config --libs
"${FILESDIR}"/${PN}-4.9.5_nspr_config.patch
+   # Fix configure.in to we can generate a working configure.ac
+   "${FILESDIR}"/${PN}-4.15-configure_in.patch
 )
 
 src_prepare() {
@@ -47,6 +49,7 @@ src_prepare() {
einfo "Renaming configure.in to configure.ac"
mv "${S}"/nspr/configure.{in,ac} || die
fi
+
# We must run eautoconf to regenerate configure
eautoconf
 



[gentoo-commits] proj/openrc: New tag: 0.27

2017-06-07 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  7 17:15:55 2017 +

New tag: 0.27




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

2017-06-07 Thread William Hubbs
commit: e84366fd232a41c3ba79ed351e93c74cef8d7c8d
Author: William Hubbs  gmail  com>
AuthorDate: Wed Jun  7 17:03:52 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  7 17:03:52 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e84366fd

Update ChangeLog

 ChangeLog | 277 +++---
 1 file changed, 191 insertions(+), 86 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 75d2e89d..64c21cb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,194 @@
+commit caacedc0a82285fb2d25c6d3473f154044c7ad66
+Author: William Hubbs 
+Commit: William Hubbs 
+
+man: update openrc-shutdown man page
+
+Add the new wtmp options and fix some cross references.
+
+commit 84d140a1f6abf95a4170d13527152d3ab14e6613
+Author: William Hubbs 
+Commit: William Hubbs 
+
+scripts/shutdown: pass --single to openrc-shutdown
+
+Sysvinit shutdown has a default of single user mode, but openrc-shutdown
+makes you choose a default action. Because of this, the shutdown wrapper
+needs to pass --single to openrc-shutdown.
+
+commit ee886c44824b1dd892eaff2c6da666286e61bc73
+Author: William Hubbs 
+Commit: William Hubbs 
+
+openrc-shutdown: add --single option and clean up option processing
+
+commit 1801561c2d36c330df7fd02c7508f503a61ff5ba
+Author: William Hubbs 
+Commit: William Hubbs 
+
+init.d/bootmisc: use openrc-shutdown instead of halt to write halt record
+
+This fixes #139 and fixes #128.
+and fixes #124.
+
+commit 7689106aa10f7852b707b4c21ec080ccb2767280
+Author: William Hubbs 
+Commit: William Hubbs 
+
+add support for writing reboot and shutdown records to wtmp
+
+commit 1564e155b726308200ecd5df315c002bd8b16952
+Author: William Hubbs 
+Commit: William Hubbs 
+
+openrc-init: add optional sysvinit compatibility
+
+commit 44bac3c3798f7eb9186c3ea8774552aa191bfae7
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Change killprocs to use kill_all instead of killall5
+
+X-Gentoo-Bug:376977
+X-Gentoo-Bug-URL:https://bugs.gentoo.org/show_bug.cgi?id=376977
+
+commit 0ddee9b7d2b8dea810e252ca6a95c457876df120
+Author: Sergei Trofimovich 
+Commit: William Hubbs 
+
+openrc-init: fix buffer overflow in init.ctl
+
+How to reproduce 1-byte overflow:
+
+```
+$ FEATURES=-test CFLAGS="-fsanitize=address -O0 -ggdb3" emerge -1 openrc
+
+=
+==1==ERROR: AddressSanitizer: stack-buffer-overflow on address 
0x7fff0efd8710
+at pc 0x00402076 bp 0x7fff0efd7d50 sp 0x7fff0efd7d40
+WRITE of size 1 at 0x7fff0efd8710 thread T0
+#0 0x402075  (/sbin/openrc-init+0x402075)
+#1 0x3cf6e2070f in __libc_start_main (/lib64/libc.so.6+0x3cf6e2070f)
+#2 0x4013b8  (/sbin/openrc-init+0x4013b8)
+
+Address 0x7fff0efd8710 is located in stack of thread T0 at offset 2432 in 
frame
+#0 0x401cfb  (/sbin/openrc-init+0x401cfb)
+
+  This frame has 3 object(s):
+[32, 160) 'signals'
+[192, 344) 'sa'
+[384, 2432) 'buf' <== Memory access at offset 2432 overflows this 
variable
+HINT: this may be a false positive if your program uses some custom stack 
unwind mechanism or swapcontext
+  (longjmp and C++ exceptions *are* supported)
+SUMMARY: AddressSanitizer: stack-buffer-overflow ??:0 ??
+```
+
+The problem here is in the code handling reads from 'init.ctl':
+
+```
+int main(int argc, char **argv) {
+...
+char buf[2048];
+for (;;) {
+/* This will block until a command is sent down the pipe... */
+fifo = fopen(RC_INIT_FIFO, "r");
+count = fread(buf, 1, 2048, fifo);
+buf[count] = 0;
+...
+}
+```
+
+`buf[count] = 0;` writes outside the buffer when `fread()` returns 
non-truncated read.
+
+This fixes #138.
+
+commit 688566c535111a141f77caf88db12a4338544f7b
+Author: Sergei Trofimovich 
+Commit: Doug Freed 
+
+mk/cc.mk: make implicit function declarations fatal (#136)
+
+Avoids issues with missing prototypes causing truncation of pointers.
+
+Signed-off-by: Sergei Trofimovich 
+
+commit 7185e242ffaa8cd1b672fe4726502a196fd779c2
+Author: Sergei Trofimovich 
+Commit: Doug Freed 
+
+rc-logger.c: fix crash on fclose(NULL) (#137)
+
+Only close the log if we successfully opened it.
+
+Reported-by: Brian Evans 
+Tested-by: Brian Evans 
+Signed-off-by: Sergei Trofimovich 
+
+commit ec27299f4b88daa80261298fafea76ae634744d9
+Author: William Hubbs 
+Commit: William Hubbs 
+
+typo fix
+
+X-Gentoo-Bug: 61
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=61
+
+commit 1ece16bfcd0ab71d2f9fe17a75ee6184e0fa4828
+Author: William Hubbs 
+Commit: William Hubbs 
+
+openrc-shutdown: add dry-run option
+
+commit 0cfd0dd9ef580ed9dc563ccc

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-sdk/, kde-plasma/plasma-workspace-wallpapers/, ...

2017-06-07 Thread Johannes Huber
commit: 74dea1474df7d50387bf5a3068f5da76732f4a58
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  7 16:41:04 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  7 16:41:04 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=74dea147

kde-plasma: Remove KDE Plasma 5.10.1

Moved to gentoo main tree.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-plasma/bluedevil/bluedevil-5.10.1.ebuild   |  40 -
 kde-plasma/breeze-grub/breeze-grub-5.10.1.ebuild   |  30 
 kde-plasma/breeze-gtk/breeze-gtk-5.10.1.ebuild |  12 --
 .../breeze-plymouth/breeze-plymouth-5.10.1.ebuild  |  26 
 kde-plasma/breeze/breeze-5.10.1.ebuild |  76 --
 .../kactivitymanagerd-5.10.1.ebuild|  35 -
 .../kde-cli-tools/kde-cli-tools-5.10.1.ebuild  |  58 
 .../kde-gtk-config/kde-gtk-config-5.10.1.ebuild|  58 
 kde-plasma/kdecoration/kdecoration-5.10.1.ebuild   |  16 --
 .../kdeplasma-addons-5.10.1.ebuild |  56 ---
 kde-plasma/kgamma/kgamma-5.10.1.ebuild |  26 
 kde-plasma/khotkeys/khotkeys-5.10.1.ebuild |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.10.1.ebuild   |  91 
 kde-plasma/kmenuedit/kmenuedit-5.10.1.ebuild   |  44 --
 kde-plasma/kscreen/kscreen-5.10.1.ebuild   |  38 -
 .../kscreenlocker/kscreenlocker-5.10.1.ebuild  |  88 ---
 kde-plasma/ksshaskpass/ksshaskpass-5.10.1.ebuild   |  49 --
 kde-plasma/ksysguard/ksysguard-5.10.1.ebuild   |  47 --
 kde-plasma/kwallet-pam/kwallet-pam-5.10.1.ebuild   |  53 ---
 .../kwayland-integration-5.10.1.ebuild |  22 ---
 kde-plasma/kwin/kwin-5.10.1.ebuild |  93 
 kde-plasma/kwrited/kwrited-5.10.1.ebuild   |  23 ---
 kde-plasma/libkscreen/libkscreen-5.10.1.ebuild |  27 
 kde-plasma/libksysguard/libksysguard-5.10.1.ebuild |  53 ---
 kde-plasma/milou/milou-5.10.1.ebuild   |  29 
 kde-plasma/oxygen/oxygen-5.10.1.ebuild |  91 
 .../plasma-desktop/plasma-desktop-5.10.1.ebuild| 151 ---
 .../plasma-integration-5.10.1.ebuild   |  42 --
 kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild   |  64 
 kde-plasma/plasma-nm/plasma-nm-5.10.1.ebuild   |  65 
 kde-plasma/plasma-pa/plasma-pa-5.10.1.ebuild   |  29 
 kde-plasma/plasma-sdk/plasma-sdk-5.10.1.ebuild |  40 -
 .../plasma-workspace-wallpapers-5.10.1.ebuild  |  18 ---
 .../plasma-workspace-5.10.1.ebuild | 164 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.1.ebuild |  35 -
 .../polkit-kde-agent-5.10.1.ebuild |  30 
 kde-plasma/powerdevil/powerdevil-5.10.1.ebuild |  81 --
 kde-plasma/sddm-kcm/sddm-kcm-5.10.1.ebuild |  41 --
 .../systemsettings/systemsettings-5.10.1.ebuild|  45 --
 kde-plasma/user-manager/user-manager-5.10.1.ebuild |  26 
 40 files changed, 2058 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.10.1.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.10.1.ebuild
deleted file mode 100644
index 1b30c235b0..00
--- a/kde-plasma/bluedevil/bluedevil-5.10.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil";
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !kde-plasma/bluedevil:4
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.10.1.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.10.1.ebuild
deleted file mode 100644
index 70488d313e..00
--- a/kde-plasma/breeze-grub/breeze-grub-5.10.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
-
-DESCRIPTION="Breeze theme for GRUB"
-LICENSE=

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/khotkeys/, kde-plasma/plasma-workspace-wallpapers/, ...

2017-06-07 Thread Johannes Huber
commit: ab5aab52d2c2529377aedad9969dcbdd81935179
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  7 16:40:07 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  7 16:41:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5aab52

kde-plasma: Version bump KDE Plasma 5.10.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.10.1.ebuild   |  40 +
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.10.1.ebuild   |  30 
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.10.1.ebuild |  12 ++
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.10.1.ebuild  |  26 
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.10.1.ebuild |  76 ++
 kde-plasma/kactivitymanagerd/Manifest  |   1 +
 .../kactivitymanagerd-5.10.1.ebuild|  35 +
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.10.1.ebuild  |  58 
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.10.1.ebuild|  58 
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.10.1.ebuild   |  16 ++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons-5.10.1.ebuild |  56 +++
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.10.1.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.10.1.ebuild |  46 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.10.1.ebuild   |  91 
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.10.1.ebuild   |  44 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.10.1.ebuild   |  38 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.10.1.ebuild  |  88 +++
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.10.1.ebuild   |  49 ++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.10.1.ebuild   |  47 ++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.10.1.ebuild   |  53 +++
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.10.1.ebuild |  22 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.10.1.ebuild |  93 
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.10.1.ebuild   |  23 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.10.1.ebuild |  27 
 kde-plasma/libksysguard/Manifest   |   1 +
 kde-plasma/libksysguard/libksysguard-5.10.1.ebuild |  53 +++
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.10.1.ebuild   |  29 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.10.1.ebuild |  91 
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.10.1.ebuild| 151 +++
 kde-plasma/plasma-integration/Manifest |   1 +
 .../plasma-integration-5.10.1.ebuild   |  42 ++
 kde-plasma/plasma-meta/plasma-meta-5.10.1.ebuild   |  64 
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.10.1.ebuild   |  65 
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.10.1.ebuild   |  29 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.10.1.ebuild |  40 +
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 +
 .../plasma-workspace-wallpapers-5.10.1.ebuild  |  18 +++
 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace-5.10.1.ebuild | 164 +
 kde-plasma/plymouth-kcm/Manifest   |   1 +
 kde-plasma/plymouth-kcm/metadata.xml   |   8 +
 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.1.ebuild |  35 +
 kde-plasma/polkit-kde-agent/Manifest   |   1 +
 .../polkit-kde-agent-5.10.1.ebuild |  30 
 kde-plasma/powerdevil/Manifest |   1 +
 kde-plasma/powerdevil

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

2017-06-07 Thread Tony Vroon
commit: 26d9cca1471d09ffa240f7ad05acc212e9658c4a
Author: Tony Vroon  gentoo  org>
AuthorDate: Wed Jun  7 16:40:30 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Wed Jun  7 16:40:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d9cca1

net-misc/yangcli-pro: Missed libssh2 RDEPEND as per Russell Heilling in the 
LINX software team.

Package-Manager: portage-2.3.5

 net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild 
b/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild
index 158e6c6d4b0..e4181608fce 100644
--- a/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild
+++ b/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild
@@ -19,7 +19,8 @@ SLOT="0"
 KEYWORDS="~amd64 -*"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses:5/5[tinfo]"
+RDEPEND="net-libs/libssh2
+sys-libs/ncurses:5/5[tinfo]"
 
 src_install() {
dodoc usr/share/doc/yangcli-pro/changelog.gz



[gentoo-commits] proj/openrc:master commit in: man/

2017-06-07 Thread William Hubbs
commit: caacedc0a82285fb2d25c6d3473f154044c7ad66
Author: William Hubbs  gmail  com>
AuthorDate: Wed Jun  7 16:28:01 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  7 16:28:01 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=caacedc0

man: update openrc-shutdown man page

Add the new wtmp options and fix some cross references.

 man/openrc-shutdown.8 | 25 +
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8
index 5d81c4af..5db21334 100644
--- a/man/openrc-shutdown.8
+++ b/man/openrc-shutdown.8
@@ -16,25 +16,33 @@
 .Nd bring the system down
 .Sh SYNOPSIS
 .Nm
+.Op Fl d , -no-write
+.Op Fl D , -dry-run
 .Op Fl H , -halt
 .Op Fl k , -kexec
 .Op Fl p , -poweroff
 .Op Fl R , -reexec
 .Op Fl r , -reboot
+.Op Fl s , -single
+.Op Fl w , -write-only
 .Sh DESCRIPTION
 .Nm
-is the utility that communicates with openrc-init(8) to bring down the
-system or instruct openrc-init to re-execute itself. It supports the
-following options:
+is the utility that communicates with
+.Xr openrc-init 8
+to bring down the system or instruct openrc-init to re-execute itself.
+It supports the following options:
 .Bl -tag -width "poweroff"
-.It Fl d , -dry-run
+.It Fl d , -no-write
+Do not write the wtmp boot record.
+.It Fl D , -dry-run
 Print the action that would be taken without executing it. This is to
 allow testing.
 .It Fl H , -halt
 Stop all services, kill all remaining processes and halt the system.
 .It Fl k , -kexec
 Stop all services, kill all processes and boot directly into a new
-kernel loaded via kexec(8).
+kernel loaded via
+.Xr kexec 8 .
 .It Fl p , -poweroff
 Stop all services, kill all processes and power off the system.
 .It Fl R , -reexec
@@ -42,10 +50,11 @@ instruct openrc-init to re-exec itself. This should be used 
after an
 upgrade of OpenRC if you are using openrc-init as your init process.
 .It Fl r , -reboot
 Stop all services, kill all processes and reboot the system.
+.It Fl s , -single
+Stop all services, kill all processes and move to single user mode.
+.It Fl w , -write-only
+Stop all services, kill all processes and move to single user mode.
 .El
-.Pp
-If none of these options are given, the default is to move the system
-into single user mode.
 .Sh SEE ALSO
 .Xr openrc-init 8 ,
 .Xr kexec 8 ,



[gentoo-commits] proj/openrc:master commit in: src/rc/

2017-06-07 Thread William Hubbs
commit: ee886c44824b1dd892eaff2c6da666286e61bc73
Author: William Hubbs  gmail  com>
AuthorDate: Mon Jun  5 20:49:22 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jun  5 20:49:22 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ee886c44

openrc-shutdown: add --single option and clean up option processing

 src/rc/openrc-shutdown.c | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/rc/openrc-shutdown.c b/src/rc/openrc-shutdown.c
index 4ba619c5..b17a63d8 100644
--- a/src/rc/openrc-shutdown.c
+++ b/src/rc/openrc-shutdown.c
@@ -37,7 +37,7 @@
 
 const char *applet = NULL;
 const char *extraopts = NULL;
-const char *getoptstring = "dDHKpRrw" getoptstring_COMMON;
+const char *getoptstring = "dDHKpRrsw" getoptstring_COMMON;
 const struct option longopts[] = {
{ "no-write",no_argument, NULL, 'd'},
{ "dry-run",no_argument, NULL, 'D'},
@@ -46,6 +46,7 @@ const struct option longopts[] = {
{ "poweroff",no_argument, NULL, 'p'},
{ "reexec",no_argument, NULL, 'R'},
{ "reboot",no_argument, NULL, 'r'},
+   { "single",no_argument, NULL, 's'},
{ "write-only",no_argument, NULL, 'w'},
longopts_COMMON
 };
@@ -57,12 +58,13 @@ const char * const longopts_help[] = {
"power off the system",
"re-execute init (use after upgrading)",
"reboot the system",
+   "single user mode",
"write wtmp boot record and exit",
longopts_help_COMMON
 };
 const char *usagestring = NULL;
 const char *exclusive = "Select one of "
-"--halt, --kexec, --poweroff, --reexec or --reboot";
+"--halt, --kexec, --poweroff, --reexec, --reboot, --single or --write-only";
 
 static bool do_dryrun = false;
 static bool do_halt = false;
@@ -70,6 +72,7 @@ static bool do_kexec = false;
 static bool do_poweroff = false;
 static bool do_reboot = false;
 static bool do_reexec = false;
+static bool do_single = false;
 static bool do_wtmp = true;
 static bool do_wtmp_only = false;
 
@@ -132,15 +135,20 @@ int main(int argc, char **argv)
do_reboot = true;
cmd_count++;
break;
+   case 's':
+   do_single = true;
+   cmd_count++;
+   break;
case 'w':
do_wtmp_only = true;
+   cmd_count++;
break;
case_RC_COMMON_GETOPT
}
}
if (geteuid() != 0 && ! do_dryrun)
eerrorx("%s: you must be root\n", applet);
-   if (cmd_count > 1) {
+   if (cmd_count != 1) {
eerror("%s: %s\n", applet, exclusive);
usage(EXIT_FAILURE);
}
@@ -156,7 +164,7 @@ int main(int argc, char **argv)
send_cmd("reexec");
else if (do_wtmp_only)
log_wtmp("shutdown", "~~", 0, RUN_LVL, "~~");
-   else
+   else if (do_single)
send_cmd("single");
return 0;
 }



[gentoo-commits] proj/openrc:master commit in: scripts/

2017-06-07 Thread William Hubbs
commit: 84d140a1f6abf95a4170d13527152d3ab14e6613
Author: William Hubbs  gmail  com>
AuthorDate: Wed Jun  7 15:59:42 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  7 15:59:42 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=84d140a1

scripts/shutdown: pass --single to openrc-shutdown

Sysvinit shutdown has a default of single user mode, but openrc-shutdown
makes you choose a default action. Because of this, the shutdown wrapper
needs to pass --single to openrc-shutdown.

 scripts/shutdown.in | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/scripts/shutdown.in b/scripts/shutdown.in
index 6bb65260..4f6ba637 100644
--- a/scripts/shutdown.in
+++ b/scripts/shutdown.in
@@ -1,3 +1,8 @@
 #!@SHELL@
 
-exec @SBINDIR@/openrc-shutdown "$@"
+args="$@"
+case "$@" in
+   *--single*|*-s*) args="$@" ;;
+   *) args="--single $@";;
+esac
+exec @SBINDIR@/openrc-shutdown "$args"



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

2017-06-07 Thread Paweł Hajdan
commit: 87018463caab91425d41ca1cc95a65a72dbe5b6b
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Wed Jun  7 16:24:17 2017 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Wed Jun  7 16:24:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87018463

www-client/chromium: dev channel bump (60.0.3112.20)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-client/chromium/Manifest| 2 +-
 .../{chromium-60.0.3112.7.ebuild => chromium-60.0.3112.20.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 8c40c9a29ff..f73f0dc1c9d 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -4,4 +4,4 @@ DIST chromium-59.0.3071.61.tar.xz 531774216 SHA256 
3471d957fb550288327b395d8fe36
 DIST chromium-59.0.3071.83.tar.xz 531795116 SHA256 
37b1207816f7fbf74e8d7eb7de08002bec76ce94cc0df74c94c34804c61612c1 SHA512 
f232eb7325b16957b413ecbc991593ee44aa14b878a3a6624b236d7e24fb334a04f302719f95c185bf8bde2fc071c2b77059ab62e20a26bc1dfc1c77dd8b6a8d
 WHIRLPOOL 
b93b39b0dfd45d405c896f0926dfb7f93bd8e1edf9bec8c53c18d3a286a3e744de20c4d541a8deb4f368a92e4712fe9f9aa573bcaf5892c92dfa6ea529bc
 DIST chromium-59.0.3071.86.tar.xz 531842404 SHA256 
c31431aa9f4ae521d784bee89792e7fa05793cb822bfb8d3fbacaf414b29ace7 SHA512 
1b92956435dcc422f3edf0ccd031007a19d291620d5af284ac2c1d2578b8524691713927b47130d2fd7c9acb7d9cd0376e9f5e3821b5feece7529b8b7bddf193
 WHIRLPOOL 
59454903b5a79f04a47e368fd9d18a22ceedc9e90650278e58523e8bedf6aecd3ef64d795a83524c514d7adc2aab847585971ae213af38c651a9c9924f56c601
 DIST chromium-60.0.3112.10.tar.xz 537218416 SHA256 
50b15ac11e8bf523300697f72db304c79c3fee3497f52626affd3c4826a43cd8 SHA512 
532cb0de04f3302b420750892b32a344372aca7a12bd46f91e6431cb81b3f49b6bf9e1eec6138a27b3fc632afb6ecb11e65b6f845d3bc9a175350b000860c4f7
 WHIRLPOOL 
aac314d134f6aee3b066c2b4570def57a081366db496a91c62255bdd19f2a2daa757d270c8389c84b2bd97e47c70d2b15223e9a2d939cdaf0f3607a066617e2a
-DIST chromium-60.0.3112.7.tar.xz 537210676 SHA256 
9bed6c54d4e44aef40a013cf4e7a5dcde57a1bc75d628cf0d7bbe3f8614c228d SHA512 
27f7d7a97ba8fd9bb17a0abfed2934bbfba60947d5380578bb3ce43e5634e3153df5cecd76fb27291206722e7647e50717e6f45c98ebb6a33ef7e1f9d6e9e344
 WHIRLPOOL 
0718a8ee323c6a947068b3bcf59dae822f5b969c1bcc10024d58b23436e5513be3c9fe3632e9226c11232b4f8ec49b31044e2408316317b7d329682b9531b977
+DIST chromium-60.0.3112.20.tar.xz 537314876 SHA256 
b508b8ecd85a0bf9778d836af3c7564dd97ef3628d964c1bfea353658113c494 SHA512 
93da55ec8171f7ebcba7732db149178a717c8f627664752b6d5bd12aa51fb3d928bc4a1369a0bee34730a98829aaba8c5a90d59136d39a5b7eddf15b8da6bba2
 WHIRLPOOL 
d66366868e848cbbd05bb97ead1577860c6e7a6c2f1dbb9f9833203f76d70b6d2a4d353b181e2ef51cca1d9f4c73e8f740be548f275cc382c2302d5c5cc41355

diff --git a/www-client/chromium/chromium-60.0.3112.7.ebuild 
b/www-client/chromium/chromium-60.0.3112.20.ebuild
similarity index 99%
rename from www-client/chromium/chromium-60.0.3112.7.ebuild
rename to www-client/chromium/chromium-60.0.3112.20.ebuild
index 20b237d4b70..b6eb7690264 100644
--- a/www-client/chromium/chromium-60.0.3112.7.ebuild
+++ b/www-client/chromium/chromium-60.0.3112.20.ebuild
@@ -45,7 +45,7 @@ COMMON_DEPEND="
media-libs/libjpeg-turbo:=
media-libs/libpng:=
system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
-   media-libs/openh264:=
+   >=media-libs/openh264-1.6.0:=
media-libs/opus:=
pulseaudio? ( media-sound/pulseaudio:= )
system-ffmpeg? ( >=media-video/ffmpeg-3:= )



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

2017-06-07 Thread Mike Gilbert
commit: 6eca5192b774c452b06dbce12f897a7c0470416e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jun  7 15:56:46 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun  7 15:58:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eca5192

profiles: drop genkernel mask from systemd profile

There are no obvious bug reports that would warrant a global mask,
and its presence is causing new genkernel bugs to go unreported.

 profiles/targets/systemd/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/targets/systemd/package.mask 
b/profiles/targets/systemd/package.mask
index c371911ce71..0556b1ddfe5 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -7,7 +7,3 @@
 # strange blockers.
 sys-fs/eudev
 sys-fs/udev
-
-# sys-kernel/genkernel is not compatible with Systemd, you need
-# to use sys-kernel/genkernel-next instead
-sys-kernel/genkernel



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-06-07 Thread Mike Gilbert
commit: 438eb44489ae7e9578bcc234be9dac28051cd709
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 23:12:16 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun  7 15:58:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438eb444

www-client/google-chrome-unstable: automated update (60.0.3112.20)

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-60.0.3112.10.ebuild => google-chrome-unstable-60.0.3112.20.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index dfa7edb3d01..cb921db3a39 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_60.0.3112.10-1_amd64.deb 66905876 SHA256 
d8c0a46619147dd6731d623e65a4daae66dc6cb32902192d6abe72b9b3216015 SHA512 
1196162c9ae62053f30e1d13f64dfc9228d42e044a532b33a78d49520f74ef3cbf12856545a226adae919901a48d7c4aa3f5858d98c00502f2f6bd6da5b68066
 WHIRLPOOL 
b550069759b11ec45ff83d337715d8c6b915d6bd289b63bc62d427b9417b524a64f342b3b1c4aeecdb816089d787917dfe225d01358f49f11f852e6b1284bbb8
+DIST google-chrome-unstable_60.0.3112.20-1_amd64.deb 66934754 SHA256 
d53a532b6bfc52320187f890503b16a90e0e65042193f1e0f0f78e9a40517551 SHA512 
a1a97d731aa0124e8603d4bd4cef068964c4a3aac274fc594ace574d056c384bd4e0562b90f050afe78bdc67fc3f23ad81906780cfcf483c68d5df02b7c42361
 WHIRLPOOL 
c5ee592c6f95dea9368af255791dbfa1843259da94368ef020920aa4ccab3de94bcbdff743fcefe31e44cf9391b414988c02813221660c23d87bef0fbfa734e1

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-60.0.3112.10.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-60.0.3112.20.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-60.0.3112.10.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-60.0.3112.20.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-06-07 Thread Mike Gilbert
commit: ff5d8f4b5d189847d09cbba4fd85d4e65a499901
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 23:12:02 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun  7 15:58:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5d8f4b

www-plugins/chrome-binary-plugins: automated update (60.0.3112.20)

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 10_alpha.ebuild => chrome-binary-plugins-60.0.3112.20_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 644ccfa5254..a9a630ee5ef 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_59.0.3071.86-1_amd64.deb 63831062 SHA256 
46517d7a3b744a3048bc7368240940a115625a1c9be4a350f5c3afea9ab449c8 SHA512 
d0df82e53af0f294f847a7519f0e77611ceed2fa87e59abcd917d7908e8b938e40144fcbdb804cade1df37e98d50becd7c9f4ebe68f9de042d9e263fe4cf36ed
 WHIRLPOOL 
9269de69655c2d34d00306545ac4655d673e05c1ba906980060a2e503315cfd4c4b58592b1670be2ab882977b739e7f95580a515c69886485d1f828ff754ed5f
 DIST google-chrome-stable_59.0.3071.86-1_amd64.deb 60835794 SHA256 
895bbda9a3d049daf2b92e1df76ca9196265ad67e77442e0fa9ab5bee18a73af SHA512 
c6089748b1c2c50f55a343e467cd3ce0877a32b69d532ec8d11153ac0675f81624a335f0ab2b821d32669a942bf6776bf66ffc3f36b6e60a6c55f8532a9e11a3
 WHIRLPOOL 
aedde7f1b66b824a5211c36d87ba381e1751d1f4951493caa4270fa87a9901bb9c7a82def44dc8d15e752192a00c380cd27682e0339089d4948ba12037775492
-DIST google-chrome-unstable_60.0.3112.10-1_amd64.deb 66905876 SHA256 
d8c0a46619147dd6731d623e65a4daae66dc6cb32902192d6abe72b9b3216015 SHA512 
1196162c9ae62053f30e1d13f64dfc9228d42e044a532b33a78d49520f74ef3cbf12856545a226adae919901a48d7c4aa3f5858d98c00502f2f6bd6da5b68066
 WHIRLPOOL 
b550069759b11ec45ff83d337715d8c6b915d6bd289b63bc62d427b9417b524a64f342b3b1c4aeecdb816089d787917dfe225d01358f49f11f852e6b1284bbb8
+DIST google-chrome-unstable_60.0.3112.20-1_amd64.deb 66934754 SHA256 
d53a532b6bfc52320187f890503b16a90e0e65042193f1e0f0f78e9a40517551 SHA512 
a1a97d731aa0124e8603d4bd4cef068964c4a3aac274fc594ace574d056c384bd4e0562b90f050afe78bdc67fc3f23ad81906780cfcf483c68d5df02b7c42361
 WHIRLPOOL 
c5ee592c6f95dea9368af255791dbfa1843259da94368ef020920aa4ccab3de94bcbdff743fcefe31e44cf9391b414988c02813221660c23d87bef0fbfa734e1

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.10_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.20_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.10_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.20_alpha.ebuild



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

2017-06-07 Thread Jeroen Roovers
commit: 109410ce1453e3d4b5c7b7fbfdd4bb40ef83ab40
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 15:53:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 15:53:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109410ce

profiles/: Tpyo.

 profiles/package.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d6fa8662f5e..93e9b6b8574 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -296,12 +296,12 @@ www-client/phantomjs
 dev-ruby/poltergeist
 
 # Michael Palimaka  (04 Jun 2017)
-# Relies on obsolete and vulerable qtwebkit version. Dead upstream.
+# Relies on obsolete and vulnerable qtwebkit version. Dead upstream.
 # Masked for removal in 30 days. Bug #620758.
 www-client/qtweb
 
 # Michael Palimaka  (04 Jun 2017)
-# Relies on obsolete and vulerable qtwebkit version. Dead upstream.
+# Relies on obsolete and vulnerable qtwebkit version. Dead upstream.
 # Masked for removal in 30 days. Bug #620752.
 sci-mathematics/freemat
 



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

2017-06-07 Thread Daniel Pielmeier
commit: 4f59e3d861e89eb07f316a709782d4638bbfbabd
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Jun  7 15:49:38 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Jun  7 15:49:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f59e3d8

profiles: drop mask for removed app-cdr/backlite

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 32435dcf8a9..d6fa8662f5e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -469,11 +469,6 @@ app-arch/unlzx
 # and wxGTK-3.0.3 bump in tree
 >=net-ftp/filezilla-3.25.2-r1
 
-# Daniel Pielmeier  (7 May 2017)
-# Fails to build with ffmpeg-3. Dead upstream.
-# Masked for removal in 30 days. Bug #575824.
-app-cdr/backlite
-
 # Lars Wendler  (07 May 2017)
 # Dead upstream since 2014. Fails to build with gcc-6 (bug #594260).
 # Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: app-cdr/backlite/, app-cdr/backlite/files/

2017-06-07 Thread Daniel Pielmeier
commit: 6553d279ddea8f33754e3123c282c0c4c8ca7f32
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Jun  7 15:44:45 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Jun  7 15:44:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6553d279

app-cdr/backlite: remove last-rited package

Gentoo-bug: 575824

 app-cdr/backlite/Manifest  |   1 -
 app-cdr/backlite/backlite-1.0.3-r1.ebuild  |  47 ---
 .../files/backlite-1.0.3-ffmpeg-0.11.patch | 363 -
 .../backlite/files/backlite-1.0.3-ffmpeg2.patch|  18 -
 .../files/backlite-1.0.3-includepaths.patch|  89 -
 app-cdr/backlite/metadata.xml  |  15 -
 6 files changed, 533 deletions(-)

diff --git a/app-cdr/backlite/Manifest b/app-cdr/backlite/Manifest
deleted file mode 100644
index d4f47f7c9e9..000
--- a/app-cdr/backlite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST backlite-1.0.3.tar.gz 1597117 SHA256 
f181667b585a26e7b44c2cd89e46ed00e4b0363542f2cfeb9ae2378d1718e5ca SHA512 
6deb5cf33594da26a4ba1a4a01999feda10e8225b82c141df06eb958b559e5162be18b54a285ef34f4cf06af88dc635a4b2a27845a51a7fdecc96b94ac27f4c1
 WHIRLPOOL 
b061a308443e226be9a1f479247e11baf0d14876b03bc87f8c7d39b0b42cc220725635f5433519f134c4e983401b4253a2ab66d5a952692b0499ef6082b3f5e7

diff --git a/app-cdr/backlite/backlite-1.0.3-r1.ebuild 
b/app-cdr/backlite/backlite-1.0.3-r1.ebuild
deleted file mode 100644
index d81a692fb85..000
--- a/app-cdr/backlite/backlite-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit qt4-r2 eutils
-
-DESCRIPTION="backlite is a pure QT4 version of k9copy"
-HOMEPAGE="http://k9copy.sourceforge.net/";
-SRC_URI="mirror://sourceforge/k9copy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="mplayer"
-
-# According to the author of backlite/k9copy libdvdread and libdvdnav are
-# bundled internal because newer versions produce bad DVD copies.
-# This will be fixed later.
-# DEPEND="media-libs/libdvdread"
-
-DEPEND=">=media-libs/libmpeg2-0.5.1
-   media-video/ffmpeg
-   dev-qt/qtgui:4
-   dev-qt/qtdbus:4
-   || ( dev-qt/qtphonon:4 media-libs/phonon[qt4] )"
-
-RDEPEND="${DEPEND}
-   media-video/dvdauthor
-   mplayer? ( media-video/mplayer )"
-
-src_prepare() {
-   sed -i -e '/^MimeTypes=.*/d' \
-   -e '/^Encoding=.*/d' *.desktop || die
-   epatch "${FILESDIR}/${P}-ffmpeg-0.11.patch" \
-   "${FILESDIR}/${P}-includepaths.patch" \
-   "${FILESDIR}/${P}-ffmpeg2.patch"
-}
-
-src_configure() {
-   eqmake4 backlite.pro PREFIX="${D}"/usr
-}
-
-src_install() {
-   unset INSTALL_ROOT
-   default
-}

diff --git a/app-cdr/backlite/files/backlite-1.0.3-ffmpeg-0.11.patch 
b/app-cdr/backlite/files/backlite-1.0.3-ffmpeg-0.11.patch
deleted file mode 100644
index 7feb3f9871d..000
--- a/app-cdr/backlite/files/backlite-1.0.3-ffmpeg-0.11.patch
+++ /dev/null
@@ -1,363 +0,0 @@
-From slackware:
-http://www.slackware.org.uk/slackbuilds.org/14.0/multimedia/backlite/
-https://bugs.gentoo.org/show_bug.cgi?id=443192
-
-diff -Nru backlite-1.0.3.orig/backlite.pro backlite-1.0.3/backlite.pro
 backlite-1.0.3.orig/backlite.pro   2011-12-07 21:34:56.0 +0100
-+++ backlite-1.0.3/backlite.pro2012-11-23 10:02:55.0 +0100
-@@ -386,6 +386,11 @@
- INCLUDEPATH += $$a/ffmpeg
-   INCLUDEPATH += $$a/ffmpeg/libavformat
- }
-+exists($$a/ffmpeg/libavutil) { 
-+message(found $$a/ffmpeg!)
-+INCLUDEPATH += $$a/ffmpeg
-+  INCLUDEPATH += $$a/ffmpeg/libavutil
-+}
- exists($$a/ffmpeg/libswscale) { 
- message(found $$a/ffmpeg!)
- INCLUDEPATH += $$a/ffmpeg
-@@ -400,6 +405,10 @@
- message(found $$a/libavformat!)
- INCLUDEPATH += $$a/libavformat
- }
-+exists($$a/libavutil) { 
-+message(found $$a/libavutil!)
-+INCLUDEPATH += $$a/libavutil
-+}
- exists($$a/libswscale) { 
- message(found $$a/libswscale!)
- INCLUDEPATH += $$a/libswscale
-diff -Nru backlite-1.0.3.orig/src/backup/k9mp4enc.cpp 
backlite-1.0.3/src/backup/k9mp4enc.cpp
 backlite-1.0.3.orig/src/backup/k9mp4enc.cpp2011-12-07 
21:34:56.0 +0100
-+++ backlite-1.0.3/src/backup/k9mp4enc.cpp 2012-12-11 10:01:39.507859366 
+0100
-@@ -619,7 +619,7 @@
- //  cmd << "-lavfopts" << 
"i_certify_that_my_video_stream_does_not_use_b_frames";
- }
- //synchronize audio
--cmd << "-async" << "1" ;
-+cmd << "-async" << "44100" ;
- cmd << "-y"  << KShell::quoteArg(path);
- cmd << slNewAudio;
- //if (m_extractMkv) {
-diff -Nru backlite-1.0.3.orig/src/core/k9audiocodecs.cpp 
backlite-1.0.3/src/core/k9audiocodecs.cpp
 backlite-1.0.3.orig/src/core/k9audiocodecs.cpp 2011-12-07 
21:34:56.0 +0100
-+++ 

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

2017-06-07 Thread Matt Thode
commit: cac984bd44c64b25d68546cd7391ebf4a8639d8c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun  7 15:41:00 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun  7 15:41:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac984bd

dev-python/python-novaclient: 7.1.2 bup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/python-novaclient/Manifest  |  1 +
 .../python-novaclient-7.1.2.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/python-novaclient/Manifest 
b/dev-python/python-novaclient/Manifest
index 343e1091c92..680394bf4d6 100644
--- a/dev-python/python-novaclient/Manifest
+++ b/dev-python/python-novaclient/Manifest
@@ -2,3 +2,4 @@ DIST python-novaclient-6.0.0.tar.gz 288335 SHA256 
68fb4e75012a66d23198ca9c6cdc42
 DIST python-novaclient-6.0.1.tar.gz 288613 SHA256 
2b7d4c660f46d8d7f4eb454fa9da4e8d838a81abc45834891c756393beeb264e SHA512 
20bbd40bed2328c6bceba6e0057b541e949d1ea1f7c37190d2ef07bed164a2cf20927b2e7a1b26c349038fca625873e189dad150b4a3e801f9211388ab3996c7
 WHIRLPOOL 
5cce33c00730cf5e3c81a3c9e3207331161650340bf5b240bfbd687cdf5f2301c81be194b0e19d62e8660b9f4b3622dd241ce4fee511e83afb1769e6a101bb52
 DIST python-novaclient-7.1.0.tar.gz 282062 SHA256 
fe69d9c95447381d563f0828359920730d38d5fa6f23af1215d4958479d1b9cb SHA512 
4be552a69b8f33641aae1381ebdb0cd354f4d28c82cfe474cbcc7ed9def9a0537aee56a49cb33b48a341a7fab511eb2b3c0d9e5c718f70cd063fb0d553fb6325
 WHIRLPOOL 
c2a8540151a978e6c9cd21d0acf675f0f6df87df5df177a615c1bc9038114f34355faf2238dc5c1b978160719b42daf0e9a1ef78b692abf4cd742e70af8f
 DIST python-novaclient-7.1.1.tar.gz 283129 SHA256 
119a6f749cad3c752e7140beaacc64aa4ffd4b1e9913c8587d29b8abe918a29f SHA512 
c8983cdcce3e506f5aa2288211b6b2fdded5bf65266a7740ed070aa26b27590f053cbd0a577fd34d71490deaf6ca4d3cfffb5e079289174312110ac602a06dbf
 WHIRLPOOL 
0b2f5a02392b470b8f3816f9166331b6b198bdf16ec6a30b8481826229e63e861a9cc5ab3891d07f10546def6aa9b9e7cf57394d4dc3fa9e50deeeae687f1b60
+DIST python-novaclient-7.1.2.tar.gz 284152 SHA256 
f342470514fd2ac3553e8b7b5967f0f63905bc062202926c5c3a7c87a035a18a SHA512 
6b7e4bc80e07b09756f61624d2cf7b81dccd1d102f22cb9609b7e1de6f091061c513691095467e293b742c40a62c8cabc2d3ff8cbc5492d07763655de4d6c516
 WHIRLPOOL 
719f77ca3c341e446d46ea132ddb698945a806fa8629e20bce95ef5fa0817a2d216381907b07e7fb3e6bc980a1ef30ab6d95a3fcc047601f5cd7989868959f79

diff --git a/dev-python/python-novaclient/python-novaclient-7.1.2.ebuild 
b/dev-python/python-novaclient/python-novaclient-7.1.2.ebuild
new file mode 100644
index 000..7f3cfc478ae
--- /dev/null
+++ b/dev-python/python-novaclient/python-novaclient-7.1.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Nova API"
+HOMEPAGE="https://github.com/openstack/python-novaclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-5.5.1[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/os-client-config-1.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/requests-2.10.0[${PYTHON_USEDEP

[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/

2017-06-07 Thread Matthias Maier
commit: 3e46392cbe2fa4b78c9d47f611c526e62dc88dac
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun  7 14:46:44 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun  7 14:47:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e46392c

sys-devel/binutils: 2.28 - multiple security fixes, bug #621130

CVE-2017-6969
  
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b814a36d3440de95f2ac6eaa4fc7935c322ea456
  
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=43a444f9c5bfd44b4304eafd78338e21d54bea14

CVE-2017-6966
  
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f84ce13b6708801ca1d6289b7c4003e2f5a6d7f9

CVE-2017-6965
  
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=03f7786e2f440b9892b1c34a58fb26222ce1b493

[1] https://bugs.gentoo.org/show_bug.cgi?id=621130

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-devel/binutils/Manifest | 2 +-
 sys-devel/binutils/{binutils-2.28-r1.ebuild => binutils-2.28-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index b7109f69041..bc8e3b14bfd 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -4,5 +4,5 @@ DIST binutils-2.26.1-patches-1.0.tar.xz 11212 SHA256 
e56e2a6b64b8abe2f4aed1a9b15
 DIST binutils-2.26.1.tar.bz2 25595243 SHA256 
39c346c87aa4fb14b2f786560aec1d29411b6ec34dce3fe7309fe3dd56949fd8 SHA512 
9d9165609fd3b0f20d616f9891fc8e2b466eb13e2bfce40125e12427f8f201d20e2b8322bb6cb2b45e8df812f0e8ac059149f8a1f69ba3ed9d86a35c6a540b67
 WHIRLPOOL 
c33eecdf855dd17314c3b7bbb0060399148d4dba867eb038bfb7555010fd003ba8b5b86480e4df389e19bba7b1fd0b9264291e6af20be4ffd4ff504d2255d003
 DIST binutils-2.27-patches-1.1.tar.xz 9828 SHA256 
fbabb2c1cb69ad0c83d97ec6342ea663dea12b61cd3858088071f5575d842f6f SHA512 
5059a784344e0554965473808b9d72af34f793e5538e82010adbbf586d583ddfd9f5ca637e6ba658e566c406244ae79b2ab5135995bcfedc8a96b9293366199d
 WHIRLPOOL 
23c10c3c71a6d7d5f1fca97dcb77cf3bdb0a4114321a3cb51d88a4549404da63d74c30e6732c1b7fdefc3380d28b2064752155dfd22fa345e62df8df25a9690d
 DIST binutils-2.27.tar.bz2 26099568 SHA256 
369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 SHA512 
cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
 WHIRLPOOL 
d3204b4900529f697285fb1fe622ecc949c43f064e6b83a1cecb1ea8810a214842c729266c9a44537dc0a86d6d2b3ac100f54c721cc284e54f9d6feb90930d15
-DIST binutils-2.28-patches-1.1.tar.xz 14944 SHA256 
a37c0cbbccdf7c7b85521f9ca429e6dd99da6a2103234fa1eaa27c34f3f1e489 SHA512 
dc9e639b98ba8cc4a5a535cde116c721ef90182b339cbe802f84bed1c034e0a0bfd74b160f486bd1ef387561d967e539dbfc22e883a4cc1c44ae92b7219b9bdd
 WHIRLPOOL 
af81ec47375cd4eb2643c133755c4041a5f042d9a2fb131b58f2c35de436121d45a73f6a0061ff19241e71bf4ec167f26aa22bfead58ac34840bd787515505a0
+DIST binutils-2.28-patches-1.2.tar.xz 17572 SHA256 
d3fd98b218b0469f216a65676fdc899b9d777ea2d2f4b83af3d7fa6bbd36ca41 SHA512 
00453fc1e3290868c23e2ca32214b5229fca23d4a551e4e136a62946b584992e9ef3f3e07819e35fb4eb83f083145330078db2631d5a089da7b5129d234aa856
 WHIRLPOOL 
e52ca6eb5cc03fb0c3ebe27366019d38628a88d949dff873dc646ea1354ec432080818ddb212a6e94148bee3b230288eb245a5472c9c6e6ae9a5bdd162578cc4
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d

diff --git a/sys-devel/binutils/binutils-2.28-r1.ebuild 
b/sys-devel/binutils/binutils-2.28-r2.ebuild
similarity index 95%
rename from sys-devel/binutils/binutils-2.28-r1.ebuild
rename to sys-devel/binutils/binutils-2.28-r2.ebuild
index 441d4d8408e..b993a3eecc4 100644
--- a/sys-devel/binutils/binutils-2.28-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.28-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PATCHVER="1.1"
+PATCHVER="1.2"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 



[gentoo-commits] gentoo commit in src/patchsets/binutils/2.28: 00_all_0018-CVE-2017-6965.patch 00_all_0019-CVE-2017-6966.patch 00_all_0020-CVE-2017-6969.patch README.history

2017-06-07 Thread Matthias Maier (tamiko)
tamiko  17/06/07 14:44:23

  Modified: README.history
  Added:00_all_0018-CVE-2017-6965.patch
00_all_0019-CVE-2017-6966.patch
00_all_0020-CVE-2017-6969.patch
  Log:
  binutils-2.28: Update to patchset 1.2

Revision  ChangesPath
1.3  src/patchsets/binutils/2.28/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28/README.history?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28/README.history?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28/README.history?r1=1.2&r2=1.3

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.28/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history  6 Jun 2017 22:17:49 -   1.2
+++ README.history  7 Jun 2017 14:44:23 -   1.3
@@ -1,3 +1,8 @@
+1.2 07 Jun 2017
++ 00_all_0018-CVE-2017-6965.patch
++ 00_all_0019-CVE-2017-6966.patch
++ 00_all_0020-CVE-2017-6969.patch
+
 1.1 06 Jun 2017
 + 00_all_0007-CVE-2017-8398.patch
 + 00_all_0008-CVE-2017-8393.patch



1.1  src/patchsets/binutils/2.28/00_all_0018-CVE-2017-6965.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28/00_all_0018-CVE-2017-6965.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28/00_all_0018-CVE-2017-6965.patch?rev=1.1&content-type=text/plain

Index: 00_all_0018-CVE-2017-6965.patch
===
>From 00e45d8e07536e7eee850f00a6101011e7088171 Mon Sep 17 00:00:00 2001
From: Matthias Maier 
Date: Wed, 7 Jun 2017 09:29:37 -0500
Subject: [PATCH 1/3] CVE-2017-6965

[PATCH] Fix readelf writing to illegal addresses whilst processing corrupt 
input files containing symbol-difference relocations.

[1] 
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=03f7786e2f440b9892b1c34a58fb26222ce1b493
[2] https://bugs.gentoo.org/show_bug.cgi?id=621130
---
 binutils/readelf.c | 30 +-
 1 file changed, 25 insertions(+), 5 deletions(-)

diff --git a/binutils/readelf.c b/binutils/readelf.c
index 5507663..7a908a1 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -11600,6 +11600,7 @@ process_syminfo (FILE * file ATTRIBUTE_UNUSED)
 static bfd_boolean
 target_specific_reloc_handling (Elf_Internal_Rela * reloc,
unsigned char * start,
+   unsigned char * end,
Elf_Internal_Sym *  symtab)
 {
   unsigned int reloc_type = get_reloc_type (reloc->r_info);
@@ -11640,13 +11641,19 @@ target_specific_reloc_handling (Elf_Internal_Rela * 
reloc,
  handle_sym_diff:
if (saved_sym != NULL)
  {
+   int reloc_size = reloc_type == 1 ? 4 : 2;
bfd_vma value;
 
value = reloc->r_addend
  + (symtab[get_reloc_symindex (reloc->r_info)].st_value
 - saved_sym->st_value);
 
-   byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 
2);
+   if (start + reloc->r_offset + reloc_size >= end)
+ /* PR 21137 */
+ error (_("MSP430 sym diff reloc writes past end of section 
(%p vs %p)\n"),
+start + reloc->r_offset + reloc_size, end);
+   else
+ byte_put (start + reloc->r_offset, value, reloc_size);
 
saved_sym = NULL;
return TRUE;
@@ -11677,13 +11684,18 @@ target_specific_reloc_handling (Elf_Internal_Rela * 
reloc,
  case 2: /* R_MN10300_16 */
if (saved_sym != NULL)
  {
+   int reloc_size = reloc_type == 1 ? 4 : 2;
bfd_vma value;
 
value = reloc->r_addend
  + (symtab[get_reloc_symindex (reloc->r_info)].st_value
 - saved_sym->st_value);
 
-   byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 
2);
+   if (start + reloc->r_offset + reloc_size >= end)
+ error (_("MN10300 sym diff reloc writes past end of section 
(%p vs %p)\n"),
+start + reloc->r_offset + reloc_size, end);
+   else
+ byte_put (start + reloc->r_offset, value, reloc_size);
 
saved_sym = NULL;
return TRUE;
@@ -11718,12 +11730,20 @@ target_specific_reloc_handling (Elf_Internal_Rela * 
reloc,
break;
 
  case 0x41: /* R_RL78_ABS32.  */
-   byte_put (start + reloc->r_offset, value, 4);
+   if (start + reloc->r_offset + 4 >= end)
+ error (_("RL7

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

2017-06-07 Thread Jeroen Roovers
commit: d0cfc2aa62bf30f9b2824b8efa9b2ac88c1b13d2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:38:44 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:38:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cfc2aa

net-analyzer/cacti: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti/Manifest   |  1 -
 net-analyzer/cacti/cacti-1.1.6.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index 3b10189540f..10258020126 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,4 +1,3 @@
 DIST cacti-0.8.8h.tar.gz 2585226 SHA256 
0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 SHA512 
11bb0682a7220af5581f42579cf9c38d94aae202425ce15b824849684b1a6778d6f14e6a62ec94c608b7ba06562a825be7fd6d812d0800daa5eb56e640ac1c5f
 WHIRLPOOL 
250ee38d969c9a7d9a71b15a25e48c2b9b22412c6c2394798d178172d9a1be056b009b328594559524adbd47ad05032992b13cb5a632af1a23f947fb55342402
-DIST cacti-1.1.6.tar.gz 8548365 SHA256 
af7e569a7234b1bf12c124262eacecde3fb3ebd68af4318de19c6d0aaf2ef7e1 SHA512 
e8fd1fefb9060e9a246b04148593ad0b11cc0fba8ebc09e0e11d62586bf051df3a6ed8bca80d4eab4ead2b8a7cbc9de5bc8bfa404dfc9f5eac581b18365061b3
 WHIRLPOOL 
b9309692c358140fef7f9f538d0493c520e8647743543c56c0598a70f174a6ba2a8566babb11ec0226652cde55879ba924e11ef38f145c8860d996da81eb455f
 DIST cacti-1.1.7.tar.gz 8523998 SHA256 
e6dcbcef54c42ee7920559d9afc7ba6f53c77a2f7054e8d58a83af304c24f969 SHA512 
33c35d1f8d07478d40c756c87f6c1aad3d327e9b42bb4aa5131738ace4b6f9feef4a042b154c894f5a71ba627652e6f2eab286f023e1bf29abb88ed9c21b19f0
 WHIRLPOOL 
f0c80922e5039b6b1a4e5e0e6836db05a6e61d0c94d899b43bbe981f68747069d1f30642179efdb3e8cdf3485e89d57a1df93d15c3b96b4c254dac0bd7357833
 DIST cacti-1.1.9.tar.gz 8720015 SHA256 
329b9a9b388f1a11c92c483a404c8ad0d0e63720cfed12edd82bec866950d67c SHA512 
8e17f2c708ed932875e92d5e23533e48eb04a3c1c53008f1f7c471efe079ee5f57971b0818d5ca447a43a7a404ebbb95e011c931b096ef4cad6c58bb682cee66
 WHIRLPOOL 
9acb5204305f9f11049871a5e1aea82ebd1791cc462f7dd918d7f94a69ac88582b287e6c568c5d58eeb6ead8bee15cf3da4042bd720b24862bbebc88667e6b50

diff --git a/net-analyzer/cacti/cacti-1.1.6.ebuild 
b/net-analyzer/cacti/cacti-1.1.6.ebuild
deleted file mode 100644
index 8bd16023447..000
--- a/net-analyzer/cacti/cacti-1.1.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="http://www.cacti.net/";
-SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-   dev-lang/php[cli,mysql,session,sockets,xml]
-   dev-php/adodb
-   net-analyzer/rrdtool[graph]
-   virtual/cron
-   virtual/mysql
-   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-src_prepare() {
-   default
-   sed -i -e \
-   's:$config\["library_path"\] . 
"/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
-   "${S}"/include/global.php || die
-
-   rm -rf lib/adodb || die # don't use bundled adodb
-}
-
-src_compile() { :; }
-
-src_install() {
-   dodoc docs/{CHANGELOG,txt/manual.txt}
-   dodoc -r docs/html/
-   rm -rf docs
-
-   webapp_src_preinst
-
-   edos2unix `find -type f -name '*.php'`
-
-   dodir ${MY_HTDOCSDIR}
-   cp -r . "${D}"${MY_HTDOCSDIR}
-
-   webapp_serverowned ${MY_HTDOCSDIR}/rra
-   webapp_serverowned ${MY_HTDOCSDIR}/log
-   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}



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

2017-06-07 Thread Jeroen Roovers
commit: ecc6f9e078aaf6a37ad3281f1d55108dfffd3757
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:38:17 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:38:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc6f9e0

net-analyzer/cacti: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti/Manifest   |  1 +
 net-analyzer/cacti/cacti-1.1.9.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index ea1cb527c2f..3b10189540f 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-0.8.8h.tar.gz 2585226 SHA256 
0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 SHA512 
11bb0682a7220af5581f42579cf9c38d94aae202425ce15b824849684b1a6778d6f14e6a62ec94c608b7ba06562a825be7fd6d812d0800daa5eb56e640ac1c5f
 WHIRLPOOL 
250ee38d969c9a7d9a71b15a25e48c2b9b22412c6c2394798d178172d9a1be056b009b328594559524adbd47ad05032992b13cb5a632af1a23f947fb55342402
 DIST cacti-1.1.6.tar.gz 8548365 SHA256 
af7e569a7234b1bf12c124262eacecde3fb3ebd68af4318de19c6d0aaf2ef7e1 SHA512 
e8fd1fefb9060e9a246b04148593ad0b11cc0fba8ebc09e0e11d62586bf051df3a6ed8bca80d4eab4ead2b8a7cbc9de5bc8bfa404dfc9f5eac581b18365061b3
 WHIRLPOOL 
b9309692c358140fef7f9f538d0493c520e8647743543c56c0598a70f174a6ba2a8566babb11ec0226652cde55879ba924e11ef38f145c8860d996da81eb455f
 DIST cacti-1.1.7.tar.gz 8523998 SHA256 
e6dcbcef54c42ee7920559d9afc7ba6f53c77a2f7054e8d58a83af304c24f969 SHA512 
33c35d1f8d07478d40c756c87f6c1aad3d327e9b42bb4aa5131738ace4b6f9feef4a042b154c894f5a71ba627652e6f2eab286f023e1bf29abb88ed9c21b19f0
 WHIRLPOOL 
f0c80922e5039b6b1a4e5e0e6836db05a6e61d0c94d899b43bbe981f68747069d1f30642179efdb3e8cdf3485e89d57a1df93d15c3b96b4c254dac0bd7357833
+DIST cacti-1.1.9.tar.gz 8720015 SHA256 
329b9a9b388f1a11c92c483a404c8ad0d0e63720cfed12edd82bec866950d67c SHA512 
8e17f2c708ed932875e92d5e23533e48eb04a3c1c53008f1f7c471efe079ee5f57971b0818d5ca447a43a7a404ebbb95e011c931b096ef4cad6c58bb682cee66
 WHIRLPOOL 
9acb5204305f9f11049871a5e1aea82ebd1791cc462f7dd918d7f94a69ac88582b287e6c568c5d58eeb6ead8bee15cf3da4042bd720b24862bbebc88667e6b50

diff --git a/net-analyzer/cacti/cacti-1.1.9.ebuild 
b/net-analyzer/cacti/cacti-1.1.9.ebuild
new file mode 100644
index 000..8bd16023447
--- /dev/null
+++ b/net-analyzer/cacti/cacti-1.1.9.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils webapp
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/";
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="snmp doc"
+
+need_httpd
+
+RDEPEND="
+   dev-lang/php[cli,mysql,session,sockets,xml]
+   dev-php/adodb
+   net-analyzer/rrdtool[graph]
+   virtual/cron
+   virtual/mysql
+   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
+"
+
+src_prepare() {
+   default
+   sed -i -e \
+   's:$config\["library_path"\] . 
"/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+   "${S}"/include/global.php || die
+
+   rm -rf lib/adodb || die # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+   dodoc docs/{CHANGELOG,txt/manual.txt}
+   dodoc -r docs/html/
+   rm -rf docs
+
+   webapp_src_preinst
+
+   edos2unix `find -type f -name '*.php'`
+
+   dodir ${MY_HTDOCSDIR}
+   cp -r . "${D}"${MY_HTDOCSDIR}
+
+   webapp_serverowned ${MY_HTDOCSDIR}/rra
+   webapp_serverowned ${MY_HTDOCSDIR}/log
+   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}



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

2017-06-07 Thread Jeroen Roovers
commit: e253e72bb900edb0ded969883b2ede1270aed067
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:39:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:39:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e253e72b

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti-spine/Manifest |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 38da63b2e8a..30a21c13d61 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 
5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 
05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da
 WHIRLPOOL 
3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8
 DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
 DIST cacti-spine-1.1.9.tar.gz 801539 SHA256 
1b93cd5572017a373b24a58ef6b82c4ada994784948493204f9957a45103c275 SHA512 
ed4108fae139d1d85478b90bb03e47df6b27eb839104336c3f734bbae91113bee15be84de1da9a5f00bd278d71d72e7de7d24e2f495157a976a4faedfc52d7f0
 WHIRLPOOL 
c1b98eeebbbddaed5920cd491a6535efbc799715cb5c3f1fbfe5483e7aeda30f443bae185cc1e9526ce9289890b76d19e24cf7835a3bb90a16659389dbaace08

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php";
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



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

2017-06-07 Thread Jeroen Roovers
commit: 1fb667a49f8ee017dcc317f9dad35315f5eda13c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:39:16 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:39:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb667a4

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/cacti-spine/Manifest |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 2660db2fe97..38da63b2e8a 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,4 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 
5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 
05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da
 WHIRLPOOL 
3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8
 DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 
97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 
d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb
 WHIRLPOOL 
99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
+DIST cacti-spine-1.1.9.tar.gz 801539 SHA256 
1b93cd5572017a373b24a58ef6b82c4ada994784948493204f9957a45103c275 SHA512 
ed4108fae139d1d85478b90bb03e47df6b27eb839104336c3f734bbae91113bee15be84de1da9a5f00bd278d71d72e7de7d24e2f495157a976a4faedfc52d7f0
 WHIRLPOOL 
c1b98eeebbbddaed5920cd491a6535efbc799715cb5c3f1fbfe5483e7aeda30f443bae185cc1e9526ce9289890b76d19e24cf7835a3bb90a16659389dbaace08

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php";
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



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

2017-06-07 Thread Jeroen Roovers
commit: dc510efca1293d405640d4b8844e4bb9bd1d214f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:35:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:36:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc510efc

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-beta/Manifest |  1 -
 .../opera-beta/opera-beta-46.0.2597.6.ebuild   | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index bbf11258ed9..9b2db1fb1f0 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1,2 @@
 DIST opera-beta_46.0.2597.11_amd64.deb 50373228 SHA256 
b212dac0fbae0cbb17d11f49fa8101fb4e7acdc14379909c13ca79d8d29516aa SHA512 
1b504019b80318bbcabc9d3c8364e93339614bb788060977964e1b97eb00b344d87db3aa7cab1a7a1f2e9d54d73d00c3422ba82a3ff90e4317c86dfaebbe79d9
 WHIRLPOOL 
77d9ef6e1a4e9c0d3b5e5f9b830e55bb16df90b9653aaad3f8fee1fdbb8059c1353d9269e681055693cd6455bbe43b2b2844a1e5e02054ef8da330784237cee2
 DIST opera-beta_46.0.2597.14_amd64.deb 50236484 SHA256 
45c4754ff503c8a95cb63c7e9d3a99bba49baa2fdc6f9f43db83d512c3335cd0 SHA512 
4be4c4a08ffa88b5fc8f8d7254c355b7e5a6c3a5fd7bd9e0db9f7672b62f7d5e8709d940e05fe594f36b057449f7a741581290e93a79cb81196ed1a170ced9ae
 WHIRLPOOL 
dbe7ad469ca590b181a302f663dac4ef55f9a99b67cd78913073185455ef05d86b1e51e673bf3ad618edab5542ad94272f9ff424b01363579f6fe2791bebc068
-DIST opera-beta_46.0.2597.6_amd64.deb 50340484 SHA256 
359a7596bb436ada87b7aec54c6c25e1cb08081d426c2d0ea50c75adbf0580e6 SHA512 
b497543efa3c18c46a8275a5177b487076b4f27f7494f1eb7755bcf9f725de197c1f1f8968ec4542862e3ae350712c077348edde72f25897b20a0b0b8cf3432e
 WHIRLPOOL 
cba2a3c4619383931f0c5867484dace119af253cf1e503be09828eab6cdc922a203e31cf43a707ab7131d28af3102ad4fbff961890199d5e475bb86f2b03af0d

diff --git a/www-client/opera-beta/opera-beta-46.0.2597.6.ebuild 
b/www-client/opera-beta/opera-beta-46.0.2597.6.ebuild
deleted file mode 100644
index b72074ee152..000
--- a/www-client/opera-beta/opera-beta-46.0.2597.6.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/";
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}



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

2017-06-07 Thread Jeroen Roovers
commit: 86e4f5b92504ded6536a3f31be8af616820fd115
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:35:26 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:36:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e4f5b9

www-client/opera-beta: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-beta/Manifest |  1 +
 .../opera-beta/opera-beta-46.0.2597.14.ebuild  | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 4aeec923bfe..bbf11258ed9 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
 DIST opera-beta_46.0.2597.11_amd64.deb 50373228 SHA256 
b212dac0fbae0cbb17d11f49fa8101fb4e7acdc14379909c13ca79d8d29516aa SHA512 
1b504019b80318bbcabc9d3c8364e93339614bb788060977964e1b97eb00b344d87db3aa7cab1a7a1f2e9d54d73d00c3422ba82a3ff90e4317c86dfaebbe79d9
 WHIRLPOOL 
77d9ef6e1a4e9c0d3b5e5f9b830e55bb16df90b9653aaad3f8fee1fdbb8059c1353d9269e681055693cd6455bbe43b2b2844a1e5e02054ef8da330784237cee2
+DIST opera-beta_46.0.2597.14_amd64.deb 50236484 SHA256 
45c4754ff503c8a95cb63c7e9d3a99bba49baa2fdc6f9f43db83d512c3335cd0 SHA512 
4be4c4a08ffa88b5fc8f8d7254c355b7e5a6c3a5fd7bd9e0db9f7672b62f7d5e8709d940e05fe594f36b057449f7a741581290e93a79cb81196ed1a170ced9ae
 WHIRLPOOL 
dbe7ad469ca590b181a302f663dac4ef55f9a99b67cd78913073185455ef05d86b1e51e673bf3ad618edab5542ad94272f9ff424b01363579f6fe2791bebc068
 DIST opera-beta_46.0.2597.6_amd64.deb 50340484 SHA256 
359a7596bb436ada87b7aec54c6c25e1cb08081d426c2d0ea50c75adbf0580e6 SHA512 
b497543efa3c18c46a8275a5177b487076b4f27f7494f1eb7755bcf9f725de197c1f1f8968ec4542862e3ae350712c077348edde72f25897b20a0b0b8cf3432e
 WHIRLPOOL 
cba2a3c4619383931f0c5867484dace119af253cf1e503be09828eab6cdc922a203e31cf43a707ab7131d28af3102ad4fbff961890199d5e475bb86f2b03af0d

diff --git a/www-client/opera-beta/opera-beta-46.0.2597.14.ebuild 
b/www-client/opera-beta/opera-beta-46.0.2597.14.ebuild
new file mode 100644
index 000..b72074ee152
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-46.0.2597.14.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/";
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-06-07 Thread Sam Jorna
commit: f24a28b5e6c035bdde1f4bcb7a2cbd8d4dbd76ac
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jun  7 14:28:30 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jun  7 14:33:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24a28b5

dev-libs/jansson: assign proxied maintainer

Gentoo-bug: 619904
Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/jansson/metadata.xml b/dev-libs/jansson/metadata.xml
index 1b2becffa26..149a60f516c 100644
--- a/dev-libs/jansson/metadata.xml
+++ b/dev-libs/jansson/metadata.xml
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
+  
+z...@zer0-one.net
+   David Zero
+  
+  
+proxy-ma...@gentoo.org
+   Proxy Maintainers
+  
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/

2017-06-07 Thread Jeroen Roovers
commit: 128cf687bd97a50bf8da37683dc1fbad1c156eea
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:30:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:33:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128cf687

sys-devel/binutils-hppa64: Raise patch level.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-devel/binutils-hppa64/Manifest| 2 +-
 sys-devel/binutils-hppa64/binutils-hppa64-2.28.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index afc6e5e624b..4fde3996b91 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -16,5 +16,5 @@ DIST binutils-2.26.1-patches-1.0.tar.xz 11212 SHA256 
e56e2a6b64b8abe2f4aed1a9b15
 DIST binutils-2.26.1.tar.bz2 25595243 SHA256 
39c346c87aa4fb14b2f786560aec1d29411b6ec34dce3fe7309fe3dd56949fd8 SHA512 
9d9165609fd3b0f20d616f9891fc8e2b466eb13e2bfce40125e12427f8f201d20e2b8322bb6cb2b45e8df812f0e8ac059149f8a1f69ba3ed9d86a35c6a540b67
 WHIRLPOOL 
c33eecdf855dd17314c3b7bbb0060399148d4dba867eb038bfb7555010fd003ba8b5b86480e4df389e19bba7b1fd0b9264291e6af20be4ffd4ff504d2255d003
 DIST binutils-2.27-patches-1.0.tar.xz 8852 SHA256 
07be45786e1e56498aad2c52a43d4104ccd0ded3c6a84a930486bc418d7fa36d SHA512 
489b5fff87886682d8e98eafa2f082e6dcf811d2a693b6c41d76bd1ac50815a6e7d26fb7c9e3811c2d8e0e1dc307557e6ffe46d1d0f7caeb581060cf14bda899
 WHIRLPOOL 
cf73342292a6dd8450a420f62a6a28e1ae38eed2c0b62643619ac002f3e9233ba5a0df19deb862167e88bd2c4a7ef4e002fe4d76f971eba876014d145dc30171
 DIST binutils-2.27.tar.bz2 26099568 SHA256 
369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 SHA512 
cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
 WHIRLPOOL 
d3204b4900529f697285fb1fe622ecc949c43f064e6b83a1cecb1ea8810a214842c729266c9a44537dc0a86d6d2b3ac100f54c721cc284e54f9d6feb90930d15
-DIST binutils-2.28-patches-1.0.tar.xz 8860 SHA256 
4349c2fb3a351b57cf9403b2a97e5f89a43d94af6d9666ede27dc5fdfcbaa12a SHA512 
4dea18c47b393cb764981a5c5e41131f03ff1d48ad97d806a6d9e20353b34edd6818903dc7e9d386778e0d2df0a664f78272e60b83c10b818319e3978ff5391d
 WHIRLPOOL 
f742438e00bd5862f6501e5aac7ea93c64f5a7f493b880d0cfd0b79e6f357781b6e317cd87e3100038426708c24a8e2c077ed2ae46e54fcf0172509da5950c09
+DIST binutils-2.28-patches-1.1.tar.xz 14944 SHA256 
a37c0cbbccdf7c7b85521f9ca429e6dd99da6a2103234fa1eaa27c34f3f1e489 SHA512 
dc9e639b98ba8cc4a5a535cde116c721ef90182b339cbe802f84bed1c034e0a0bfd74b160f486bd1ef387561d967e539dbfc22e883a4cc1c44ae92b7219b9bdd
 WHIRLPOOL 
af81ec47375cd4eb2643c133755c4041a5f042d9a2fb131b58f2c35de436121d45a73f6a0061ff19241e71bf4ec167f26aa22bfead58ac34840bd787515505a0
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.28.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.28.ebuild
index 0b42b8bf205..6787e14a6c9 100644
--- a/sys-devel/binutils-hppa64/binutils-hppa64-2.28.ebuild
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.28.ebuild
@@ -5,7 +5,7 @@ EAPI="5"
 
 export CTARGET=hppa64-${CHOST#*-}
 
-PATCHVER="1.0"
+PATCHVER="1.1"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 



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

2017-06-07 Thread Jeroen Roovers
commit: 7f69c0663cf5f88be14087d06d6b2f231f4a626f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:32:13 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:33:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f69c066

www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/vivaldi-snapshot/Manifest   |   1 +
 .../vivaldi-snapshot-1.10.867.3_p1.ebuild  | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 4700b78cb95..9fa21f7ebb9 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,2 +1,3 @@
 DIST vivaldi-snapshot-1.10.856.16_p1-amd64.deb 50561632 SHA256 
a8d78030818d361b87e727e18f9963c3137ed11f23148f6560ce0f06a7b30864 SHA512 
b79c0ff54dd5b5e81c6260b779a814ed5f856ac9ffa1bb6ee2d64918bbbf1caf443a29f82432eb4dd9107104d2c0af6d2d05fcb466d48fbd5ad2dbf63de61548
 WHIRLPOOL 
5c2aead12033c8d76421a93d2dde23db0003088e20ac6d12b6c3d1f5e894391269bf45f1450d2de9e07ae60eacecff2994323010b8754c3c0bbdfdaae1ff24d5
 DIST vivaldi-snapshot-1.10.862.6_p1-amd64.deb 50599680 SHA256 
f62fb5d6c16cbd67185579921c8d6e4df08b4841c965701b8e703722a111566d SHA512 
e6d3ecccb252d5f400c377be1982cb8d8f0eb9d936b60cede989abaa99d0edc8ff1d6b3a65db7b88d007fba1fc1c49fd750d7f4cb4f70805b8daf731cc955d63
 WHIRLPOOL 
9e9ef964c4b2673733d05b28701b8a590cbcc41b34db4061b81bd08f607c04e9bc620ac9ab6e447567c203a2dcdad29fe002777f94d017556297b2e467ad94ed
+DIST vivaldi-snapshot-1.10.867.3_p1-amd64.deb 50578840 SHA256 
29dc1953d1e5de23fa55076ee38574f27a22b81ba321bcfe3bd4a6ed8b09297f SHA512 
4642a6aa53899a065f363e5f8f1df9bcdea556ba9e69a1527a5479ec985b2ed54648b0294946da3ab9d6c304fe7eb620a5dd1d009cdcfce2452af4e8da76b5a1
 WHIRLPOOL 
f069927b047346296c570d3b8fe3554eb6a486cb019380f5e2cb4929cb72eab762f111062d1916ed6cecfc43b41f6c3997c6303f77687092b9614fdef28ea534

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.867.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.867.3_p1.ebuild
new file mode 100644
index 000..8ea3ba0f130
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.867.3_p1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
+   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   chmod 0755 usr/share/doc/${PF} || die
+
+   rm \
+   _gpgbuilder \
+   etc/cron.daily/${PN} \
+   ${VIVALDI_HOME}/libwidevinecdm.so \
+   || die
+   rmdir \
+   etc/cron.daily/ \
+   etc/ \
+   || die
+
+   local c d
+   for d in 16 22 24 32 48 64 128 256; do
+   mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die
+   cp \
+   ${VIVALDI_HOME}/product_logo_${d}.png \
+   usr/share/icons/hicolor/${d}x${d}/apps/${PN}.png || die
+   done
+
+   pushd "${VIVALDI_HOME}/locales" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+}
+
+src_install() {
+   mv * "${D}" || die

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

2017-06-07 Thread Jeroen Roovers
commit: 9f091e5e27f389a385c4d6155c27d0deb67ddc8e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun  7 14:32:47 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun  7 14:33:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f091e5e

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/vivaldi-snapshot/Manifest   |   1 -
 .../vivaldi-snapshot-1.10.856.16_p1.ebuild | 105 -
 2 files changed, 106 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 9fa21f7ebb9..96de697e71e 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,3 +1,2 @@
-DIST vivaldi-snapshot-1.10.856.16_p1-amd64.deb 50561632 SHA256 
a8d78030818d361b87e727e18f9963c3137ed11f23148f6560ce0f06a7b30864 SHA512 
b79c0ff54dd5b5e81c6260b779a814ed5f856ac9ffa1bb6ee2d64918bbbf1caf443a29f82432eb4dd9107104d2c0af6d2d05fcb466d48fbd5ad2dbf63de61548
 WHIRLPOOL 
5c2aead12033c8d76421a93d2dde23db0003088e20ac6d12b6c3d1f5e894391269bf45f1450d2de9e07ae60eacecff2994323010b8754c3c0bbdfdaae1ff24d5
 DIST vivaldi-snapshot-1.10.862.6_p1-amd64.deb 50599680 SHA256 
f62fb5d6c16cbd67185579921c8d6e4df08b4841c965701b8e703722a111566d SHA512 
e6d3ecccb252d5f400c377be1982cb8d8f0eb9d936b60cede989abaa99d0edc8ff1d6b3a65db7b88d007fba1fc1c49fd750d7f4cb4f70805b8daf731cc955d63
 WHIRLPOOL 
9e9ef964c4b2673733d05b28701b8a590cbcc41b34db4061b81bd08f607c04e9bc620ac9ab6e447567c203a2dcdad29fe002777f94d017556297b2e467ad94ed
 DIST vivaldi-snapshot-1.10.867.3_p1-amd64.deb 50578840 SHA256 
29dc1953d1e5de23fa55076ee38574f27a22b81ba321bcfe3bd4a6ed8b09297f SHA512 
4642a6aa53899a065f363e5f8f1df9bcdea556ba9e69a1527a5479ec985b2ed54648b0294946da3ab9d6c304fe7eb620a5dd1d009cdcfce2452af4e8da76b5a1
 WHIRLPOOL 
f069927b047346296c570d3b8fe3554eb6a486cb019380f5e2cb4929cb72eab762f111062d1916ed6cecfc43b41f6c3997c6303f77687092b9614fdef28ea534

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.856.16_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.856.16_p1.ebuild
deleted file mode 100644
index 8ea3ba0f130..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.856.16_p1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   chmod 0755 usr/share/doc/${PF} || die
-
-   rm \
-   _gpgbuilder \
-   etc/cron.daily/${PN} \
-   ${VIVALDI_HOME}/libwidevinecdm.so \
-   || die
-   rmdir \
-   etc/cron.daily/ \
-   etc/ \
-   || die
-
-   local c d
-   for d in 16 22 24 32 48 64 128 256; do
-   mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die
-   cp \
-   ${VIVALDI_HOME}/product_logo_${d}.png \
-   usr/share/icons/hicolor/${d}x${d}/apps/${PN}.png || die
-   done
-
-   pushd "${VIVALDI_HOME}/locales" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-}
-
-src_install() {
-   mv * "${D}" || die
-  

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

2017-06-07 Thread Mikhail Pukhlikov
commit: f126fea13b4f193da781881df406d1c552956502
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Wed Jun  7 13:37:11 2017 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Wed Jun  7 13:37:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f126fea1

dev-lang/fsharp: bump to 4.1.18

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/fsharp/Manifest |  1 +
 dev-lang/fsharp/fsharp-4.1.18.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-lang/fsharp/Manifest b/dev-lang/fsharp/Manifest
index 0593a441ef9..54611c27c14 100644
--- a/dev-lang/fsharp/Manifest
+++ b/dev-lang/fsharp/Manifest
@@ -1 +1,2 @@
 DIST fsharp-4.0.1.20.tar.gz 37326450 SHA256 
380fe581d1ad99e32c8dc5974c764d90681f31dcbb1c67eb43870f524a9d0209 SHA512 
040ee6668b4ca1c05f23d50750e3391cedd877bbc640e166362ba90e511e7175cff9d31d5998d11496bdd868d52b3fb3912fae62c56be0e1acb5806b2580d5b0
 WHIRLPOOL 
d12732b7961931d4a804a4b0a793367509ca9882b61faede3fec9468654a8c30abb40c2ccb09bab6544a12bc07afd9dc69e8f2d3c10dc02d487ae2a89a59e5fa
+DIST fsharp-4.1.18.tar.gz 41632884 SHA256 
bb342d7ba0900486949ef271ae6db948a3cc9428859e8988ead9daaf73526379 SHA512 
5271b0de7d82789eeb4151485f1285769be491a4271d6a926b09ae80e076b1726f1ab11f118f97e6331fc4fbc0124ae5f65295e505dd36c272e522f30910b68c
 WHIRLPOOL 
e1ea3ce943e9405d5dce9abba2e84145c89da5279f4f3d65b0fd2162751023c646265117ccff40adca07659c511156262d0c46d80f0c4346c9e851cbcb121033

diff --git a/dev-lang/fsharp/fsharp-4.1.18.ebuild 
b/dev-lang/fsharp/fsharp-4.1.18.ebuild
new file mode 100644
index 000..74ce10fb4f4
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-4.1.18.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils mono-env
+
+DESCRIPTION="The F# Compiler"
+HOMEPAGE="https://github.com/fsharp/fsharp";
+SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+MAKEOPTS+=" -j1" #nowarn
+DEPEND=">=dev-lang/mono-3"
+RDEPEND="${DEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+# try to sync certificates
+# deprecated way: mozroots --import --sync --machine
+pkg_setup() {
+   #this is horrible, I know
+   addwrite "/usr/share/.mono/keypairs"
+   addwrite "/etc/ssl/certs/ca-certificates.crt"
+   addwrite "/etc/mono/registry"
+   dotnet_pkg_setup
+   cert-sync /etc/ssl/certs/ca-certificates.crt
+}
+
+src_install() {
+   autotools-utils_src_install
+}



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

2017-06-07 Thread Alon Bar-Lev
commit: 5c765bc480cf575159b3189a6776d0bf84503aa3
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Jun  7 13:20:07 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jun  7 13:20:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c765bc4

dev-libs/botan: version bump

Bug: 621120

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/botan/Manifest |   1 +
 dev-libs/botan/botan-1.10.16.ebuild | 157 
 2 files changed, 158 insertions(+)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 956fa8b14c0..0e8604021dc 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,2 +1,3 @@
 DIST Botan-1.10.15.tgz 2711022 SHA256 
c0cc8ffd470fda4b257c3ef9faf5cf93751f4c283dfba878148acafedfab70fe SHA512 
c3b93f44ad0de9758af11557833ee570aa0724c8b57c9a576b56ab439a7819e0f71a10857ad367b486716164dd4ff551cab2036ecbbbedd75db4b8dc93416bc8
 WHIRLPOOL 
834cad8b38787581d8d967b2fa6ffb6164e2bf8a124d993733a7d55202439ec543c18cb6cb03721c0e8eb67cbe2a486b8199b3b8784645e0033be298f36640b9
+DIST Botan-1.10.16.tgz 2711177 SHA256 
6c5472401d06527e87adcb53dd270f3c9b1fb688703b04dd7a7cfb86289efe52 SHA512 
967137c89484630806e828c3902fe27c28dae17e6a3aeae7c542093de356545be4fcbe4325afd9fb40093a10ac409244e4e6503364858facb59057a5dfd61c03
 WHIRLPOOL 
86ec99dbadcdf1ff27d1b11a133a15be8385f32cf7f456afa9ca0756e3e0c8e640fff3e5d2753d508cf1136268ae5912b3c610a75d30cf07f206896fb8b5e6a8
 DIST Botan-2.1.0.tgz 5073684 SHA256 
460f2d7205aed113f898df4947b1f66ccf8d080eec7dac229ef0b754c9ad6294 SHA512 
af9ea35baf431500d380a360525e20e67dd17fdeaa442726019d544e9e423c301196cc17b09a3831f956ca9e62d7e99797f129b26fac10a653dd04e3ad1f4f4f
 WHIRLPOOL 
75289db8f2a6bd075562acc1fd1a8297ad74369022941af7b08878dd94cc28494193a3937aae377c856d2957bf1ac3b564c0cd0ceae0701beab308c082c07fe6

diff --git a/dev-libs/botan/botan-1.10.16.ebuild 
b/dev-libs/botan/botan-1.10.16.ebuild
new file mode 100644
index 000..30a0db0b886
--- /dev/null
+++ b/dev-libs/botan/botan-1.10.16.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit multilib python-r1 toolchain-funcs
+
+MY_PN="Botan"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A C++ crypto library"
+HOMEPAGE="http://botan.randombit.net/";
+SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz";
+
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+SLOT="0"
+LICENSE="BSD"
+IUSE="bindist doc python bzip2 gmp libressl ssl static-libs threads zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
+   zlib? ( >=sys-libs/zlib-1.2.3 )
+   python? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] 
)
+   gmp? ( >=dev-libs/gmp-4.2.2:* )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.10.15-c++11.patch"
+)
+
+src_prepare() {
+   default
+
+   sed -e "s/-Wl,-soname,\$@ //" -i src/build-data/makefile/python.in || 
die "sed failed"
+   sed \
+   -e "/DOCDIR/d" \
+   -e "/^install:/s/ docs//" \
+   -i src/build-data/makefile/unix_shr.in || die "sed failed"
+
+   # Fix ImportError with Python 3.
+   sed -e "s/_botan/.&/" -i src/wrap/python/__init__.py || die "sed failed"
+
+   use python && python_copy_sources
+}
+
+src_configure() {
+   local disable_modules="proc_walk,unix_procs"
+   use threads || disable_modules+=",pthreads"
+   use bindist && disable_modules+=",ecdsa"
+   elog "Disabling modules: ${disable_modules}"
+
+   # Enable v9 instructions for sparc64
+   if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
+   CHOSTARCH="sparc32-v9"
+   else
+   CHOSTARCH="${CHOST%%-*}"
+   fi
+
+   local myos=
+   case ${CHOST} in
+   *-darwin*)   myos=darwin ;;
+   *)   myos=linux  ;;
+   esac
+
+   # foobared buildsystem, --prefix translates into DESTDIR, see also make
+   # install in src_install, we need the correct live-system prefix here on
+   # Darwin for a shared lib with correct install_name
+   ./configure.py \
+   --prefix="${EPREFIX}/usr" \
+   --libdir=$(get_libdir) \
+   --docdir=share/doc \
+   --cc=gcc \
+   --os=${myos} \
+   --cpu=${CHOSTARCH} \
+   --with-endian="$(tc-endian)" \
+   --without-sphinx \
+   --with-tr1=system \
+   $(use_with bzip2) \
+   $(use_with gmp gnump) \
+   $(use_with python boost-python) \
+   $(use_with ssl openssl) \
+  

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

2017-06-07 Thread Alon Bar-Lev
commit: 11f69509e7cc4037c620f2c17b7f220b09f72bd4
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Jun  7 13:15:37 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jun  7 13:15:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f69509

dev-libs/botan: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/botan/Manifest   |   1 -
 dev-libs/botan/botan-2.0.1.ebuild | 119 --
 2 files changed, 120 deletions(-)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index fb6753f06ad..956fa8b14c0 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,3 +1,2 @@
 DIST Botan-1.10.15.tgz 2711022 SHA256 
c0cc8ffd470fda4b257c3ef9faf5cf93751f4c283dfba878148acafedfab70fe SHA512 
c3b93f44ad0de9758af11557833ee570aa0724c8b57c9a576b56ab439a7819e0f71a10857ad367b486716164dd4ff551cab2036ecbbbedd75db4b8dc93416bc8
 WHIRLPOOL 
834cad8b38787581d8d967b2fa6ffb6164e2bf8a124d993733a7d55202439ec543c18cb6cb03721c0e8eb67cbe2a486b8199b3b8784645e0033be298f36640b9
-DIST Botan-2.0.1.tgz 4995413 SHA256 
a138ed316d11450a8405451b9c9664b8e640a9b7ad84d3f3ad34e8071f364e0b SHA512 
c5062ce92a6e6e333b4e6af095ed54d0c4ffacefc6ac87ec651dd1e0937793c9956b7c9c0d3acf49f059505526584168364e01c55ab72c953ad255e8396aed35
 WHIRLPOOL 
36cec762b05b761d77fc0421379e7c78172c67d1d8c9da4349df34f68d7d1a4fd5cca394ba4bd7c2e1a13a218a6a349b2216bfd7868e93549e37e5cf7ddc7dc1
 DIST Botan-2.1.0.tgz 5073684 SHA256 
460f2d7205aed113f898df4947b1f66ccf8d080eec7dac229ef0b754c9ad6294 SHA512 
af9ea35baf431500d380a360525e20e67dd17fdeaa442726019d544e9e423c301196cc17b09a3831f956ca9e62d7e99797f129b26fac10a653dd04e3ad1f4f4f
 WHIRLPOOL 
75289db8f2a6bd075562acc1fd1a8297ad74369022941af7b08878dd94cc28494193a3937aae377c856d2957bf1ac3b564c0cd0ceae0701beab308c082c07fe6

diff --git a/dev-libs/botan/botan-2.0.1.ebuild 
b/dev-libs/botan/botan-2.0.1.ebuild
deleted file mode 100644
index 65915b5a5e3..000
--- a/dev-libs/botan/botan-2.0.1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit multilib python-r1 toolchain-funcs
-
-MY_PN="Botan"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A C++ crypto library"
-HOMEPAGE="http://botan.randombit.net/";
-SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz";
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
-SLOT="2/0"
-LICENSE="BSD"
-IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"
-REQUIRED_USE="python? ( boost ) boost? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
-   zlib? ( >=sys-libs/zlib-1.2.3 )
-   boost? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python?,${PYTHON_USEDEP}] 
)
-   lzma? ( app-arch/xz-utils )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}
-   dev-lang/python:*
-   doc? ( dev-python/sphinx )"
-
-pkg_pretend() {
-   # Botan 1.11 requires -std=c++11
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   [[ $(gcc-major-version) -lt 4 ]] || \
-   ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 
]] ) \
-   && die "Sorry, but gcc 4.7 or higher is required."
-   fi
-}
-
-src_prepare() {
-   default
-   use doc || sed \
-   -e "/^install:/s/ docs//" \
-   -i src/build-data/makefile/gmake.in
-   use python && python_copy_sources
-}
-
-src_configure() {
-   local disable_modules=( proc_walk unix_procs )
-   use boost || disable_modules+=( "boost" )
-   use bindist && disable_modules+=( "ecdsa" )
-   use python || disable_modules+=( "ffi" )
-   elog "Disabling modules: ${disable_modules[@]}"
-
-   # Enable v9 instructions for sparc64
-   if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
-   CHOSTARCH="sparc32-v9"
-   else
-   CHOSTARCH="${CHOST%%-*}"
-   fi
-
-   local myos=
-   case ${CHOST} in
-   *-darwin*)   myos=darwin ;;
-   *)   myos=linux  ;;
-   esac
-
-   local pythonvers=()
-   if use python; then
-   append() {
-   pythonvers+=( ${EPYTHON/python/} )
-   }
-   python_foreach_impl append
-   fi
-
-   ./configure.py \
-   --prefix="${EPREFIX}/usr" \
-   --destdir="${D}/${EPREFIX}/usr" \
-   --libdir=$(get_libdir) \
-   --docdir=share/doc \
-   --cc=gcc \
-   --os=${myos} \
-   --cpu=${CHOSTARCH} \
-   --with-endian="$(tc-endian)" \
-   --without-sphinx \
-   $(use_with doc sphinx) \
-   $(use_wit

[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 010_all_installedscripts.patch

2017-06-07 Thread Alexis Ballier (aballier)
aballier17/06/07 13:17:11

  Modified: 010_all_installedscripts.patch
  Log:
  drop one more script for tlcore

Revision  ChangesPath
1.2  
src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?r1=1.1&r2=1.2

Index: 010_all_installedscripts.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 010_all_installedscripts.patch  6 Jun 2017 14:16:10 -   1.1
+++ 010_all_installedscripts.patch  7 Jun 2017 13:17:11 -   1.2
@@ -66,7 +66,7 @@
texosquery/texosquery.sh \
texosquery/texosquery-jre5.sh \
texosquery/texosquery-jre8.sh \
-@@ -300,101 +283,37 @@ texmf_shell_scripts = \
+@@ -300,101 +283,36 @@ texmf_shell_scripts = \
  
  texmf_other_scripts = \
a2ping/a2ping.pl \
@@ -125,7 +125,7 @@
 -  lilyglyphs/lily-rebuild-pdfs.py \
ltximg/ltximg.pl \
 -  luaotfload/luaotfload-tool.lua \
-   lwarp/lwarpmk.lua \
+-  lwarp/lwarpmk.lua \
 -  m-tx/m-tx.lua \
 -  makedtx/makedtx.pl \
make4ht/make4ht \
@@ -168,7 +168,7 @@
tex4ebook/tex4ebook \
texcount/texcount.pl \
texdef/texdef.pl \
-@@ -405,27 +324,13 @@ texmf_other_scripts = \
+@@ -405,27 +323,13 @@ texmf_other_scripts = \
texlive/fmtutil-sys.sh \
texlive/fmtutil-user.sh \
texlive/fmtutil.pl \
@@ -198,7 +198,7 @@
  
  nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_shell_scripts) \
-@@ -433,7 +338,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
+@@ -433,7 +337,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_context_scripts)
  
  bin_links = \






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

2017-06-07 Thread Michael Orlitzky
commit: 9f043bacd80b1c0cd041971335eb1450d1f96217
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Jun  2 05:45:57 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jun  7 12:40:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f043bac

net-analyzer/nagios: bump to 4.3.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios/nagios-4.3.2.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.3.2.ebuild 
b/net-analyzer/nagios/nagios-4.3.2.ebuild
new file mode 100644
index 000..56f21be590a
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.3.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+   || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"



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

2017-06-07 Thread Michael Orlitzky
commit: 4d819bd1b24e0111287873835306fb3785c3e64b
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Jun  2 05:47:49 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jun  7 12:40:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d819bd1

net-analyzer/nagios-core: bump to 4.3.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios-core/Manifest |   1 +
 net-analyzer/nagios-core/nagios-core-4.3.2.ebuild | 247 ++
 2 files changed, 248 insertions(+)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 0a6a1130860..5e689a5128c 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,3 +1,4 @@
 DIST nagios-3.5.1.tar.gz 1763584 SHA256 
ca9dd68234fa090b3c35ecc8767b2c9eb743977eaf32612fa9b8341cc00a0f99 SHA512 
48e2ecb91002b08203937b12a438c87c62cd3c5c401a0ed9e861cd6d79074c7017ed373e9379f013d87dea1fd7cb8e3d85112d55c87ac91aed96b256868c112d
 WHIRLPOOL 
2c02584702c64dbb0e353e34b758fab079eee0dc7a401e7b5947a21733758d3596401e5519e2dd7f05c89ee4835c21965d2718157fd9d6d3d20af9c853d688ca
 DIST nagios-4.3.1.tar.gz 11095797 SHA256 
dfc2f5f146eb508b2a28d28af7c338ef9eb604327efdc50142642026f7e79f82 SHA512 
d5f1919e2b32b0b2f4c5766367f0992fcf9b1f6766f4d3386e15e318cc1f57cdae6bc07f09464fd8212bef1713948fcb25d233eab588438036f996b6c479c97e
 WHIRLPOOL 
72032e93802fd28db71bb5a10bba703a9508c587de69ff24ce302ad4fbbd93996b4800ceb7dd4f5648e2717377409cd7a66591f177e775da1c69444d528be1a2
+DIST nagios-4.3.2.tar.gz 11096863 SHA256 
687814b40b03b40361377aeace057dddb23459ffb8c00434bc1a95b21ccdf796 SHA512 
679e76f7a232b9b0dbbc2697f51b58d09ae3d3833e0e6922bb39d90768c81f2eb09b9ab36b7fdaeca893cebd93fc1edc1232f245498d4420980ba4659df60a31
 WHIRLPOOL 
27c1d479c6b8293e1a614721e891d7358f154d15f18c70ce9591ce1e16f459812fd37df65caf96d99aeaa19bb08cafe5b753f4754ec790795041030d3ff1e4d6
 DIST nagios-core-gentoo-icons-20141125.tar 40960 SHA256 
68b715f636eb291343cab3259862bbed8b6b898520b58df522438524de3d8761 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766
 WHIRLPOOL 
7ec3a944b2a659b456d3168818ca5b1af3a427436e6af2f3e5d6cba6fc7b1c7bad6f552301f064df31988865b3b32fd117d9e6f61c630d6d817a51cbbbcb331d

diff --git a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
new file mode 100644
index 000..2b0afdbba17
--- /dev/null
+++ b/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
@@ -0,0 +1,247 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs user
+
+MY_P=${PN/-core}-${PV}
+DESCRIPTION="Nagios core - monitoring daemon, web GUI, and documentation"
+HOMEPAGE="http://www.nagios.org/";
+
+# The name of the directory into which our Gentoo icons will be
+# extracted, and also the basename of the archive containing it.
+GENTOO_ICONS="${PN}-gentoo-icons-20141125"
+SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
+   web? ( https://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="apache2 classicui lighttpd perl +web vim-syntax"
+
+# In pkg_postinst(), we change the group of the Nagios configuration
+# directory to that of the web server user. It can't belong to both
+# apache/lighttpd groups at the same time, so we block this combination
+# for our own sanity.
+#
+# This could be made to work, but we would need a better way to allow
+# the web user read-only access to Nagios's configuration directory.
+#
+REQUIRED_USE="apache2? ( !lighttpd )"
+
+# sys-devel/libtool dependency is bug #401237.
+#
+# Note, we require one of the apache2 CGI modules:
+#
+#   * mod_cgi
+#   * mod_cgid
+#   * mod_fcgid
+#
+# We just don't care /which/ one. And of course PHP supports both CGI
+# (USE=cgi) and FastCGI (USE=fpm). We're pretty lenient with the
+# dependencies, and expect the user not to do anything /too/
+# stupid. (For example, installing Apache with only FastCGI support, and
+# PHP with only CGI support.)
+#
+# Another annoyance is that the upstream Makefile uses app-arch/unzip to
+# extract a snapshot of AngularJS, but that's only needed when USE=web.
+#
+MOD_ALIAS=apache2_modules_alias
+DEPEND="sys-devel/libtool
+   virtual/mailx
+   perl? ( dev-lang/perl:= )
+   web? (
+   app-arch/unzip
+   media-libs/gd[jpeg,png]
+   lighttpd? ( www-servers/lighttpd[php] )
+   apache2? (
+   || (
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgi]
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgid]
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache

  1   2   >