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

2017-11-28 Thread Jeroen Roovers
commit: debe806a1daa7c98aed409666a54ba721c4ad2e2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 07:49:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 07:49:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debe806a

dev-libs/libmaxminddb: Version bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-libs/libmaxminddb/Manifest  |  5 +++--
 dev-libs/libmaxminddb/libmaxminddb-1.3.1.ebuild | 26 +
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest
index 92838d54659..9b45574b9a1 100644
--- a/dev-libs/libmaxminddb/Manifest
+++ b/dev-libs/libmaxminddb/Manifest
@@ -1,2 +1,3 @@
-DIST libmaxminddb-1.2.1.tar.gz 614448 SHA256 
9fa2b3341c9c88117f58454dfb2dd104915a337d93c8a9a735931a63b37f7bfa SHA512 
c77e2714c30dbd9d83a755d7e4d24016534510f4cc7213fe9549d610bf79aaeb28f761a9fb769270d9043b1baab537c5a4b3a9994b525d48f395fe94c104b5b3
 WHIRLPOOL 
5da10a6edbc208ffbdb484c0f056fb0e01d1bd6544b8909f762b7c258247154e757603f08e0a7e0763b0c10f768c6e2084e565566f36f0652931169fa5f4965c
-DIST libmaxminddb-1.3.0.tar.gz 608946 SHA256 
c1e0a8b9032995beb0a6529536b12f01f404a8e4232d928fbe5ef835145a9774 SHA512 
b698702fdc7142e1002ae5e0d75d74e272ec066059add0c58bf4719f8cb222abbf4c107b680c3211754a1f040d5b2864909acab57b71345a29d5bffe44b80589
 WHIRLPOOL 
6f9a7ffc40f106221e1dcc6561402215ec8eff63fcc5f62a1662ca2303e8e5b09025784e20bbe86e286518123fa0a82583e53adabd86f8cb61317d019743795f
+DIST libmaxminddb-1.2.1.tar.gz 614448 BLAKE2B 
6ab92e0313cf745d8820db7239c5760b9fe8a813a14008e415068a263954d48c99c3d3d771d746959c85a5ff6cec28a0b287b15ced83697c8594761599b99fa9
 SHA512 
c77e2714c30dbd9d83a755d7e4d24016534510f4cc7213fe9549d610bf79aaeb28f761a9fb769270d9043b1baab537c5a4b3a9994b525d48f395fe94c104b5b3
+DIST libmaxminddb-1.3.0.tar.gz 608946 BLAKE2B 
91371cb2fb930213c0566350ce491043f0f605f6d9d5fc2f3a890ec6e8ad3777fe0d5d7411471845f5744406f168e1277f7a069e1e3a0f02d4095cb03ffa08b5
 SHA512 
b698702fdc7142e1002ae5e0d75d74e272ec066059add0c58bf4719f8cb222abbf4c107b680c3211754a1f040d5b2864909acab57b71345a29d5bffe44b80589
+DIST libmaxminddb-1.3.1.tar.gz 610031 BLAKE2B 
ab073da0d8e2a84b95f1d8da8bcded8ab4166fbe753ae752e7e5db03a65cbd01748701749a67fa66f7e234709888cd53159297b03fab804a072c451dccc88505
 SHA512 
c13a18483caf720808d6a02baf8abe48c3aa4dd38ddc7ddd79b5d95d686600e19bb4b2242da08623f5d363a5be4b7636f7fcb59a5a7c9df9ab5a359ecd30b293

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.1.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.3.1.ebuild
new file mode 100644
index 000..f36f7ca1b60
--- /dev/null
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="C library for the MaxMind DB file format"
+HOMEPAGE="https://github.com/maxmind/libmaxminddb;
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/0.0.7"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="static-libs"
+
+DOCS=( Changes.md )
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   prune_libtool_files
+}



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

2017-11-28 Thread Jeroen Roovers
commit: 9eb6e16102e2b82a7c9a874682c70b975e2704b3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 07:49:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 07:49:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb6e161

dev-libs/libmaxminddb: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-libs/libmaxminddb/Manifest  |  1 -
 dev-libs/libmaxminddb/libmaxminddb-1.3.0.ebuild | 26 -
 2 files changed, 27 deletions(-)

diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest
index 9b45574b9a1..c849062dc5d 100644
--- a/dev-libs/libmaxminddb/Manifest
+++ b/dev-libs/libmaxminddb/Manifest
@@ -1,3 +1,2 @@
 DIST libmaxminddb-1.2.1.tar.gz 614448 BLAKE2B 
6ab92e0313cf745d8820db7239c5760b9fe8a813a14008e415068a263954d48c99c3d3d771d746959c85a5ff6cec28a0b287b15ced83697c8594761599b99fa9
 SHA512 
c77e2714c30dbd9d83a755d7e4d24016534510f4cc7213fe9549d610bf79aaeb28f761a9fb769270d9043b1baab537c5a4b3a9994b525d48f395fe94c104b5b3
-DIST libmaxminddb-1.3.0.tar.gz 608946 BLAKE2B 
91371cb2fb930213c0566350ce491043f0f605f6d9d5fc2f3a890ec6e8ad3777fe0d5d7411471845f5744406f168e1277f7a069e1e3a0f02d4095cb03ffa08b5
 SHA512 
b698702fdc7142e1002ae5e0d75d74e272ec066059add0c58bf4719f8cb222abbf4c107b680c3211754a1f040d5b2864909acab57b71345a29d5bffe44b80589
 DIST libmaxminddb-1.3.1.tar.gz 610031 BLAKE2B 
ab073da0d8e2a84b95f1d8da8bcded8ab4166fbe753ae752e7e5db03a65cbd01748701749a67fa66f7e234709888cd53159297b03fab804a072c451dccc88505
 SHA512 
c13a18483caf720808d6a02baf8abe48c3aa4dd38ddc7ddd79b5d95d686600e19bb4b2242da08623f5d363a5be4b7636f7fcb59a5a7c9df9ab5a359ecd30b293

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.0.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.3.0.ebuild
deleted file mode 100644
index f36f7ca1b60..000
--- a/dev-libs/libmaxminddb/libmaxminddb-1.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="C library for the MaxMind DB file format"
-HOMEPAGE="https://github.com/maxmind/libmaxminddb;
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/0.0.7"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static-libs"
-
-DOCS=( Changes.md )
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-
-   prune_libtool_files
-}



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

2017-11-28 Thread Göktürk Yüksek
commit: f3de99e56905dd70aba2b9122e49d9dec3fc1872
Author: soredake  krutt  org>
AuthorDate: Tue Nov 28 08:15:40 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Nov 29 06:58:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3de99e5

sys-kernel/ck-sources: update ck-patches homepage

Acked-by: kuzetsa  gmail.com>

 sys-kernel/ck-sources/ck-sources-4.13.12.ebuild | 2 +-
 sys-kernel/ck-sources/ck-sources-4.13.13.ebuild | 2 +-
 sys-kernel/ck-sources/ck-sources-4.13.14.ebuild | 2 +-
 sys-kernel/ck-sources/ck-sources-4.13.15.ebuild | 2 +-
 sys-kernel/ck-sources/ck-sources-4.13.16.ebuild | 2 +-
 sys-kernel/ck-sources/ck-sources-4.14.1.ebuild  | 2 +-
 sys-kernel/ck-sources/ck-sources-4.14.2.ebuild  | 2 +-
 sys-kernel/ck-sources/ck-sources-4.9.61.ebuild  | 2 +-
 sys-kernel/ck-sources/ck-sources-4.9.62.ebuild  | 2 +-
 sys-kernel/ck-sources/ck-sources-4.9.63.ebuild  | 2 +-
 sys-kernel/ck-sources/ck-sources-4.9.64.ebuild  | 2 +-
 sys-kernel/ck-sources/ck-sources-4.9.65.ebuild  | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/sys-kernel/ck-sources/ck-sources-4.13.12.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.13.12.ebuild
index 4f5f0dad6e8..10ecca27841 100644
--- a/sys-kernel/ck-sources/ck-sources-4.13.12.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.13.12.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.13.13.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.13.13.ebuild
index 63131d566de..874610ad583 100644
--- a/sys-kernel/ck-sources/ck-sources-4.13.13.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.13.13.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.13.14.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.13.14.ebuild
index 9eceaa23b41..73c16ea07ed 100644
--- a/sys-kernel/ck-sources/ck-sources-4.13.14.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.13.14.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.13.15.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.13.15.ebuild
index 2401b35e447..e6524c58e41 100644
--- a/sys-kernel/ck-sources/ck-sources-4.13.15.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.13.15.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.13.16.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.13.16.ebuild
index e31c15980ac..5afcd8a3945 100644
--- a/sys-kernel/ck-sources/ck-sources-4.13.16.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.13.16.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.1.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.1.ebuild
index d68bcf52845..62893ed2141 100644
--- a/sys-kernel/ck-sources/ck-sources-4.14.1.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.14.1.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.2.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.2.ebuild
index 74d960c4284..7684653391e 100644
--- a/sys-kernel/ck-sources/ck-sources-4.14.2.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.14.2.ebuild
@@ -6,7 +6,7 @@ ETYPE="sources"
 KEYWORDS="~amd64 ~x86"
 
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
+   http://kernel.kolivas.org/;
 
 K_WANT_GENPATCHES="base extras experimental"
 K_EXP_GENPATCHES_PULL="1"

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.61.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.61.ebuild
index cea4d119ac5..ded2c4e20a9 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/

2017-11-28 Thread Jeroen Roovers
commit: b35ab638e37dd1df5987e64fe2b7d2ed19f2ceff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 06:50:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 06:51:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35ab638

x11-misc/menulibre: Add python 3.5 support.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/menulibre/menulibre-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/menulibre/menulibre-2.1.3.ebuild 
b/x11-misc/menulibre/menulibre-2.1.3.ebuild
index c62bdcfb028..2130496f2fe 100644
--- a/x11-misc/menulibre/menulibre-2.1.3.ebuild
+++ b/x11-misc/menulibre/menulibre-2.1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5} )
 PYTHON_REQ_USE="xml"
 DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1 eutils gnome2-utils versionator



[gentoo-commits] proj/musl:master commit in: dev-libs/DirectFB/

2017-11-28 Thread Aric Belsito
commit: e52d563af73440e978098390205a02a3b977c247
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov 29 06:42:19 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov 29 06:42:19 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e52d563a

dev-libs/DirectFB: sync use flags

 dev-libs/DirectFB/DirectFB-1.7.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild 
b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
index 460d888..3bffa78 100644
--- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
+++ b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
@@ -13,7 +13,7 @@ I_TO_D_s3="unichrome"
 I_TO_D_sis="sis315"
 I_TO_D_via="cle266"
 # cyber5k davinci ep9x omap pxa3xx sh772x savage pvr2d
-IUSE_VIDEO_CARDS=" intel mach64 mga neomagic nsc nvidia r128 radeon s3 sis 
tdfx via vmware"
+IUSE_VIDEO_CARDS=" intel mach64 mga neomagic nvidia r128 radeon s3 sis tdfx 
via vmware"
 IUV=${IUSE_VIDEO_CARDS// / video_cards_}
 # echo `sed -n '/Possible inputdrivers are:/,/^$/{/\(Possible\|^input\)/d;s:\[ 
*::;s:\].*::;s:,::g;p}' configure.in`
 I_TO_D_elo2300="elo-input"
@@ -30,7 +30,7 @@ 
SRC_URI="http://directfb.net/downloads/Core/${PN}-${PV:0:3}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh -sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 -mips ppc ppc64 sh -sparc x86"
 IUSE="alsa bmp cddb debug divine drmkms +dynload doc egl fbcon fusiondale 
fusionsound gif gles2 gstreamer imlib2 input_hub jpeg jpeg2k mad 
cpu_flags_x86_mmx mng mpeg2 mpeg3 multicore opengl oss png pnm sawman sdl 
cpu_flags_x86_sse static-libs swfdec tiff timidity tremor truetype v4l vdpau 
vorbis webp X xine zlib ${IUV} ${IUD}"
 REQUIRED_USE="gles2? ( opengl )"
 



[gentoo-commits] proj/musl:master commit in: dev-qt/qtwebkit/, dev-qt/qtwebkit/files/

2017-11-28 Thread Aric Belsito
commit: 12d4d34c5cc9de063ddedcb1dbdd09b5d0a22fba
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov 29 06:38:41 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov 29 06:38:41 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=12d4d34c

dev-qt/qtwebkit: version bump to 5.9.1

 dev-qt/qtwebkit/Manifest   |   3 +-
 .../files/qtwebkit-5.8.0-disable-gstreamer.patch   |  15 +++
 dev-qt/qtwebkit/metadata.xml   |   1 +
 dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild  | 122 +
 4 files changed, 140 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest
index 5e1202f..373025e 100644
--- a/dev-qt/qtwebkit/Manifest
+++ b/dev-qt/qtwebkit/Manifest
@@ -1 +1,2 @@
-DIST qtwebkit-opensource-src-5.7.1.tar.xz 35298736 SHA256 
a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03 SHA512 
538928ada8fd25c01f0b78efac79e004904e6e4ec110108c492877e334acd5d9253653d3b207e535d1e08d092af2833a7566cebb2bf8b90069944634bf24f60a
 WHIRLPOOL 
d2dce72777a6babb1c35025ff6d882b7f48895dca4425b9e29b099e45282e8538548a653f0757998d6a619d706544fad0363199d8979ccca94762ba39b6516bd
+DIST qtwebkit-opensource-src-5.7.1.tar.xz 35298736 BLAKE2B 
74819c28ab00b09d090a77f10d5338e04381432130e0420cf006b8dba75da2426b047cf449a708343eae76e06a9230d962e724dc5d34f8c799947de2e5079581
 SHA512 
538928ada8fd25c01f0b78efac79e004904e6e4ec110108c492877e334acd5d9253653d3b207e535d1e08d092af2833a7566cebb2bf8b90069944634bf24f60a
+DIST qtwebkit-opensource-src-5.9.1.tar.xz 35300628 BLAKE2B 
eb64f6345e14698d176958faccf7493073e177ac8c2e25b44f02c09df6b45e4a069e2c86960d9fbe497f7d59099b25d021743437276c1bd6bc8fd0593052faa2
 SHA512 
79316ab746a230fdb290e28629d7cec5fca75119ba8868060742c682ab86490de9ffd8e517569aa7412f35fd709568dbb5f7d2d467bdb4461e192f8b05d6f1e5

diff --git a/dev-qt/qtwebkit/files/qtwebkit-5.8.0-disable-gstreamer.patch 
b/dev-qt/qtwebkit/files/qtwebkit-5.8.0-disable-gstreamer.patch
new file mode 100644
index 000..867e8dc
--- /dev/null
+++ b/dev-qt/qtwebkit/files/qtwebkit-5.8.0-disable-gstreamer.patch
@@ -0,0 +1,15 @@
+--- a/Tools/qmake/mkspecs/features/features.prf
 b/Tools/qmake/mkspecs/features/features.prf
+@@ -101,12 +101,6 @@ defineTest(detectFeatures) {
+ 
+ # HTML5 Media Support for builds with GStreamer
+ unix:!mac:qtConfig(pkg-config) {
+-packagesExist("glib-2.0 gio-2.0 gstreamer-1.0 
gstreamer-plugins-base-1.0") {
+-WEBKIT_CONFIG += video use_gstreamer
+-} else: packagesExist("glib-2.0 gio-2.0 \'gstreamer-0.10 >= 0.10.30\' 
\'gstreamer-plugins-base-0.10 >= 0.10.30\'") {
+-WEBKIT_CONFIG += video use_gstreamer use_gstreamer010
+-}
+-use?(gstreamer): WEBKIT_CONFIG += use_native_fullscreen_video
+ }
+ 
+ !enable?(video):qtHaveModule(multimediawidgets) {

diff --git a/dev-qt/qtwebkit/metadata.xml b/dev-qt/qtwebkit/metadata.xml
index 021a917..87f1ed3 100644
--- a/dev-qt/qtwebkit/metadata.xml
+++ b/dev-qt/qtwebkit/metadata.xml
@@ -7,6 +7,7 @@


Enable physical position determination 
via dev-qt/qtpositioning
+   Use GLES 2.0 or later instead of full 
OpenGL
Enable HTML5 audio/video support via 
media-libs/gstreamer using SLOT 1.0
Enable HTML5 audio/video support via 
media-libs/gstreamer using SLOT 0.10
Enable HTML5 audio/video support via 
dev-qt/qtmultimedia

diff --git a/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
new file mode 100644
index 000..4c30fd0
--- /dev/null
+++ b/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+QT_MIN_VER="5.9.1:5"
+inherit python-any-r1 qt5-build
+
+DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+# TODO: qttestlib
+
+IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml test webchannel webp"
+REQUIRED_USE="?? ( gstreamer multimedia )"
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-libs/icu:=
+   >=dev-libs/leveldb-1.18-r1
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=dev-qt/qtcore-${QT_MIN_VER}[icu]
+   >=dev-qt/qtgui-${QT_MIN_VER}
+   >=dev-qt/qtnetwork-${QT_MIN_VER}
+   >=dev-qt/qtsql-${QT_MIN_VER}
+   >=dev-qt/qtwidgets-${QT_MIN_VER}
+   media-libs/fontconfig:1.0
+   media-libs/libpng:0=
+   >=sys-libs/zlib-1.2.5
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXrender
+   geolocation? ( >=dev-qt/qtpositioning-${QT_MIN_VER} )
+   gstreamer? (
+   dev-libs/glib:2
+   media-libs/gstreamer:1.0
+

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-XMPP/files/, dev-perl/Net-XMPP/

2017-11-28 Thread Kent Fredric
commit: 201c42c9b3d80d3d7916b37444fbc5cb27cf8776
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Nov 29 06:33:12 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Nov 29 06:33:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201c42c9

dev-perl/Net-XMPP: Fix tests re bug #623002 and bug #612256

- Fix test failures without '.' in @INC (#623002)
- Update network-test patch to skip another network test (#612256)
- Simplify patching logic
- use DIST_EXAMPLES feature for examples

Bug: https://bugs.gentoo.org/623002
Bug: https://bugs.gentoo.org/612256
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-XMPP/Manifest |   2 +-
 dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild   |  22 ++--
 dev-perl/Net-XMPP/files/1.05-no-dot-inc.patch  | 133 +
 .../Net-XMPP/files/1.05-no-network-tests.patch |  53 ++--
 4 files changed, 186 insertions(+), 24 deletions(-)

diff --git a/dev-perl/Net-XMPP/Manifest b/dev-perl/Net-XMPP/Manifest
index 7dcb553ebc5..22faef46128 100644
--- a/dev-perl/Net-XMPP/Manifest
+++ b/dev-perl/Net-XMPP/Manifest
@@ -1,2 +1,2 @@
 DIST Net-XMPP-1.02.tar.gz 121653 SHA256 
69761441e214042b10b6608afaffbb1b5262e4aaaddb4b315dbf2ea48c4742ea SHA512 
7a373e627de7e909ef50d6525b438dd7f094c7e6ad3cb66fff6087048fe9b127e376cf45d1621e55deec2c59fe043ff19f180d0b264fa1dd0c392701dfc43497
 WHIRLPOOL 
e3238e9dac4caf00de645c9eadbc530b725a6872a89ee82043931b7d21a6375419554020dc573aeed3b4415f8a65ddc4685c497bfe1951dd5d802d4fb8557b70
-DIST Net-XMPP-1.05.tar.gz 103876 SHA256 
4c02200577c2b235a163a09bfaa152bf000fe5f1499ad80ce16ab66808949362 SHA512 
cdd5474fcbdf7ff6c7d1247f9828f5dfb1828c258af366a831bab8e5faab423b73aa16c34228818526ebcc3180ef0ccc52d6e6cb61e2fe689458b87ec7fab699
 WHIRLPOOL 
9aee53ba25515722c88c4e810fdae78751b811426c70df39d57c2b606436278c143f2592230f605fee49edab7617cd37faf1e1fd20eaed7908f364049e4ee3da
+DIST Net-XMPP-1.05.tar.gz 103876 BLAKE2B 
5ddc98125b26518c59aa4ab39a974b9cbf1575bd59bb66d5329a43e1d5c3d150f34cc93f545f2cd56846e7b4e46142c47aff7da9b279181a02a57bf95ff1757b
 SHA512 
cdd5474fcbdf7ff6c7d1247f9828f5dfb1828c258af366a831bab8e5faab423b73aa16c34228818526ebcc3180ef0ccc52d6e6cb61e2fe689458b87ec7fab699

diff --git a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild 
b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
index 15a7bce7219..328c3526915 100644
--- a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
+++ b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DIST_AUTHOR=DAPATRICK
 DIST_VERSION=1.05
+DIST_EXAMPLES=( "examples/*" )
 inherit perl-module
 
 DESCRIPTION="XMPP Perl Library"
@@ -12,7 +13,7 @@ DESCRIPTION="XMPP Perl Library"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test examples"
+IUSE="test"
 
 RDEPEND="
>=dev-perl/Authen-SASL-2.120.0
@@ -28,16 +29,7 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.920.0
)
 "
-src_test() {
-   eapply "${FILESDIR}/${DIST_VERSION}-no-network-tests.patch"
-   perl-module_src_test
-}
-
-src_install() {
-   perl-module_src_install
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-   fi
-}
+PATCHES=(
+   "${FILESDIR}/${DIST_VERSION}-no-network-tests.patch"
+   "${FILESDIR}/${DIST_VERSION}-no-dot-inc.patch"
+)

diff --git a/dev-perl/Net-XMPP/files/1.05-no-dot-inc.patch 
b/dev-perl/Net-XMPP/files/1.05-no-dot-inc.patch
new file mode 100644
index 000..773b9f014b6
--- /dev/null
+++ b/dev-perl/Net-XMPP/files/1.05-no-dot-inc.patch
@@ -0,0 +1,133 @@
+From bad1310f14223c12c1d8933ef5de17fd323374f5 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 29 Nov 2017 19:07:38 +1300
+Subject: Fix tests failing under Perl 5.26 w/ PERL_USE_UNSAFE_INC=0
+
+require t/foo.pl
+
+Used to work as a result of the assumed '.' at the end of `@INC`.
+This is no longer true under Perl 5.26 without PERL_USE_UNSAFE_INC=1
+in your environment (which gets defaulted on under CPAN installers and
+under Test::Harness if not explicitly disabled, and will be hard-off
+in Perl 5.30)
+
+Bug: https://bugs.gentoo.org/623002
+Bug: https://github.com/dap/Net-XMPP/pull/16
+---
+ t/iq.t  | 2 +-
+ t/jid.t | 2 +-
+ t/message.t | 2 +-
+ t/packet_iqauth.t   | 2 +-
+ t/packet_iqroster.t | 2 +-
+ t/presence.t| 2 +-
+ t/rawxml.t  | 2 +-
+ t/roster.t  | 2 +-
+ 8 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/t/iq.t b/t/iq.t
+index 9174e6d..1742d6c 100644
+--- a/t/iq.t
 b/t/iq.t
+@@ -3,7 +3,7 @@ use Test::More tests=>115;
+ 
+ BEGIN{ use_ok( "Net::XMPP" ); }
+ 
+-require "t/mytestlib.pl";
++require 

[gentoo-commits] proj/musl:master commit in: dev-qt/qtcore/files/, dev-qt/qtcore/

2017-11-28 Thread Aric Belsito
commit: 971f92f4f40d8ddde976457ad18eb47cf608b2d4
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov 29 06:32:35 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov 29 06:32:35 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=971f92f4

dev-qt/qtcore: version bump to 5.9.2/5.9.3

 dev-qt/qtcore/Manifest|  6 +-
 dev-qt/qtcore/files/qtcore-5.9.3-avx.patch| 69 ++
 dev-qt/qtcore/files/qtcore-5.9.3-musl-iconv.patch | 12 
 dev-qt/qtcore/qtcore-4.8.7-r3.ebuild  |  2 +-
 dev-qt/qtcore/qtcore-5.7.1-r3.ebuild  |  2 +-
 dev-qt/qtcore/qtcore-5.9.2.ebuild | 68 ++
 dev-qt/qtcore/qtcore-5.9.3.ebuild | 71 +++
 7 files changed, 226 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtcore/Manifest b/dev-qt/qtcore/Manifest
index 529c4fa..2967a23 100644
--- a/dev-qt/qtcore/Manifest
+++ b/dev-qt/qtcore/Manifest
@@ -1,2 +1,4 @@
-DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 SHA256 
e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 SHA512 
f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125
 WHIRLPOOL 
ad8f01172f5bdb3a3a69fe7b03862c4c411bc8d95211053ad66ed1d60a3c0577d073d1075a1e0a80b25d9b2721addda55a2967e6ccf5e194cec8d08770ac5fc2
-DIST qtbase-opensource-src-5.7.1.tar.xz 44992616 SHA256 
edcdf549d94d98aff08e201dcb3ca25bc3628a37b1309e320d5f556b6b66557e SHA512 
0506a3a856f76e5ba182e3382a515282b6096f3900fbdc14cd5aec425105ab61922e0ada0361234387335ceb80b3c69e39cd34d75476c2946c4371e7b8c0827f
 WHIRLPOOL 
de5ff1380b3fd9cbcca741d212ac516e3f8a31366219605730cf5525a04e4efc9965a9b3cf8e99f50a2912bc7add83f61e7f90a85e176ad2830e4c1422b5d682
+DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 BLAKE2B 
6e9b8870692c36e894dc401b65fa38961cf7d033cd712770c273fd45b3221720648087c53787eae7d455c417d64e09f716da48377837fb5f2b52b901d06b1cf3
 SHA512 
f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125
+DIST qtbase-opensource-src-5.7.1.tar.xz 44992616 BLAKE2B 
d845ff8316f6f91089e23b74c025ad8e6160eb7ba75017cba34c2ad2f7b475fc4e36d337b945935bc2850bd140d743b9a5e3d23399b6d3151b85109da9f56ba8
 SHA512 
0506a3a856f76e5ba182e3382a515282b6096f3900fbdc14cd5aec425105ab61922e0ada0361234387335ceb80b3c69e39cd34d75476c2946c4371e7b8c0827f
+DIST qtbase-opensource-src-5.9.2.tar.xz 45148744 BLAKE2B 
311f9fd5bea4b59988d90fad55bbaf46cbb5a77ed705f2f14d6d65ce1cd6e8c950fbcb6b6f06aad4aa3abb58892e9665cdab0a4716ac3a7f9c651dac239f04b6
 SHA512 
a2f965871645256f3d019f71f3febb875455a29d03fccc7a3371ddfeb193b0af12394e779df05adf69fd10fe7b0d966f3915a24528ec7eb3bc36c2db6af2b6e7
+DIST qtbase-opensource-src-5.9.3.tar.xz 45160080 BLAKE2B 
234eb778c90b5867ae53129da010968563d3fa66fe87e3ad50d2d4e968ecbf41812270a66c24fce27b318a7c6b5be90e518ee1b6bb14fb11985f2269a708899c
 SHA512 
256ffb8760e94c0f87790ed35e210d0c9613e14314ff442dd763cc93fbd5caa6c11c95f5d44b12a7687fb93c9f857878132cf6d76e5933f647ca7beb54b18c7c

diff --git a/dev-qt/qtcore/files/qtcore-5.9.3-avx.patch 
b/dev-qt/qtcore/files/qtcore-5.9.3-avx.patch
new file mode 100644
index 000..be18433
--- /dev/null
+++ b/dev-qt/qtcore/files/qtcore-5.9.3-avx.patch
@@ -0,0 +1,69 @@
+From d813c66bfcfac1837814ec4d174d0389172f0d4c Mon Sep 17 00:00:00 2001
+From: Thiago Macieira 
+Date: Tue, 25 Apr 2017 12:02:09 -0300
+Subject: Fix the build when AVX2 is enabled but __F16C__ isn't defined
+
+If -mavx2 is used, __AVX2__ is defined, which enables the F16C code
+after commit 280e321e52fd4e86545f3f0d4bd4e047786a897e, but that was
+wrong since we aren't allowed to use the F16C intrinsics with either
+Clang or GCC (we can only do that with GCC 4.9 and Clang 4.8, and only
+with an __attribute__ decoration).
+
+With ICC and MSVC, we are allowed to use the intrinsics, but the
+#include was missing.
+
+[ChangeLog][QtCore] Fixed a compilation issue with qfloat16 if AVX2
+support is enabled in the compiler. Since all processors that support
+AVX2 also support F16C, for GCC and Clang it is recommended to either
+add -mf16c to your build or to use the corresponding -march= switch.
+
+Task-number: QTBUG-64529
+Change-Id: I84e363d735b443cb9beefffd14b8ac1fd4baa978
+Reviewed-by: Allan Sandfeld Jensen 
+---
+ src/corelib/global/qfloat16.h | 15 ---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/src/corelib/global/qfloat16.h b/src/corelib/global/qfloat16.h
+index 89a62a93db..a0aa9496b4 100644
+--- a/src/corelib/global/qfloat16.h
 b/src/corelib/global/qfloat16.h
+@@ -44,7 +44,16 @@
+ #include 
+ #include 
+ 
+-#if defined __F16C__
++#if defined(QT_COMPILER_SUPPORTS_F16C) && defined(__AVX2__) && 
!defined(__F16C__)
++// All processors that support AVX2 do support F16C too. That doesn't mean
++// we're allowed to use 

[gentoo-commits] data/api:master commit in: files/overlays/

2017-11-28 Thread Michał Górny
commit: 6f5fa637c61ec21d0951f5beaa2527a675e5d0eb
Author: Ron Farrer  gmail  com>
AuthorDate: Wed Nov 29 00:24:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 06:25:00 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=6f5fa637

repositories: Add canutethegreat-overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/90

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 9a9a93a..e3b5f46 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -760,6 +760,18 @@ FIN
 git://git.calculate.ru/calculate/overlay.git
   
   
+canutethegreat-overlay
+Overlay for personal projects, forks, and 
customizations
+http://gentoo.canutethegreat.com/
+
+  canutethegr...@gmail.com
+  Ronald Farrer
+
+https://github.com/CanuteTheGreat/canutethegreat-overlay.git
+git+ssh://g...@github.com/CanuteTheGreat/canutethegreat-overlay.git
+
https://github.com/CanuteTheGreat/canutethegreat-overlay/commits/master.atom
+  
+  
 carreira
 Overlay for personal project and forks
 https://cgit.gentoo.org/user/carreira.git/



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/

2017-11-28 Thread Jeroen Roovers
commit: 9c0669b1885b70c3b1acb8920497ca7763749019
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 06:20:12 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 06:24:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0669b1

Revert "x11-misc/menulibre: Old."

This reverts commit f532ef52b3f9cd1749c6ba86cc13e9f43947b9ef.

 x11-misc/menulibre/Manifest   |  2 +
 x11-misc/menulibre/menulibre-2.0.7.ebuild | 68 +++
 x11-misc/menulibre/menulibre-2.1.3.ebuild | 68 +++
 3 files changed, 138 insertions(+)

diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest
index 40af0a788e9..9ebee3685b0 100644
--- a/x11-misc/menulibre/Manifest
+++ b/x11-misc/menulibre/Manifest
@@ -1,2 +1,4 @@
+DIST menulibre-2.0.7.tar.gz 179919 SHA256 
29ce8bc117b5aff3bc535f1cb94b356351442e0199f1e94d906f9b234d9c0f66 SHA512 
bb0d78b9feaaf6e5c52f339b9174158d819201a0418234f9fcba2783068c56f58ba1c2b0d9d943df7ce47b41d3ef76389691d74031d2283e22526e01db06692c
 WHIRLPOOL 
63b94f88606f15fb64e84860011e0034067356e731fd957fcd75e4e384e26dbc84ef34b8bb7c0215bebfd60157a77cae1bb8f505a5ef6e484250396f78fbd886
+DIST menulibre-2.1.3.tar.gz 231336 SHA256 
bdd69740119902f1b1f8c7831155f4428403792a0a6c4287bcbb395c4e71fb31 SHA512 
0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a
 WHIRLPOOL 
9d5086659914edda86063844e052078ea96c731d8fc900b50b9f06ecf8286621020afbd60743dcfc4494ee544f3395855cef929d267d726891bc067f09e12c4d
 DIST menulibre_13.01.4.tar.gz 322686 SHA256 
2329b426af55936dc40c7d1bcae99f98b674d06e3757657bd47dcb93d1ac45f3 SHA512 
c3311443d00901d0c80078e4f51f81cc2bafbb8048a8eb1f0594e4430e9d8d1c563f4ec6b423952d3e8523f921220bb9d6fa0e4a62453d07011ae781070750d4
 WHIRLPOOL 
b419f3285a97918796c08d0cb7681ada8f6bd19297bdfaea603c2e6256c06d775369d683f150f9c708d26ff2220fceb97d37541143bbcd9d08387e5ebd2967d5
 DIST menulibre_13.04.17.tar.gz 337166 SHA256 
84cd21d92bb16cc221d7fa7ebf801a7493cce8743dd15b65d72af23d4b421a99 SHA512 
7e0a2c3d765612a1c9ae9f82206fc180d7edc06dbe294bd200d699ecdb243a28ba58030b94084bc0525540f514642914b4224d766d4c9817ee7ee9ac9074b627
 WHIRLPOOL 
d8d87c4180623a956f3c799b506c8718f1b42dcc7554df20d7e21b612f3134451250f5e5b07db0f672df40b1478b8e4189be94ea1850a8008800fe5c07ad051c

diff --git a/x11-misc/menulibre/menulibre-2.0.7.ebuild 
b/x11-misc/menulibre/menulibre-2.0.7.ebuild
new file mode 100644
index 000..ac7afaa8dcc
--- /dev/null
+++ b/x11-misc/menulibre/menulibre-2.0.7.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_4 )
+PYTHON_REQ_USE="xml"
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 eutils gnome2-utils versionator
+
+DESCRIPTION="Advanced freedesktop.org compliant menu editor"
+HOMEPAGE="http://www.smdavis.us/projects/menulibre/;
+SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   dev-libs/gobject-introspection
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   gnome-base/gnome-menus[introspection]
+   x11-libs/gdk-pixbuf[X,introspection]
+   x11-libs/gtk+:3[X,introspection]
+   x11-libs/gtksourceview:3.0[introspection]
+   x11-themes/hicolor-icon-theme
+"
+
+python_prepare_all() {
+   # too many categories
+   sed -i \
+   -e 
's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \
+   menulibre.desktop.in || die
+
+   local i
+   # fix incorrect behavior when LINGUAS is set to an empty string
+   # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594
+   if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set
+   for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; 
done) ; do # for every supported language
+   if ! has ${i} ${LINGUAS} ; then # if language is 
disabled
+   rm po/${i}.po || die
+   fi
+   done
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/x11-misc/menulibre/menulibre-2.1.3.ebuild 
b/x11-misc/menulibre/menulibre-2.1.3.ebuild
new file mode 100644
index 000..ac7afaa8dcc
--- /dev/null
+++ b/x11-misc/menulibre/menulibre-2.1.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/files/, x11-misc/menulibre/

2017-11-28 Thread Jeroen Roovers
commit: 909b0db3abd8e455d2b0d3db201aef4d5f2e36af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 06:23:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 06:24:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909b0db3

x11-misc/menulibre: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/menulibre/Manifest|  2 -
 .../files/menulibre-13.01.4-GError-import.patch| 17 --
 x11-misc/menulibre/menulibre-13.01.4-r1.ebuild | 68 --
 x11-misc/menulibre/menulibre-13.01.4.ebuild| 65 -
 x11-misc/menulibre/menulibre-13.04.17.ebuild   | 68 --
 5 files changed, 220 deletions(-)

diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest
index 1caa82c8b13..b871e07f841 100644
--- a/x11-misc/menulibre/Manifest
+++ b/x11-misc/menulibre/Manifest
@@ -1,3 +1 @@
 DIST menulibre-2.1.3.tar.gz 231336 BLAKE2B 
f15f962b41071f40cebdaa3fbab082932f1acad30026b89bb2b4672a860b4f7cc3caa668eadee48195a091783b6a8d5558ca44ed05034640247cad02394d3b93
 SHA512 
0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a
-DIST menulibre_13.01.4.tar.gz 322686 SHA256 
2329b426af55936dc40c7d1bcae99f98b674d06e3757657bd47dcb93d1ac45f3 SHA512 
c3311443d00901d0c80078e4f51f81cc2bafbb8048a8eb1f0594e4430e9d8d1c563f4ec6b423952d3e8523f921220bb9d6fa0e4a62453d07011ae781070750d4
 WHIRLPOOL 
b419f3285a97918796c08d0cb7681ada8f6bd19297bdfaea603c2e6256c06d775369d683f150f9c708d26ff2220fceb97d37541143bbcd9d08387e5ebd2967d5
-DIST menulibre_13.04.17.tar.gz 337166 BLAKE2B 
ce1e9757d8f836dd068eed36a72dabf90c1ebd7c53ac0de15f829bbca521df3ad3579611399ee8b7d4affb4332ace02992ea378b8eb6c7ec2e60d93a6314f61b
 SHA512 
7e0a2c3d765612a1c9ae9f82206fc180d7edc06dbe294bd200d699ecdb243a28ba58030b94084bc0525540f514642914b4224d766d4c9817ee7ee9ac9074b627

diff --git a/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch 
b/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch
deleted file mode 100644
index 6a747ba07fb..000
--- a/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From: Julian Ospald 
-Date: Mon Oct 21 17:32:25 UTC 2013
-Subject: fix import
-
-https://bugs.gentoo.org/show_bug.cgi?id=488866
-
 a/menulibre_lib/IconTheme.py
-+++ b/menulibre_lib/IconTheme.py
-@@ -15,7 +15,7 @@
- ### END LICENSE
- 
- from gi.repository import Gtk, GdkPixbuf
--from gi._glib import GError
-+from gi._glib._glib import GError
- import os
- 
- from menulibreconfig import get_data_file

diff --git a/x11-misc/menulibre/menulibre-13.01.4-r1.ebuild 
b/x11-misc/menulibre/menulibre-13.01.4-r1.ebuild
deleted file mode 100644
index 05f0f7df4c7..000
--- a/x11-misc/menulibre/menulibre-13.01.4-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit eutils gnome2-utils distutils-r1
-
-DESCRIPTION="An advanced menu editor that provides modern features in a 
easy-to-use interface"
-HOMEPAGE="http://www.smdavis.us/projects/menulibre/;
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/gobject-introspection
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gdk-pixbuf[X,introspection]
-   x11-libs/gtk+:3[X,introspection]
-   x11-themes/hicolor-icon-theme"
-
-PATCHES=( "${FILESDIR}"/${P}-GError-import.patch )
-
-S=${WORKDIR}/${PN}
-
-python_prepare_all() {
-   # too many categories
-   sed -i \
-   -e 
's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \
-   menulibre.desktop.in || die 'sed on menulibre.desktop.in failed'
-
-   local i
-   # fix incorrect behavior when LINGUAS is set to an empty string
-   # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594
-   if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set
-   for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; 
done) ; do # for every supported language
-   if ! has ${i} ${LINGUAS} ; then # if language is 
disabled
-   rm po/${i}.po || die
-   fi
-   done
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   newicon -s 32 help/C/figures/icon.png menu-editor.png
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   elog "optional dependencies:"
-   elog "  gnome-extra/yelp (view 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/

2017-11-28 Thread Jeroen Roovers
commit: 6865c8b41b5129467d3665f67e8ad98560e554d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 06:22:41 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 06:24:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6865c8b4

x11-misc/menulibre: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 x11-misc/menulibre/menulibre-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/menulibre/menulibre-2.1.3.ebuild 
b/x11-misc/menulibre/menulibre-2.1.3.ebuild
index ac7afaa8dcc..c62bdcfb028 100644
--- a/x11-misc/menulibre/menulibre-2.1.3.ebuild
+++ b/x11-misc/menulibre/menulibre-2.1.3.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="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+d
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-python/python-distutils-extra[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/

2017-11-28 Thread Jeroen Roovers
commit: 31acae665ba1a21fa375f57f151fa8195500875f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 29 06:22:00 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 29 06:24:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31acae66

x11-misc/menulibre: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/menulibre/Manifest   |  5 +--
 x11-misc/menulibre/menulibre-2.0.7.ebuild | 68 ---
 2 files changed, 2 insertions(+), 71 deletions(-)

diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest
index 9ebee3685b0..1caa82c8b13 100644
--- a/x11-misc/menulibre/Manifest
+++ b/x11-misc/menulibre/Manifest
@@ -1,4 +1,3 @@
-DIST menulibre-2.0.7.tar.gz 179919 SHA256 
29ce8bc117b5aff3bc535f1cb94b356351442e0199f1e94d906f9b234d9c0f66 SHA512 
bb0d78b9feaaf6e5c52f339b9174158d819201a0418234f9fcba2783068c56f58ba1c2b0d9d943df7ce47b41d3ef76389691d74031d2283e22526e01db06692c
 WHIRLPOOL 
63b94f88606f15fb64e84860011e0034067356e731fd957fcd75e4e384e26dbc84ef34b8bb7c0215bebfd60157a77cae1bb8f505a5ef6e484250396f78fbd886
-DIST menulibre-2.1.3.tar.gz 231336 SHA256 
bdd69740119902f1b1f8c7831155f4428403792a0a6c4287bcbb395c4e71fb31 SHA512 
0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a
 WHIRLPOOL 
9d5086659914edda86063844e052078ea96c731d8fc900b50b9f06ecf8286621020afbd60743dcfc4494ee544f3395855cef929d267d726891bc067f09e12c4d
+DIST menulibre-2.1.3.tar.gz 231336 BLAKE2B 
f15f962b41071f40cebdaa3fbab082932f1acad30026b89bb2b4672a860b4f7cc3caa668eadee48195a091783b6a8d5558ca44ed05034640247cad02394d3b93
 SHA512 
0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a
 DIST menulibre_13.01.4.tar.gz 322686 SHA256 
2329b426af55936dc40c7d1bcae99f98b674d06e3757657bd47dcb93d1ac45f3 SHA512 
c3311443d00901d0c80078e4f51f81cc2bafbb8048a8eb1f0594e4430e9d8d1c563f4ec6b423952d3e8523f921220bb9d6fa0e4a62453d07011ae781070750d4
 WHIRLPOOL 
b419f3285a97918796c08d0cb7681ada8f6bd19297bdfaea603c2e6256c06d775369d683f150f9c708d26ff2220fceb97d37541143bbcd9d08387e5ebd2967d5
-DIST menulibre_13.04.17.tar.gz 337166 SHA256 
84cd21d92bb16cc221d7fa7ebf801a7493cce8743dd15b65d72af23d4b421a99 SHA512 
7e0a2c3d765612a1c9ae9f82206fc180d7edc06dbe294bd200d699ecdb243a28ba58030b94084bc0525540f514642914b4224d766d4c9817ee7ee9ac9074b627
 WHIRLPOOL 
d8d87c4180623a956f3c799b506c8718f1b42dcc7554df20d7e21b612f3134451250f5e5b07db0f672df40b1478b8e4189be94ea1850a8008800fe5c07ad051c
+DIST menulibre_13.04.17.tar.gz 337166 BLAKE2B 
ce1e9757d8f836dd068eed36a72dabf90c1ebd7c53ac0de15f829bbca521df3ad3579611399ee8b7d4affb4332ace02992ea378b8eb6c7ec2e60d93a6314f61b
 SHA512 
7e0a2c3d765612a1c9ae9f82206fc180d7edc06dbe294bd200d699ecdb243a28ba58030b94084bc0525540f514642914b4224d766d4c9817ee7ee9ac9074b627

diff --git a/x11-misc/menulibre/menulibre-2.0.7.ebuild 
b/x11-misc/menulibre/menulibre-2.0.7.ebuild
deleted file mode 100644
index ac7afaa8dcc..000
--- a/x11-misc/menulibre/menulibre-2.0.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-PYTHON_REQ_USE="xml"
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 eutils gnome2-utils versionator
-
-DESCRIPTION="Advanced freedesktop.org compliant menu editor"
-HOMEPAGE="http://www.smdavis.us/projects/menulibre/;
-SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   dev-libs/gobject-introspection
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   gnome-base/gnome-menus[introspection]
-   x11-libs/gdk-pixbuf[X,introspection]
-   x11-libs/gtk+:3[X,introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   x11-themes/hicolor-icon-theme
-"
-
-python_prepare_all() {
-   # too many categories
-   sed -i \
-   -e 
's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \
-   menulibre.desktop.in || die
-
-   local i
-   # fix incorrect behavior when LINGUAS is set to an empty string
-   # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594
-   if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set
-   for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; 
done) ; do # for every supported language
-   if ! has ${i} ${LINGUAS} ; then # if language is 
disabled
-   rm po/${i}.po || die
-   fi
-   done
-   fi
-
-   distutils-r1_python_prepare_all
-}
-

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

2017-11-28 Thread Hans de Graaff
commit: 347d557e416e78efb2fc6ef84be40c60946a5bb1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 29 06:13:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 29 06:15:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347d557e

dev-util/cucumber-core: Use a package-specific filename

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/cucumber-core/Manifest   | 2 +-
 dev-util/cucumber-core/cucumber-core-3.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest
index 5fd5954f3af..1f858c736c1 100644
--- a/dev-util/cucumber-core/Manifest
+++ b/dev-util/cucumber-core/Manifest
@@ -1,3 +1,3 @@
 DIST cucumber-core-1.5.0.gem 45056 BLAKE2B 
39c56fd48386556f36921694940d8d8be7e2345c81bec83e7a47b4a07e96b22f4d30898cbdcedeebc44be671c166b42cb52d55c36b7196eb05b9cb82333a76d3
 SHA512 
544d2c5707bde46d0c12dc975b3858e663776d9bc87ef044681525a547ef2de171a74ba0c53fb28dafcbdf90a153bea5357ec1a129f11b2c0dfedd288c5def74
 DIST cucumber-core-3.0.0.gem 52736 BLAKE2B 
8c46b6209ffcea6c4840c038f956c90b0cbf4ab6e227ff0d0bcd92202f4bc233c9815bd270baf8d01a9cf15ef32cda2ca9fed172571fa2d8fc00ac024667a725
 SHA512 
2991bc8e2f3f5042b10cd430273dd1fd4c851ee444defbdfdf16ba920f93c6523e1b503c562438691947a969c95c8f65416a69c4fdf1fe876ad0c274982b9e75
-DIST v3.1.0.tar.gz 49335 BLAKE2B 
92b82661a6fb49ebff987fc5c729fee894509667d2a9600dcafa305235097249381b51ba4549f6c465dd7d8733e125d891d7c04e204fd683f68f08792e862a8a
 SHA512 
c50186288bc855e30611dd25956f343bb97c7fc75e0f3341917e5816db2dcb7ea76a189fda7399c1304db7a643d8c10b7a76e3bf98a775e1ef2356a389e3eb7d
+DIST cucumber-core-3.1.0.tar.gz 49335 BLAKE2B 
92b82661a6fb49ebff987fc5c729fee894509667d2a9600dcafa305235097249381b51ba4549f6c465dd7d8733e125d891d7c04e204fd683f68f08792e862a8a
 SHA512 
c50186288bc855e30611dd25956f343bb97c7fc75e0f3341917e5816db2dcb7ea76a189fda7399c1304db7a643d8c10b7a76e3bf98a775e1ef2356a389e3eb7d

diff --git a/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild
index 73e4a5172fa..fed19d04d55 100644
--- a/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild
@@ -12,7 +12,7 @@ inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
-SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"
 



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

2017-11-28 Thread Markus Meier
commit: 733d4fe6c9c968bbffaf34b752ea6e495200528d
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:55:01 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:55:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733d4fe6

sys-apps/util-linux: arm stable, bug #636626

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-apps/util-linux/Manifest | 10 +-
 sys-apps/util-linux/util-linux-2.30.2.ebuild |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index a08213dc662..c36b0892cc4 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,5 +1,5 @@
-DIST util-linux-2.28.2.tar.xz 4149700 SHA256 
b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd SHA512 
ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
 WHIRLPOOL 
1735e33620dba30cc1f42e60b707adb72234006b7fea242ac98c389295617bd0225563bcffa76b9d0753dfa100775dd9a2b73614843645ce667db5536842e308
-DIST util-linux-2.29.2.tar.xz 4277668 SHA256 
accea4d678209f97f634f40a93b7e9fcad5915d1f4749f6c47bee6bf110fe8e3 SHA512 
0a87e6758531f74276f3de7607ef545f324b9b36b444aa5d163140c5fb0f4f7602655d7ec9939f92550dcb320d922cd69521a2183199d463795e67d3c27fce79
 WHIRLPOOL 
1f45711e593c76c6e208a28892ed2bf2622adb5fa1334867e13c6bf775a8903c2f1ebf18c3238d96fe139c5b60d61abf496251cf594a339209ce044f2bb8c17a
-DIST util-linux-2.30.1.tar.xz 4459284 SHA256 
1be4363a91ac428c9e43fc04dc6d2c66a19ec1e36f1105bd4b481540be13b841 SHA512 
bcf1807198660c133c380e13d6ba5dcdb7470c47bcaeea03ccc5a78a0d834e3df3d13ae5ffc35fd7f8fff7ba062629d4b1f5cde78452b846c9315c51c9e108f5
 WHIRLPOOL 
19e78768cf2fd2d73bb7b45cb826101b4653bf49c9838bda10f05e508f06b117bb846ce517726465384bfe94ba24981f261d7b5091458242fb0c14d593d4b29e
-DIST util-linux-2.30.2.tar.xz 4442624 SHA256 
7b5be5489e9b5b7177832836467aba1c87bf0e9bcbcb5a6f35d76cd4782589dc SHA512 
b92ec16d5e8a405ad9ebbac8673bb49c5bf0a7f630118477f12c7a3c6b3b3ee5d56868632dd71fffd5c0434821207c2769f6859b9d398c2df770ec6487d7c32d
 WHIRLPOOL 
771d2af788241db337be1e11be499d42b67ec86fa43da2eb161914194d1f002e95d9080793117a4b58a57691df8677ac59e9356ae2da7076ca48188c185a1843
-DIST util-linux-2.31.tar.xz 4503892 SHA256 
f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a SHA512 
48b668526e96a132736b882090d0e33c20b4b3a0e1760502d83118ed98ccc9423d310848a2bb73f82f85e9c19f6191075ae2c5269b007e76be1fbd7b6b88fbf5
 WHIRLPOOL 
1667045919e29feafdea35f1c66b47f546b7b111347ad7cfcab94519bfba9119a492fa3475e2fef5d5c3383ff19daf9d4bbad1cca24ca1ea4be138e40e161611
+DIST util-linux-2.28.2.tar.xz 4149700 BLAKE2B 
da38a047b4a7dc867ba72aea149d515665375089d880d43c40f6d19a09ee33023d64b95c15073d6a83a36ee58ff6d47ef08671ab841b533bb747a337c5da6c02
 SHA512 
ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
+DIST util-linux-2.29.2.tar.xz 4277668 BLAKE2B 
176830ad80031ca78fc274ab27f1cb4ccdef7f310101c7e81e1e32b070c9dd11581240b5480c2e8e09bae9a96d5287a0a03fc19281d480f9a6d70aa0b9817404
 SHA512 
0a87e6758531f74276f3de7607ef545f324b9b36b444aa5d163140c5fb0f4f7602655d7ec9939f92550dcb320d922cd69521a2183199d463795e67d3c27fce79
+DIST util-linux-2.30.1.tar.xz 4459284 BLAKE2B 
f7308e644bb4aa5a063b285d3a73ed459f4c94e1b7414fe23d862d3791772ab51e55eed8c931cda2a3fa462178a5f2945720fe787c20a45662308fcb331422aa
 SHA512 
bcf1807198660c133c380e13d6ba5dcdb7470c47bcaeea03ccc5a78a0d834e3df3d13ae5ffc35fd7f8fff7ba062629d4b1f5cde78452b846c9315c51c9e108f5
+DIST util-linux-2.30.2.tar.xz 4442624 BLAKE2B 
7b76e255c9ee4d8b8f65f037a735808233edcdb8dce951038ae8983a3f4a6e493458622f6c7f6ce68d38672ac6dc5258b45b787c196dabede41cb19afc76e545
 SHA512 
b92ec16d5e8a405ad9ebbac8673bb49c5bf0a7f630118477f12c7a3c6b3b3ee5d56868632dd71fffd5c0434821207c2769f6859b9d398c2df770ec6487d7c32d
+DIST util-linux-2.31.tar.xz 4503892 BLAKE2B 
8a9e2fc674cacbfabfc76cc0ab671f3fdb35d49de9f4ae8660b49df9e196878c2459d8fc57f6c9b6d2ad73cc56d970656ffcbc22deed97bb7a0cc28490a1fbb0
 SHA512 
48b668526e96a132736b882090d0e33c20b4b3a0e1760502d83118ed98ccc9423d310848a2bb73f82f85e9c19f6191075ae2c5269b007e76be1fbd7b6b88fbf5

diff --git a/sys-apps/util-linux/util-linux-2.30.2.ebuild 
b/sys-apps/util-linux/util-linux-2.30.2.ebuild
index 2db8cbfc824..d5d2a35f984 100644
--- a/sys-apps/util-linux/util-linux-2.30.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.30.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 

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

2017-11-28 Thread Markus Meier
commit: ad180d367e2ed8bf269279466627880af5190334
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:53:58 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:53:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad180d36

sys-devel/automake: arm stable, bug #635078

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/automake/automake-1.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.14.1-r1.ebuild 
b/sys-devel/automake/automake-1.14.1-r1.ebuild
index 2281abbe7d6..8b135df9018 100644
--- a/sys-devel/automake/automake-1.14.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r1.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/;
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-11-28 Thread Markus Meier
commit: 37f53ccd9ec5da5895119388bb1b923eb0f750ad
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:54:04 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:54:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f53ccd

sys-devel/automake: arm stable, bug #635078

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/automake/automake-1.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.15.1-r1.ebuild 
b/sys-devel/automake/automake-1.15.1-r1.ebuild
index 672f707ffec..9c72a5654c2 100644
--- a/sys-devel/automake/automake-1.15.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.15.1-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P=${P}
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2017-11-28 Thread Markus Meier
commit: 7e33482c868ee4419a7d0d0d856daa91d0e86b35
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:54:30 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:54:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e33482c

sys-apps/fakeroot: arm stable, bug #635850

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-apps/fakeroot/Manifest | 4 ++--
 sys-apps/fakeroot/fakeroot-1.22.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/fakeroot/Manifest b/sys-apps/fakeroot/Manifest
index 36907c3e384..c9f12d7de7e 100644
--- a/sys-apps/fakeroot/Manifest
+++ b/sys-apps/fakeroot/Manifest
@@ -1,5 +1,5 @@
 DIST fakeroot_1.18.4.orig.tar.bz2 309298 SHA256 
0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2 SHA512 
497292fe21d18a37eadd657fbe01db8902f4b8d87d63605928efd59789f4c14737997b9f0abc4d794dbef78066b952064bdb2dd9f0910ec75349d7dd313cd058
 WHIRLPOOL 
cef9846747a7ef1712658cc39c5374a3921dd27b9f9540080c4be7b7eab75722c0710a0640900c51852910b0db2d44d5605f61e5c18981d56abc835269a11626
 DIST fakeroot_1.19.orig.tar.bz2 312304 SHA256 
eafa6885535ff57a42248aec090fe17cfa5ca85b62cefa0d13637c9de8996868 SHA512 
ff3f50cdf168deafab337d3d98299ccd4129ed2a9befa5f28171d92c2ddfa08c8f42424f32b3fbcbb1f83c16f22952e571946f4152246d08b0d18bab77c458e9
 WHIRLPOOL 
4fcce88f114a87a07698eede3ab384621bfff4cc3fa478c5b162e95c4901bc75647c7e7c69c8196885d96acd0658b5f3cba50e46973e010d0e4adc3f49729e00
-DIST fakeroot_1.20.2.orig.tar.bz2 326910 SHA256 
7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c SHA512 
1ac231f995774aa40f43c4325cd9e6de45365963277c32a85776690c3e7fd281ac410f3d91395dc1e5e5ca3b143e89914e048632011a3985ead216e870852231
 WHIRLPOOL 
b39d8682e13d69648f60ff70853b2588b9e638112b8874794e1c6bccb6c060868ee81031887cb7aacf78d2fa2ec9f00c4103655d24406d001e076c43b4ca6c1d
+DIST fakeroot_1.20.2.orig.tar.bz2 326910 BLAKE2B 
813fce6416a375de7dce0581a2a7398f023e5e5d6b981d6dd973e9e29380b5908e0bb9e1e84db3b20638933817ed85a8f7d341b369631881905aab9ca4cf2119
 SHA512 
1ac231f995774aa40f43c4325cd9e6de45365963277c32a85776690c3e7fd281ac410f3d91395dc1e5e5ca3b143e89914e048632011a3985ead216e870852231
 DIST fakeroot_1.20.orig.tar.bz2 321491 SHA256 
2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098 SHA512 
b041ab87559f784041f05bfa9d5186ceaafebbcbd03057ede62bf420551e337ceec4b7101854937e206c6389ac2c0719545d5971457edaf564856bb44ce7b4b6
 WHIRLPOOL 
00b55e38004b3bb843e06299e014fb776150efc398b42099fa1772c4999aa3282a244c0987123f33aee9f844351dd9a31cf6c218c3439aebf1cba2c633a2b7bb
-DIST fakeroot_1.22.orig.tar.bz2 338238 SHA256 
bd806a4a1e641203eb3d4571a10089e8a038c10ec7e492fa1e061b03ae3ec6fe SHA512 
193478d9ff88ca2ae69fe47b73b6c61aeb2ba3f2a9e7ed5d455022705857c6f34cdcbe2d3f614c4c4c9509368dc78b9a7b7aa56fb3b50bb3309448140abd796a
 WHIRLPOOL 
ad09ceabd14e6e144aaaf07fd24b973565ef027f69769192f67b7b5c76c04716e7c6d9d3a1ff8cd7ee090665a7654d469381fdfc2625345bc18a3b78c40ec231
+DIST fakeroot_1.22.orig.tar.bz2 338238 BLAKE2B 
b6cee7483ea7ec17747e638cbfefa565f26b3b00517f3ec90280f8ce556ce8efa3833accc07885365e20f80967a67291fadc27cd80766548cc86e2aa70c74c33
 SHA512 
193478d9ff88ca2ae69fe47b73b6c61aeb2ba3f2a9e7ed5d455022705857c6f34cdcbe2d3f614c4c4c9509368dc78b9a7b7aa56fb3b50bb3309448140abd796a

diff --git a/sys-apps/fakeroot/fakeroot-1.22.ebuild 
b/sys-apps/fakeroot/fakeroot-1.22.ebuild
index b95d62d24f9..a365f0e9cc6 100644
--- a/sys-apps/fakeroot/fakeroot-1.22.ebuild
+++ b/sys-apps/fakeroot/fakeroot-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="acl debug static-libs test"
 
 DEPEND="



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

2017-11-28 Thread Markus Meier
commit: 5216827f67ad2f80f3eb492be047f6c446c7b496
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:53:34 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:53:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5216827f

sys-devel/automake: arm stable, bug #635078

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/automake/Manifest  | 26 +-
 sys-devel/automake/automake-1.10.3-r2.ebuild |  2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest
index 8c9435d6182..4de737a2c90 100644
--- a/sys-devel/automake/Manifest
+++ b/sys-devel/automake/Manifest
@@ -1,13 +1,13 @@
-DIST automake-1.10.3.tar.bz2 957505 SHA256 
e98ab43bb839c31696a4202e5b6ff388b391659ef2387cf9365019fad17e1adc SHA512 
4f4172c53f31103a93baa794bb498c8b42c1a06e5e0c909063863cdfee3f768016bdecf46e64417a8e362d4c524907b48c0c1b24f510d26aa66bcfd85d0b2598
 WHIRLPOOL 
6c1b915b87012fab9c7323843ff69a33cc3bdc71d5bcb4ec743b8e8ab34be46dc8a8b72fd41b805f4ad2c723640c9d2b74cdf39355295022219a1138e28794b2
-DIST automake-1.11.6.tar.xz 1092908 SHA256 
1ffbc6cc41f0ea6c864fbe9485b981679dc5e350f6c4bc6c3512f5a4226936b5 SHA512 
6e4cdf69f07734954f770fd4a7211a8c9dc69fe25a7746bd3c1e01d3139c94cab2900399e87371548833e99687e0d2b59c5e746ab2fdfbc7d47f2c1d439137ba
 WHIRLPOOL 
79b45d6e1dbdb5df5d17fef318bf38d83896fc91d532c8814fa96144409c53f976ca26c6fcb9baab215b289afcdd177a8ada455af99926d27861950a993438c2
-DIST automake-1.12.6.tar.xz 1400336 SHA256 
f834ab2145b1ee24bd85387950044f5cb418dd0af2b84c52e60c2bf29162dbfa SHA512 
ddcd664ef8f52a44c0adbe908e3a5a2844d8768932211d75dedf262827ffa411b5c3599f93a212f1c979108122cd14bbea5e672218596dd7c934a25d805aae5c
 WHIRLPOOL 
025be98b482fdaa5453b55c00a061cb92bde0ec794599c9e4fa615706e853e26c912b569e364e853437d2494b86a78e30229e868e889685791aead8f38ebe56b
-DIST automake-1.13.4.tar.xz 1449608 SHA256 
89ce4933f59b8f0c20115c39cfe450a595cca74ede27b6881e88ec27720d1d66 SHA512 
c9b145c1b822a4d83f2899f4280a76ccae932301b273f4c9718dc7f53161aa03dc1be2c1fb1a61083c54186e1908ae2c8284250aa1d8f6dea484767aca1344d3
 WHIRLPOOL 
b2c8e06135adb956d67ddf15e56d514e697e8881f4e2d95055fbad1d723c54bf9e73cea81eca9bb5c58ed39b4a709a0906913dbcc1d8fd87dfbfa0bdb1abad33
-DIST automake-1.14.1.tar.xz 1488984 SHA256 
a9b4f04b8b69cac2e832a38a718943aa976dbdad0097211f8b3448afdacf0669 SHA512 
5de971159dfca2ec74c3c9a2f1368331efc437b146d675740c8735fcb0d32a30d0560fd29df64c3279efdf9278152c82a9ff09040b3e64d84743aaf25b26ce69
 WHIRLPOOL 
916ac13c419ecf2fc8acfe8edcbc33b85cfed2a355f6614bec3ba79dc0dce8c1309be26702ef5dc2453ed84e4315b585524a2d7563b851493750118e4298fedc
-DIST automake-1.15.1.tar.xz 1509496 SHA256 
af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf SHA512 
02f661b2676f1d44334ce1c7188f9913a6874bf46ba487708ad8090ad57905f14aead80fefed815e21effacfbb925e23b944ea7dd32563dca39c1a4174eda688
 WHIRLPOOL 
31274d005dc7d6cc657e54407ab6609348a412298d0793b1292e10e378377afcee5d1296c353e7bc9207f755f17126bd67307e8e6f96b9ccc974842b84976a59
-DIST automake-1.15.tar.xz 1496708 SHA256 
9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636 SHA512 
200a13f49a3f492ed27bc2eb615aa2f47e775e470a781f6821cd43e0f7b927d091e690b4a23fe5cc8fa79c48daaa9436be4b968784696c3bdbf1634b456cda47
 WHIRLPOOL 
5c7878f46fd3d0104b5fa6a17f985d5cb57ac4a1c956763953acce411756a94b3e8e3b5a701f28c0a4b8c3cd60d60ab34561ae88706e6ccc54f0d76e1174502c
-DIST automake-1.4-p6.tar.gz 375060 SHA256 
503cdc2b0992a4309545d17f462cb15f99bb57b7161dfc4082b2e7188f2bcc0f SHA512 
3f3235e68ab6703668deac015926124c7a6925e830c6820cb156f15f8ee3febd0fd0cc2ab4f4b5c405b528e4ce12b2459347f62ed6a1a862bc9969163d9e
 WHIRLPOOL 
2f685ec2f0952d58f313c80c3d7d272734e58c10dfc5dde32331281b55ac4e3b06b820e188239c98ec8703229414f9621f1ce7f241fe17ff4e564b84f21e5b2e
-DIST automake-1.5.tar.gz 526934 SHA256 
24b4775e3143fd3e35db5cbaba80845d9359c7bfd751a6cebe3014fbf6115d78 SHA512 
b9dbece18935b6c08f7d17c456b0359a17362dc030692629cf5d66db675e46a5f24d60dfd20a50780e4096163454f1922d4281c4bb7af336d61e527b579e3bfc
 WHIRLPOOL 
a61e8adf6c728e3dabb3e5faa22501d2bc3c78b0ae17bc68ff826f9c350137ad276e01a18a86f079e0bf57fc8d0628160db2e36a0935d703a7fa7d5857dae1df
-DIST automake-1.6.3.tar.bz2 476275 SHA256 
0dbafacaf21e135cab35d357a14bdcd981d2f2d00e1387801be8091a31b7bb81 SHA512 
8407ea7d51a238622326d89c22777050c2a49d456e3e33c53985f40e4108094ef149693568d926cd1e9b2ddbdb5693c0d0ec6220e0f7bbae4341b6be9f0d060f
 WHIRLPOOL 
168792f008830e2a25b40e0773acfeebdd483f64e83bb595be5e55da69fecf99e1b8b7b15ff82e8f80a3ae0694ccde331c907c33632389a18483fbbe59670c57
-DIST automake-1.7.9.tar.bz2 577705 SHA256 
32c13b6ad38ed5e7bfd1756cbc19cf5efd67b7ade2d06000a4c99b0ce94bd46d SHA512 
372f326cdf9c893a016473b959f0d3b92a7a82a13978e3950a887a79c93856a635549ebc63945faafba30b8be6db1c4cd68385f7dfe1cbb36386400acb2aa7a2
 WHIRLPOOL 

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

2017-11-28 Thread Markus Meier
commit: e517c1c58ef75504ca621b4f3e9eb2402e5d9962
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:53:46 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:53:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e517c1c5

sys-devel/automake: arm stable, bug #635078

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/automake/automake-1.12.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.12.6-r1.ebuild 
b/sys-devel/automake/automake-1.12.6-r1.ebuild
index 3879180b673..f857f0a2032 100644
--- a/sys-devel/automake/automake-1.12.6-r1.ebuild
+++ b/sys-devel/automake/automake-1.12.6-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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="dev-lang/perl



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

2017-11-28 Thread Markus Meier
commit: fdf7e6c88b26c342eafb2174e8d4682ff6f4bded
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:53:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:53:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf7e6c8

sys-devel/automake: arm stable, bug #635078

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/automake/automake-1.11.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.11.6-r2.ebuild 
b/sys-devel/automake/automake-1.11.6-r2.ebuild
index 78d698aec35..2698b384df7 100644
--- a/sys-devel/automake/automake-1.11.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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="dev-lang/perl



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

2017-11-28 Thread Markus Meier
commit: 629f0962875cfb8f04ca933deda87798b625c035
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:51:44 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:51:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629f0962

sys-libs/glibc: arm stable, bug #637140

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-libs/glibc/Manifest | 42 ++---
 sys-libs/glibc/glibc-2.25-r9.ebuild |  2 +-
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 8a2c0db1f9b..059f46ae53f 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -1,24 +1,24 @@
-DIST gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 8064097 SHA256 
34aec5a59bb4d0ecf908c62fd418461d0f3793238296897687305fd7a1f27299 SHA512 
40b93e194ad41a75d649d84d1c49070680f253a13f0617803243bc61c44fed1ca2d0a7572a97ebb79353f312b58b5f6360be916dd7435928cc53935082e15269
 WHIRLPOOL 
bbce19e7fe5c30faa55ddd4e29070f0d1fdfca3a04e8d68e0772260fa9be89ccde63ec92badb490209008df5fee6e53dfdeec4ae51857b90ba298a79315a199f
-DIST glibc-2.17-patches-8.tar.bz2 83707 SHA256 
477946a4915dcd0cc0565ff8532d219e2ee868f6e821ea71ce579652d01ccbb3 SHA512 
6675357e62b554d9d0f8ef70341b8038f8f89591fba384bc3783ef81aead0532486e2218af71da9c6f88a3b8b382edec81bed36eb636ee231eac80e111acbfd8
 WHIRLPOOL 
946f431b28ec60cc61d44364187f64a2d6e92ed7c9071126cf70277843c656de4dfac9f184f572f9a72c0cb452d879cdb7aca5b9f92f8ff02a8b1a521fffef43
-DIST glibc-2.17.tar.xz 10981956 SHA256 
6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e SHA512 
384e54037daaa344a26ce58242acc3f9a249d0765088d18a540a305745afa33ae6dec4024adae958eacd7100be9c713d117260ace8340f6d8c8396dbde4868d2
 WHIRLPOOL 
9b98c1c298aeff607aaa554341c300c15491b7314f127524fc5c048c67c5059daaf706e6cf206bb69213d5307e37bed87137ab46f504d8072bb778310081fc23
+DIST gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 8064097 BLAKE2B 
3cc5c82cd57d0fbd26d9a376ee8ca02f119fe9d653311cbe4d2b7b93aec2290adac3be271be19a7fdedae2e11e4b6e32360184e557204e100ad64357f5575d4b
 SHA512 
40b93e194ad41a75d649d84d1c49070680f253a13f0617803243bc61c44fed1ca2d0a7572a97ebb79353f312b58b5f6360be916dd7435928cc53935082e15269
+DIST glibc-2.17-patches-8.tar.bz2 83707 BLAKE2B 
134cd96eb0afa58f831b3a71acb5ffb2db223eb8450291e7cccf1afccda6f240283e63f1416e9775052010d1932d52b7a125a43b125d579945bb596575b679fa
 SHA512 
6675357e62b554d9d0f8ef70341b8038f8f89591fba384bc3783ef81aead0532486e2218af71da9c6f88a3b8b382edec81bed36eb636ee231eac80e111acbfd8
+DIST glibc-2.17.tar.xz 10981956 BLAKE2B 
a8b2f190875619875bcd2f5c40d6c44628cbd4c3934fd4b60b54af33818052fc375a720344ffc2c52b55a62c1c23053793830b70a4b233a704ec1913e434a8b3
 SHA512 
384e54037daaa344a26ce58242acc3f9a249d0765088d18a540a305745afa33ae6dec4024adae958eacd7100be9c713d117260ace8340f6d8c8396dbde4868d2
 DIST glibc-2.18-patches-4.tar.bz2 95165 SHA256 
89b458e22db60847b4ad869e3b5cf32868528b8d73205a692a6c0d07779dd083 SHA512 
d881c9c5fe32b967694d4ca5185ff5ffc964449f2ed49fd062e5d57a3c6d9f16eef2f591d2d8e98a1a95a6487f3436ef031839ed8766fd085404b288340b7933
 WHIRLPOOL 
55f87d0efce1f84b45968f377e868c31102cb5228fe4ff1ffa132770f242f9f4f1843c28e4eb38ee7bed1321507ae12b7284a18199af63df1ecd070233d1076f
-DIST glibc-2.18.tar.xz 11150148 SHA256 
2cb4e1e381928f1e5e55e71ab1ba8e0ea7ede75ff9709770435bfd018ea257a3 SHA512 
27218d2e7dd3bf3908d7af171c490933680e958c579ebd27b43b661e223fd5de2219cc1cf699170405280808c84de476d0ad86dbba35a488ef404e9438552327
 WHIRLPOOL 
89b877c7db602ffd4374c7fb84db17397b91f889a7de6259f79374cc3fcd00613114cbb93feb518ef25fb2e579fb03843df15d17235c1fe1b6a7e0e64aa8e8fa
-DIST glibc-2.19-patches-3.tar.bz2 80664 SHA256 
6fb03292e224199e0dd9ba7ee83aca723e1560f26831e85cdc6302b187c6de3c SHA512 
d281d6a2757920124cf8a3f02b97e75192598b08d96ae48840df34c7ffdcb212952d171f233e6f12a429b19437d0a296212fe1f2eae164d6a1c6793cb3cb69f0
 WHIRLPOOL 
6f28a2d0dff42e8ad0e77859938e3093753f77f78821375777eebb2db5568bf1c56e8b8208f02280f23acb2dd26dc8a313fedd5b2c10755f1659e6d324a1dbc3
-DIST glibc-2.19.tar.xz 12083312 SHA256 
2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2 SHA512 
9e021fcb3afbb9ace2a0e37fded231a62de861bd766e29d47163a03182e37add718b7acc3963d1c525f9556773e842297725715acde48dcfbaab6e756af1a23d
 WHIRLPOOL 
9581a3a23ebdd56bc559b56b95b7bcd21ca039546ec19c6c0e4e0738597542164fdb21ab1d1f36d5e73a205fb51f0974c7d497972615bce69ae002298f6475b6
-DIST glibc-2.20-patches-5.tar.bz2 55986 SHA256 
3d3eec9ac9b5d0530f9e05614f4646d64ff93a48865b42c156990bea69247cda SHA512 
409f59a028127e02f0c9f91107715b540d8d234475830adc17108a02664be232098d119b43bcc8df9b328ab50c1fffb0868d510e6487ce1c34ec2c7c7a78375b
 WHIRLPOOL 
b3c41b01af5d8ae8e901ac48ae124e13ff1c76fbeb35315cb9630c648c03d7abbfb753294cbdfe1dc939bda260e24d8450ffb19cfe5c255b32f8c5500f2c43f3
-DIST glibc-2.20.tar.xz 12283992 SHA256 
f84b6d42aecc288d593c397b0a3d02260a33ee686bce0c634eb9b32798f36ba5 SHA512 

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

2017-11-28 Thread Markus Meier
commit: d74f5b1fecac68da5210dc05a8f6eab7e98885d3
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:52:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:52:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74f5b1f

sys-libs/e2fsprogs-libs: arm stable, bug #634520

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-libs/e2fsprogs-libs/Manifest | 6 +++---
 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.6.ebuild | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/e2fsprogs-libs/Manifest b/sys-libs/e2fsprogs-libs/Manifest
index df41ce3b6b4..05feb37b8c7 100644
--- a/sys-libs/e2fsprogs-libs/Manifest
+++ b/sys-libs/e2fsprogs-libs/Manifest
@@ -1,3 +1,3 @@
-DIST e2fsprogs-libs-1.43.3.tar.gz 599387 SHA256 
157d90e8482753d3bebe03e8d6a4688a751c1f8b0847ba4aff8627c288fa9d31 SHA512 
a1a5c01be1d020d858b958694747ba4f35032cd55bff71078cfddc31a818790ce4ead25fcf5e2aceca42c0faaf1635b6d8e3a2c7b87caac7f6fbbe5a44ceb411
 WHIRLPOOL 
2d82e8bac810aff56435785d8e345b3c4bef2483cb508b2c4168c7801feb10f5d573f67058f705a9b03e63ba889ef9a02e983831f31649cefe1a73d66f511dac
-DIST e2fsprogs-libs-1.43.6.tar.gz 595409 SHA256 
74366864feec30c73621efe43afa1c412af613af3dca912cf86472ca27586dc8 SHA512 
80a643ba349aac79c88548e9692066f777c5f9e82e309b348606a8078de456171535e6e5df91f73ca3db9d03bb539b1a19883cf74615357bdf77f3bd20cc0b11
 WHIRLPOOL 
7264bc369ac8c7f1a04df84e7270b5d030a55696d1f13056763d7d1c01a57a10461534a70ae442f4ab6e3f2c28b1b4af98ac33ee2c0e791eb4d21efe8ed25dda
-DIST e2fsprogs-libs-1.43.7.tar.gz 595431 SHA256 
c94305d5aab2b6c4de2372d3c05f16381804eba658ba28fbdf9d4f93c65d0abf SHA512 
b57c069d2e95588823fd69169378dd9d8a04ca77daa1a5dda8398cd198ace6184a3cb08507ae2b195de399caa4d197306043749f4a3010bccd942ba00d44162b
 WHIRLPOOL 
535a76ff007573f10b80469f22ec50fd27d41afed2e9f21024b8cb3fa9e5ad0b2d9a449c8830c9f9133a7ba8bfd733cf2388a6fb7375ccc1a9d073523ee0bade
+DIST e2fsprogs-libs-1.43.3.tar.gz 599387 BLAKE2B 
decdb20114ad7b00754ecfe5658de6446cac8f2861a131cde71b6440934f5e66cbef7e5ef9945a15c6bccb3da0ca49d8f7bc04be59ee3565a03a16f850cdfbd1
 SHA512 
a1a5c01be1d020d858b958694747ba4f35032cd55bff71078cfddc31a818790ce4ead25fcf5e2aceca42c0faaf1635b6d8e3a2c7b87caac7f6fbbe5a44ceb411
+DIST e2fsprogs-libs-1.43.6.tar.gz 595409 BLAKE2B 
a5edf65b637b7f3fab16174a695baa232b8aeab6e8d28140a3a68ed63eee309949ca85a28f33d15199068fffe9174ef76b28f403ec09118296a458611592a36e
 SHA512 
80a643ba349aac79c88548e9692066f777c5f9e82e309b348606a8078de456171535e6e5df91f73ca3db9d03bb539b1a19883cf74615357bdf77f3bd20cc0b11
+DIST e2fsprogs-libs-1.43.7.tar.gz 595431 BLAKE2B 
12677792ff602586fa41f15c16a19b9d4135be8a4d8e4f26d40a8ee5b09254bec34f3ec6186b386fe0ef5690f26b2be54a46931eb5c76bf0693ce5877927fdc4
 SHA512 
b57c069d2e95588823fd69169378dd9d8a04ca77daa1a5dda8398cd198ace6184a3cb08507ae2b195de399caa4d197306043749f4a3010bccd942ba00d44162b

diff --git a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.6.ebuild 
b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.6.ebuild
index 1d598424242..48b5af46daf 100644
--- a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.6.ebuild
+++ b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="!sys-libs/com_err



[gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/

2017-11-28 Thread Markus Meier
commit: d89d732d30c4dc328ea4ed710243df7b4af419c7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:52:47 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:52:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89d732d

sys-fs/e2fsprogs: arm stable, bug #634520

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-fs/e2fsprogs/Manifest| 8 
 sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-fs/e2fsprogs/Manifest b/sys-fs/e2fsprogs/Manifest
index 25fb854dbce..3cf6b34735f 100644
--- a/sys-fs/e2fsprogs/Manifest
+++ b/sys-fs/e2fsprogs/Manifest
@@ -1,5 +1,5 @@
 DIST e2fsprogs-1.42.9-mint-r1.patch.xz 9012 SHA256 
3904654080b7f7776e97b703d17e1b59ae1d6f5e0cf32193b86e986bc0a9b396 SHA512 
591a7c80d65082eebcdc455028be6ade05c9aae96c94f654106be0facef330a8875dae82891e6e3ad2b48dece2b4e1c1940dbc47cd3eba3e6eea3b5ddba9a8fc
 WHIRLPOOL 
ae6fc015fa77bfbde7a4ba2205c014b655e736c4ed5cb63a913245c6c40fa0637b65fa3eec6399dd1793c494892b76e0bbc12ffa6ac9c39d4da27333d8bbf6c7
-DIST e2fsprogs-1.43.3-missing_uninit_bg.patch 1317 SHA256 
4a4a59215efde3b0b398a19c9e74f73ae9bbbca954cf3e2a5f0a9f836313 SHA512 
bd80dd679245c4d26837fa5a0f7dc6a05560973d912a3fe8f5c3c8c352675496f21c9b775d37fb190a7fbb3fb61882b6d4d6a20b34918cda0bfe65e7d0cce8e8
 WHIRLPOOL 
a03a7461183b08ac178dc7d0c6a230df93d75902b0abc33ec0c7a19d018fdc4264910e688db4708bd16b23d175a3a9928e38c31f8377f7d28352bac83a8cd90f
-DIST e2fsprogs-1.43.3.tar.gz 7405892 SHA256 
ce8ef1bbb0d4730f170167284fda156ac9d6bf18db2750eb94af619a81b19927 SHA512 
77e753f77222a0a7a334d7d93c900ea6cb339ed40af29952e414fc4e45d8c5c01d67771978a941195effe666df965746c2b31977c5f05ff307429b978dac8dea
 WHIRLPOOL 
c90dea3d01a103b7d11d0611b1b005748065ae90f15a02f3bde4c4baf9403931b40d2024297a2e02a92d11841d35decf8a4715d682212d4641ff34bb2f80d5db
-DIST e2fsprogs-1.43.6.tar.gz 7466907 SHA256 
233d70ac434cdfba792dc0f83944c0ec854468d604fb22325ae65c4adfc90239 SHA512 
95e3e7def177de921d3204aeace4cb8243d79872468d3289cace0547798c84e92af253022deb803cd8c045411283b01431728a86b14b9e8b45cdd5dca739db66
 WHIRLPOOL 
862769b1775d87297c30a242a2578971435115ebf381156f0c16078a2ad0e19f03e8af41c93d00d6324a11af6d4cf333b0a1a8fe3eee76fcbb47fc825f3481c5
-DIST e2fsprogs-1.43.7.tar.gz 7492811 SHA256 
87035f2eae8da5f9869f78ffc177969b4e3cf75a5da489521c1ffe4268e1a1c4 SHA512 
71694c57d076517f6e1f2a5bffcbc49c32fcf11283e26739304f50ff0aae28646ea7af80dc85b636b87db57a0042a5bce82411e631f7d5c055440ebeadb90282
 WHIRLPOOL 
5fb000e6bbd4770c0361976c4b3d4874c91b005b5e9c0dad108fe428e56a147361d5d265abd8db4605819eb771740b4a362885cb76bf5661f815a434f3bd9a3a
+DIST e2fsprogs-1.43.3-missing_uninit_bg.patch 1317 BLAKE2B 
ec53c0aca102e137fce437f98f299b674b25110a7df38139c35fa4da6756992a0923c65bbcd39e4739c3d454b119c8b30681b7426b1c22853538f9d4d00d2a02
 SHA512 
bd80dd679245c4d26837fa5a0f7dc6a05560973d912a3fe8f5c3c8c352675496f21c9b775d37fb190a7fbb3fb61882b6d4d6a20b34918cda0bfe65e7d0cce8e8
+DIST e2fsprogs-1.43.3.tar.gz 7405892 BLAKE2B 
158aeee327a1ca68ce1bda1f97c9fa25ba1bd78ea9ee418c8ad85d2bf422d49ea93ad6c1b33c9b7bdafceacb4c0975da776c6e5b2df8962baf0d368c894db5a8
 SHA512 
77e753f77222a0a7a334d7d93c900ea6cb339ed40af29952e414fc4e45d8c5c01d67771978a941195effe666df965746c2b31977c5f05ff307429b978dac8dea
+DIST e2fsprogs-1.43.6.tar.gz 7466907 BLAKE2B 
6c19c686432b7990900b239c4a1b3b6675b085ca7adfdb4323d1253ee8c83f22f87f67b0b4a843e48cb71322b1a7454b3ceab669f875b71b967e96054a55f1ac
 SHA512 
95e3e7def177de921d3204aeace4cb8243d79872468d3289cace0547798c84e92af253022deb803cd8c045411283b01431728a86b14b9e8b45cdd5dca739db66
+DIST e2fsprogs-1.43.7.tar.gz 7492811 BLAKE2B 
122158f0824de632b93fab651be60ca45096b5dac20438a6407c69577017a5f117ce402166b529072a81a2b6ac96f9237ea1a0f55d7d23d05ba758d42d86451a
 SHA512 
71694c57d076517f6e1f2a5bffcbc49c32fcf11283e26739304f50ff0aae28646ea7af80dc85b636b87db57a0042a5bce82411e631f7d5c055440ebeadb90282

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild
index 7018ee1033f..2cfde8fdf97 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
 IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}



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

2017-11-28 Thread Markus Meier
commit: 1de62d10bb188d39e73700950dab00a77191de47
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:53:10 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:53:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de62d10

sys-apps/gawk: arm stable, bug #634850

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-apps/gawk/Manifest  | 10 +-
 sys-apps/gawk/gawk-4.1.4.ebuild |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/gawk/Manifest b/sys-apps/gawk/Manifest
index 9615fb7603a..07adbaaa083 100644
--- a/sys-apps/gawk/Manifest
+++ b/sys-apps/gawk/Manifest
@@ -1,5 +1,5 @@
-DIST gawk-3.1.8.tar.bz2 1984129 SHA256 
5dbc7b2c4c328711337c2aacd09a122c7313122262e3ff034590f014067412b4 SHA512 
a8046c1a5a6ffc8bd90cc6062d97ba6301b7a707f4a34a06355a83aaaea2ccdf4c4476563fc6f444b529a2d8d3a2de2126b53434ba50aad8bd898fb3299904dd
 WHIRLPOOL 
e24079d7c2aee57e48db2ef76df4c217ea0fa435304a563c6df8d0442f8a5e5e4cff2141809f68430939d66a3a6eda981edefa94b2b8c85e5f0a3ee7ba8a7649
-DIST gawk-4.0.2.tar.xz 1626808 SHA256 
21e1f28c51b5160f0a4bf1a735c6109b46a3bd6a43de808eabc21c17bb026d13 SHA512 
069f68b6792521d94d4003764006ad8fbe9a17c60a88212629204d9a5eb3f662903fff6d91dd3c1834597b76c18f9d3231c93a033f456c59c0571ac13eb77b27
 WHIRLPOOL 
8b2916d964c5fa67a46c0a5fc39d424b03e6b39a3335ad796a224feb760528631199c1ec6ee2b6719bdc014ab190ddf38092211685020c92851d617e6ca08690
-DIST gawk-4.1.3.tar.xz 2311268 SHA256 
e3cf55e91e31ea2845f8338bedd91e40671fc30e4d82ea147d220e687abda625 SHA512 
8b9470a1bba397353f10e4e652e8589a637a49e8235fb39ca7681ae662fd27cd140c193d0634179c800f99e19b0e49aef55dfa6612f9695ba80760a36936a1c3
 WHIRLPOOL 
ddcd0f218a08c7d54beaaa28db3a965c57b1d394dd294f142970cbf3b4777a407bbb491b7442f9e4de0b7435167919e76b16f4c5ab28eb62758a3d44d11a49e1
-DIST gawk-4.1.4.tar.xz 2367832 SHA256 
53e184e2d0f90def9207860531802456322be091c7b48f23fdc79cda65adc266 SHA512 
6a0e9cf086544212f54b54261dcd517b611aaf495ef99c4b7740d07e363bb00c5632f3d7fd5e12a954d5aa9793764162a57453e0e18884b29c6c54b5f444c097
 WHIRLPOOL 
5103388e7260cd9d4e777a5b53e93ae2eb1270c5baec462d0d4c244fde12bb29d41864ebb22de5c9b797fb9678c548cf3059a39488d35660b508b90c802346ff
-DIST gawk-4.2.0.tar.xz 2948108 SHA256 
d4f3cd31c001fd0ed52832d4fbfbdfeaa38ad541c182f80ff8fdf87324a6a9f2 SHA512 
3076b2f42e43fff0ce63dcaa3fb749ce421473d0abc3e1e2d9dd375207d3e35c98d5bf91c3179f49156e8a4977424c16bb2d3d662846ad487153729dd4cfeb4c
 WHIRLPOOL 
5fe8f46d78effeef2563446b6c73c7e5bcc4e1f8b565ca2bed3bbf30017683e784daa9655cfb7722ea090a8c9a3ce6f5740f278c0ff3a70d85ec67d7a8b5808a
+DIST gawk-3.1.8.tar.bz2 1984129 BLAKE2B 
9e3c130aa246f3dcfc03ce88da644d0fdceff01fc98fb25c1638d3a03e9ad4c435960c41746eced0f7d955c6aeefde68b75c4449bc95be26be59720b267b4f84
 SHA512 
a8046c1a5a6ffc8bd90cc6062d97ba6301b7a707f4a34a06355a83aaaea2ccdf4c4476563fc6f444b529a2d8d3a2de2126b53434ba50aad8bd898fb3299904dd
+DIST gawk-4.0.2.tar.xz 1626808 BLAKE2B 
f66ebc3650c7288d46ed4548f07c83cbd591873a5d364965d6768e6455f64334cb03cb91e83a110d5edaa917c7fed714cf66154cea5c0ec22ef982429ad03265
 SHA512 
069f68b6792521d94d4003764006ad8fbe9a17c60a88212629204d9a5eb3f662903fff6d91dd3c1834597b76c18f9d3231c93a033f456c59c0571ac13eb77b27
+DIST gawk-4.1.3.tar.xz 2311268 BLAKE2B 
956872ef3c8bdf27ccf9c3f7f158f161f42bb8607af7f966e843e24cb4e4e89380cd05a3169157cc822ea5ce8d849993b952795ecd0ecf14213f0bdd689d1b16
 SHA512 
8b9470a1bba397353f10e4e652e8589a637a49e8235fb39ca7681ae662fd27cd140c193d0634179c800f99e19b0e49aef55dfa6612f9695ba80760a36936a1c3
+DIST gawk-4.1.4.tar.xz 2367832 BLAKE2B 
67004e2867e4c4f43aac7142a52c83642d8bb3b0a5451293418bc15e575a8ed1d97c0a975e084bf46ffd1c27dc70e48de492cd2e007773622ef14886b9269ee1
 SHA512 
6a0e9cf086544212f54b54261dcd517b611aaf495ef99c4b7740d07e363bb00c5632f3d7fd5e12a954d5aa9793764162a57453e0e18884b29c6c54b5f444c097
+DIST gawk-4.2.0.tar.xz 2948108 BLAKE2B 
6e46b70480184edd3a70bcea2b4e4448b4dfbac317be6e1a6d9225bc6c0b42abe49fe9380231cb3fc87efd449d2c5232ac7099b4c4472c3815a52200ef0013a3
 SHA512 
3076b2f42e43fff0ce63dcaa3fb749ce421473d0abc3e1e2d9dd375207d3e35c98d5bf91c3179f49156e8a4977424c16bb2d3d662846ad487153729dd4cfeb4c

diff --git a/sys-apps/gawk/gawk-4.1.4.ebuild b/sys-apps/gawk/gawk-4.1.4.ebuild
index 89c4624dc17..966fab13c92 100644
--- a/sys-apps/gawk/gawk-4.1.4.ebuild
+++ b/sys-apps/gawk/gawk-4.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 LICENSE="GPL-2"
 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"
+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 

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

2017-11-28 Thread Markus Meier
commit: 672399711d3db44f79e1f5acf6e56013b38fc177
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:53:51 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67239971

sys-devel/automake: arm stable, bug #635078

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/automake/automake-1.13.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.13.4-r1.ebuild 
b/sys-devel/automake/automake-1.13.4-r1.ebuild
index d5b6a89ef83..72eb656cb89 100644
--- a/sys-devel/automake/automake-1.13.4-r1.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-11-28 Thread Markus Meier
commit: 68abb7b07fe3795fa1d183bb961c8219690c8e4d
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Nov 29 05:52:19 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Nov 29 05:52:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68abb7b0

sys-devel/autoconf-archive: arm stable, bug #634274

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 sys-devel/autoconf-archive/Manifest   | 6 +++---
 sys-devel/autoconf-archive/autoconf-archive-2017.03.21.ebuild | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/autoconf-archive/Manifest 
b/sys-devel/autoconf-archive/Manifest
index ffd77d68439..c7e02a87de5 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -1,4 +1,4 @@
-DIST autoconf-archive-2016.03.20.tar.xz 613612 SHA256 
88fb2efff640eddd28a52ae550ff5561bca3bd2bba09e1d7b0580e719875e437 SHA512 
194d639d82a3377cdaf843c4a49d3ce3843ea37499b169124ddd2fca1800c0a559e27087a062109482b22f68b30f25ebb6da4b769eb6174d6e781162c83703b3
 WHIRLPOOL 
4121ea032bb0708d3d231cb5f11d539b68fe9533fbea8a30ef4a32446c2f9c2b11404c8160a528b1cbc642054830bc4ba6cfc0bc8d277adafbf1975c3a6dd2f3
+DIST autoconf-archive-2016.03.20.tar.xz 613612 BLAKE2B 
be3338572abc671ddbccf9bb6c14a3358156dce651bd8da563164d6e55eb326846951d31de286d9d932c6e77e0f83a5f55f65672e0860b72126b7fc1febe0a14
 SHA512 
194d639d82a3377cdaf843c4a49d3ce3843ea37499b169124ddd2fca1800c0a559e27087a062109482b22f68b30f25ebb6da4b769eb6174d6e781162c83703b3
 DIST autoconf-archive-2016.09.16.tar.xz 624536 SHA256 
e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82 SHA512 
968fe6c274cfa804526b571c5c9e83e882103c8bfe52741c421bad0f216dd80c0de959db33b8e26d75ca11096b9f36f7d00468d7a6de400920b9a2eacfb91495
 WHIRLPOOL 
3d0e5fe15080f7fc75c84b17a76947b9e63613ab4a2bcdbf84da29d80e8cbf1e30e0f0b0b8060b4c03c1bde287caeaae1ffc19e49cda20891985c9b4e2cb1f2d
-DIST autoconf-archive-2017.03.21.tar.xz 633132 SHA256 
386ad455f12bdeb3a7d19280441a5ab77355142349200ff11040a8d9d455d765 SHA512 
826233fcdd0cb5a1fe18bd52477e3a8afcaf8719ea376b3be0864df6b481f0fef8fd8083485b1565a14c13ad64dbc0ae93149a62e16da9a4d24db8063120cc3a
 WHIRLPOOL 
84cdbcd48745b2774fc740d10b31c628df160d1fec35bcc2439db1b93328fc91417f0c1371b6c4b90d4aa9def2d60f7b61b14e2de57da56517a1b710b03ce6c0
-DIST autoconf-archive-2017.09.28.tar.xz 645388 SHA256 
5c9fb5845b38b28982a3ef12836f76b35f46799ef4a2e46b48e2bd3c6182fa01 SHA512 
2aa271fdd67fa3caf20e07eb8332d88f7008eefe1df447980d42cb2104313d99947b94ffdb0f6f4b4c8156cfc73d9e0b6c27a5f133c6b73787ef641d9951be90
 WHIRLPOOL 
ae63070d3ff990da6a568e22ab0462f21addeb1f32bd66f1cf1084ea0466ba0cdd100871d1a448b1cbe3e94f8009fd74094ff8fe99be167a9d7ece7f7c0caafd
+DIST autoconf-archive-2017.03.21.tar.xz 633132 BLAKE2B 
d2dd681a3b8c30fe50ae70e8c938e6c235e2747475abc7bba62dc1836f9ca49733935ec5372d2497d6dcef43dbf306a5b53604cb300e24915d43c9fbb5a62b05
 SHA512 
826233fcdd0cb5a1fe18bd52477e3a8afcaf8719ea376b3be0864df6b481f0fef8fd8083485b1565a14c13ad64dbc0ae93149a62e16da9a4d24db8063120cc3a
+DIST autoconf-archive-2017.09.28.tar.xz 645388 BLAKE2B 
b7b62d30ddde199d0f1a61bb78c50f932ff4e66a57bc318f8dc096f506ab81c3308d389690fdf495c4b9cf405b0139126aea8f4cb3219ed8e94c9c0d707ad065
 SHA512 
2aa271fdd67fa3caf20e07eb8332d88f7008eefe1df447980d42cb2104313d99947b94ffdb0f6f4b4c8156cfc73d9e0b6c27a5f133c6b73787ef641d9951be90

diff --git a/sys-devel/autoconf-archive/autoconf-archive-2017.03.21.ebuild 
b/sys-devel/autoconf-archive/autoconf-archive-2017.03.21.ebuild
index fe6175fa240..ff88f74d6da 100644
--- a/sys-devel/autoconf-archive/autoconf-archive-2017.03.21.ebuild
+++ b/sys-devel/autoconf-archive/autoconf-archive-2017.03.21.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 # File collisions. #540246



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

2017-11-28 Thread Hans de Graaff
commit: e8b85c22fe45b23842115c40d0fb9fa41f39fba8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 29 05:40:50 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 29 05:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b85c22

dev-util/cucumber-tag_expressions: add 1.1.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/cucumber-tag_expressions/Manifest |  3 ++-
 .../cucumber-tag_expressions-1.1.0.ebuild  | 18 ++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/dev-util/cucumber-tag_expressions/Manifest 
b/dev-util/cucumber-tag_expressions/Manifest
index 481322e6541..cb4ad6f52b6 100644
--- a/dev-util/cucumber-tag_expressions/Manifest
+++ b/dev-util/cucumber-tag_expressions/Manifest
@@ -1 +1,2 @@
-DIST cucumber-tag_expressions-1.0.1.gem 8192 SHA256 
8ee1756f01115627f283124909f23361d0a3f958b56622bf221a3db54d020583 SHA512 
be19d91c4b267d0f4c5f483e61a13d63cc023719874358bb63ac72fa3104e6068b8edc6231e70c4ee24c4f33e0b4f2254148edb666bec1f617c0d322275582b6
 WHIRLPOOL 
6e1477b9bcdb1831f05602ddb75ee6ad820c350fc8e351f2c0fd2c48e7ea0d99d5d0ee873ea8bb2cf33c9c6f704bc592c16cfe0d0b4056442ad9cc4b5178526f
+DIST cucumber-tag_expressions-1.0.1.gem 8192 BLAKE2B 
a47f6d1c049e16df641deedd58ef5c7bb12fa1fb3d0a7e894cc04ac5fde05b1de71663af763ea5199b3d53a44f942abb650fb054a0baf3763f7e2f6dd59a76cb
 SHA512 
be19d91c4b267d0f4c5f483e61a13d63cc023719874358bb63ac72fa3104e6068b8edc6231e70c4ee24c4f33e0b4f2254148edb666bec1f617c0d322275582b6
+DIST cucumber-tag_expressions-1.1.0.gem 7680 BLAKE2B 
c8aa789750c0e33acc0864d85bb7f90c87d9b0872cf027e84eda4be8ea73187e0171abbbc430d7f2fad4cffda3e218bff35c9016800f0eb80877c6acb84fe75f
 SHA512 
471dd0e8cc63cc67e9cd99a446859047683b5e4f4b55461c986b25999240d4b466bf1d3eef4bf7debf56b7ea3ed10e6dac7f19b67496f81bbbe6d2d4c7168aeb

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild
new file mode 100644
index 000..37e6c5e8fac
--- /dev/null
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Cucumber tag expressions for ruby"
+HOMEPAGE="https://docs.cucumber.io/tag-expressions/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~ia64 ~ppc"
+SLOT="1"



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

2017-11-28 Thread Hans de Graaff
commit: 0716525b0bae78f62931143a2deebaa1a768ff4a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 29 05:50:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 29 05:50:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0716525b

dev-util/cucumber-core: add 3.1.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/cucumber-core/Manifest   |  5 +--
 dev-util/cucumber-core/cucumber-core-3.1.0.ebuild | 37 +++
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest
index 92828dc6895..5fd5954f3af 100644
--- a/dev-util/cucumber-core/Manifest
+++ b/dev-util/cucumber-core/Manifest
@@ -1,2 +1,3 @@
-DIST cucumber-core-1.5.0.gem 45056 SHA256 
594a30969a33f03693915db7eaa2a137e45fed76d9ae19ed7b96a4bbb1764262 SHA512 
544d2c5707bde46d0c12dc975b3858e663776d9bc87ef044681525a547ef2de171a74ba0c53fb28dafcbdf90a153bea5357ec1a129f11b2c0dfedd288c5def74
 WHIRLPOOL 
7e703d2f7b6131417e0895ee27c0efd511fb98a600a607292e4e9f77e1ca45f7241746b42c4509458b624992a00a60e850f12f8623110359fc0f17a015d37fbe
-DIST cucumber-core-3.0.0.gem 52736 SHA256 
14877556e8f05aae857f2f2a5356cb96dfabf40e244a2544c57d2d6f54b71b9f SHA512 
2991bc8e2f3f5042b10cd430273dd1fd4c851ee444defbdfdf16ba920f93c6523e1b503c562438691947a969c95c8f65416a69c4fdf1fe876ad0c274982b9e75
 WHIRLPOOL 
75cf647046d29a17ce430f542a51c2d96be1e8de1ff3abb6a8cf49c1c531cc04fa0619fed8c47edca411173085df0aee746f1a5904e4ebc5637d22231a5e0bc4
+DIST cucumber-core-1.5.0.gem 45056 BLAKE2B 
39c56fd48386556f36921694940d8d8be7e2345c81bec83e7a47b4a07e96b22f4d30898cbdcedeebc44be671c166b42cb52d55c36b7196eb05b9cb82333a76d3
 SHA512 
544d2c5707bde46d0c12dc975b3858e663776d9bc87ef044681525a547ef2de171a74ba0c53fb28dafcbdf90a153bea5357ec1a129f11b2c0dfedd288c5def74
+DIST cucumber-core-3.0.0.gem 52736 BLAKE2B 
8c46b6209ffcea6c4840c038f956c90b0cbf4ab6e227ff0d0bcd92202f4bc233c9815bd270baf8d01a9cf15ef32cda2ca9fed172571fa2d8fc00ac024667a725
 SHA512 
2991bc8e2f3f5042b10cd430273dd1fd4c851ee444defbdfdf16ba920f93c6523e1b503c562438691947a969c95c8f65416a69c4fdf1fe876ad0c274982b9e75
+DIST v3.1.0.tar.gz 49335 BLAKE2B 
92b82661a6fb49ebff987fc5c729fee894509667d2a9600dcafa305235097249381b51ba4549f6c465dd7d8733e125d891d7c04e204fd683f68f08792e862a8a
 SHA512 
c50186288bc855e30611dd25956f343bb97c7fc75e0f3341917e5816db2dcb7ea76a189fda7399c1304db7a643d8c10b7a76e3bf98a775e1ef2356a389e3eb7d

diff --git a/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild
new file mode 100644
index 000..73e4a5172fa
--- /dev/null
+++ b/dev-util/cucumber-core/cucumber-core-3.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Executable feature scenarios"
+HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
+SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz;
+RUBY_S="cucumber-ruby-core-${PV}"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~ia64 ~ppc"
+SLOT="3.0"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/unindent-1.0
+   )"
+
+ruby_add_rdepend "
+   >=dev-ruby/backports-3.8.0
+   >=dev-util/cucumber-tag_expressions-1.1.0
+   >=dev-ruby/gherkin-5.0.0
+"
+
+all_ruby_prepare() {
+   # Avoid dependency on kramdown to keep dependency list manageable for 
all arches.
+   rm -f spec/readme_spec.rb || die
+}



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

2017-11-28 Thread Robin H. Johnson
commit: 6e9e603dffc39c5a4f642578840a03c8e4f7c8f7
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Nov 29 05:15:33 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Nov 29 05:15:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9e603d

dev-vcs/git: bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-vcs/git/Manifest  |  15 +-
 dev-vcs/git/git-2.15.1.ebuild | 699 ++
 2 files changed, 708 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index d5e00496694..c40b57f5daa 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,9 +1,12 @@
-DIST git-2.13.6.tar.xz 4756820 SHA256 
bce97e403bea34f50378e90ade10c12666b2382cc247551b63dc5604e03b2523 SHA512 
ed39784205e1077f886eebdfb34a205fb0433071de29f673a79ea32bca31a2ba9bdabba208c9679ea2f6f295bafad52a7e7852b5bd2ccb1e6c99a1d2e76e8ada
 WHIRLPOOL 
aeadb595a3fc9b74b143478436f4511d15735e5e01bbaf84bc60ef6c3bb91d94aa29ea1bd700a08d3aea3341de4cee5c4d5ced0b550a223faaadd37774cd3492
+DIST git-2.13.6.tar.xz 4756820 BLAKE2B 
5fdb7aae5ceb1e1d0bd9be2541e8d39f28503ebeda5ef30eee306348afb290171cba7f8d6e0002775288bfba699ca12e388a4007008509d91a9ac92e90fb5d5c
 SHA512 
ed39784205e1077f886eebdfb34a205fb0433071de29f673a79ea32bca31a2ba9bdabba208c9679ea2f6f295bafad52a7e7852b5bd2ccb1e6c99a1d2e76e8ada
 DIST git-2.14.3.tar.xz 4802252 SHA256 
5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d SHA512 
e32e9ff904cbc2a77d78ca08953e3b69ac527c333a898dd053806e3d7e684ad4ae153ae7663b7ff9c16e2414c3189878a2e6c95fe9320b4af6cb1e7fa5102643
 WHIRLPOOL 
2ea153e7e32653a86d166c151c2dde5b1e3e1220cfead1ad771ae183aa0f73f04c77f51811f8a0f005f4c3590a288dcd98be8211dfcb989ef7d29328185f1de9
-DIST git-2.15.0.tar.xz 4892056 SHA256 
107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a SHA512 
994704b440ebce104a99d815dd713af3173f29e70646d7135c3fcd1ac4694a26e499f0732843606c397cbf6108809eb397546c837623a4adbe1ccb2fc825cb64
 WHIRLPOOL 
f03b8ba84c9e1e78680571af94b7b166774eab002ceb724c94c02b58d40b70fff7fc314ab5ee95cd2c8ae3dcf02355c8bb5f280f201efb8105c2015bda94cc71
-DIST git-htmldocs-2.13.6.tar.xz 1110668 SHA256 
cdc39ecc8d1ce09f7b865832ebbc466441beb61d1aad4c7796514520220dabf0 SHA512 
9eb26f04836620bf4486d3bb2a170ab2b0af319f7f53e2677f4c1445767f5c3521cfdbb274dcc4df2bfd2fc5bf0ca18c6a4a9ca0b9f957c53f66e530684af6cc
 WHIRLPOOL 
126d8ae25c71dc4e6a6eb20ba611cd2eaf94ea8f4f89fde82b2d05044e93f425d9812559db5599b557a1a8f5832cc41d0651b421d265219c257351fe7fb41f2b
+DIST git-2.15.0.tar.xz 4892056 BLAKE2B 
89a035e143f2146d9cb6be3c7468fc8815c1cbd94cd3755be0dc4b34666c3f2b5013a542eaa9b1d420fc54b74533893b018b1f9b5859c4287a05008834ef40c9
 SHA512 
994704b440ebce104a99d815dd713af3173f29e70646d7135c3fcd1ac4694a26e499f0732843606c397cbf6108809eb397546c837623a4adbe1ccb2fc825cb64
+DIST git-2.15.1.tar.xz 4894768 BLAKE2B 
89258e58ff06b50759364c79bebc9a70a267eca7bd25c1feb73ca49cb2b9cf5f6b890729aee4c9bda9025cbacfd8ed29d1a251ee0add9cd84c277e2bb29dbad5
 SHA512 
dcf300b28e41f7757d866e768d641137718b43eb6d12a2cfff99fb429775e0cab87bbff48147b8588bc0f69e92eb5ca2ad1f75c8cf5205e41853d8e8652f900b
+DIST git-htmldocs-2.13.6.tar.xz 1110668 BLAKE2B 
7cfbd453c72c3e300244f9a8c4d13efd60d22219dee48f6a06e6f23fb3a0bd5bc66e624829d685b3ae8b47b81bba39e605f0dd6fd3459364c83b2d922be94a64
 SHA512 
9eb26f04836620bf4486d3bb2a170ab2b0af319f7f53e2677f4c1445767f5c3521cfdbb274dcc4df2bfd2fc5bf0ca18c6a4a9ca0b9f957c53f66e530684af6cc
 DIST git-htmldocs-2.14.3.tar.xz 1116824 SHA256 
9d28b922ad861bf747ca34a4f083efa3ce41ca39cccb0dfab8bdcf0b58694ccb SHA512 
a73160724f944832f915ff29c557e2a968d6c5ae5c4e9759d96444af8841e52a1193d50a74f01deb1ec5ef03b3301897bd85c5ebb82ac22d8188d528629d74d4
 WHIRLPOOL 
748cf71a16871cb91e84f7fdd4a2f6beeaf05d514a7e6ea34d02256a8196d0f9814db252c98d6178643ae183f31813cadf9b7056b61ab4478c157e2236cc71bd
-DIST git-htmldocs-2.15.0.tar.xz 1132908 SHA256 
79b2029855eeab2a01f38baeeabf6fbd222ea6de02457f0d5b9f2325cf96c514 SHA512 
a3ed8dd5ba7a35eb89b375a04bea2aee8ad08744ba4e0016842595491fd9ed95cebc969108865f4075271301fecc75e89393f83ac384abf8b74a0b3acee3b67e
 WHIRLPOOL 
8857bb03b1ce7b958950daf171f5797c39711b868fd901f92c88682c9ce4aeabfd3013a49d74c922f23f09a04520534e45b4b3d498f945137b5f4b02a8f3e1a0
-DIST git-manpages-2.13.6.tar.xz 407660 SHA256 
9c92ed09c3343c770a1afd9dbb1192b00ebb1b3d3e25e21a2dcb1a4e9a494d1d SHA512 
b24a96053e348e1d2ebf5c66d968074bc73471f07ac3a680d8b16fd211b69b5fdfad6a087473edf9941ad08493e4d7ff0a916b85ce40ebe19b3e3dad6a4baf5f
 WHIRLPOOL 
f25b4b20462806a722067aecb7aa0526f00536630c8f71bd7be1ecc0ff4fec07db2fa79d69d911f3e1a2eaca9fe73ad76e76e7ef7afbb83698db42a540e4cfef
+DIST git-htmldocs-2.15.0.tar.xz 1132908 BLAKE2B 
d90109c71b99e063c3494be44a35b19d4b445dccf7122563c38ee211bfd73b63b4c747048150ee89d3b92eb10b55e3856515a28280153bdcff640673b30a2a09
 SHA512 
a3ed8dd5ba7a35eb89b375a04bea2aee8ad08744ba4e0016842595491fd9ed95cebc969108865f4075271301fecc75e89393f83ac384abf8b74a0b3acee3b67e
+DIST 

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

2017-11-28 Thread Matt Thode
commit: 6e3eda3621ea8b9d8f51162d9c772bedd63d83bd
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Nov 29 04:54:16 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Nov 29 04:54:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3eda36

media-sound/pulseeffects: 3.0.9 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-sound/pulseeffects/Manifest  |  1 +
 media-sound/pulseeffects/pulseeffects-3.0.9.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 61ae9377f53..3ee302a82eb 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1 +1,2 @@
 DIST pulseeffects-3.0.8.tar.gz 604530 BLAKE2B 
e55b08a861f8a9b45191727d000b28b6468d1d46328726ef30f63733bf6b3dd6b745d3f4c38f54c5924950c489c70bb87b57ada4735ce68420d678e93019da65
 SHA512 
2610b19c0a61510ab9ab29d2fb038a76dcdaf6c168f57d13df8baf32493cf2fe56cfad73f862144117ce511864b405c9d78f294afcab6bc4336ffc234e18110b
+DIST pulseeffects-3.0.9.tar.gz 614347 BLAKE2B 
ab24d1af31b359348de8de235694100be20cf961c358b63a043670f82efa17afe25b0cf9e723c6be228bd70af2ce0bc91176f6371a549799a4c7921f2fcf7368
 SHA512 
aad31f042ff1f1e15c50f2a7a63f73b3878fad56101e0fabb51ed2e48500451b401ece8db56c23049ac4455deb481ba0c0586aa9a753581acdb3749a219046f4

diff --git a/media-sound/pulseeffects/pulseeffects-3.0.9.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.0.9.ebuild
new file mode 100644
index 000..47a858b30f6
--- /dev/null
+++ b/media-sound/pulseeffects/pulseeffects-3.0.9.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit gnome2-utils meson python-r1
+
+DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
+HOMEPAGE="https://github.com/wwmm/pulseeffects;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="${HOMEPAGE}"
+   KEYWORDS=""
+else
+   SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~x86 ~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   ${PYTHON_DEPS}
+   python_targets_python3_4? ( dev-python/configparser )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}]
+   media-plugins/swh-plugins
+   >=x11-libs/gtk+-3.18:3
+   dev-python/numpy[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-0.18[${PYTHON_USEDEP}]
+   >=media-libs/gstreamer-1.12.0:1.0
+   >=media-libs/gst-plugins-good-1.12.0:1.0
+   >=media-libs/gst-plugins-bad-1.12.0:1.0
+   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
+"
+RDEPEND="${DEPEND}
+   media-sound/pulseaudio[equalizer]
+"
+
+pkg_preinst(){
+   gnome2_schemas_savelist
+}
+
+pkg_postinst(){
+   gnome2_gconf_install
+   gnome2_schemas_update
+}
+
+pkg_postrm(){
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+}



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

2017-11-28 Thread Benda XU
commit: ab2e3a4026e093e0cf17b46b5bcc308a861f93c8
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Nov 29 02:43:31 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Nov 29 03:56:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2e3a40

p/p/l-s/profile.bashrc: prefixify files-XXX.c in sys-libs/glibc.

 profiles/prefix/linux-standalone/profile.bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/prefix/linux-standalone/profile.bashrc 
b/profiles/prefix/linux-standalone/profile.bashrc
index 4b39a3e25d5..60a2af632d1 100644
--- a/profiles/prefix/linux-standalone/profile.bashrc
+++ b/profiles/prefix/linux-standalone/profile.bashrc
@@ -36,7 +36,7 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && 
${EBUILD_PHASE} == compile ]]; th
 for f in libio/iopopen.c \
 shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \
 nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \
-nss/{bug-erange,nss_files/files-init{,groups}}.c \
+nss/{bug-erange,nss_files/files-{XXX,init{,groups}}}.c \
 sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c}
 do
ebegin "  Updating $f"



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

2017-11-28 Thread Benda XU
commit: a5afa5059747e6874c70c4fe6e8ddedf7e73bd95
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Nov 29 03:56:07 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Nov 29 03:56:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5afa505

dev-python/ipynb: setuptools is a build dependency.

Closes: https://bugs.gentoo.org/639088
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/ipynb/ipynb-0.5.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipynb/ipynb-0.5.1.ebuild 
b/dev-python/ipynb/ipynb-0.5.1.ebuild
index e995d8d88f5..629aabfd99a 100644
--- a/dev-python/ipynb/ipynb-0.5.1.ebuild
+++ b/dev-python/ipynb/ipynb-0.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -15,3 +15,5 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-11-28 Thread Craig Andrews
commit: 0967107ad37b03d039364538414602a6fabd23e9
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Nov 29 03:18:09 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Nov 29 03:18:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0967107a

app-admin/needrestart: Depend on sys-apps/init-system-helpers

Closes: https://bugs.gentoo.org/639004
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-admin/needrestart/Manifest| 4 ++--
 .../{needrestart-.ebuild => needrestart-2.11-r1.ebuild}   | 1 +
 app-admin/needrestart/needrestart-.ebuild | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest
index 7fdb2cc6a2a..a77cce1ad96 100644
--- a/app-admin/needrestart/Manifest
+++ b/app-admin/needrestart/Manifest
@@ -1,4 +1,4 @@
-DIST needrestart-2.10.tar.gz 50602 SHA256 
e2a9eff45d47d2c5e7c33102d204059bd493a4b950df15e01b37af7a2c084ebb SHA512 
94cc4b898b3fadd4f5936133e8ce008fd79ce3e399c3343ab61308da59264f8e8301c3d1701fc0fa44478a94a6f518d73c09de708149a63fc3feb9dcd0f87a31
 WHIRLPOOL 
7b7eeecd92bddd326ced1671a04b50511279dacd04bcf33ccd0ceac1fd6f5eedbef388f70459789ee9dbb91299d3cbe4c2311e15a72d030be10aa546255d79b8
-DIST needrestart-2.11.tar.gz 52156 SHA256 
5c7c322e551ae5de9442ac4915d6c9bc47303a22bc8fb234b953d4a158e65777 SHA512 
e987ebafe77aba6920645088fa12e609b52f55edfd545ede1c0a93ee1d6b91ed3ea84cb8db69cd067aaabe8ba973b366da61301b5527ec176a29e3ba30605311
 WHIRLPOOL 
a936b180037de8b804ed15ae44620aadc0dfc42d238207547832f42e7f8dea3784017ec1e517b7b22a0273396a26cb16d58a80923dc2219c747c4129ebf5
+DIST needrestart-2.10.tar.gz 50602 BLAKE2B 
d7827172a650d49ea723e82db2f0e7d652705d5c510f7f95881505d05939a4dcc8ac001a0b09e6ec7b9a8069db96fd386515a27f1c74490e725e49d58e1cb36b
 SHA512 
94cc4b898b3fadd4f5936133e8ce008fd79ce3e399c3343ab61308da59264f8e8301c3d1701fc0fa44478a94a6f518d73c09de708149a63fc3feb9dcd0f87a31
+DIST needrestart-2.11.tar.gz 52156 BLAKE2B 
fb3ffbf6f7876625ad0b7db4feb629c80f0798b7b117f5c94058533e8ed53e695fca5de76670a184245e23720886c79b97c3cfdcc5e9400c1e6988fdb2f64459
 SHA512 
e987ebafe77aba6920645088fa12e609b52f55edfd545ede1c0a93ee1d6b91ed3ea84cb8db69cd067aaabe8ba973b366da61301b5527ec176a29e3ba30605311
 DIST needrestart-2.8.tar.gz 46420 SHA256 
33b4f734335987557c68a8c57ea070ac4d23a249fa8675260f0bc28769056cc8 SHA512 
2a6e5616a412039e9057a655208a7c55ed611d0deee5ba4c1d25563bb2610bcbf2b6d2534b906fd729db2eee5b3891fdb3fd3bc647f4d6aa06e2a87173b69be7
 WHIRLPOOL 
4f9daf45ca1a034d6476cf0b387174665d6bf15a4f36cb86e565d6b3715227bf8f7e27f6af422b1ef53c4b07a76d7b36eea0852e2db2a9032679ecc0b04bfc15
 DIST needrestart-2.9.tar.gz 49774 SHA256 
812c9594a5a262524f354f2290d8f9cd623004b30222aaeb37faa8cc911bd89f SHA512 
f3ed8c0312ec6ee40b7f74fb6a69eaec939c6af5d3a09fd62e59e426ac3fabd416db145eb3946e51f7fe53470c24aa8ccd3ad6aa1e5988195085456204153c81
 WHIRLPOOL 
577735033ad12178e6d1eafaa71a2e9f7d09eece84aa7970e19619767a823da9a6e872bd7e57fd2b0db5c6421f2690105e805c0450a3386ea92bc8b8625dc3d5

diff --git a/app-admin/needrestart/needrestart-.ebuild 
b/app-admin/needrestart/needrestart-2.11-r1.ebuild
similarity index 96%
copy from app-admin/needrestart/needrestart-.ebuild
copy to app-admin/needrestart/needrestart-2.11-r1.ebuild
index c0f3cada310..3019c0bacfe 100644
--- a/app-admin/needrestart/needrestart-.ebuild
+++ b/app-admin/needrestart/needrestart-2.11-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
dev-perl/Proc-ProcessTable
dev-perl/Sort-Naturally
dev-perl/TermReadKey
+   sys-apps/init-system-helpers
 "
 DEPEND="${RDEPEND}
sys-devel/gettext

diff --git a/app-admin/needrestart/needrestart-.ebuild 
b/app-admin/needrestart/needrestart-.ebuild
index c0f3cada310..3019c0bacfe 100644
--- a/app-admin/needrestart/needrestart-.ebuild
+++ b/app-admin/needrestart/needrestart-.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
dev-perl/Proc-ProcessTable
dev-perl/Sort-Naturally
dev-perl/TermReadKey
+   sys-apps/init-system-helpers
 "
 DEPEND="${RDEPEND}
sys-devel/gettext



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

2017-11-28 Thread Craig Andrews
commit: 88d0af57b63b94f8897e6ea053f4b28f9cd5e7ce
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Nov 29 03:19:05 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Nov 29 03:19:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d0af57

app-admin/needrestart: Cleanup old versions

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-admin/needrestart/Manifest  |  3 --
 app-admin/needrestart/needrestart-2.10.ebuild   | 40 ---
 app-admin/needrestart/needrestart-2.8-r1.ebuild | 43 -
 app-admin/needrestart/needrestart-2.9-r1.ebuild | 40 ---
 4 files changed, 126 deletions(-)

diff --git a/app-admin/needrestart/Manifest b/app-admin/needrestart/Manifest
index a77cce1ad96..f7919569434 100644
--- a/app-admin/needrestart/Manifest
+++ b/app-admin/needrestart/Manifest
@@ -1,4 +1 @@
-DIST needrestart-2.10.tar.gz 50602 BLAKE2B 
d7827172a650d49ea723e82db2f0e7d652705d5c510f7f95881505d05939a4dcc8ac001a0b09e6ec7b9a8069db96fd386515a27f1c74490e725e49d58e1cb36b
 SHA512 
94cc4b898b3fadd4f5936133e8ce008fd79ce3e399c3343ab61308da59264f8e8301c3d1701fc0fa44478a94a6f518d73c09de708149a63fc3feb9dcd0f87a31
 DIST needrestart-2.11.tar.gz 52156 BLAKE2B 
fb3ffbf6f7876625ad0b7db4feb629c80f0798b7b117f5c94058533e8ed53e695fca5de76670a184245e23720886c79b97c3cfdcc5e9400c1e6988fdb2f64459
 SHA512 
e987ebafe77aba6920645088fa12e609b52f55edfd545ede1c0a93ee1d6b91ed3ea84cb8db69cd067aaabe8ba973b366da61301b5527ec176a29e3ba30605311
-DIST needrestart-2.8.tar.gz 46420 SHA256 
33b4f734335987557c68a8c57ea070ac4d23a249fa8675260f0bc28769056cc8 SHA512 
2a6e5616a412039e9057a655208a7c55ed611d0deee5ba4c1d25563bb2610bcbf2b6d2534b906fd729db2eee5b3891fdb3fd3bc647f4d6aa06e2a87173b69be7
 WHIRLPOOL 
4f9daf45ca1a034d6476cf0b387174665d6bf15a4f36cb86e565d6b3715227bf8f7e27f6af422b1ef53c4b07a76d7b36eea0852e2db2a9032679ecc0b04bfc15
-DIST needrestart-2.9.tar.gz 49774 SHA256 
812c9594a5a262524f354f2290d8f9cd623004b30222aaeb37faa8cc911bd89f SHA512 
f3ed8c0312ec6ee40b7f74fb6a69eaec939c6af5d3a09fd62e59e426ac3fabd416db145eb3946e51f7fe53470c24aa8ccd3ad6aa1e5988195085456204153c81
 WHIRLPOOL 
577735033ad12178e6d1eafaa71a2e9f7d09eece84aa7970e19619767a823da9a6e872bd7e57fd2b0db5c6421f2690105e805c0450a3386ea92bc8b8625dc3d5

diff --git a/app-admin/needrestart/needrestart-2.10.ebuild 
b/app-admin/needrestart/needrestart-2.10.ebuild
deleted file mode 100644
index c0f3cada310..000
--- a/app-admin/needrestart/needrestart-2.10.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
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/liske/${PN}.git;
-   inherit git-r3
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Restart daemons after library updates"
-HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html 
https://github.com/liske/needrestart;
-
-SLOT="0"
-LICENSE="GPL-2+"
-
-RDEPEND="
-   >=sys-apps/sed-4.2.2
-   dev-lang/perl:=
-   dev-perl/libintl-perl
-   dev-perl/Module-Find
-   dev-perl/Module-ScanDeps
-   dev-perl/Proc-ProcessTable
-   dev-perl/Sort-Naturally
-   dev-perl/TermReadKey
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-src_install() {
-   default
-   doman man/*.1
-   dodoc -r ex
-}

diff --git a/app-admin/needrestart/needrestart-2.8-r1.ebuild 
b/app-admin/needrestart/needrestart-2.8-r1.ebuild
deleted file mode 100644
index b2fba417b36..000
--- a/app-admin/needrestart/needrestart-2.8-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/liske/${PN}.git;
-   inherit git-r3
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Restart daemons after library updates"
-HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html 
https://github.com/liske/needrestart;
-
-SLOT="0"
-LICENSE="GPL-2+"
-
-RDEPEND="
-   >=sys-apps/sed-4.2.2
-   dev-perl/libintl-perl
-   dev-perl/Module-Find
-   dev-perl/Module-ScanDeps
-   dev-perl/Proc-ProcessTable
-   dev-perl/Sort-Naturally
-   dev-perl/TermReadKey
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-parallelmake.patch # 
https://bugs.gentoo.org/show_bug.cgi?id=588216
-)
-
-src_install() {
-   default
-   doman man/*.1
-   dodoc -r ex
-}

diff --git a/app-admin/needrestart/needrestart-2.9-r1.ebuild 
b/app-admin/needrestart/needrestart-2.9-r1.ebuild
deleted file mode 100644

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-any/

2017-11-28 Thread NP Hardass
commit: 89d6c8f32a8ee847935ee7cd6b0ecbe642b2edf2
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Nov 29 02:29:26 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Nov 29 02:29:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d6c8f3

app-emulation/wine-any: Re-add upstream stable releases

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-emulation/wine-any/Manifest   |  15 +-
 app-emulation/wine-any/wine-any-2.0-r1.ebuild | 636 ++
 2 files changed, 645 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 8e484adbe3d..af2d1ec99bc 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,10 +1,13 @@
 DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHIRLPOOL 
196427a68ab3b1261cb63bafd7f82b7a688ad439fa82ae3fc04b18c9da14cc8e95b827ca8ddd07124e1179c55ed0e0aba3bdcb4639b724a6dacf4952e8827e16
-DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
+DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
+DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
+DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
-DIST wine-d3d9-2.17.tar.gz 48722 SHA256 
557ae75a68529f282f1f5e7e9991892d7d994f199060ced43db22291ec66fe71 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
 WHIRLPOOL 
0c70a88949eaa27ebbc28a6951651e4b55166c1d54a8db6d9fdfe3f516d2f4e24ba0f08defddf637b9c2ed0702b250af4d41146684b79e90d84aefe284351059
-DIST wine-d3d9-2.18.tar.gz 48722 SHA256 
d1b5210d4228ddcc60f76b4a8694d5feb4e3c68ca443ee182c8b14f25356 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 WHIRLPOOL 
c879d7ca20e2b339ab1ad862274320ceced84693311dfc02652a83304d0beb263a59e8978fae65ad50bbb51eaac51988ab2a0105c50dafa9176caf1baa791506
+DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
+DIST wine-d3d9-2.17.tar.gz 48722 BLAKE2B 
fa226943210349feb1b906233010fe874b28caf385fca6749a84903c5eba2ed7303a6a7b0e2a15dfe20af399ec9d755ad7ed71c18248018d3968c1e1bcc44951
 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
+DIST wine-d3d9-2.18.tar.gz 48722 BLAKE2B 
47bfd1514cf135b84be7b2a9843e3125acae6f7f817443730498739290503921f998455e1e093ad15c4ac68e020af447add9dfdc4385cbc9bf7af6f3143583f5
 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618408a
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-d3d9/

2017-11-28 Thread NP Hardass
commit: 5328f3884ddd03dd042ba3caa2d8e0add3f4ebf2
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Nov 29 02:28:29 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Nov 29 02:29:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5328f388

app-emulation/wine-d3d9: Re-add upstream stable releases

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest|  10 +-
 app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild | 570 
 2 files changed, 576 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 980d48d3f68..cb7d8c71e6f 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,7 +1,9 @@
 DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHIRLPOOL 
196427a68ab3b1261cb63bafd7f82b7a688ad439fa82ae3fc04b18c9da14cc8e95b827ca8ddd07124e1179c55ed0e0aba3bdcb4639b724a6dacf4952e8827e16
-DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
+DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
+DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
+DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
-DIST wine-d3d9-2.17.tar.gz 48722 SHA256 
557ae75a68529f282f1f5e7e9991892d7d994f199060ced43db22291ec66fe71 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
 WHIRLPOOL 
0c70a88949eaa27ebbc28a6951651e4b55166c1d54a8db6d9fdfe3f516d2f4e24ba0f08defddf637b9c2ed0702b250af4d41146684b79e90d84aefe284351059
-DIST wine-d3d9-2.18.tar.gz 48722 SHA256 
d1b5210d4228ddcc60f76b4a8694d5feb4e3c68ca443ee182c8b14f25356 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 WHIRLPOOL 
c879d7ca20e2b339ab1ad862274320ceced84693311dfc02652a83304d0beb263a59e8978fae65ad50bbb51eaac51988ab2a0105c50dafa9176caf1baa791506
+DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
+DIST wine-d3d9-2.17.tar.gz 48722 BLAKE2B 
fa226943210349feb1b906233010fe874b28caf385fca6749a84903c5eba2ed7303a6a7b0e2a15dfe20af399ec9d755ad7ed71c18248018d3968c1e1bcc44951
 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
+DIST wine-d3d9-2.18.tar.gz 48722 BLAKE2B 
47bfd1514cf135b84be7b2a9843e3125acae6f7f817443730498739290503921f998455e1e093ad15c4ac68e020af447add9dfdc4385cbc9bf7af6f3143583f5
 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618408a
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/

2017-11-28 Thread NP Hardass
commit: 6ff9364cd4d51968424067a6970828644d338400
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Nov 29 02:24:07 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Nov 29 02:29:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff9364c

app-emulation/wine-vanilla: Re-add upstream stable releases

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|   7 +-
 .../wine-vanilla/wine-vanilla-2.0-r1.ebuild| 527 +
 .../wine-vanilla/wine-vanilla-2.0.1-r1.ebuild  | 527 +
 .../wine-vanilla/wine-vanilla-2.0.1.ebuild | 518 
 .../wine-vanilla/wine-vanilla-2.0.2-r1.ebuild  | 527 +
 .../wine-vanilla/wine-vanilla-2.0.3.ebuild | 523 
 6 files changed, 2627 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index d179e68e660..bd97bedd8f0 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,5 +1,8 @@
 DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
-DIST wine-2.0.2.tar.xz 18854952 SHA256 
f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 WHIRLPOOL 
cf21a899c60749c37353abc4ba974b3d6cc369769ace70fde899ff1cb5ac8a97828165cf2dbfbcf0915f5196ac58974948fe3e5b2c9854296a5eea75f8023ae5
-DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
+DIST wine-2.0.1.tar.xz 18845444 BLAKE2B 
82e692c9a216087ea3b51cba659b12a79b25b44aac2ab572b9cf6d12c29b8fa5cee3c4bb9f8e9dca526ded2c6ba1f77d2c948b783914427ec2b93409e64ccaec
 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
+DIST wine-2.0.2.tar.xz 18854952 BLAKE2B 
ae55b6a31e4d36b367a84e0e5fa7bea8c39a61ecfe7def4082747df4c55d0ee5c72e132bc77b49935fee8d0faf7f4d2cddfda0c712b6042b440dda1946e682b6
 SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
+DIST wine-2.0.3.tar.xz 18864648 BLAKE2B 
0503a11e7545d5af805bfc3c2f614b6e35e39b7b532ee45dd9947e1a9a53eb788a304e744c683e42bf84f0e67e2c046ea5f839b6bbad1cf73b9996eaae5c30c1
 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
+DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
+DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
new file mode 100644
index 000..d9e20bebdf6
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
@@ -0,0 +1,527 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/

2017-11-28 Thread NP Hardass
commit: 449fc7930621bf0d5566a17bddc543107305
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Nov 29 02:26:06 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Nov 29 02:29:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449fc222

app-emulation/wine-staging: Re-add upstream stable releases

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-emulation/wine-staging/Manifest|  10 +-
 .../wine-staging/wine-staging-2.0-r1.ebuild| 607 +
 2 files changed, 613 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 1f75cd0f44d..8f9766896f0 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,7 +1,9 @@
 DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHIRLPOOL 
196427a68ab3b1261cb63bafd7f82b7a688ad439fa82ae3fc04b18c9da14cc8e95b827ca8ddd07124e1179c55ed0e0aba3bdcb4639b724a6dacf4952e8827e16
-DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
+DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
+DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
+DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
-DIST wine-staging-2.17.tar.gz 10211107 SHA256 
f511bf3438dc418b4f667513bf1ae419255e4ee62229e9205c0c64b047222183 SHA512 
b652f6a852a1382c1b8275e172b7ac7608749c34aef5c0c5387cf262bf0da8db67a77ce397d49e53f3e2a8f210a3dbea1a9b3f3feb15c7d5bad8952b6fb7b53c
 WHIRLPOOL 
c45dc5fc91bc774f9f28bb06dff959391829fafac398bef198755395afe5a65bb2d32ba3ce157607a6040481955926866ed8f0760850bfca821be8599f4d7b64
-DIST wine-staging-2.18.tar.gz 10243957 SHA256 
69c75d3ca17b1c3617cd0934a9e9ad6fca37c6679900d2cb63f6981aa1026cc8 SHA512 
fe18b53d4160596d134ceed392f6459e9c183381f4712add43d8422e77d7d5d89ff34a3bb3afbd7740f250d85dfda0f3501e9600a41270790ae02138ed6d7dc7
 WHIRLPOOL 
2dc1429a7a4f13ee01b1317f1937ef7ec6b42c3cfdd78ff78bb8273e1056751edb2ac119904ba48ab645b430f269a9361a6d42bcbb5dfb46bd15a129569d3194
+DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
+DIST wine-staging-2.17.tar.gz 10211107 BLAKE2B 
7f791811f2c1f6e70aaa80841b49d8e6af90eae8ecd3b48fced5b7a14d069e90d8a6c23ac1c588254171695c04033e7d18a6dd373b94614fe044cd696664c532
 SHA512 
b652f6a852a1382c1b8275e172b7ac7608749c34aef5c0c5387cf262bf0da8db67a77ce397d49e53f3e2a8f210a3dbea1a9b3f3feb15c7d5bad8952b6fb7b53c
+DIST wine-staging-2.18.tar.gz 10243957 BLAKE2B 
9592fd26564df981353c686bcaf1bd32028d04e4ae97cc412739abf05c845d43135ad6c3ee27ba14d8eda6e657c5c5fee96d4e76a546d4b6e6e905e5505b4898
 SHA512 
fe18b53d4160596d134ceed392f6459e9c183381f4712add43d8422e77d7d5d89ff34a3bb3afbd7740f250d85dfda0f3501e9600a41270790ae02138ed6d7dc7
 DIST wine-staging-2.19.tar.gz 10241240 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont/

2017-11-28 Thread Matt Turner
commit: a026452d701e5e766d32625e9977a5f5b82c97d6
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 29 01:24:08 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 29 01:38:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a026452d

x11-libs/libXfont: Version bump to 1.5.4

 x11-libs/libXfont/Manifest  |  1 +
 x11-libs/libXfont/libXfont-1.5.4.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/x11-libs/libXfont/Manifest b/x11-libs/libXfont/Manifest
index 70563e119ca..0e047532079 100644
--- a/x11-libs/libXfont/Manifest
+++ b/x11-libs/libXfont/Manifest
@@ -1 +1,2 @@
 DIST libXfont-1.5.3.tar.bz2 519793 SHA256 
ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0 SHA512 
e7c8a09c4d174129e5d550194d3c3dc2b4abf797e52fe588c6002920727c52cf33b7db8d07fc69c2987e766d3af2d6ddda72f0c70eb21b135c691c97656a81b4
 WHIRLPOOL 
956af4caed82144124499f7d132a7dde21d738c3048e124b3007be65be6e093cb1247a4af24c36a1c6ef1cca52e96756c95d0b3db1940efd147fe8499378311b
+DIST libXfont-1.5.4.tar.bz2 528883 BLAKE2B 
d94a91dfa64e6b78bb4cb7f5ce59300b1cf31826308f3b3d29d495e166403ef57ddb8467033c08ea2b7a4fb0b160d25380f49aed79cd6b72a305eab07a0be25a
 SHA512 
864edbaff45c44bd92bc4b06275c73fdf584a9b88bc523a297d4c75c01ca253f438463e929af70d753ddecfa648bb0b9bcf0ec72267db9f2b1704f7afa906cb3

diff --git a/x11-libs/libXfont/libXfont-1.5.4.ebuild 
b/x11-libs/libXfont/libXfont-1.5.4.ebuild
new file mode 100644
index 000..30cc148e193
--- /dev/null
+++ b/x11-libs/libXfont/libXfont-1.5.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 ipv6 truetype"
+
+RDEPEND="x11-libs/xtrans
+   x11-libs/libfontenc
+   sys-libs/zlib
+   truetype? ( >=media-libs/freetype-2 )
+   bzip2? ( app-arch/bzip2 )
+   x11-proto/xproto
+   >=x11-proto/fontsproto-2.1.3
+   !

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/

2017-11-28 Thread Matt Turner
commit: 521952d921b8aca613187a79d0612212bfe7a6bb
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 29 01:23:00 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 29 01:38:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521952d9

x11-libs/libXfont2: Version bump to 2.0.3

 x11-libs/libXfont2/Manifest   |  1 +
 x11-libs/libXfont2/libXfont2-2.0.3.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/x11-libs/libXfont2/Manifest b/x11-libs/libXfont2/Manifest
index 82f62465abb..bb12e4365a6 100644
--- a/x11-libs/libXfont2/Manifest
+++ b/x11-libs/libXfont2/Manifest
@@ -1 +1,2 @@
 DIST libXfont2-2.0.2.tar.bz2 476173 SHA256 
94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111 SHA512 
d62b0c3d663a2c668796cca8c6c2a90f83feeae1253b7d946668d33502cd8099c963285b88db4f745efb0d4ff783c118eb3d84cb8e6e1724586e1ef2be23e593
 WHIRLPOOL 
8e04eebcf81bfcbbd02af60bc047551c30379950b50b3e9d284c918f9241fa18885b5172a416d04cfa6ff44637de1b69ab5cb51e7af37354e0f23e9a052f7600
+DIST libXfont2-2.0.3.tar.bz2 497085 BLAKE2B 
91780c245d5e08b45fca6e940b0fe910b43417b2bed77fa600e0b8ab2b2c5a423b8a1c680349b95592a77f5bac45b1f5a7991d05df699aad080e8c3cf4d614cf
 SHA512 
648b664e2aa58cbc7366a1b05873aa06bd4a38060f64085783043388244af8ceced77b29a22c3ac8b6d34cd226e093bbbcc785ea1748ea65720fe7ea05b4b44b

diff --git a/x11-libs/libXfont2/libXfont2-2.0.3.ebuild 
b/x11-libs/libXfont2/libXfont2-2.0.3.ebuild
new file mode 100644
index 000..8dd2f474727
--- /dev/null
+++ b/x11-libs/libXfont2/libXfont2-2.0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 ipv6 truetype"
+
+RDEPEND="x11-libs/xtrans
+   x11-libs/libfontenc
+   sys-libs/zlib
+   truetype? ( >=media-libs/freetype-2 )
+   bzip2? ( app-arch/bzip2 )
+   x11-proto/xproto
+   >=x11-proto/fontsproto-2.1.3"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable ipv6)
+   $(use_enable doc devel-docs)
+   $(use_with doc xmlto)
+   $(use_with bzip2)
+   $(use_enable truetype freetype)
+   --without-fop
+   )
+   xorg-2_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXcursor/

2017-11-28 Thread Matt Turner
commit: e60f81eb3bf062e36048201aa2a98c046c3be25f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 29 01:22:17 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 29 01:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60f81eb

x11-libs/libXcursor: Version bump to 1.1.15

 x11-libs/libXcursor/Manifest |  1 +
 x11-libs/libXcursor/libXcursor-1.1.15.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/x11-libs/libXcursor/Manifest b/x11-libs/libXcursor/Manifest
index f0316289e1d..9ac9bb3bdf9 100644
--- a/x11-libs/libXcursor/Manifest
+++ b/x11-libs/libXcursor/Manifest
@@ -1 +1,2 @@
 DIST libXcursor-1.1.14.tar.bz2 311896 SHA256 
9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df SHA512 
687963b54da66be25371f64a88f91812b38de4ffc3b806070f3aeb1da379df16ede819201a352b3fb66efc6b40a36a22770add3ae464f2008aff3e23cb60a8e6
 WHIRLPOOL 
3cb8adedd3b4f68f37814a880949a7d05d429b3f7f80a94456af823e921844dd338c5f5fa0da4a157b1b853ca8116e8366b004c6f4561150121397440aa651ec
+DIST libXcursor-1.1.15.tar.bz2 331607 BLAKE2B 
e39179902bf0a7c1b8c32f8c5fe856b51113a0c7fe98158f04d019df4737afb7d42b02ea509df66753d128c38c68dc976b2dfad8f6c8899002ecce9396fc4d8d
 SHA512 
53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5

diff --git a/x11-libs/libXcursor/libXcursor-1.1.15.ebuild 
b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
new file mode 100644
index 000..d3547b10649
--- /dev/null
+++ b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Xcursor library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+XORG_CONFIGURE_OPTIONS=(
+   --with-icondir=/usr/share/cursors/xorg-x11
+   
--with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps'
+)



[gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/

2017-11-28 Thread Denis Dupeyron
commit: 7ce11694768a9b3df33194c179f2b7731cdfe089
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Wed Nov 29 00:52:56 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Wed Nov 29 00:52:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce11694

x11-themes/xfce-gant-icon-theme: migrate to EAPI6

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-themes/xfce-gant-icon-theme/Manifest   |  2 +-
 .../xfce-gant-icon-theme-3.9_p6-r1.ebuild  | 36 ++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/x11-themes/xfce-gant-icon-theme/Manifest 
b/x11-themes/xfce-gant-icon-theme/Manifest
index 00a23dac3e9..0264d2b2873 100644
--- a/x11-themes/xfce-gant-icon-theme/Manifest
+++ b/x11-themes/xfce-gant-icon-theme/Manifest
@@ -1 +1 @@
-DIST icons-xfce-gant-3.9-6.tar.bz2 31992579 SHA256 
94ce662e5ca996c56125b02f3a741c8a597b645f29fab1ad0e7c41ebaf6b105b SHA512 
3bced73028c3796bb8bcf53f7cf02936243b7643bbd76191e01cd5f29165f16a5d7e386ef0c81b15b05f6d9fc4957f189b200c03af6b2255d0409e00a6fdad2d
 WHIRLPOOL 
41d3308fac423ad404ab5a566bd5c9633f7c1d7bdc836791cc9240014839d0ddfdd06bb24be52f1ded37a49438a3b5870f3a99c44f326f588ad0ecefe705dd81
+DIST icons-xfce-gant-3.9-6.tar.bz2 31992579 BLAKE2B 
abcdbd61fa6e5cdb2bbf1c94f668a197812d74ca9443f50e79472bf625d00288871a8376adc7cf2b1db4dd14a23218ef107a71c968a3644d972cc573e1e85927
 SHA512 
3bced73028c3796bb8bcf53f7cf02936243b7643bbd76191e01cd5f29165f16a5d7e386ef0c81b15b05f6d9fc4957f189b200c03af6b2255d0409e00a6fdad2d

diff --git 
a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild 
b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
new file mode 100644
index 000..4c9c9d633ba
--- /dev/null
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils
+
+DESCRIPTION="Xfce Gant Icon Theme"
+HOMEPAGE="http://www.xfce-look.org/content/show.php/GANT?content=23297;
+SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-themes/hicolor-icon-theme"
+DEPEND="${RDEPEND}"
+
+RESTRICT="binchecks strip"
+
+S=${WORKDIR}/Gant.Xfce
+
+src_install() {
+   dodoc README
+   rm -f icons/iconrc~ README || die
+   insinto /usr/share/icons/Gant.Xfce
+   doins -r *
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rodent/

2017-11-28 Thread Denis Dupeyron
commit: 830468c4edd9ab377c33836c4d694acc8c68e600
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Wed Nov 29 00:30:00 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Wed Nov 29 00:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830468c4

x11-misc/rodent: migrate to EAPI6

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-misc/rodent/Manifest  |  2 +-
 x11-misc/rodent/rodent-5.3.16.3-r1.ebuild | 40 +++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest
index 4522f530475..d3ae1e0e2d1 100644
--- a/x11-misc/rodent/Manifest
+++ b/x11-misc/rodent/Manifest
@@ -1 +1 @@
-DIST rodent-5.3.16.3.tar.bz2 10873231 SHA256 
456ffaa4ef3b60af1a94dad0a35f1e3986235d81f00b257a3204074a2275f3d6 SHA512 
83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5
 WHIRLPOOL 
2e8707d48b879209e225c8101f2919bb5cb327794da5d872ae5fa422bf2af39c2a828f0b81d359b9e7e06c18a5d8ff77d4249980293f62ea9833711c308360e5
+DIST rodent-5.3.16.3.tar.bz2 10873231 BLAKE2B 
5eca3c69d5a0427997bfcb7af8cd187fcb9f49e98988ed16a2cb292e59686d82ca93f60f8c827669df3b168d53c1da5b956d267dc94c1b67793113ae42b98954
 SHA512 
83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5

diff --git a/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild 
b/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild
new file mode 100644
index 000..ad96bd85d81
--- /dev/null
+++ b/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2-utils xdg-utils
+
+DESCRIPTION="A fast, small and powerful file manager and graphical shell"
+HOMEPAGE="http://xffm.org/;
+SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/librfm-5.3.16.3"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog TODO )
+
+src_prepare() {
+   pushd apps/rodent-pkg >/dev/null || die
+   sed -i -e "/^install-data-hook/d" \
+   -e "/rm -f/d" Build/Makefile.am || die
+   eautoreconf
+   popd >/dev/null || die
+   default
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2017-11-28 Thread Thomas Deutschmann
commit: 2ae1cc1b09fd7e7675e1c5e4b7c97e00468b95b0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 29 00:02:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 29 00:09:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae1cc1b

media-gfx/pngquant: Bump to v2.11.4

Closes: https://bugs.gentoo.org/602016
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/pngquant/Manifest   |  1 +
 media-gfx/pngquant/pngquant-2.11.4.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/media-gfx/pngquant/Manifest b/media-gfx/pngquant/Manifest
index 75d85162ab5..78be2d9122c 100644
--- a/media-gfx/pngquant/Manifest
+++ b/media-gfx/pngquant/Manifest
@@ -1,2 +1,3 @@
+DIST pngquant-2.11.4-src.tar.gz 142149 BLAKE2B 
eccf0c7a279d62981cfdf44ab0e378b2331377cd892019161b453edc7ffe73616a2aa83a07cf5f8d7292a0f96bf25612c23129348463cac73647021eae44f160
 SHA512 
171949977e1fd71c05bd75552f2e62535f6c15f31c3192cbe31df7451091634a6fbbfd08b47dd040f353af3b5f41fcc13db4421a212ca07cc6836f029635ddd0
 DIST pngquant-2.5.2-src.tar.bz2 54611 SHA256 
5b064596305c6f765a753e96e08224dd71b31c20b72bdaf0f205da16b76a347d SHA512 
d542765bc1f7e22fd7199cd4aeb8dc7b82fa87fe05c53ca6b7919522e081c861d419a541909284aa4e5dcfeeedb19729a50150d9139389c1949b3aeaf4933401
 WHIRLPOOL 
84682a44087a51a5475f1d21e3ce9e58fbb7cee81dc76c3e52cd234a28e80bd56686cc5323dcf8202e3a46fab3ca59278f45efee54dc93277040e742592bb064
 DIST pngquant-2.7.2-src.tar.gz 91721 SHA256 
75801ed048c40cc4bff12773892d16d7ff00c11b9c549845c2133fd3abca17c2 SHA512 
ab84651cf0b5f3af2095b5741e0d03f4ddedbed59e75c5c75faeac20efa8dd2fb482f2a8d9447b5673e9ae6970b9af8dfdbe40062bdf377206ee87eaa69ed9d8
 WHIRLPOOL 
88a6b77b8204e43f5f97815f34df103f31936e75f4e4822d7f8ac3d2ec80d5a584af7645277ef57d663159d088ce326c15d3eb69d016a682858e3658aabfa410

diff --git a/media-gfx/pngquant/pngquant-2.11.4.ebuild 
b/media-gfx/pngquant/pngquant-2.11.4.ebuild
new file mode 100644
index 000..fb15ab76cb4
--- /dev/null
+++ b/media-gfx/pngquant/pngquant-2.11.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="command-line utility and library for lossy compression of PNG 
images"
+HOMEPAGE="http://pngquant.org/;
+SRC_URI="http://pngquant.org/${P}-src.tar.gz;
+
+LICENSE="GPL-3 HPND rwpng"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug lcms openmp cpu_flags_x86_sse2"
+
+RDEPEND="media-libs/libpng:0=
+   media-gfx/libimagequant:=
+   sys-libs/zlib:=
+   lcms? ( media-libs/lcms:2 )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   tc-export AR CC
+   # Hand rolled configure script, so not all flags are supported.
+   ./configure \
+   --prefix="${EPREFIX}/usr" \
+   --with-libimagequant \
+   $(use debug && echo --enable-debug) \
+   $(use_enable cpu_flags_x86_sse2 sse) \
+   $(use openmp && tc-has-openmp && echo --with-openmp) \
+   $(use_with lcms lcms2) \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc CHANGELOG README.md
+}



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

2017-11-28 Thread Thomas Deutschmann
commit: ab195d04a2d8aa01292c94908329065f9e4f8fa9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 29 00:02:09 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 29 00:09:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab195d04

media-gfx/libimagequant: Bump to v2.11.4

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/libimagequant/Manifest   |  1 +
 .../libimagequant/libimagequant-2.11.4.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-gfx/libimagequant/Manifest b/media-gfx/libimagequant/Manifest
index c74854f01b3..1140301b549 100644
--- a/media-gfx/libimagequant/Manifest
+++ b/media-gfx/libimagequant/Manifest
@@ -1 +1,2 @@
 DIST libimagequant-2.10.1.tar.gz 70783 SHA256 
c06f6d33611b90b57ed362752c9fe4819f6c51896b3024010f18744dc14ce0f7 SHA512 
1cbb725e5f3774f931379f640c6532e169ea02a7b502a93af6b75a305e3dab1bd34a375391be0e8fdc15fea578715e8f8319d95d674383b7048e5f73e48b106f
 WHIRLPOOL 
654407abec0b565b9ead32b427e2393be760a012eaba8d657c4b5fd9d75f729af98be5bcdeea99487419ef91d347dbb86598f3719992401ec49ee8adcef0e9a0
+DIST libimagequant-2.11.4.tar.gz 74117 BLAKE2B 
5d42dc876c77694a1d4576e633d2e3aa1e531061aa849a683542cf11b14333f65125bbae699f927bf42896a934ade6d745aa517d6cbc4b7097d96c7579532ec9
 SHA512 
e9d2aaac2f37968dc93ba0da7d03f0fcf60b3f17d9a0b9edfd6930eade25844dd603de74492d8e1de8dc2da4e7f3e47959a558b5a67588d71e9e1db035eca1cc

diff --git a/media-gfx/libimagequant/libimagequant-2.11.4.ebuild 
b/media-gfx/libimagequant/libimagequant-2.11.4.ebuild
new file mode 100644
index 000..db64a5c5773
--- /dev/null
+++ b/media-gfx/libimagequant/libimagequant-2.11.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs eutils
+
+DESCRIPTION="Palette quantization library that powers pngquant and other PNG 
optimizers"
+HOMEPAGE="https://pngquant.org/lib/;
+SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cpu_flags_x86_sse2 debug openmp static-libs"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_configure() {
+   tc-export AR CC
+   # Hand rolled configure script, so not all flags are supported.
+   ./configure \
+   --prefix="${EPREFIX}/usr" \
+   $(use debug && echo --enable-debug) \
+   $(use_enable cpu_flags_x86_sse2 sse) \
+   $(use_with openmp) \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_compile() {
+   emake shared || die "make failed"
+   use static-libs && (emake static || die "make failed")
+}
+
+src_install() {
+   dolib.so libimagequant.so
+   dolib.so libimagequant.so.*
+   use static-libs && dolib.a libimagequant.a
+   doheader libimagequant.h
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2017-11-28 Thread Sven Wegener
commit: dba2759a7724df69f6ec6fa5f7cdaa8d0c592c50
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov 28 23:32:07 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov 28 23:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2759a

net-dns/pdns-recursor: Add sodium USE flag, bug #639018

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-dns/pdns-recursor/metadata.xml   | 1 +
 net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-dns/pdns-recursor/metadata.xml 
b/net-dns/pdns-recursor/metadata.xml
index a5208407eaa..e8c54bc6eb5 100644
--- a/net-dns/pdns-recursor/metadata.xml
+++ b/net-dns/pdns-recursor/metadata.xml
@@ -18,5 +18,6 @@ nameserver performance.
 
Enable support for 
dev-lang/luajit.
Enable support for 
dev-libs/protobuf.
+   Use dev-libs/libsodium for 
cryptography
 
 

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
index 46c66b636ec..6840a11c1c9 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="libressl luajit protobuf systemd"
+IUSE="libressl luajit protobuf sodium systemd"
 
 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
luajit? ( dev-lang/luajit:= )
@@ -21,6 +21,7 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.42:=
)
systemd? ( sys-apps/systemd:0= )
+   sodium? ( dev-libs/libsodium:= )
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:="
@@ -39,6 +40,7 @@ src_configure() {
econf \
--sysconfdir=/etc/powerdns \
$(use_enable systemd) \
+   $(use_enable sodium libsodium) \
$(use_with !luajit lua) \
$(use_with luajit luajit) \
$(use_with protobuf)



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2017-11-28 Thread Sven Wegener
commit: d7cee18c6c0435a113bc8af29cee4946076d9591
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov 28 23:35:27 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov 28 23:52:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cee18c

net-dns/pdns-recursor: Revesion bump for security fixes to 4.1.0_rc3

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 ...ns-recursor-4.1.0_rc3.ebuild => pdns-recursor-4.1.0_rc3-r1.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
similarity index 96%
rename from net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
rename to net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
index 6840a11c1c9..2e5354ed116 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
@@ -32,6 +32,10 @@ DEPEND="${DEPEND}
 
 S="${WORKDIR}"/${P/_/-}
 
+PATCHES=(
+   "${FILESDIR}"/CVE-2017-{15093,15094}-4.0.6.patch
+)
+
 pkg_setup() {
filter-flags -ftree-vectorize
 }



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

2017-11-28 Thread Sven Wegener
commit: fa161a4417e81c6b4d85a154de6be756ed6d79b9
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov 28 23:36:32 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov 28 23:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa161a44

net-dns/pdns: Revision bump for security fixes to 4.1.0_rc3

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-dns/pdns/{pdns-4.1.0_rc3.ebuild => pdns-4.1.0_rc3-r1.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-dns/pdns/pdns-4.1.0_rc3.ebuild 
b/net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild
similarity index 98%
rename from net-dns/pdns/pdns-4.1.0_rc3.ebuild
rename to net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild
index 10cfdae39d1..06d462d4a73 100644
--- a/net-dns/pdns/pdns-4.1.0_rc3.ebuild
+++ b/net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild
@@ -43,6 +43,10 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}"/${P/_/-}
 
+PATCHES=(
+   "${FILESDIR}"/CVE-2017-15091-4.0.4.patch
+)
+
 src_configure() {
local dynmodules="pipe bind" # the default backends, always enabled
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2017-11-28 Thread Sven Wegener
commit: a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov 28 23:23:43 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov 28 23:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59f7fe6

net-dns/pdns-recursor: Add libressl/openssl dependency

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild  | 4 +++-
 net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild | 4 +++-
 net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild | 4 +++-
 net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild
index f9b248316b3..30f31e4cc5b 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="lua luajit protobuf systemd"
+IUSE="libressl lua luajit protobuf systemd"
 REQUIRED_USE="?? ( lua luajit )"
 
 DEPEND="lua? ( >=dev-lang/lua-5.1:= )
@@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.42:=
)
systemd? ( sys-apps/systemd:0= )
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:="
 RDEPEND="${DEPEND}
!https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE="lua luajit protobuf systemd"
+IUSE="libressl lua luajit protobuf systemd"
 REQUIRED_USE="?? ( lua luajit )"
 
 DEPEND="lua? ( >=dev-lang/lua-5.1:= )
@@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.42:=
)
systemd? ( sys-apps/systemd:0= )
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:="
 RDEPEND="${DEPEND}
!https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="lua luajit protobuf systemd"
+IUSE="libressl lua luajit protobuf systemd"
 REQUIRED_USE="?? ( lua luajit )"
 
 DEPEND="lua? ( >=dev-lang/lua-5.1:= )
@@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.42:=
)
systemd? ( sys-apps/systemd:0= )
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:="
 RDEPEND="${DEPEND}
!https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="luajit protobuf systemd"
+IUSE="libressl luajit protobuf systemd"
 
 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
luajit? ( dev-lang/luajit:= )
@@ -21,6 +21,8 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.42:=
)
systemd? ( sys-apps/systemd:0= )
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:="
 RDEPEND="${DEPEND}
!

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

2017-11-28 Thread Sven Wegener
commit: f43db3f7279b83958a90fd4419548805be7d51dd
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov 28 23:33:55 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov 28 23:52:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43db3f7

net-dns/pdns: Add mit-krb5 dependency for ldap backend, bug #629892

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-dns/pdns/pdns-4.1.0_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/pdns/pdns-4.1.0_rc3.ebuild 
b/net-dns/pdns/pdns-4.1.0_rc3.ebuild
index 8ec74d1ac28..10cfdae39d1 100644
--- a/net-dns/pdns/pdns-4.1.0_rc3.ebuild
+++ b/net-dns/pdns/pdns-4.1.0_rc3.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
luajit? ( dev-lang/luajit:= )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )
-   ldap? ( >=net-nds/openldap-2.0.27-r4 )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
sqlite? ( dev-db/sqlite:3 )
opendbx? ( dev-db/opendbx )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )



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

2017-11-28 Thread Thomas Deutschmann
commit: 34286ccffab7bd989b57e3876707d630b339e9fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 28 23:38:01 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 28 23:38:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34286ccf

media-gfx/imagemagick: Bump to v6.9.9.23 / 7.0.7.11

Bug: https://bugs.gentoo.org/638110
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/imagemagick/Manifest|   2 +
 media-gfx/imagemagick/imagemagick-6.9.9.23.ebuild | 185 ++
 media-gfx/imagemagick/imagemagick-7.0.7.11.ebuild | 185 ++
 3 files changed, 372 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 2da5ae35dd4..188fa2b0274 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,7 +1,9 @@
 DIST ImageMagick-6.9.9-0.tar.xz 8780640 SHA256 
0a8a091dc4f57ec486e03285a1c30dc3f062d58133f848b6274dfc6ae5dbb60b SHA512 
ddd2042e5d9fd2ee9ba91f65c7be3f0cf1a8ce340be9cefaaca2517073d2319b43b7190c5302c92e845f8e250d87681e375aec7238ca93401b42dd248776e338
 WHIRLPOOL 
603965b07098c3963ab5c089ee4a3fa4b1d36eb8fa52d1e5c22d2dd9bdd6b5ffa165713274fb524991faffe447ce7df14df40c8848f1436e7b86c25d901eda45
 DIST ImageMagick-6.9.9-18.tar.xz 8797460 SHA256 
121dd50d051488e908306d7d1ba624781f5ec9532d30a2281b4a2bf6f26ee0b4 SHA512 
b18733e01c3f41a221a691ceb992bb2e7ecabbdd1b4765c5dd46f00c2047db8534acee9659aed55786baa00062946353bd02ac60b0609caf21f87fb34a40d290
 WHIRLPOOL 
9077ece10f3ab8be3334816589640523bed69eef1a3cb789653cb9b260caef6721ef941010f806b00a65f8bd5a9bafa87578163b2b92888f488cdabc49218408
 DIST ImageMagick-6.9.9-20.tar.xz 8994128 SHA256 
72131caaee1c673923709f7353b6731b43a2735b29110deac5121db403b07f0f SHA512 
36c241490ee41de5cd72e5bc297ac2353a0d4574337776445798b0c5823f491304c3f3a728d420d03f66b652eafcdb68ec2992347321ac3919c1d72c0afdb849
 WHIRLPOOL 
757763b393b2ebc41d264c3e49f42bbfab1a5bf1e0bf0507d944346500fde299280ed9e8710b8f02740bf72934a58cd85afd8cba31963a452a6de9bdaca27f94
+DIST ImageMagick-6.9.9-23.tar.xz 8795632 BLAKE2B 
c3a2ece7897961b191b1090384c0872422af80903d0447a0b67f06d45062d60f12903a30a00d28bedc33a6c0b74f38bfe043a113613f0bfb5b1608b972ce8e2a
 SHA512 
9160e0f6606c6ea011e9e47a11f092735456be60d6d039b9cf73c055c046ce89f05d096bdc3d37f87e2d6e36cd8dc9adf233b42bb9ad7d14aa03f13c7a1b6c03
 DIST ImageMagick-6.9.9-9.tar.xz 8797832 SHA256 
59eed394d295d651e49ec0f3cfe3f0bb7aeccc28bd7a32360db9f8fc4bf9f25c SHA512 
d024f753e1bf234e38736935f38a9bf82969ca77130059383f9d1871a39f68d7678a546d2786d57d602744e2008909df3f2ab08e1207b4c97c0952e7b03876d8
 WHIRLPOOL 
f56279a778c81b6a1b61b7e47f24de25b4758c6d46fabf1f63c6847dac151297ec6bd76e390b3f21b0521963b254771ad9779ed3b4e62f0d77e94f225ec595ef
 DIST ImageMagick-7.0.6-9.tar.xz 8550004 SHA256 
aa8cb89dad36b555d8ca497f207008a56b315727c9b5d6d7b28f8f9e3ee7ac25 SHA512 
5756d2605cbfbd876765372e954aeefdcdf60f1ee364ce40c3302f8958c510e6f0ecf47a3ee3c264eaaade1504bdae068118eb2cb96d418237f7f53da94a6c11
 WHIRLPOOL 
602c18d89b4f463d1bbd96d2a9e75c3dd2c2b11419ebe8611121f3a8d6c9ec82798cc5b1183d2f8c2cf7e174695faad4b35468540e3ee7a8c58de4a240035dfe
+DIST ImageMagick-7.0.7-11.tar.xz 8626180 BLAKE2B 
cb43c167227632dbcb96575d2f4845cb80a40f4490be240aa8020993033e23f42ba9f600ba37751cce66dc51237b209be965115fbed20329f046a8ca014accdf
 SHA512 
089c8516ca66845c6b8e6b365815ef1806fc97c785f75c06ed62241d7b6255387ee8f9004b1bcc0a6d03b7aa397d8e25131ca2aadc9255cc1e2368d73f774551
 DIST ImageMagick-7.0.7-6.tar.xz 8556160 SHA256 
52ae1acad9cfbba871b9d3cf033235067a49a20a510c1d6228a4fb3372d5b50e SHA512 
9dff09a29b94f0de8ede82473820860f812edf3fc8edb0d1f8daa21c127d3e7831047f33ab22c407f2803a03561b690a52525672da837bbab1a1255156b4e6ff
 WHIRLPOOL 
ca21db0a46d055e7bc3a942e70f785599eafbd44e325dd6a33bf42dd19e655ebb0143a12d26b460d9708600e3925aab97f7ce403fbadb65eb14cb90cb3254313
 DIST ImageMagick-7.0.7-8.tar.xz 8797060 SHA256 
547826f95a23ad3a1a6a514c0bff16ae875f6b7211809dff566e5994f65a0313 SHA512 
0852df3bc996032a713ce6dc274cc36c3818c1c8304223de391e58bce8230aa12ac9778b4b28278c0ab4e42f2a7b4094052a5e4e6e4208329848948237fb41d2
 WHIRLPOOL 
13a6baf033b4caa0543fa36e4d91d82dc03b7875582e63a0803f152796041870b798ee8fdb0a923b6da08836fd7f1be5faffe36cf5e3241cb8154c3287ce294d

diff --git a/media-gfx/imagemagick/imagemagick-6.9.9.23.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.9.23.ebuild
new file mode 100644
index 000..d91b5ff35ee
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.9.23.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator
+
+MY_P=ImageMagick-$(replace_version_separator 3 '-')
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="http://www.imagemagick.org/;
+SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
+
+LICENSE="imagemagick"
+SLOT="0/${PV}"

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

2017-11-28 Thread William Hubbs
commit: 4211391ca9a4a1cf4e7711a0b76f6d133e05b4b8
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Nov 28 23:30:17 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Nov 28 23:30:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4211391c

sys-apps/openrc: in the live ebuild, add cgroups to the sysinit runlevel

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/openrc/openrc-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 15376774cd7..4e854c49356 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -248,6 +248,9 @@ EOF
ewarn "if you do not want this to happen."
fi
fi
+
+   has_version ">=sys-apps/openrc-0.35" || add_boot_init cgroups sysinit
+
 }
 
 # >=OpenRC-0.11.3 requires udev-mount to be in the sysinit runlevel with udev.



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

2017-11-28 Thread William Hubbs
commit: a192caf88f527e09508e32baa623ef85549612ae
Author: Doug Freed  mtu  edu>
AuthorDate: Sun Nov 19 16:05:30 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Nov 19 16:05:30 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a192caf8

rc-schedules: if given nothing to look for, stop

This avoids trying to kill everything.

X-Gentoo-Bug: 631958
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=631958

 src/rc/rc-schedules.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/rc/rc-schedules.c b/src/rc/rc-schedules.c
index d60c2822..8f36f073 100644
--- a/src/rc/rc-schedules.c
+++ b/src/rc/rc-schedules.c
@@ -307,6 +307,9 @@ int run_stop_schedule(const char *applet,
const char *const *p;
bool progressed = false;
 
+   if (!(pid > 0 || exec || uid || (argv && *argv)))
+   return 0;
+
if (exec)
einfov("Will stop %s", exec);
if (pid > 0)



[gentoo-commits] proj/openrc:master commit in: /, init.d/, runlevels/

2017-11-28 Thread William Hubbs
commit: 3de6395ae3b8780ab501f3cf8688e1cb2a9f0243
Author: William Hubbs  gmail  com>
AuthorDate: Tue Nov 28 23:14:33 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Nov 28 23:14:33 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3de6395a

split cgroups mounting out of sysfs

This is neceessary to allow cgroups to be mounted in an lxc/lxd
container.

Fixes https://github.com/openrc/openrc/issues/187

 NEWS.md|  17 +++
 init.d/.gitignore  |   1 +
 init.d/Makefile|   7 +--
 init.d/cgroups.in  | 147 +
 init.d/sysfs.in| 112 
 runlevels/Makefile |   2 +-
 6 files changed, 170 insertions(+), 116 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 9982e9bd..70a6b4db 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -5,6 +5,23 @@ the information in this file is in reverse order.
 
 ## OpenRC 0.35
 
+In this version, the cgroups mounting logic has been moved from the
+sysfs service to the cgroups service. This was done so cgroups can be
+mounted inside an lxc/lxd container without using the other parts of the
+sysfs service.
+
+?As a result of this change, if you are upgrading, you need to add
+cgroups to your sysinit runlevel by running the following command as
+root:
+
+```
+# rc-update add cgroups sysinit
+```
+
+For more information, see the following issue:
+
+https://github.com/openrc/openrc/issues/187
+
 Consider this your second notification with regard to /etc/mtab being a
 file instead of a symbolic link.
 

diff --git a/init.d/.gitignore b/init.d/.gitignore
index 95ad4aad..90abdbbe 100644
--- a/init.d/.gitignore
+++ b/init.d/.gitignore
@@ -1,5 +1,6 @@
 agetty
 binfmt
+cgroups
 modules-load
 bootmisc
 fsck

diff --git a/init.d/Makefile b/init.d/Makefile
index c6cdbd97..9c97e1ed 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -21,9 +21,10 @@ SRCS-FreeBSD=hostid.in modules.in moused.in 
newsyslog.in pf.in rarpd.in \
 SRCS-FreeBSD+= adjkerntz.in devd.in dumpon.in encswap.in ipfw.in \
modules-load.in mixer.in nscd.in powerd.in syscons.in
 
-SRCS-Linux=agetty.in binfmt.in devfs.in dmesg.in hwclock.in consolefont.in 
\
-   keymaps.in killprocs.in modules.in modules-load.in mount-ro.in mtab.in \
-   numlock.in procfs.in net-online.in sysfs.in termencoding.in
+SRCS-Linux=agetty.in binfmt.in devfs.in cgroups.in dmesg.in hwclock.in \
+   consolefont.in keymaps.in killprocs.in modules.in modules-load.in \
+   mount-ro.in mtab.in numlock.in procfs.in net-online.in sysfs.in \
+termencoding.in
 
 # Generic BSD scripts
 SRCS-NetBSD=   hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \

diff --git a/init.d/cgroups.in b/init.d/cgroups.in
new file mode 100644
index ..fe21904c
--- /dev/null
+++ b/init.d/cgroups.in
@@ -0,0 +1,147 @@
+#!@SBINDIR@/openrc-run
+# Copyright (c) 2017 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
+
+description="Mount the control groups."
+
+cgroup_opts=nodev,noexec,nosuid
+
+depend()
+{
+   keyword -docker -prefix -systemd-nspawn -vserver
+   after sysfs
+}
+
+cgroup1_base()
+{
+   grep -qw cgroup /proc/filesystems || return 0
+   if ! mountinfo -q /sys/fs/cgroup; then
+   ebegin "Mounting cgroup filesystem"
+   local opts="${cgroup_opts},mode=755,size=${rc_cgroupsize:-10m}"
+   mount -n -t tmpfs -o "${opts}" cgroup_root /sys/fs/cgroup
+   eend $?
+   fi
+
+   if ! mountinfo -q /sys/fs/cgroup/openrc; then
+   local agent="${RC_LIBEXECDIR}/sh/cgroup-release-agent.sh"
+   mkdir /sys/fs/cgroup/openrc
+   mount -n -t cgroup \
+   -o 
none,${cgroup_opts},name=openrc,release_agent="$agent" \
+   openrc /sys/fs/cgroup/openrc
+   printf 1 > /sys/fs/cgroup/openrc/notify_on_release
+   fi
+   return 0
+}
+
+cgroup1_controllers()
+{
+   yesno "${rc_controller_cgroups:-YES}" && [ -e /proc/cgroups ] || return 0
+   while read -r name _ _ enabled _; do
+   case "${enabled}" in
+   1)  mountinfo -q "/sys/fs/cgroup/${name}" && 
continue
+   local x
+   for x in $rc_cgroup_controllers; do
+   [ "${name}" = "blkio" ] && [ "${x}" = "io" ] &&
+   continue 2
+   [ "${name}" = "${x}" ] &&
+ 

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

2017-11-28 Thread William Hubbs
commit: 6bb7ebec483a96e258c64ea3fea18358d7893fee
Author: William Hubbs  gmail  com>
AuthorDate: Mon Nov 27 17:09:43 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 27 17:10:00 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6bb7ebec

fix FreeBSD build

This is for #186.

 src/rc/supervise-daemon.c | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index f3f51ff0..06d0bdb3 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -159,7 +159,7 @@ static void cleanup(void)
free(changeuser);
 }
 
-static void re_exec(void)
+static void re_exec_supervisor(void)
 {
syslog(LOG_WARNING, "Re-executing for %s", svcname);
execlp("supervise-daemon", "supervise-daemon", svcname, "--reexec",
@@ -180,7 +180,7 @@ static void handle_signal(int sig)
/* Restore errno */
errno = serrno;
if (! exiting)
-   re_exec();
+   re_exec_supervisor();
 }
 
 static char * expand_home(const char *home, const char *path)
@@ -435,7 +435,9 @@ static void supervisor(char *exec, char **argv)
signal_setup_restart(SIGUSR1, handle_signal);
signal_setup_restart(SIGUSR2, handle_signal);
signal_setup_restart(SIGBUS, handle_signal);
+#ifdef SIGPOLL
signal_setup_restart(SIGPOLL, handle_signal);
+#endif
signal_setup_restart(SIGPROF, handle_signal);
signal_setup_restart(SIGSYS, handle_signal);
signal_setup_restart(SIGTRAP, handle_signal);
@@ -446,7 +448,9 @@ static void supervisor(char *exec, char **argv)
signal_setup_restart(SIGEMT, handle_signal);
 #endif
signal_setup_restart(SIGIO, handle_signal);
+#ifdef SIGPWR
signal_setup_restart(SIGPWR, handle_signal);
+#endif
 #ifdef SIGUNUSED
signal_setup_restart(SIGUNUSED, handle_signal);
 #endif



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

2017-11-28 Thread Sergei Trofimovich
commit: 193e1cbf3f43e610aa2e5ba64ce49c0a9c5b698c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 23:04:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 23:04:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193e1cbf

dev-lang/python: stable 3.6.3-r1 for ppc/ppc64, bug #639070

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 dev-lang/python/Manifest   | 20 ++--
 dev-lang/python/python-3.6.3-r1.ebuild |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 888d2d7ea0f..2f1f50fe031 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,12 +1,12 @@
-DIST Python-2.7.12.tar.xz 12390820 SHA256 
d7837121dd5652a05fef807c361909d255d173280c4e1a4ded94d73d80a1f978 SHA512 
6ddbbce47cc49597433d98ca05c2f62f07ed1070807b645602a8e9e9b996adc6fa66fa20a33cd7d23d4e7e925e25071d7301d288149fbe4e8c5f06d5438dda1f
 WHIRLPOOL 
fe4224f4c3dc8dc5c49005051da0069922c86f39880a0072c09fac422e1913d924ac695e22be11603a961329dd8c17b1cf7696b31b62ef93398e42745a6446d6
-DIST Python-2.7.14.tar.xz 12576112 SHA256 
71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 SHA512 
78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9
 WHIRLPOOL 
c604d747daa874de926abb8ec142a7824f2706b79fd828aa189895ba0e7d4df044b9be58d49ab70a245e9e7abd5da4340abe54fa0ff9eab32a4dee7db7ee9d29
-DIST Python-3.4.5.tar.xz 14516820 SHA256 
ee64b1c8a47461009abf25252332d29a4e587cb4f0c1c96aa793a3732e9d898a SHA512 
b548a5338d141b3086dea372fa2cc245ba5350ee9f0d1304ef6222dc45380b66d380b092e547d54206d56ca68563b95036f445f97f72bb0ef1d48f81a74a3d4c
 WHIRLPOOL 
43e0aed0177d46148964447b4fb24475c4c736afb2ba84ec393fbf55db3da3f192308f9c8f236deaa7a608dac56946ee7755970fadaa82bf406c910a05f36883
-DIST Python-3.4.6.tar.xz 14473592 SHA256 
f13428bbe6aa9e3b9b6499502dc488c26096349ed7a21f7a0c1db9095f40 SHA512 
f6785cf6a99a8a27823baefe59cc20e34cbec01bb444c8600e7f49b5437159d5137f9d80fce26e219846d71bfe98f68bc6f0c87719a34db0050a4eaca95959ac
 WHIRLPOOL 
d76c18cd247a953ff836cea1ead6f9fb71637938f8bdc91376f06841069944863ac3f6fa536fd0102279e828149c3280b48a48c8d0eaca70df2941a3f38a18ed
-DIST Python-3.5.4.tar.xz 15332320 SHA256 
94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c SHA512 
dbbe2740ee1cce5404b7b6436a9b3887e15f415a1006efa22014ec7e5b1e48c43eed0ff98f6f5b365c527b8d2525be4ce72bbe404ce71c0835529fcd6f0267ff
 WHIRLPOOL 
63bca2b7b6f5da024c30f84d7e4152a37232e3b277fc5ec58ede9a1da57a44e31bb5f2e5ee33874328526f8d7fdd05dc12df5c69fb827394d5b57907671d3dd3
+DIST Python-2.7.12.tar.xz 12390820 BLAKE2B 
97446bca10005277cf1a92ce7fc9e847d5df93f656a6a3b66e9f064d1c2ba35d5a8b420aaa64b92247d6a3fcd3852876450faebc466c7a8e841fd0c2e62fd306
 SHA512 
6ddbbce47cc49597433d98ca05c2f62f07ed1070807b645602a8e9e9b996adc6fa66fa20a33cd7d23d4e7e925e25071d7301d288149fbe4e8c5f06d5438dda1f
+DIST Python-2.7.14.tar.xz 12576112 BLAKE2B 
e03c4134cfdd88678acc26f383130a598ce4de908ab6bb9ee00e9235de3e0fcb9e653fec86f39db64fb895ef797d33736524655c5b94fab2cde2544b966b2cfb
 SHA512 
78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9
+DIST Python-3.4.5.tar.xz 14516820 BLAKE2B 
f9ddabd2df2241089d07756d3a8ba1c70096bee60d7cdef84041edbb20c488c3a573762441a4b7f543dbc0ce403ce84ff7d02e7d25699917bd014ab96deead85
 SHA512 
b548a5338d141b3086dea372fa2cc245ba5350ee9f0d1304ef6222dc45380b66d380b092e547d54206d56ca68563b95036f445f97f72bb0ef1d48f81a74a3d4c
+DIST Python-3.4.6.tar.xz 14473592 BLAKE2B 
4af4f8e6f5c6831b50e99dd9eef47617f14903dc709f53f833c64726b003e9f84f75be80ba8059dcada2b2f262d65875f70d8c53a163546e51f9a715c68f4f20
 SHA512 
f6785cf6a99a8a27823baefe59cc20e34cbec01bb444c8600e7f49b5437159d5137f9d80fce26e219846d71bfe98f68bc6f0c87719a34db0050a4eaca95959ac
+DIST Python-3.5.4.tar.xz 15332320 BLAKE2B 
1fc3ba4eb1ed949062961c13fd1f9851c7f9cbeb4916c06a0389349ee2d4872b2b1c2d30138822e6329b6a715f35a66df704b7a04aa4adeb95b685b8d6e45d61
 SHA512 
dbbe2740ee1cce5404b7b6436a9b3887e15f415a1006efa22014ec7e5b1e48c43eed0ff98f6f5b365c527b8d2525be4ce72bbe404ce71c0835529fcd6f0267ff
 DIST Python-3.6.3.tar.xz 16974296 SHA256 
cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da SHA512 
32f24a3adcb7880003c7ecdc5e53e838e774adda76b308961d8215e28db630b2fa2828097817924c76afa4212b2df3362eb64d4e10f37c0147f512ec5aa8662b
 WHIRLPOOL 
cdd04d265568d577e97ce921bef63e78c493f05426adcc8bc2bb1e5dbf02e35c3a4361ff467b7021e917e5056cd12d75cb038e5977093649881f8c2c5aabcc28
-DIST python-gentoo-patches-2.7.12-0.tar.xz 13576 SHA256 
cd842eec7202df57c153adc1fbb81e70b26ef651f8e9346e065d8577b93f343b SHA512 
8bf530fca15c47fa5d9bc958e433b35943a12c98e4172806a45aa60dc85ec92f8ab6ffcd90f752dc5bf8ffc711414894c15820c4b6ef72dbcedc2808119fb1f6
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2017-11-28 Thread Sergei Trofimovich
commit: c4a48987ccf997c190ef9a485aea31c84b3338b8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 23:04:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 23:04:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a48987

sys-process/procps: stable 3.3.12-r1 for ppc/ppc64, bug #635300

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 sys-process/procps/Manifest| 2 +-
 sys-process/procps/procps-3.3.12-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/procps/Manifest b/sys-process/procps/Manifest
index bcd62c19470..fbbaa4846c8 100644
--- a/sys-process/procps/Manifest
+++ b/sys-process/procps/Manifest
@@ -1 +1 @@
-DIST procps-ng-3.3.12.tar.xz 845484 SHA256 
6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4 SHA512 
ea816740ff72cc53d99b5d2e78a511b627ea5b295e0efff67605c56d1ab075abc6b0e2da3df4facbfe903fc9d679e892d351b6884a966d37c6f4bfd9141a924b
 WHIRLPOOL 
f6ff034c09224fb819cdadc0fc6e456a5e11bffa298a7d005a1089378a6bf19c464bb09d278618daecebcd02228d831efbe4d65a4f9f850f83c9dd030a3ab98b
+DIST procps-ng-3.3.12.tar.xz 845484 BLAKE2B 
d317935e28de45ca5afa59ce33f85e286820a630c7fe036bddcf7a4418fa347cbc9cab39ef380f482ce13f4798fd2419c67c3f861d7e4e2e89a9b2f4ae4a
 SHA512 
ea816740ff72cc53d99b5d2e78a511b627ea5b295e0efff67605c56d1ab075abc6b0e2da3df4facbfe903fc9d679e892d351b6884a966d37c6f4bfd9141a924b

diff --git a/sys-process/procps/procps-3.3.12-r1.ebuild 
b/sys-process/procps/procps-3.3.12-r1.ebuild
index 4fc6035472f..8b023ddc305 100644
--- a/sys-process/procps/procps-3.3.12-r1.ebuild
+++ b/sys-process/procps/procps-3.3.12-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/5" # libprocps.so
-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"
 IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test 
unicode"
 
 COMMON_DEPEND="



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

2017-11-28 Thread Sergei Trofimovich
commit: 1f26dc4d93fadb0c94fa61461fb898f6827c0613
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 22:57:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 22:57:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f26dc4d

dev-python/sip: stable 4.19.3 for ia64, bug #638748

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/sip/sip-4.19.3.ebuild b/dev-python/sip/sip-4.19.3.ebuild
index 35bc85b50bf..3ba921f9e61 100644
--- a/dev-python/sip/sip-4.19.3.ebuild
+++ b/dev-python/sip/sip-4.19.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc"
 
 RDEPEND="${PYTHON_DEPS}"



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

2017-11-28 Thread Sergei Trofimovich
commit: 6b64399a1fce90dd3479bf93883743025449eaec
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 22:57:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 22:57:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b64399a

dev-python/PyQt4: stable 4.12.1 for ia64, bug #638748

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/PyQt4/PyQt4-4.12.1.ebuild 
b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
index 99e18b6aeca..f31c10ac263 100644
--- a/dev-python/PyQt4/PyQt4-4.12.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="X compat dbus debug declarative designer doc examples help multimedia
opengl phonon script scripttools sql svg testlib webkit xmlpatterns"



[gentoo-commits] proj/devmanual:master commit in: general-concepts/news/

2017-11-28 Thread Ulrich Müller
commit: 1ca9b99efeabac3522d976ea94caef5b6b227c5d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Nov 28 22:50:30 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Nov 28 22:50:30 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1ca9b99e

general-concepts/news: Fix XML, rewrap long lines.

No text changes.

 general-concepts/news/text.xml | 59 ++
 1 file changed, 43 insertions(+), 16 deletions(-)

diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
index 2484ea8..2961084 100644
--- a/general-concepts/news/text.xml
+++ b/general-concepts/news/text.xml
@@ -5,14 +5,16 @@
 
 
 
-Gentoo News Items were created to provide a communication medium to push 
critical 
-messages to users via the rsync tree.  The original proposal for news items is 
outlined
-in https://www.gentoo.org/glep/glep-0042.html;>GLEP 42: Critical 
News Reporting.
+Gentoo News Items were created to provide a communication medium to push
+critical messages to users via the rsync tree. The original proposal for news
+items is outlined in https://www.gentoo.org/glep/glep-0042.html;>
+GLEP 42: Critical News Reporting.
 
 
 
-News Items can be read using the eselect command. More information on use of 
this tool to 
-read or delete news items can be found on the news.eselect man page.
+News Items can be read using the eselect command. More information on use
+of this tool to read or delete news items can be found on the news.eselect
+man page.
 
 
 
@@ -20,19 +22,44 @@ read or delete news items can be found on the news.eselect 
man page.
 Adding a news item
 
 
-
 
-Choose a file name in the proper format: -MM-DD-name.lang.txt, 
where the date is followed by a name (a-z, 0-9, + (plus), - (hyphen) and _ 
(underscore)), the two-letter ISO language code (en for English must be chosen 
as default) and the file extension txt.
-Write the news item, which is similar to a RFC-compliant email. 
Details concerning what is allowed can be found in the appropriate GLEP 
section. As a note: Exceptions depending on installed packages or activated 
profiles is possible.
-Send the news item to the gentoo-dev mailing list and the Gentoo PR 
team (p...@gentoo.org) 72 hours in advance of commit.
-Wait for corrections or feedback that your news item is not of great 
importance and should be revoked (can be possible).
-Upon acceptance, create a detached armored GnuPG signature with gpg 
--local-user --detach-sign --armor -MM-DD-name.lang.txt
-Verify that your signature is correct with gpg --verify 
-MM-DD-name.lang.txt.asc -MM-DD-name.lang.txt
-Create a directory structure for your item in the gentoo-news 
repository (git+ssh://g...@git.gentoo.org/data/gentoo-news.git): 
/-MM-DD-name/.
-Add both the news file and the signature to that directory.
-Commit and push your changes to the gentoo-news repository.
+  
+Choose a file name in the proper format: -MM-DD-name.lang.txt,
+where the date is followed by a name (a-z, 0-9, + (plus), - (hyphen)
+and _ (underscore)), the two-letter ISO language code (en for English
+must be chosen as default) and the file extension txt.
+  
+  
+Write the news item, which is similar to a RFC-compliant email. Details
+concerning what is allowed can be found in the appropriate GLEP section.
+As a note: Exceptions depending on installed packages or activated
+profiles is possible.
+  
+  
+Send the news item to the gentoo-dev mailing list and the Gentoo PR team
+(p...@gentoo.org) 72 hours in advance of commit.
+  
+  
+Wait for corrections or feedback that your news item is not of great
+importance and should be revoked (can be possible).
+  
+  
+Upon acceptance, create a detached armored GnuPG signature with
+gpg --local-user --detach-sign --armor -MM-DD-name.lang.txt
+  
+  
+Verify that your signature is correct with
+gpg --verify -MM-DD-name.lang.txt.asc -MM-DD-name.lang.txt
+  
+  
+Create a directory structure for your item in the gentoo-news repository
+(git+ssh://g...@git.gentoo.org/data/gentoo-news.git):
+/-MM-DD-name/.
+  
+  Add both the news file and the signature to that directory.
+  Commit and push your changes to the gentoo-news repository.
 
-
+
 
 
 



[gentoo-commits] proj/portage:master commit in: pym/portage/, pym/portage/tests/versions/

2017-11-28 Thread Zac Medico
commit: 77d8abd747a15f90d7a45c334efecaf47261501a
Author: Gregory M. Turner  be-evil  net>
AuthorDate: Mon Nov 27 23:01:40 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov 28 22:25:18 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=77d8abd7

versions: Drop non-PMS "cvs." prefix in ${PV}

This feature was introduced 12 years ago in (the cvs commit
corresponding to the git commit) 9f3a46665c.  There are a lot
of reasons not to keep it around:

  o PMS permits no such prefix in ${PV}
  o Apparently nobody uses it (perhaps nobody /ever/ used it)
  o It special-cases cvs, which nobody uses, either, in 2017
  o Almost* causes ambiguity between ${PN} and ${PV} in ${P} if
some future EAPI tried to support both this and dots in
package names simultaneously.

Therefore, remove it from from the "_v" regular expression,
renumber hard-coded group indexes and nuke corresponding tests.

*PMS would technically avoid abiguity as §3.1.2 requires ${PV}
to "win" any such conflict over contested bits in the middle of
${P}.  However, clearly it's prefereable for this rule to be as
redundant as possible.

Note: this is my 3rd spin of this commitmsg; it's coming along
nicely I think :P

Signed-off-by: Gregory M. Turner  be-evil.net>

 pym/portage/tests/versions/test_vercmp.py |  3 ---
 pym/portage/versions.py   | 38 +--
 2 files changed, 16 insertions(+), 25 deletions(-)

diff --git a/pym/portage/tests/versions/test_vercmp.py 
b/pym/portage/tests/versions/test_vercmp.py
index 78fe7ede8..b55518f02 100644
--- a/pym/portage/tests/versions/test_vercmp.py
+++ b/pym/portage/tests/versions/test_vercmp.py
@@ -15,7 +15,6 @@ class VerCmpTestCase(TestCase):
("6.0", "5.0"), ("5.0", "5"),
("1.0-r1", "1.0-r0"),
("1.0-r1", "1.0"),
-   ("cvs.", ""),
("99", 
"98"),
("1.0.0", "1.0"),
("1.0.0", "1.0b"),
@@ -36,7 +35,6 @@ class VerCmpTestCase(TestCase):
("1.0_alpha2", "1.0_p2"), ("1.0_alpha1", "1.0_beta1"), 
("1.0_beta3", "1.0_rc3"),
("1.00101", "1.00102"),
("1.001", "1.0010001"),
-   ("", "cvs."),
("98", 
"99"),
("1.01", "1.1"),
("1.0-r0", "1.0-r1"),
@@ -69,7 +67,6 @@ class VerCmpTestCase(TestCase):
tests = [
("1", "2"), ("1.0_alpha", "1.0_pre"), ("1.0_beta", 
"1.0_alpha"),
("0", "0.0"),
-   ("cvs.", ""),
("1.0-r0", "1.0-r1"),
("1.0-r1", "1.0-r0"),
("1.0", "1.0-r1"),

diff --git a/pym/portage/versions.py b/pym/portage/versions.py
index adfb1c3e2..7b6a57673 100644
--- a/pym/portage/versions.py
+++ b/pym/portage/versions.py
@@ -50,7 +50,7 @@ _pkg = {
"dots_allowed_in_PN":r'[\w+][\w+.-]*?',
 }
 
-_v = r'(cvs\.)?(\d+)((\.\d+)*)([a-z]?)((_(pre|p|beta|alpha|rc)\d*)*)'
+_v = r'(\d+)((\.\d+)*)([a-z]?)((_(pre|p|beta|alpha|rc)\d*)*)'
 _rev = r'\d+'
 _vr = _v + '(-r(' + _rev + '))?'
 
@@ -156,21 +156,15 @@ def vercmp(ver1, ver2, silent=1):
print(_("!!! syntax error in version: %s") % ver2)
return None
 
-   # shortcut for cvs ebuilds (new style)
-   if match1.group(1) and not match2.group(1):
-   return 1
-   elif match2.group(1) and not match1.group(1):
-   return -1
-
# building lists of the version parts before the suffix
# first part is simple
-   list1 = [int(match1.group(2))]
-   list2 = [int(match2.group(2))]
+   list1 = [int(match1.group(1))]
+   list2 = [int(match2.group(1))]
 
# this part would greatly benefit from a fixed-length version pattern
-   if match1.group(3) or match2.group(3):
-   vlist1 = match1.group(3)[1:].split(".")
-   vlist2 = match2.group(3)[1:].split(".")
+   if match1.group(2) or match2.group(2):
+   vlist1 = match1.group(2)[1:].split(".")
+   vlist2 = match2.group(2)[1:].split(".")
 
for i in range(0, max(len(vlist1), len(vlist2))):
# Implcit .0 is given a value of -1, so that 1.0.0 > 
1.0, since it
@@ -206,10 +200,10 @@ def vercmp(ver1, ver2, silent=1):
# may seem counter-intuitive. However, if you really think about it, it
# seems like it's probably safe to assume that this is the behavior that
# is intended by anyone who would use versions such as these.
-   if len(match1.group(5)):
-   

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

2017-11-28 Thread Anthony G. Basile
commit: 7d87ccee33c922e1cbc7aba31f25cd75469ff7ce
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Nov 28 22:07:12 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Nov 28 22:07:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d87ccee

sys-libs/uclibc-ng: remove older versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-libs/uclibc-ng/Manifest   |   5 -
 sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild| 408 -
 sys-libs/uclibc-ng/uclibc-ng-1.0.20.ebuild| 410 -
 sys-libs/uclibc-ng/uclibc-ng-1.0.22.ebuild| 411 -
 sys-libs/uclibc-ng/uclibc-ng-1.0.23.ebuild| 411 -
 sys-libs/uclibc-ng/uclibc-ng-1.0.24-r1.ebuild | 412 --
 sys-libs/uclibc-ng/uclibc-ng-1.0.24.ebuild| 411 -
 7 files changed, 2468 deletions(-)

diff --git a/sys-libs/uclibc-ng/Manifest b/sys-libs/uclibc-ng/Manifest
index ed8e9dcd9cc..970351c1b28 100644
--- a/sys-libs/uclibc-ng/Manifest
+++ b/sys-libs/uclibc-ng/Manifest
@@ -1,8 +1,3 @@
-DIST uClibc-ng-1.0.19.tar.bz2 2748768 SHA256 
139c495d8f71ec31da97e0330b056302ff40f0acba66988fcd737cfb4eb445ed SHA512 
d385eca25c4a356b01b6d7acaef63daeeb172769d6306525fb95f62e818aca354cf04fae15af65bc346f19dcfdc601f87e52a8dc95f528d7392648d1b056fe63
 WHIRLPOOL 
1cc6b64df85df5f9e8c15c9cad3ed5641add20f402657a7d9c6283527ba7feac3c90ce293f2b15578c6d816c19018467336e50cd469a46482c2e4168f2addaf5
-DIST uClibc-ng-1.0.20.tar.bz2 2414313 SHA256 
0d0ee9d4df82958f65088f446ffd7548d88deb1f1b949f9ec3e673decb910597 SHA512 
c0d4fc442f087d9bf994a7b84fa12cfae96f2980061cbb39b1c2cf243692d44fcab79d4a686ac5a7889b9081682aa13d013da0ad99cb30ad2b7150bdb19de0de
 WHIRLPOOL 
16035dd540629aa453e023b6ea96eab5e577579e7bb940ed3411107ffd12bc78148e7a14222184207ae40633d30871d9e583c3456a04cc28b96dfd40b287e713
-DIST uClibc-ng-1.0.22.tar.bz2 2435181 SHA256 
430bebc26545022c5c3e9cebd4ee682db0053b94235e0be5df7eeab7ff19a9e0 SHA512 
d29a14813f6b795fbd380a9593742f696cd32ec8fd22001ce092382ca0059357bc921b8eac7d0a6ae2a9cab724b0ddd15f9959ec789b4824a5db820cbd00b6e7
 WHIRLPOOL 
14336e9e159585472a9a01cb69acc0cb59d8df89769e532c4deec4c1a6a0056d8ff091904163ad9ab29c2c5107fe57f3241c8d4e898fe831f21b1a8e685aaec1
-DIST uClibc-ng-1.0.23.tar.bz2 2350186 SHA256 
3eeb53a2aa5a32f455fb9d197f7b598f2ff46bbf35d72073f5e554e70c17c782 SHA512 
eca892a0773cfbabaf5037347b1969706c040c903c93c612d2e0aca8d66b51d6d1cb7f3811a688898bc7e25ca235cc14b6bbd741c51dc135300a0e1408c6d1c3
 WHIRLPOOL 
1fb96469fb7860c05660fae7e58e9c60704cd76ad163a4c46e402e98ada35041a2069f6573498cf596a754044c08f30b4e3fd8fcba2d92c48ee7a7af9376af79
-DIST uClibc-ng-1.0.24.tar.bz2 2299126 SHA256 
d7a3ddc0af8f750abd74e2f677664faafd491f40b62ae0676957e411ca203782 SHA512 
4d25035f2355a2b5549fa89cdd7754fc20c6a5a1001a06a81ee47de18855db368e412eb10e38dcbe2e364d3108cefe50029379a3e222972ceced3b693f4ffcc4
 WHIRLPOOL 
05932258636f041ee12ca2aeec332098e4f61fff92f055a30d024fe7cc953014b93b0ba231cdca2bc0a600e526155734266a71f2f95135dfa305b984f2f2bcd5
 DIST uClibc-ng-1.0.25.tar.bz2 2234505 SHA256 
e20d4a2c78cd76554747e58f35220301afb0fb600ed18f8c9096c98179120a8b SHA512 
3bc5e3f0626a529a688e56649b34c48d0ddf733c09279c84fad0954880aa7c0ec3440664811196d11bbc3f05cbea99f3ba47efaad7f315a55ba3d8d587d3b313
 WHIRLPOOL 
f422d05e1d9aa6ae0ecfc0b7808dd115614877d5a602effdc815123e61808b43558c9a9a530ef4ef918bbd5793bb77eb690660f563bc1f97120cc2a3c0b3650b
 DIST uClibc-ng-1.0.26.tar.bz2 2285709 SHA256 
899e2ae37ba9266d20fc2bf290cece48445b284140b6442c24a24cddb909 SHA512 
48c37ab2000af13848ef007ce89f226bded5188f37839c11371bab48497670d30d39fda2a031c6aff95f429a4abadc431ddd77c0e023810a341e2c2d2645f71b
 WHIRLPOOL 
32527dde77f30d1394271978e311fdc6ed69ef47b65d00f19efdf37b700a2dca4e6fc5b126c4cfa05321baf2a47fa1335d8d1843991e78eb1d44f4bfe032f818
 DIST uClibc-ng-1.0.27.tar.bz2 2306274 BLAKE2B 
64ad0634ca548960ad3ff003d98981853b0658cad75fcf3b7391b5b965656dc15daa06ae312ca34672caa47a2a3e33fbe6291c94df10547eef5dc395c2cbd0cc
 SHA512 
bf8f56f75465f7b793e0356df495a00a41ed2478ea90e8d686e8591dcb1bb75be27fadedd8adf2494f5053ceefa4b0ba2223758efa2a920ea0f55bf104e433a2

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild
deleted file mode 100644
index 9069233fee3..000
--- a/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild
+++ /dev/null
@@ -1,408 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic multilib savedconfig toolchain-funcs versionator
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://uclibc-ng.org/git/uclibc-ng"
-   inherit git-r3
-   MY_P=uclibc-ng-${PV}
-else
-   MY_P=uClibc-ng-${PV}
-fi
-
-DESCRIPTION="C library for developing embedded Linux systems"
-HOMEPAGE="http://www.uclibc-ng.org/;
-if [[ ${PV} != "" ]] ; then
-   PATCH_VER=""
-   

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

2017-11-28 Thread Anthony G. Basile
commit: 0d3c305bf0f475af324799516beedb809b15a55b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Nov 28 22:02:21 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Nov 28 22:02:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3c305b

sys-libs/uclibc-ng: version bump 1.0.27

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-libs/uclibc-ng/Manifest|   1 +
 sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild | 410 +
 2 files changed, 411 insertions(+)

diff --git a/sys-libs/uclibc-ng/Manifest b/sys-libs/uclibc-ng/Manifest
index da52614c3ad..ed8e9dcd9cc 100644
--- a/sys-libs/uclibc-ng/Manifest
+++ b/sys-libs/uclibc-ng/Manifest
@@ -5,3 +5,4 @@ DIST uClibc-ng-1.0.23.tar.bz2 2350186 SHA256 
3eeb53a2aa5a32f455fb9d197f7b598f2ff
 DIST uClibc-ng-1.0.24.tar.bz2 2299126 SHA256 
d7a3ddc0af8f750abd74e2f677664faafd491f40b62ae0676957e411ca203782 SHA512 
4d25035f2355a2b5549fa89cdd7754fc20c6a5a1001a06a81ee47de18855db368e412eb10e38dcbe2e364d3108cefe50029379a3e222972ceced3b693f4ffcc4
 WHIRLPOOL 
05932258636f041ee12ca2aeec332098e4f61fff92f055a30d024fe7cc953014b93b0ba231cdca2bc0a600e526155734266a71f2f95135dfa305b984f2f2bcd5
 DIST uClibc-ng-1.0.25.tar.bz2 2234505 SHA256 
e20d4a2c78cd76554747e58f35220301afb0fb600ed18f8c9096c98179120a8b SHA512 
3bc5e3f0626a529a688e56649b34c48d0ddf733c09279c84fad0954880aa7c0ec3440664811196d11bbc3f05cbea99f3ba47efaad7f315a55ba3d8d587d3b313
 WHIRLPOOL 
f422d05e1d9aa6ae0ecfc0b7808dd115614877d5a602effdc815123e61808b43558c9a9a530ef4ef918bbd5793bb77eb690660f563bc1f97120cc2a3c0b3650b
 DIST uClibc-ng-1.0.26.tar.bz2 2285709 SHA256 
899e2ae37ba9266d20fc2bf290cece48445b284140b6442c24a24cddb909 SHA512 
48c37ab2000af13848ef007ce89f226bded5188f37839c11371bab48497670d30d39fda2a031c6aff95f429a4abadc431ddd77c0e023810a341e2c2d2645f71b
 WHIRLPOOL 
32527dde77f30d1394271978e311fdc6ed69ef47b65d00f19efdf37b700a2dca4e6fc5b126c4cfa05321baf2a47fa1335d8d1843991e78eb1d44f4bfe032f818
+DIST uClibc-ng-1.0.27.tar.bz2 2306274 BLAKE2B 
64ad0634ca548960ad3ff003d98981853b0658cad75fcf3b7391b5b965656dc15daa06ae312ca34672caa47a2a3e33fbe6291c94df10547eef5dc395c2cbd0cc
 SHA512 
bf8f56f75465f7b793e0356df495a00a41ed2478ea90e8d686e8591dcb1bb75be27fadedd8adf2494f5053ceefa4b0ba2223758efa2a920ea0f55bf104e433a2

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild
new file mode 100644
index 000..3cd7177086e
--- /dev/null
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild
@@ -0,0 +1,410 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic multilib savedconfig toolchain-funcs versionator
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://uclibc-ng.org/git/uclibc-ng"
+   inherit git-r3
+   MY_P=uclibc-ng-${PV}
+else
+   MY_P=uClibc-ng-${PV}
+fi
+
+DESCRIPTION="C library for developing embedded Linux systems"
+HOMEPAGE="http://www.uclibc-ng.org/;
+if [[ ${PV} != "" ]] ; then
+   PATCH_VER=""
+   SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2;
+   KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug hardened iconv ipv6 rpc symlink-compat 
crosscompile_opts_headers-only"
+RESTRICT="strip"
+
+# 1) We can't upgrade from uclibc to uclibc-ng via a soft blocker since portage
+#will delete the ld.so sym link prematurely and break the system. So we
+#will hard block and give manual migration instructions.
+# 2) Currently uclibc and uclibc-ng's iconv are in bad shape.  We've been using
+#the breakout library.  The disadvantage here is that we have to sprinkle
+#LDFAGS=-liconv on build systems that need to link against libiconv.
+RDEPEND="
+   !!sys-libs/uclibc
+   iconv? ( dev-libs/libiconv )"
+
+S=${WORKDIR}/${MY_P}
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CHOST} == ${CTARGET} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+alt_build_kprefix() {
+   if [[ ${CBUILD} == ${CHOST} && ${CHOST} == ${CTARGET} ]] ; then
+   echo /usr/include
+   else
+   echo /usr/${CTARGET}/usr/include
+   fi
+}
+
+just_headers() {
+   use crosscompile_opts_headers-only && is_crosscompile
+}
+
+uclibc_endian() {
+   # XXX: this wont work for a toolchain which is bi-endian, but we
+   #  dont have any such thing at the moment, so not a big deal
+   touch "${T}"/endian.s
+   $(tc-getAS ${CTARGET}) "${T}"/endian.s -o "${T}"/endian.o
+   case $(file "${T}"/endian.o) in
+   *" MSB "*) echo "BIG";;
+   *" LSB "*) echo "LITTLE";;
+   *) echo "NFC";;
+   esac
+   rm -f "${T}"/endian.{s,o}
+}
+
+kconfig_q_opt() {
+   

[gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/

2017-11-28 Thread Patrice Clement
commit: 637395575bab8b8f57dab4a5b75a894a6ae97f77
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov 28 21:55:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 28 21:56:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63739557

app-text/html-xml-utils: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/html-xml-utils/Manifest   |  2 --
 .../html-xml-utils/html-xml-utils-6.9-r1.ebuild| 21 -
 app-text/html-xml-utils/html-xml-utils-6.9.ebuild  | 20 -
 app-text/html-xml-utils/html-xml-utils-7.0.ebuild  | 35 --
 4 files changed, 78 deletions(-)

diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
index 8f5bfdcad3e..8927062abfb 100644
--- a/app-text/html-xml-utils/Manifest
+++ b/app-text/html-xml-utils/Manifest
@@ -1,3 +1 @@
-DIST html-xml-utils-6.9.tar.gz 311449 SHA256 
9cf401dc84ca01752adf1f2d9862c4f227bb089504ed9d03d7fd40603e87fab2 SHA512 
590a04e91130d7daecc4c1935808d872f3d49967be345060039bae5986b70be3be40104bc215524017a08c5492671a1fd96b63028f26f84faa400a9fbd283778
 WHIRLPOOL 
b89b0bf5225256af2a0464429f2aa7eb1171ea982afc02ae0377e7cbd0633ee33cd39069bb0cd9056c712c20e7568b3716e448b1b8e47a9eb92193076734c353
-DIST html-xml-utils-7.0.tar.gz 334696 SHA256 
e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0 SHA512 
305578c135972c64e048962734c4794ed3a386a4bc3194cb14277fbe5bfcdb01a13a32bcf751d1216b3e89244ab778235c8cfb12d412fdfe1bf26229b5e23732
 WHIRLPOOL 
00452006f08853580eadb3179f3c57e31ef9909bd7170b2f5abe588031147ac1a39525d4de3f0e3a60bcd1f896c5866ecdcc6786d543e5417044344c6c7799f1
 DIST html-xml-utils-7.1.tar.gz 319559 BLAKE2B 
4c07a13a6b59c9d336a5620f2c9b1109fc5289339348d287136ac91f5dd508780a97dc9e30ae361c1c8237ecfa16996a6cd79cb4eaf6d9b6ba9bd97806009fd2
 SHA512 
a17328500552ad28136a08d0c7dd992d53afbc853ffd8930b516b3218915f4f159234f27af66d135a51dc25eb6c35e6f14d6f0006bdfc2abf351ac8298334d48

diff --git a/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild 
b/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
deleted file mode 100644
index 8f754f220ab..000
--- a/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
-SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
-HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/;
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}

diff --git a/app-text/html-xml-utils/html-xml-utils-6.9.ebuild 
b/app-text/html-xml-utils/html-xml-utils-6.9.ebuild
deleted file mode 100644
index f7eba1b63be..000
--- a/app-text/html-xml-utils/html-xml-utils-6.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
-SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
-HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/;
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}

diff --git a/app-text/html-xml-utils/html-xml-utils-7.0.ebuild 
b/app-text/html-xml-utils/html-xml-utils-7.0.ebuild
deleted file mode 100644
index 9d9c59066ed..000
--- a/app-text/html-xml-utils/html-xml-utils-7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal
-
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
-SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
-HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/;
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/

2017-11-28 Thread Patrice Clement
commit: a591ce2edb8e37dd643a226cc7f6b052a61ea53c
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov 28 21:54:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 28 21:56:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a591ce2e

app-text/html-xml-utils: stable for amd64.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/html-xml-utils/Manifest  | 2 +-
 app-text/html-xml-utils/html-xml-utils-7.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
index 80c59edb724..8f5bfdcad3e 100644
--- a/app-text/html-xml-utils/Manifest
+++ b/app-text/html-xml-utils/Manifest
@@ -1,3 +1,3 @@
 DIST html-xml-utils-6.9.tar.gz 311449 SHA256 
9cf401dc84ca01752adf1f2d9862c4f227bb089504ed9d03d7fd40603e87fab2 SHA512 
590a04e91130d7daecc4c1935808d872f3d49967be345060039bae5986b70be3be40104bc215524017a08c5492671a1fd96b63028f26f84faa400a9fbd283778
 WHIRLPOOL 
b89b0bf5225256af2a0464429f2aa7eb1171ea982afc02ae0377e7cbd0633ee33cd39069bb0cd9056c712c20e7568b3716e448b1b8e47a9eb92193076734c353
 DIST html-xml-utils-7.0.tar.gz 334696 SHA256 
e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0 SHA512 
305578c135972c64e048962734c4794ed3a386a4bc3194cb14277fbe5bfcdb01a13a32bcf751d1216b3e89244ab778235c8cfb12d412fdfe1bf26229b5e23732
 WHIRLPOOL 
00452006f08853580eadb3179f3c57e31ef9909bd7170b2f5abe588031147ac1a39525d4de3f0e3a60bcd1f896c5866ecdcc6786d543e5417044344c6c7799f1
-DIST html-xml-utils-7.1.tar.gz 319559 SHA256 
ec0efd2263b864bb7e0ae5c59f02c43c5d8aebd0e1c0d2bfce391e665766d56e SHA512 
a17328500552ad28136a08d0c7dd992d53afbc853ffd8930b516b3218915f4f159234f27af66d135a51dc25eb6c35e6f14d6f0006bdfc2abf351ac8298334d48
 WHIRLPOOL 
2ac829710c4e1c8b8bf6e89676b0ed6847dac9e2445e7628b47bd0c5397cb02b890cb4d5c8411fb236ecde2815b3879a54cad3eab1348839eb1eddc1e3f4868f
+DIST html-xml-utils-7.1.tar.gz 319559 BLAKE2B 
4c07a13a6b59c9d336a5620f2c9b1109fc5289339348d287136ac91f5dd508780a97dc9e30ae361c1c8237ecfa16996a6cd79cb4eaf6d9b6ba9bd97806009fd2
 SHA512 
a17328500552ad28136a08d0c7dd992d53afbc853ffd8930b516b3218915f4f159234f27af66d135a51dc25eb6c35e6f14d6f0006bdfc2abf351ac8298334d48

diff --git a/app-text/html-xml-utils/html-xml-utils-7.1.ebuild 
b/app-text/html-xml-utils/html-xml-utils-7.1.ebuild
index 38e21f4c0f0..a55cccd45c2 100644
--- a/app-text/html-xml-utils/html-xml-utils-7.1.ebuild
+++ b/app-text/html-xml-utils/html-xml-utils-7.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/;
 
 LICENSE="W3C"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86 ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux ~ppc-macos ~x86-macos"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/

2017-11-28 Thread Patrice Clement
commit: 298022cd6604bdde4a2273fc6b313a6b3749c485
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov 28 21:56:37 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 28 21:56:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298022cd

app-text/html-xml-utils: version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/html-xml-utils/Manifest  |  1 +
 app-text/html-xml-utils/html-xml-utils-7.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
index 8927062abfb..747d530fb73 100644
--- a/app-text/html-xml-utils/Manifest
+++ b/app-text/html-xml-utils/Manifest
@@ -1 +1,2 @@
 DIST html-xml-utils-7.1.tar.gz 319559 BLAKE2B 
4c07a13a6b59c9d336a5620f2c9b1109fc5289339348d287136ac91f5dd508780a97dc9e30ae361c1c8237ecfa16996a6cd79cb4eaf6d9b6ba9bd97806009fd2
 SHA512 
a17328500552ad28136a08d0c7dd992d53afbc853ffd8930b516b3218915f4f159234f27af66d135a51dc25eb6c35e6f14d6f0006bdfc2abf351ac8298334d48
+DIST html-xml-utils-7.4.tar.gz 343008 BLAKE2B 
29c8e437afabd04fd511d3498c94cfe8ef027478b7bd4d0390635a5dd18be20971413217ba083e7fb7b82d9b10a9d943b8a90f761cd6ab192829ee64a11a0952
 SHA512 
88a527c29ef23b34ecb778085aafd399943764a18a3e4b39ff27b3e2cc3effa84b9ffe7c2a0df80fb27a38a7e4d4ceef6db91da46cbb2b4f9fd59903d4868a20

diff --git a/app-text/html-xml-utils/html-xml-utils-7.4.ebuild 
b/app-text/html-xml-utils/html-xml-utils-7.4.ebuild
new file mode 100644
index 000..080b0bdc12c
--- /dev/null
+++ b/app-text/html-xml-utils/html-xml-utils-7.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-minimal
+
+DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
+SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
+HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/;
+
+LICENSE="W3C"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos"
+
+RESTRICT="test"
+
+RDEPEND="net-misc/curl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}



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

2017-11-28 Thread Sergei Trofimovich
commit: 7b9e497628a324e7b2291cf0dd79a73b4dd66757
Author: David Roman  gmail  com>
AuthorDate: Mon Nov 27 20:52:53 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 21:06:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9e4976

dev-util/radare2: add bash-completion support

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

 dev-util/radare2/radare2-2.1.0-r1.ebuild | 60 
 1 file changed, 60 insertions(+)

diff --git a/dev-util/radare2/radare2-2.1.0-r1.ebuild 
b/dev-util/radare2/radare2-2.1.0-r1.ebuild
new file mode 100644
index 000..f69a9666f3b
--- /dev/null
+++ b/dev-util/radare2/radare2-2.1.0-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils bash-completion-r1
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radare/radare2;
+else
+   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~arm ~arm64"
+fi
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.9-nogit.patch
+)
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl +system-capstone zsh-completion bash-completion"
+
+RDEPEND="
+   ssl? ( dev-libs/openssl:0= )
+   system-capstone? ( dev-libs/capstone:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf \
+   $(use_with ssl openssl) \
+   $(use_with system-capstone syscapstone)
+}
+
+src_install() {
+   default
+
+   if use zsh-completion; then
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+   fi
+
+   if use bash-completion; then
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   fi
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}



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

2017-11-28 Thread Sergei Trofimovich
commit: e5e6574da775b5e9eb47ba47886ce52518859964
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e6574d

dev-python/rst-linker: stable 1.7 for sparc, bug #606288 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/rst-linker/rst-linker-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rst-linker/rst-linker-1.7.ebuild 
b/dev-python/rst-linker/rst-linker-1.7.ebuild
index 217bfc60923..be8cc3d60e6 100644
--- a/dev-python/rst-linker/rst-linker-1.7.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 RDEPEND="



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

2017-11-28 Thread Sergei Trofimovich
commit: 2b9995f294fe10549ae02e6d9489ea5a4c6042f1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9995f2

dev-python/pycups: stable 1.9.73-r1 for sparc, bug #625040 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/pycups/pycups-1.9.73-r1.ebuild 
b/dev-python/pycups/pycups-1.9.73-r1.ebuild
index 6822b5b92ee..fa90b1628f3 100644
--- a/dev-python/pycups/pycups-1.9.73-r1.ebuild
+++ b/dev-python/pycups/pycups-1.9.73-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://cyberelk.net/tim/data/pycups/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86"
 SLOT="0"
 IUSE="doc examples"
 



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

2017-11-28 Thread Sergei Trofimovich
commit: 3138eccc8e13554973fb7f6363de49c717d15519
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3138eccc

dev-python/pylint: stable 1.6.5-r1 for sparc, bug #606288 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild 
b/dev-python/pylint/pylint-1.6.5-r1.ebuild
index e0d2cfacbd7..7d05bfab47d 100644
--- a/dev-python/pylint/pylint-1.6.5-r1.ebuild
+++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="doc examples test"
 
 RDEPEND="



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

2017-11-28 Thread Sergei Trofimovich
commit: 942b67c78990ef3dcfab1cb4551b9d392b8679b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942b67c7

dev-python/configparser: stable 3.5.0 for sparc, bug #606288 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/configparser/configparser-3.5.0.ebuild 
b/dev-python/configparser/configparser-3.5.0.ebuild
index 080f2228247..f6da89a86d5 100644
--- a/dev-python/configparser/configparser-3.5.0.ebuild
+++ b/dev-python/configparser/configparser-3.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-11-28 Thread Sergei Trofimovich
commit: 07b9f6ed0ccb6ed08c6aaa0ec9ba91221e163033
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b9f6ed

dev-lang/python-exec: stable 2.4.5 for sparc, bug #636470 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-lang/python-exec/Manifest | 4 ++--
 dev-lang/python-exec/python-exec-2.4.5.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest
index d5ee25f0081..e8877dd4a63 100644
--- a/dev-lang/python-exec/Manifest
+++ b/dev-lang/python-exec/Manifest
@@ -1,2 +1,2 @@
-DIST python-exec-2.4.4.tar.bz2 86945 SHA256 
cdc780764bce79047ab047160156c5dc3bf5728d9c59cf1ed904fdf12638d60b SHA512 
26b76960430dc3b2b79aab5e8a72498144d4e78bed5291fe9361afe081f0e8d70049a74ec29384cb0fc199f76c23499324d2eddcaea521ef33d88e61b1b674f9
 WHIRLPOOL 
791fd9732179d17bf5cd981956759e7c25e1e1dcbaf6fdfb05cf4fed8d4f44490740aaa5b4d38335a72128f8fdea0f6ab2e34c331a2b7f6b0897aa7eaa1f0c48
-DIST python-exec-2.4.5.tar.bz2 87137 SHA256 
8649def42af569cc65598da6af49e554351dc138ccc8a96198c2a425494a8559 SHA512 
8c1a520c565afa775cad0e8b88248b688814664e588f683fc2b2c039ee0494b168ebd3cd1042b8b7fe2583f287cf55b22ea0585bfb43efe2f8450d809cde0b21
 WHIRLPOOL 
5de79c34c31eee131799524a8ad19262a1455d59ee4db0cc99468820fe142c864f10999834734b70a6d6868ead97e2d389e83dc1679248e862b02b332a177954
+DIST python-exec-2.4.4.tar.bz2 86945 BLAKE2B 
3ee2be57711c45e5821ba4cc54e76e4341056221a34277ced8ab5ebffc4d6af63fbe515f73bd84a1a7a82047a008b72fd2935e61b09b0b852624329b3be22e37
 SHA512 
26b76960430dc3b2b79aab5e8a72498144d4e78bed5291fe9361afe081f0e8d70049a74ec29384cb0fc199f76c23499324d2eddcaea521ef33d88e61b1b674f9
+DIST python-exec-2.4.5.tar.bz2 87137 BLAKE2B 
2434bee0bcc64a78a83254d6b6f733ef0748d8209ff70654fc57ac50563d4f32be64705a3c56eefef4e173a238b272d00bef4929982a729a097b82a3a2b0b5b1
 SHA512 
8c1a520c565afa775cad0e8b88248b688814664e588f683fc2b2c039ee0494b168ebd3cd1042b8b7fe2583f287cf55b22ea0585bfb43efe2f8450d809cde0b21

diff --git a/dev-lang/python-exec/python-exec-2.4.5.ebuild 
b/dev-lang/python-exec/python-exec-2.4.5.ebuild
index 1c9b686d614..03b2510540b 100644
--- a/dev-lang/python-exec/python-exec-2.4.5.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.5.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~ppc-aix ~x64-cygwin ~amd64-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=""
 
 # eselect-python because of /usr/bin/python* collisions and new config



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

2017-11-28 Thread Sergei Trofimovich
commit: 7116c6ce4e7e7228c7cb783ebf65a36798845630
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:47:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7116c6ce

dev-util/intltool: stable 0.51.0-r2 for sparc, bug #614698 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-util/intltool/Manifest  | 2 +-
 dev-util/intltool/intltool-0.51.0-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/intltool/Manifest b/dev-util/intltool/Manifest
index 2dfc13a3855..2199edcf2e4 100644
--- a/dev-util/intltool/Manifest
+++ b/dev-util/intltool/Manifest
@@ -1 +1 @@
-DIST intltool-0.51.0.tar.gz 162286 SHA256 
67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd SHA512 
4c93cb26592ed0b1622d3b7800b5d6622ffa36f58ac73f2ef0bddfab522565fdfb8fa73d81914b9a202f1d62bc995a08960f8adb9f62c86918e75498e85fbfdf
 WHIRLPOOL 
f0cf9a23c7f7dd9d4ec504709c447de1895bf5bdb10fe2000f9ebc8d93b0be204bb4bc1a54a1c3e981a9f8754cc354224e8411711e4996fc7ffd56335cb300cd
+DIST intltool-0.51.0.tar.gz 162286 BLAKE2B 
98fe40e4d669fdf65a777152ddee0a9656412b9cf5d1e682d1b4b7bd666f3e5aa623a50481b6df47e16a935550836c66c666229b0bb7ef143f7cde6893b97a69
 SHA512 
4c93cb26592ed0b1622d3b7800b5d6622ffa36f58ac73f2ef0bddfab522565fdfb8fa73d81914b9a202f1d62bc995a08960f8adb9f62c86918e75498e85fbfdf

diff --git a/dev-util/intltool/intltool-0.51.0-r2.ebuild 
b/dev-util/intltool/intltool-0.51.0-r2.ebuild
index 3f4e67497e4..d52d2aa41ac 100644
--- a/dev-util/intltool/intltool-0.51.0-r2.ebuild
+++ b/dev-util/intltool/intltool-0.51.0-r2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 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"
+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"
 IUSE=""
 
 DEPEND="



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

2017-11-28 Thread Sergei Trofimovich
commit: 42c2da8b9e2e76b36eb89c5ac17c7a192d86782e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c2da8b

dev-python/isort: stable 4.2.5 for sparc, bug #606288 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/isort/isort-4.2.5.ebuild 
b/dev-python/isort/isort-4.2.5.ebuild
index 42781932f93..57cf7ce352e 100644
--- a/dev-python/isort/isort-4.2.5.ebuild
+++ b/dev-python/isort/isort-4.2.5.ebuild
@@ -12,5 +12,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/

2017-11-28 Thread Sergei Trofimovich
commit: 201791aa1f8330dae4a33dbf5b68638d78dc8d93
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201791aa

dev-python/backports-functools-lru-cache: stable 1.3 for sparc, bug #606288 
(thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 .../backports-functools-lru-cache-1.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
index 3454d246d9c..d8d150a11de 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2017-11-28 Thread Sergei Trofimovich
commit: 8e8f6dbc2e8f34fa9798eed05c05e03d7883a41b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8f6dbc

dev-python/pythondialog: stable 3.3.0 for sparc, bug #625064 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index 22abfc45710..7c6d8ab69f1 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



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

2017-11-28 Thread Aaron Swenson
commit: 99ab5598323be84536b3f8d8c7d610b5dd1b5f7e
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Nov 28 20:35:30 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Nov 28 20:35:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ab5598

dev-db/pspg: Bump to 0.7.4

Now with MySQL support!

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/pspg/Manifest  |  1 +
 dev-db/pspg/pspg-0.7.4.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
index e709c302c7b..1274d69a6bb 100644
--- a/dev-db/pspg/Manifest
+++ b/dev-db/pspg/Manifest
@@ -1 +1,2 @@
 DIST pspg-0.5.tar.gz 845824 BLAKE2B 
db7b36fbc644e1ac45906ba726212233c0a61230f609584d4fc6207576c4e350b926c6d93e2b9eb563340524e1dae7de0a0c846bed379143bb6a4fcb10cdfd0b
 SHA512 
69e45885d4c155fc0e95360d442ac0b67fb910005148537dbd758e9a22ec83fb232214bf5f292b72a79be444ce05f2eb7bc0a2effaeb8731d1442a7f7ddec5df
+DIST pspg-0.7.4.tar.gz 846366 BLAKE2B 
06a2927d326ba2f12661495b3a0133cdaf2b8c4edc624e87e285ae347850d654c345585471724521f6bea1f84cbfccef5ffef8971246b786675fc350c9de432c
 SHA512 
403abe21230f760a43317b2d6be04a8cd6873f7ebb85037c3f4c12b7726ea491c6614bbe923f52dd863d3ebfba2e203f6a40c3fd6d13945663c4ae7b3091e0db

diff --git a/dev-db/pspg/pspg-0.7.4.ebuild b/dev-db/pspg/pspg-0.7.4.ebuild
new file mode 100644
index 000..9b90eedb3e0
--- /dev/null
+++ b/dev-db/pspg/pspg-0.7.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A better pager for psql and mysql"
+HOMEPAGE="https://github.com/okbob/${PN};
+SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:*"
+RDEPEND="${DEPEND}"



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

2017-11-28 Thread Hans de Graaff
commit: 4608aad2b93b1b0fdafb3bd49d486493464e0e89
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 28 07:06:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 28 20:27:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4608aad2

dev-ruby/rex-arch: add 0.1.13

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/rex-arch/Manifest   |  3 ++-
 dev-ruby/rex-arch/rex-arch-0.1.13.ebuild | 25 +
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/rex-arch/Manifest b/dev-ruby/rex-arch/Manifest
index ed426f34c55..d21452118da 100644
--- a/dev-ruby/rex-arch/Manifest
+++ b/dev-ruby/rex-arch/Manifest
@@ -1,2 +1,3 @@
+DIST rex-arch-0.1.13.gem 19968 BLAKE2B 
6bceb0c2c08c58d3557d4d72ffcd017c58ddf2bf2d622e576a9e9cc41893416965df9508fe94ec9def1826b2f7f2bf5d9d0715e1f118bba016ad4364ecce99b0
 SHA512 
23f24d407bb2d34390a892f258005498c373062da883059e9e92df14c9dc18a0381f075d2df0ef8763d9bf3595b8cf578655efd3a613810b83bd6d8425a162c7
 DIST rex-arch-0.1.4.gem 19968 SHA256 
81596dd393243e1318113b64e2ed5a8f51d0086eb5981e68a7ece1c9cdfe55f8 SHA512 
9ba3a429e98b884694dd3981fb1b72491dc9c7e10ee15e34e3286f446788532633938a9e2f07e55e31cb28f7b561d41164d7b7e8f88fef60e9cfc6750ace1355
 WHIRLPOOL 
b1d5c014e10113a8d88c44904fc6b91432376e7c19a5f9641683546c87c3c017a56ff687ce2727e705886031f25c019a783c7af438eba40bd0118cf7de2a52e3
-DIST rex-arch-0.1.5.gem 19968 SHA256 
b5ef0e371ca0566b19ccf1351957363f9cfbc014e37c02248ecdf9071466aa8c SHA512 
5d6d1ef95a54c8ec4e33f7a126789cbf1aa10f3154c6fa0c32282af1e235ef467abb9e423a1feadbd8fa28b9752b82b125c9838b97372e7263acdd9770d52d5a
 WHIRLPOOL 
f494a51c8f3d37c9841d6986ddea38762df31814ae6535fa347ed46770bd5d3bb148cf5e649d551fe3f6cc05751744738cead585af5363b7d427715131a8d1f1
+DIST rex-arch-0.1.5.gem 19968 BLAKE2B 
b01b5cda6a8f87b8e5b4b3731a7aea9a4c2de9a6076efda36f5ae8b9c8368a43b4a05152650421bc29a2b70d38c7d37cfb9a10e660a804cf52299965667a30fd
 SHA512 
5d6d1ef95a54c8ec4e33f7a126789cbf1aa10f3154c6fa0c32282af1e235ef467abb9e423a1feadbd8fa28b9752b82b125c9838b97372e7263acdd9770d52d5a

diff --git a/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild 
b/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild
new file mode 100644
index 000..323d6639032
--- /dev/null
+++ b/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="architecture specific information for Rex"
+HOMEPAGE="https://rubygems.org/gems/rex-arch;
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# doesn't seem to actually run any tests
+RESTRICT=test
+
+ruby_add_bdepend "dev-ruby/rex-text"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-grub/, kde-plasma/kinfocenter/, ...

2017-11-28 Thread Andreas Sturmlechner
commit: 7a66df3ef78aab42f0e33427c35e5c865cda88c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 20:21:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 20:22:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a66df3e

kde-plasma: Add KDE Plasma 5.11.4

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 kde-plasma/bluedevil/Manifest  |   3 +-
 kde-plasma/bluedevil/bluedevil-5.11.4.ebuild   |  40 +
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.11.4.ebuild   |  30 
 kde-plasma/breeze-gtk/Manifest |   3 +-
 kde-plasma/breeze-gtk/breeze-gtk-5.11.4.ebuild |  12 ++
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.11.4.ebuild  |  26 
 kde-plasma/breeze/Manifest |   3 +-
 kde-plasma/breeze/breeze-5.11.4.ebuild |  87 +++
 kde-plasma/drkonqi/Manifest|   3 +-
 kde-plasma/drkonqi/drkonqi-5.11.4.ebuild   |  57 +++
 kde-plasma/kactivitymanagerd/Manifest  |   3 +-
 .../kactivitymanagerd-5.11.4.ebuild|  35 +
 kde-plasma/kde-cli-tools/Manifest  |   3 +-
 .../kde-cli-tools/kde-cli-tools-5.11.4.ebuild  |  59 +++
 kde-plasma/kde-gtk-config/Manifest |   3 +-
 .../kde-gtk-config/kde-gtk-config-5.11.4.ebuild|  58 +++
 kde-plasma/kdecoration/Manifest|   3 +-
 kde-plasma/kdecoration/kdecoration-5.11.4.ebuild   |  16 ++
 kde-plasma/kdeplasma-addons/Manifest   |   3 +-
 .../kdeplasma-addons-5.11.4.ebuild |  56 +++
 kde-plasma/kgamma/Manifest |   3 +-
 kde-plasma/kgamma/kgamma-5.11.4.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   3 +-
 kde-plasma/khotkeys/khotkeys-5.11.4.ebuild |  46 ++
 kde-plasma/kinfocenter/Manifest|   5 +-
 kde-plasma/kinfocenter/kinfocenter-5.11.4.ebuild   |  91 +++
 kde-plasma/kmenuedit/Manifest  |   3 +-
 kde-plasma/kmenuedit/kmenuedit-5.11.4.ebuild   |  44 ++
 kde-plasma/kscreen/Manifest|   3 +-
 kde-plasma/kscreen/kscreen-5.11.4.ebuild   |  38 +
 kde-plasma/kscreenlocker/Manifest  |   3 +-
 .../kscreenlocker/kscreenlocker-5.11.4.ebuild  |  92 +++
 kde-plasma/ksshaskpass/Manifest|   3 +-
 kde-plasma/ksshaskpass/ksshaskpass-5.11.4.ebuild   |  49 ++
 kde-plasma/ksysguard/Manifest  |   3 +-
 kde-plasma/ksysguard/ksysguard-5.11.4.ebuild   |  47 ++
 kde-plasma/kwallet-pam/Manifest|   3 +-
 kde-plasma/kwallet-pam/kwallet-pam-5.11.4.ebuild   |  33 
 kde-plasma/kwayland-integration/Manifest   |   3 +-
 .../kwayland-integration-5.11.4.ebuild |  22 +++
 kde-plasma/kwin/Manifest   |   3 +-
 kde-plasma/kwin/kwin-5.11.4.ebuild |  92 +++
 kde-plasma/kwrited/Manifest|   3 +-
 kde-plasma/kwrited/kwrited-5.11.4.ebuild   |  23 +++
 kde-plasma/libkscreen/Manifest |   3 +-
 kde-plasma/libkscreen/libkscreen-5.11.4.ebuild |  27 
 kde-plasma/libksysguard/Manifest   |   3 +-
 kde-plasma/libksysguard/libksysguard-5.11.4.ebuild |  53 +++
 kde-plasma/milou/Manifest  |   3 +-
 kde-plasma/milou/milou-5.11.4.ebuild   |  30 
 kde-plasma/oxygen/Manifest |   3 +-
 kde-plasma/oxygen/oxygen-5.11.4.ebuild |  97 
 kde-plasma/plasma-desktop/Manifest |   3 +-
 .../plasma-desktop/plasma-desktop-5.11.4.ebuild| 161 +++
 kde-plasma/plasma-integration/Manifest |   3 +-
 .../plasma-integration-5.11.4.ebuild   |  43 +
 kde-plasma/plasma-meta/plasma-meta-5.11.4.ebuild   |  70 +
 kde-plasma/plasma-nm/Manifest  |   3 +-
 kde-plasma/plasma-nm/plasma-nm-5.11.4.ebuild   |  65 
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.11.4.ebuild   |  29 
 kde-plasma/plasma-sdk/Manifest |   3 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.11.4.ebuild |  39 +
 kde-plasma/plasma-vault/Manifest   |   3 +-
 kde-plasma/plasma-vault/plasma-vault-5.11.4.ebuild |  32 
 kde-plasma/plasma-workspace-wallpapers/Manifest|   3 +-
 .../plasma-workspace-wallpapers-5.11.4.ebuild  |  18 +++
 kde-plasma/plasma-workspace/Manifest   |   3 +-
 .../plasma-workspace-5.11.4.ebuild | 173 +
 kde-plasma/plymouth-kcm/Manifest   |   1 +
 

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

2017-11-28 Thread Jeroen Roovers
commit: d500aab1c263c85a7f594fe234d3571371ee8cb7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 28 20:06:43 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 28 20:07:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d500aab1

www-client/opera-beta: Version bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-50.0.2762.18.ebuild  | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index ff803dab5e7..5c9005be7c0 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
 DIST opera-beta_50.0.2762.14_amd64.deb 52020480 BLAKE2B 
8ae8b0af0bae23f3570bb370a7d584216f9c8245016835c5add0974a9bc280c922d9eb186f4cb30f3b03ec83f54a9ecd0b246dc6ae4f36598bd8347fd8d40585
 SHA512 
b8a225230923018b3176a422f30478e9189b7642121af1e2434a03cc5bbaac9ebaa92c72ec7636dfa121d2e161eb9780fea37b0a5e00feac0ded2fcf648183b3
+DIST opera-beta_50.0.2762.18_amd64.deb 52047108 BLAKE2B 
f0e6c2d7ca3bf6bc9a2e982a27c9e8d3804b0f4623eae751f3485f4d3898592ba9463e733288d9e1b8c823127a575a2a76a874e77b2211e20057b56fd83c7eb1
 SHA512 
a9a1f5ac8851a03cdee383109525dcc933826430f465744cd49d97837754058fec79a2ea577806a0df4d4b4fa666e33b6d8a2bf5131f82f20bc885d698c15c10
 DIST opera-beta_50.0.2762.9_amd64.deb 51929182 BLAKE2B 
69df0b5ed3e2e46a03fb770b33605b808088c20b8a3e46c1ebc7566af295f63e7484b7fb612ac413d611c6e92aa69fb24469e8ceb91abdd7977edbf2007b57a2
 SHA512 
3926cd98b99956f0c880941a348feb8287afc491e68ba8da8444ddd4e59e316f60590ce55a5e3f9f78d831d2b3dd031a9e2b3c356fdfc07ca4f147b493b28b08

diff --git a/www-client/opera-beta/opera-beta-50.0.2762.18.ebuild 
b/www-client/opera-beta/opera-beta-50.0.2762.18.ebuild
new file mode 100644
index 000..96ac80993a4
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-50.0.2762.18.ebuild
@@ -0,0 +1,114 @@
+# 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 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 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+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
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2017-11-28 Thread Jeroen Roovers
commit: 3f69bb78d8c8ab454da42e589c4d4e1a32ad4c9b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 28 20:07:14 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 28 20:07:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f69bb78

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-50.0.2762.9.ebuild   | 114 -
 2 files changed, 115 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 5c9005be7c0..8450f025959 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1,2 @@
 DIST opera-beta_50.0.2762.14_amd64.deb 52020480 BLAKE2B 
8ae8b0af0bae23f3570bb370a7d584216f9c8245016835c5add0974a9bc280c922d9eb186f4cb30f3b03ec83f54a9ecd0b246dc6ae4f36598bd8347fd8d40585
 SHA512 
b8a225230923018b3176a422f30478e9189b7642121af1e2434a03cc5bbaac9ebaa92c72ec7636dfa121d2e161eb9780fea37b0a5e00feac0ded2fcf648183b3
 DIST opera-beta_50.0.2762.18_amd64.deb 52047108 BLAKE2B 
f0e6c2d7ca3bf6bc9a2e982a27c9e8d3804b0f4623eae751f3485f4d3898592ba9463e733288d9e1b8c823127a575a2a76a874e77b2211e20057b56fd83c7eb1
 SHA512 
a9a1f5ac8851a03cdee383109525dcc933826430f465744cd49d97837754058fec79a2ea577806a0df4d4b4fa666e33b6d8a2bf5131f82f20bc885d698c15c10
-DIST opera-beta_50.0.2762.9_amd64.deb 51929182 BLAKE2B 
69df0b5ed3e2e46a03fb770b33605b808088c20b8a3e46c1ebc7566af295f63e7484b7fb612ac413d611c6e92aa69fb24469e8ceb91abdd7977edbf2007b57a2
 SHA512 
3926cd98b99956f0c880941a348feb8287afc491e68ba8da8444ddd4e59e316f60590ce55a5e3f9f78d831d2b3dd031a9e2b3c356fdfc07ca4f147b493b28b08

diff --git a/www-client/opera-beta/opera-beta-50.0.2762.9.ebuild 
b/www-client/opera-beta/opera-beta-50.0.2762.9.ebuild
deleted file mode 100644
index 96ac80993a4..000
--- a/www-client/opera-beta/opera-beta-50.0.2762.9.ebuild
+++ /dev/null
@@ -1,114 +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 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 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-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
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2017-11-28 Thread Anthony G. Basile
commit: 2f8aa26cbaafbf11cf92c861cfb3e1a57a3c5e67
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Nov 28 19:09:17 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Nov 28 20:05:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8aa26c

sys-libs/musl: remove unused patches/file

 sys-libs/musl/files/getent   | 45 --
 sys-libs/musl/files/musl-1.1.15-CVE.patch| 68 
 sys-libs/musl/files/musl-1.1.15-assert.patch | 43 --
 3 files changed, 156 deletions(-)

diff --git a/sys-libs/musl/files/getent b/sys-libs/musl/files/getent
deleted file mode 100644
index b7de424354b..000
--- a/sys-libs/musl/files/getent
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/sh
-# This files is part of uClibc. 
-# Distributed under the terms of the Lesser GNU General Public License v2
-#
-# Closely (not perfectly) emulate the behavior of glibc's getent utility
-#
-#passwd|shadow|group|aliases|hosts|networks|ethers|netgroup|protocols|services|rpc
-# only returns the first match (by design)
-# dns based search is not supported (hosts,networks)
-# case-insensitive matches not supported (ethers; others?)
-# may return false-positives (hosts,protocols,rpc,services,ethers)
-
-[ -z "$PATH" ] && PATH="/bin:/usr/bin" || PATH="${PATH}:/bin:/usr/bin"
-export PATH
-
-file="/etc/$1"
-case $1 in
-   passwd|group)
-   match="^$2:\|^[^:]*:[^:]*:$2:" ;;
-   shadow)
-   match="^$2:" ;;
-   networks|netgroup)
-   match="^[[:space:]]*$2\>" ;;
-   hosts|protocols|rpc|services|ethers)
-   match="\<$2\>" ;;
-   aliases)
-   match="^[[:space:]]*$2[[:space:]]*:" ;;
-   ""|-h|--help)
-   echo "USAGE: $0 database [key]"
-   exit 0 ;;
-   *)
-   echo "$0: Unknown database: $1" 1>&2
-   exit 1 ;;
-esac
-
-if [ ! -f "$file" ] ; then
-   echo "$0: Could not find database file for $1" 1>&2
-   exit 1
-fi
-
-if [ $# -eq 1 ] ; then
-   exec cat "$file"
-else
-   sed "s/#.*//; /$match/q; d" "$file" | grep . || exit 2
-fi

diff --git a/sys-libs/musl/files/musl-1.1.15-CVE.patch 
b/sys-libs/musl/files/musl-1.1.15-CVE.patch
deleted file mode 100644
index 64fbbdcd8eb..000
--- a/sys-libs/musl/files/musl-1.1.15-CVE.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From c3edc06d1e1360f3570db9155d6b318ae0d0f0f7 Mon Sep 17 00:00:00 2001
-From: Rich Felker 
-Date: Thu, 06 Oct 2016 22:34:58 +
-Subject: fix missing integer overflow checks in regexec buffer size 
computations
-
-most of the possible overflows were already ruled out in practice by
-regcomp having already succeeded performing larger allocations.
-however at least the num_states*num_tags multiplication can clearly
-overflow in practice. for safety, check them all, and use the proper
-type, size_t, rather than int.
-
-also improve comments, use calloc in place of malloc+memset, and
-remove bogus casts.

-diff --git a/src/regex/regexec.c b/src/regex/regexec.c
-index 16c5d0a..dd52319 100644
 a/src/regex/regexec.c
-+++ b/src/regex/regexec.c
-@@ -34,6 +34,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include 
- 
-@@ -206,11 +207,24 @@ tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void 
*string,
- 
-   /* Allocate memory for temporary data required for matching.This 
needs to
-  be done for every matching operation to be thread safe.  This allocates
-- everything in a single large block from the stack frame using alloca()
-- or with malloc() if alloca is unavailable. */
-+ everything in a single large block with calloc(). */
-   {
--int tbytes, rbytes, pbytes, xbytes, total_bytes;
-+size_t tbytes, rbytes, pbytes, xbytes, total_bytes;
- char *tmp_buf;
-+
-+/* Ensure that tbytes and xbytes*num_states cannot overflow, and that
-+ * they don't contribute more than 1/8 of SIZE_MAX to total_bytes. */
-+if (num_tags > SIZE_MAX/(8 * sizeof(int) * tnfa->num_states))
-+  goto error_exit;
-+
-+/* Likewise check rbytes. */
-+if (tnfa->num_states+1 > SIZE_MAX/(8 * sizeof(*reach_next)))
-+  goto error_exit;
-+
-+/* Likewise check pbytes. */
-+if (tnfa->num_states > SIZE_MAX/(8 * sizeof(*reach_pos)))
-+  goto error_exit;
-+
- /* Compute the length of the block we need. */
- tbytes = sizeof(*tmp_tags) * num_tags;
- rbytes = sizeof(*reach_next) * (tnfa->num_states + 1);
-@@ -221,10 +235,9 @@ tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void 
*string,
-   + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes;
- 
- /* Allocate the memory. */
--buf = xmalloc((unsigned)total_bytes);
-+buf = calloc(total_bytes, 1);
- if (buf == NULL)
-   return REG_ESPACE;
--memset(buf, 0, (size_t)total_bytes);
- 
- /* Get the various pointers within tmp_buf (properly aligned). */
- 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/files/

2017-11-28 Thread Anthony G. Basile
commit: 0a11f9b2d753d304a11f9091895d1b7dc0448913
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Nov 28 19:07:08 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Nov 28 20:05:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a11f9b2

net-vpn/i2pd: remove unused patch

 .../i2pd-2.5.1-fix_installed_components.patch  | 30 --
 1 file changed, 30 deletions(-)

diff --git a/net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch 
b/net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch
deleted file mode 100644
index 0416901117c..000
--- a/net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 a/build/CMakeLists.txt.old 2016-02-04 21:30:50.954251000 +0100
-+++ b/build/CMakeLists.txt 2016-02-04 21:34:50.457793484 +0100
-@@ -356,10 +356,6 @@
-   endif ()
- endif ()
- 
--install(FILES ../LICENSE
--  DESTINATION .
--  COMPONENT Runtime
--  )
- # Take a copy on Appveyor
- install(FILES "C:/projects/openssl-$ENV{OPENSSL}/LICENSE"
-   DESTINATION .
-@@ -369,7 +365,6 @@
-   )
- 
- file(GLOB_RECURSE I2PD_SOURCES "../*.cpp" "../build" "../Win32" 
"../Makefile*")
--install(FILES ${I2PD_SOURCES} DESTINATION src/ COMPONENT Source)
- # install(DIRECTORY ../ DESTINATION src/
- #   # OPTIONAL
- #   COMPONENT Source FILES_MATCHING
-@@ -378,7 +373,7 @@
- #   )
- 
- file(GLOB I2PD_HEADERS "../*.h")
--install(FILES ${I2PD_HEADERS} DESTINATION src/ COMPONENT Headers)
-+install(FILES ${I2PD_HEADERS} DESTINATION "include/${PROJECT_NAME}" COMPONENT 
Headers)
- # install(DIRECTORY ../ DESTINATION src/
- #   # OPTIONAL
- #   COMPONENT Headers FILES_MATCHING



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

2017-11-28 Thread Michael Orlitzky
commit: 0777d57a9a3afc953c8b4b6c023d660bbb0ca12d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Nov 28 19:40:17 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Nov 28 20:01:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0777d57a

mail-filter/spamassassin: remove unused files

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

 mail-filter/spamassassin/files/3.4.1-spamd.init-r1 | 34 --
 .../spamassassin/files/spamassassin.service-r3 | 10 ---
 .../files/spamassassin.service.conf-r1 |  2 --
 3 files changed, 46 deletions(-)

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

diff --git a/mail-filter/spamassassin/files/spamassassin.service-r3 
b/mail-filter/spamassassin/files/spamassassin.service-r3
deleted file mode 100644
index 6bc74c46cc5..000
--- a/mail-filter/spamassassin/files/spamassassin.service-r3
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Spamassassin daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/spamd --username=spamd --groupname=spamd $SPAMD_OPTS
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

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



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2017-11-28 Thread Kristian Fiskerstrand
commit: 7d7c516bbf527767b3f529d2a7df35c38feb9c1a
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Nov 28 19:55:52 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Nov 28 19:59:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7c516b

gnome-extra/cinnamon-settings-daemon: Remove optional dep on upower-pm-utils

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../cinnamon-settings-daemon-3.6.1-r1.ebuild   | 85 ++
 1 file changed, 85 insertions(+)

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1-r1.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1-r1.ebuild
new file mode 100644
index 000..d0037fe9aaf
--- /dev/null
+++ 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2 virtualx
+
+DESCRIPTION="Cinnamon's settings daemon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+colord cups input_devices_wacom smartcard systemd"
+RESTRICT=test
+
+# udev is non-optional since lots of plugins, not just gudev, pull it in
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=gnome-base/libgnomekbd-3.6
+   >=gnome-base/librsvg-2.36.2
+   >=gnome-extra/cinnamon-desktop-2.8.0:0=
+   media-libs/fontconfig
+   >=media-libs/lcms-2.2:2
+   media-libs/libcanberra:0=[gtk3]
+   sys-apps/dbus
+   >=sys-auth/polkit-0.97
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.9.10:3
+   >=x11-libs/libnotify-0.7.3:0=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxklavier
+   virtual/libgudev:=
+   >=sys-power/upower-0.9.11
+
+   colord? ( >=x11-misc/colord-0.1.27:= )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7
+   x11-drivers/xf86-input-wacom
+   x11-libs/libXtst )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   systemd? ( sys-apps/systemd:0= )
+   !systemd? ( sys-auth/elogind:0= )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=dev-util/intltool-0.37.1
+   x11-proto/kbproto
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # make colord and wacom optional
+   eapply "${FILESDIR}"/${PN}-3.0.1-optional.patch
+
+   # Disable broken test
+   sed -e '/g_test_add_func ("\/color\/edid/d' \
+   -i plugins/color/gcm-self-test.c || die
+
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # no point in disabling gudev since other plugins pull it in
+   gnome2_src_configure \
+   --disable-static \
+   --enable-gudev \
+   --enable-polkit \
+   --enable-logind \
+   $(use_enable colord color) \
+   $(use_enable cups) \
+   $(use_enable smartcard smartcard-support) \
+   $(use_enable input_devices_wacom wacom)
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/

2017-11-28 Thread Kristian Fiskerstrand
commit: 0161e52577c0d12c50854c6e2441f2d7ebd7a4e5
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Nov 28 19:51:48 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Nov 28 19:52:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0161e525

gnome-extra/cinnamon-screensaver: Add xinerama use flag

Thanks-To: cronolio
Bug: https://bugs.gentoo.org/636924
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../cinnamon-screensaver-3.6.1-r1.ebuild   | 93 ++
 1 file changed, 93 insertions(+)

diff --git 
a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild
new file mode 100644
index 000..57085c813e0
--- /dev/null
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit autotools gnome2 multilib python-single-r1
+
+DESCRIPTION="Screensaver for Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="debug doc pam systemd xinerama"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.37.3:2[dbus]
+   >=x11-libs/gtk+-3.1.4:3[introspection]
+   >=gnome-extra/cinnamon-desktop-2.6.3:0=[systemd=]
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   >=gnome-base/libgnomekbd-3.6
+   >=dev-libs/dbus-glib-0.78
+
+   net-libs/webkit-gtk:4[introspection]
+
+   sys-apps/dbus
+   x11-libs/libxklavier
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/libXScrnSaver
+   x11-libs/libXxf86misc
+   x11-libs/libXxf86vm
+   x11-themes/adwaita-icon-theme
+
+   !systemd? ( sys-auth/elogind )
+
+   ${PYTHON_DEPS}
+
+   pam? ( virtual/pam )
+   systemd? ( >=sys-apps/systemd-31:0= )
+   xinerama? ( x11-libs/libXinerama )
+"
+# our cinnamon-1.8 ebuilds installed a cinnamon-screensaver.desktop hack
+RDEPEND="${COMMON_DEPEND}
+   !~gnome-extra/cinnamon-1.8.8.1
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/xapp[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-proto/xextproto
+   x11-proto/randrproto
+   x11-proto/scrnsaverproto
+   x11-proto/xf86miscproto
+   doc? (
+   app-text/xmlto
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.4 )
+"
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   python_fix_shebang screensavers
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug ' ') \
+   $(use_enable xinerama)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   if ! has_version x11-misc/xscreensaver; then
+   elog "${PN} can use screensavers from x11-misc/xscreensaver"
+   fi
+
+}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/mgetty/files/, net-dialup/mgetty/

2017-11-28 Thread Pacho Ramos
commit: a76610815a98fae3d6311884b1e3de6f409a93b2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:38:19 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:46:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7661081

net-dialup/mgetty: Fix building with gcc7 (#639076 by Toralf Förster)

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-dialup/mgetty/Manifest   |   2 +-
 net-dialup/mgetty/files/mgetty-1.1.37-gcc7.patch | 102 +++
 net-dialup/mgetty/mgetty-1.1.37-r1.ebuild|  33 
 3 files changed, 121 insertions(+), 16 deletions(-)

diff --git a/net-dialup/mgetty/Manifest b/net-dialup/mgetty/Manifest
index 6140bbf22a7..2f1f5770f19 100644
--- a/net-dialup/mgetty/Manifest
+++ b/net-dialup/mgetty/Manifest
@@ -1 +1 @@
-DIST mgetty1.1.37-Jun05.tar.gz 1057939 SHA256 
6ff8cbc4f8aacd3dd7f247ff96715141bc6173745ea916dd98b8381a85ecdf0e SHA512 
577d740c7d209b830bf8e783bf71edb666cb8bbfe8e7dceaa51dda6095d88724715394bcbd24eacfb1c377999f5779b547a7ec79cd9cdc13de6de18c4d857188
 WHIRLPOOL 
f00d22ab213cd00f392ead46804ad1c3b192ae816b7518f1a73b4d65c180ba78fb2f193ceacf1f5aa88aeca4431eecb87e0960f0b6196a7e00247690083e937e
+DIST mgetty1.1.37-Jun05.tar.gz 1057939 BLAKE2B 
de22751e72d72d19293794739c29ed115a6810cd7d57c07228526817120898ca597ba35afad36c324562c220ab67dd44655247ac46a2d6612c704557f3ec149d
 SHA512 
577d740c7d209b830bf8e783bf71edb666cb8bbfe8e7dceaa51dda6095d88724715394bcbd24eacfb1c377999f5779b547a7ec79cd9cdc13de6de18c4d857188

diff --git a/net-dialup/mgetty/files/mgetty-1.1.37-gcc7.patch 
b/net-dialup/mgetty/files/mgetty-1.1.37-gcc7.patch
new file mode 100644
index 000..6a4fa87a90a
--- /dev/null
+++ b/net-dialup/mgetty/files/mgetty-1.1.37-gcc7.patch
@@ -0,0 +1,102 @@
+From 09227cacda77d7785e864c0fec3854c22b3273f7 Mon Sep 17 00:00:00 2001
+From: Michal Sekletar 
+Date: Thu, 2 Mar 2017 09:25:45 +0100
+Subject: [PATCH] Fix build failure with gcc-7
+
+When function is declared inline but it is not static then compiler
+assumes it could be potentially called from other translation
+units. Hence it will inline the function within the translation unit and
+at the same time it will generate object code for function with external
+linkage. However both extern and inline variant *must* be the same and
+therefore such function can not use any variables with static storage
+duration. In our case functions in g3cat.c and pbm2g3.c are not called
+from other translation units hence it is fine to mark then explicitly as
+static and compiler won't generate other (problematic) extern variant.
+---
+ g3/g3cat.c  | 8 
+ g3/pbm2g3.c | 8 
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/g3/g3cat.c b/g3/g3cat.c
+index 8a4b708..1951210 100644
+--- a/g3/g3cat.c
 b/g3/g3cat.c
+@@ -44,7 +44,7 @@ static int b_written = 0;/* bytes of a line 
already */
+   /* written */
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void putcode _P2( (code, len), int code, int len )
+ {
+@@ -67,7 +67,7 @@ void putcode _P2( (code, len), int code, int len )
+ }
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void putwhitespan _P1( (l), int l )
+ {
+@@ -98,7 +98,7 @@ void putwhitespan _P1( (l), int l )
+ }
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void putblackspan _P1( (l), int l )
+ {
+@@ -129,7 +129,7 @@ void putblackspan _P1( (l), int l )
+ }
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void puteol _P0( void )   /* write byte-aligned EOL */
+ {
+diff --git a/g3/pbm2g3.c b/g3/pbm2g3.c
+index 283a728..57cb69a 100644
+--- a/g3/pbm2g3.c
 b/g3/pbm2g3.c
+@@ -40,7 +40,7 @@ static unsigned int out_hibit = 0;
+ static int out_byte_tab[ 256 ];   /* for g3 byte reversal 
*/
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void putcode _P2( (code, len), int code, int len )
+ {
+@@ -60,7 +60,7 @@ void putcode _P2( (code, len), int code, int len )
+ }
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void puteol _P0( void )   /* write byte-aligned EOL */
+ {
+@@ -69,7 +69,7 @@ void puteol _P0( void )  /* write 
byte-aligned EOL */
+ }
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void putwhitespan _P1( (l), int l )
+ {
+@@ -100,7 +100,7 @@ void putwhitespan _P1( (l), int l )
+ }
+ 
+ #ifdef __GNUC__
+-inline
++static inline
+ #endif
+ void putblackspan _P1( (l), int l )
+ {
+-- 
+2.9.3
+

diff --git a/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild 
b/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild
index f071ac4d388..a6305c0271c 100644
--- a/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2017-11-28 Thread Pacho Ramos
commit: c25b2e2da99136d2fccc61316bb81d4af073d268
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:34:50 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:46:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25b2e2d

x11-themes/ubuntu-wallpapers: Stable on all

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
index 6c8e876decc..ebb7379f004 100644
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
@@ -8,7 +8,7 @@ 
HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers;
 MY_P="${PN}_${PV}"
 SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
 LICENSE="CC-BY-SA-3.0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gnokii/, app-mobilephone/gnokii/files/

2017-11-28 Thread Pacho Ramos
commit: d3e32d54d4408da857911c2b0e14ac2c86d31a18
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:41:42 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:46:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e32d54

app-mobilephone/gnokii: Fix building with gcc7 (#639078 by Toralf Förster)

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-mobilephone/gnokii/Manifest   |  2 +-
 app-mobilephone/gnokii/files/gnokii-0.6.31-gcc7.patch | 17 +
 app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild|  8 +---
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/app-mobilephone/gnokii/Manifest b/app-mobilephone/gnokii/Manifest
index 89bde829294..d8f2ef26b3e 100644
--- a/app-mobilephone/gnokii/Manifest
+++ b/app-mobilephone/gnokii/Manifest
@@ -1 +1 @@
-DIST gnokii-0.6.31.tar.bz2 1237865 SHA256 
8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501 SHA512 
529f6d0d29873f48ac00cf7151ba35dcbd93405ab27d69848ed17dea73f4fba71721d1811d921441b4214777b9b33f760b372631627cc108eb94c39684da343d
 WHIRLPOOL 
a14927d205748647187336f408fc7449808e48ff2b6de0df8cc14562d25a67643d1bb4cb97f50c27a5c2acad2bdb503bcec049a4fdac534ce48c763b9715cae7
+DIST gnokii-0.6.31.tar.bz2 1237865 BLAKE2B 
d94c5d44e7075b875037c55448b63c76a27116ad09eeb3c450597d6d65d0cabae65aefc904dcdd868b30fbd17989ce50aecfb2d08dce8ac55e36d1976f0b61da
 SHA512 
529f6d0d29873f48ac00cf7151ba35dcbd93405ab27d69848ed17dea73f4fba71721d1811d921441b4214777b9b33f760b372631627cc108eb94c39684da343d

diff --git a/app-mobilephone/gnokii/files/gnokii-0.6.31-gcc7.patch 
b/app-mobilephone/gnokii/files/gnokii-0.6.31-gcc7.patch
new file mode 100644
index 000..6637a6af62c
--- /dev/null
+++ b/app-mobilephone/gnokii/files/gnokii-0.6.31-gcc7.patch
@@ -0,0 +1,17 @@
+Patch by Robert Scheck  for gnokii <= 0.6.31 to avoid
+build failures with GCC 7.x as "../common/.libs/libgnokii.so: undefined 
reference
+to `local_atoi'". The "inline" is only a hint that the compiler doesn't 
complain
+about double defined symbols, but does not guarantee that a function is inlined
+or that a symbol is generated when needed.
+
+--- gnokii-0.6.31/common/gsm-filetypes.c   2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/common/gsm-filetypes.c.gcc7  2017-02-12 00:55:39.0 
+0100
+@@ -1409,7 +1409,7 @@
+ #define GET_NEXT_TOKEN()  o = get_next_token(line + offset, ';')
+ #define STORE_TOKEN(a)strip_slashes(a, line + offset, 
sizeof(a) - 1, o - 1)
+ 
+-inline int local_atoi(char *str, int len)
++static int local_atoi(char *str, int len)
+ {
+   int retval;
+   char *aux = strndup(str, len);

diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild 
b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
index 17779551f5d..d85decce8d4 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-
 inherit autotools eutils linux-info
 
 HOMEPAGE="http://www.gnokii.org/;
@@ -32,11 +31,13 @@ RDEPEND="
mysql? ( virtual/mysql:= )
)
usb? ( virtual/libusb:0 )
-   X? ( x11-libs/gtk+:2 )"
+   X? ( x11-libs/gtk+:2 )
+"
 DEPEND="${RDEPEND}
dev-util/intltool
irda? ( virtual/os-headers )
-   nls? ( sys-devel/gettext )"
+   nls? ( sys-devel/gettext )
+"
 
 CONFIG_CHECK="~UNIX98_PTYS"
 
@@ -50,6 +51,7 @@ IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
 PATCHES=(
"${FILESDIR}"/${P}-fix_xgnokii_inclusion.patch
"${FILESDIR}"/${P}-gcc5.patch
+   "${FILESDIR}"/${P}-gcc7.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2017-11-28 Thread Pacho Ramos
commit: 0f2ebd9f17441c0784daefd5753a41d0b5c5026d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:34:37 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:46:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2ebd9f

x11-themes/ubuntu-wallpapers: Version bump

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-themes/ubuntu-wallpapers/Manifest  |  3 +-
 .../ubuntu-wallpapers-17.10.1.ebuild   | 37 ++
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/x11-themes/ubuntu-wallpapers/Manifest 
b/x11-themes/ubuntu-wallpapers/Manifest
index d2733affa58..224874fded9 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1 +1,2 @@
-DIST ubuntu-wallpapers_17.04.1.orig.tar.gz 119859143 SHA256 
945f672c84a519e867869483ca43ed50772a709bcea5920c6c3c1ce188e369f3 SHA512 
730efe559be438fb673d41998bced8f1d7188b14b630f2f92789a01aa8879d77998f353c8cc1b1150800b192aa6c6cbab3473b68fc90e42284db15d25aa875b7
 WHIRLPOOL 
e5069f812309bc31b5a0d6a10b592d5fc79c7d6a32e04066d56c6148d76c171343a7523347f529c5c3701b19887a44bdfb4ddbf85eee218da7e0bb9217e58d79
+DIST ubuntu-wallpapers_17.04.1.orig.tar.gz 119859143 BLAKE2B 
543e8b8a3218318ca50e6cc659d7474119130c881191836280811c9405f8c57f2a852735c40dc62c3e5a1831c428b92455ee79c4585991d81e66459b78f25909
 SHA512 
730efe559be438fb673d41998bced8f1d7188b14b630f2f92789a01aa8879d77998f353c8cc1b1150800b192aa6c6cbab3473b68fc90e42284db15d25aa875b7
+DIST ubuntu-wallpapers_17.10.1.orig.tar.gz 129711183 BLAKE2B 
ca5c4010cc5b724d8f1a2963370393f096fd43bf2fde6150d9348d70538621ce364b352fae5903fc22dd63ec10a8dbbb3fc61859683fa1fe95030d10d82464e8
 SHA512 
1f863473079e1c95b9110c7fc18484a15a0215e35e29acb3c48ab5ebff4cab25b2c83e8a8864a2e5df7fd523dc4e519f2c27f0ee4479a64485f854d752942b76

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
new file mode 100644
index 000..6c8e876decc
--- /dev/null
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Ubuntu wallpapers"
+HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers;
+MY_P="${PN}_${PV}"
+SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
+LICENSE="CC-BY-SA-3.0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}/${MY_P/_/-}"
+
+SLOT="0"
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+   insinto /usr/share/backgrounds
+   doins *.jpg *.png
+
+   insinto /usr/share/backgrounds/contest
+   doins contest/*.xml
+
+   for i in *.xml.in; do
+   insinto /usr/share/gnome-background-properties
+   newins ${i} ${i/.in/}
+   done
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2017-11-28 Thread Pacho Ramos
commit: 5ba94608b4f0e6165414fe4f360246bd6d752a5a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:35:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:46:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba94608

x11-themes/ubuntu-wallpapers: Drop old

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-themes/ubuntu-wallpapers/Manifest  |  1 -
 .../ubuntu-wallpapers-17.04.1.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/x11-themes/ubuntu-wallpapers/Manifest 
b/x11-themes/ubuntu-wallpapers/Manifest
index 224874fded9..ab63d4d0e71 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1,2 +1 @@
-DIST ubuntu-wallpapers_17.04.1.orig.tar.gz 119859143 BLAKE2B 
543e8b8a3218318ca50e6cc659d7474119130c881191836280811c9405f8c57f2a852735c40dc62c3e5a1831c428b92455ee79c4585991d81e66459b78f25909
 SHA512 
730efe559be438fb673d41998bced8f1d7188b14b630f2f92789a01aa8879d77998f353c8cc1b1150800b192aa6c6cbab3473b68fc90e42284db15d25aa875b7
 DIST ubuntu-wallpapers_17.10.1.orig.tar.gz 129711183 BLAKE2B 
ca5c4010cc5b724d8f1a2963370393f096fd43bf2fde6150d9348d70538621ce364b352fae5903fc22dd63ec10a8dbbb3fc61859683fa1fe95030d10d82464e8
 SHA512 
1f863473079e1c95b9110c7fc18484a15a0215e35e29acb3c48ab5ebff4cab25b2c83e8a8864a2e5df7fd523dc4e519f2c27f0ee4479a64485f854d752942b76

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild
deleted file mode 100644
index ebb7379f004..000
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Ubuntu wallpapers"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers;
-MY_P="${PN}_${PV}"
-SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
-LICENSE="CC-BY-SA-3.0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-SLOT="0"
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/backgrounds
-   doins *.jpg *.png
-
-   insinto /usr/share/backgrounds/contest
-   doins contest/*.xml
-
-   for i in *.xml.in; do
-   insinto /usr/share/gnome-background-properties
-   newins ${i} ${i/.in/}
-   done
-
-   einstalldocs
-}



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

2017-11-28 Thread Pacho Ramos
commit: 5e42e8f9fa810d25d4094e614928a5bb0307635e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:24:23 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:46:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e42e8f9

app-admin/packagekit-base: vala-common needed for eautoreconf, bug #622840

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-admin/packagekit-base/Manifest| 2 +-
 app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-admin/packagekit-base/Manifest 
b/app-admin/packagekit-base/Manifest
index e21de0d559b..60b52988841 100644
--- a/app-admin/packagekit-base/Manifest
+++ b/app-admin/packagekit-base/Manifest
@@ -1,4 +1,4 @@
 DIST PackageKit-1.0.11.tar.xz 1427404 SHA256 
bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7 SHA512 
9529037685f76e883a71ae502eabd83c3e1e8905f76cfe5e938760677f0224f8758bca59e139588aa06589bcca7a20f13dea0fe419022cb950c7a4c631237bce
 WHIRLPOOL 
8d9bebf55acdff2096bb750bc1f3028cdbbb8e0fd09926de69c7e3dcbd7fe56a2908709be01633dd5a61df80afab05b28d8f424b1bbb79454f503cd03301e56a
 DIST PackageKit-1.1.1.tar.xz 1410632 SHA256 
483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4 SHA512 
caf9b67f71a36479d32338c28343671e9586aade7a0f777b867772ad8da8e3206bf66a46b2fa2cba8f0f48af27db3888b68e336707db6f76c5e0dbed464e2874
 WHIRLPOOL 
0a09233580b50f391931760960c3fe8a644797b24c15a79d56bdbfdadde835856f81175e209ad6877c49387c946c8765418eef28fc1fd188eb5d5d5a383fd1ad
 DIST PackageKit-1.1.4.tar.xz 1424756 SHA256 
0ae89f7c381b7def41960f690f7212cf80f7f6bfc9055ce8d0c84aa45f120cd9 SHA512 
fc04d58c46f7e7dbb1386d26627ea246b5f21b8483862788bb734b8a137e4cb1d41de0f471b46f6d649e29337f9605acba0568a845577b27a2ac0faaf391b187
 WHIRLPOOL 
f76a446eb64721cb718fe250d710aaf4e0d801bddb44835a7a0327ed250150928d717bb037d23c758eb6bfb752b77aea4bb5a14c8df58b964e008f2260e45736
-DIST PackageKit-1.1.5.tar.xz 1418292 SHA256 
50f448ced5b460bd79ba0c97e9fe080153eaeecad909eee108284e3f5fc7b70c SHA512 
ecc6a4d39caa0a7ea2047f52f95980b23e61ae200e27559326f03302b1c0d798f9cbae53fcf2d397dca3d54e52f143e2e7aa4e3f0b2df8c39e53bd2993e86154
 WHIRLPOOL 
d21df70793d316ffd045f9c4b06f0e31015cf659e9f3679cd96dbdaf3acf22e030446030f2c5a589f87b351b8a191dda7614bb63462a9e1017bb9ae11fcfdbf8
+DIST PackageKit-1.1.5.tar.xz 1418292 BLAKE2B 
973cfaf1e6dd48bbf3ef5cfe421202804af584af227fb70c5835d70bc128da64fd4084dd2bc508ed63d2c46ac693d7b3fcb540992da4e13ea947696a75f870d9
 SHA512 
ecc6a4d39caa0a7ea2047f52f95980b23e61ae200e27559326f03302b1c0d798f9cbae53fcf2d397dca3d54e52f143e2e7aa4e3f0b2df8c39e53bd2993e86154

diff --git a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
index 9d6f36571e9..47c4f16e60b 100644
--- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
@@ -43,9 +43,11 @@ COMMON_DEPEND="
networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
systemd? ( >=sys-apps/systemd-204 )
 "
+# vala-common needed for eautoreconf
 DEPEND="${COMMON_DEPEND}
>=dev-cpp/glibmm-2.4
dev-libs/libxslt[${PYTHON_USEDEP}]
+   dev-libs/vala-common
>=dev-util/gtk-doc-am-1.11
>=dev-util/intltool-0.35.0
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/

2017-11-28 Thread Michał Górny
commit: 0a4d0017b86af89fdd866904dcf825e4a3b6bca2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 28 18:37:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 28 19:34:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4d0017

app-eselect/eselect-repository: Bump to v2

 app-eselect/eselect-repository/Manifest|  1 +
 .../eselect-repository/eselect-repository-2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-eselect/eselect-repository/Manifest 
b/app-eselect/eselect-repository/Manifest
index 2392ccdf09c..77c8a7bd351 100644
--- a/app-eselect/eselect-repository/Manifest
+++ b/app-eselect/eselect-repository/Manifest
@@ -1 +1,2 @@
 DIST eselect-repository-1.tar.gz 5378 SHA256 
d73d4ab5fd525f3504814b25087a051bde1b358033f996e10eca3d5abf22 SHA512 
7f985c3abe3fa02dfe44aade71583e7280c4757470fe8bf43de8fcc2403e8b924d9b0af104e926a2b3cd79a92b440570347db511767c908dda087ccc9f3aba6e
 WHIRLPOOL 
8ad0d21452a0094007b795aa105312110404dca33ee8c8e3c189b08f9fbad7759c2f1fe6572839c06cb7bdbaa39740195d674e72dc72debf6f118570d40daec2
+DIST eselect-repository-2.tar.gz 5441 BLAKE2B 
28608b7e5d06747afea4ef28b0f45ac97dcea0310201d857f1248e7fc586a331fce01c9017df83c332cbfb55b51b52a45361e06db8a7d4b788a70f63eb4c83d8
 SHA512 
7667053b7d06117f49366d7bb6ad39b1b0715c778e49e18649ce38b364e58c0c31f4fa077a459374c52d3bb7f550002a4368cbb7fc14fd9961815bb1355c1f61

diff --git a/app-eselect/eselect-repository/eselect-repository-2.ebuild 
b/app-eselect/eselect-repository/eselect-repository-2.ebuild
new file mode 100644
index 000..fef00322510
--- /dev/null
+++ b/app-eselect/eselect-repository/eselect-repository-2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+inherit python-single-r1
+
+DESCRIPTION="Manage repos.conf via eselect"
+HOMEPAGE="https://github.com/mgorny/eselect-repository;
+SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+   app-admin/eselect
+   dev-python/lxml[${PYTHON_USEDEP}]
+   net-misc/wget"
+
+src_compile() {
+   MAKEARGS=(
+   PREFIX="${EPREFIX}/usr"
+   SYSCONFDIR="${EPREFIX}/etc"
+   SHAREDSTATEDIR="${EPREFIX}/var"
+   ESELECTDIR="${EPREFIX}/usr/share/eselect/modules"
+   )
+
+   emake "${MAKEARGS[@]}"
+   python_fix_shebang eselect-repo-helper
+}
+
+src_install() {
+   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
+   keepdir /var/db/repos
+   einstalldocs
+}



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

2017-11-28 Thread Pacho Ramos
commit: 9fe379a2f9ebe028bec92ab83e3c01b1f32a4d2d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 28 19:08:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 28 19:08:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe379a2

sys-apps/colorized-logs: Add new package for playing with asci colors

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-apps/colorized-logs/Manifest  |  1 +
 sys-apps/colorized-logs/colorized-logs-2.1.ebuild | 24 +++
 sys-apps/colorized-logs/metadata.xml  |  8 
 3 files changed, 33 insertions(+)

diff --git a/sys-apps/colorized-logs/Manifest b/sys-apps/colorized-logs/Manifest
new file mode 100644
index 000..1a28835356c
--- /dev/null
+++ b/sys-apps/colorized-logs/Manifest
@@ -0,0 +1 @@
+DIST colorized-logs-2.1.tar.gz 9997 BLAKE2B 
5d6b184102c63dad8526f1feebbd84531a18f2505801f4bedd62cbdfa04bd919b750b60b37fec5449b1a5b98500dcbd7feec7b7155ca0c779d31ea66d8305e28
 SHA512 
d03919cfa19d6df41bcb9dd6bb29e436febff4ed4d50d9ce83910bfdb61acbf323ecd4dcf9eaa9cfae3bb338b2107f1d156815848b8da8b470c50651650dfee1

diff --git a/sys-apps/colorized-logs/colorized-logs-2.1.ebuild 
b/sys-apps/colorized-logs/colorized-logs-2.1.ebuild
new file mode 100644
index 000..2d9ecaf97f2
--- /dev/null
+++ b/sys-apps/colorized-logs/colorized-logs-2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="Tools for logs with ANSI color"
+HOMEPAGE="https://github.com/kilobyte/colorized-logs/;
+SRC_URI="https://github.com/kilobyte/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake-utils_src_install
+   # Rename to not collide with dev-python/ansi2html
+   mv "${ED}/usr/bin/ansi2html" "${ED}/usr/bin/cl-ansi2html" || die
+   mv "${ED}/usr/share/man/man1/ansi2html.1" 
"${ED}/usr/share/man/man1/cl-ansi2html.1" || die
+}

diff --git a/sys-apps/colorized-logs/metadata.xml 
b/sys-apps/colorized-logs/metadata.xml
new file mode 100644
index 000..3da97a9953c
--- /dev/null
+++ b/sys-apps/colorized-logs/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pa...@gentoo.org
+   Pacho Ramos
+   
+



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

2017-11-28 Thread Andreas Sturmlechner
commit: 235bf72d02fbb66698639d3eccff5cd6e2b72e5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 18:57:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 19:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235bf72d

app-text/libwps: 0.4.8 version bump

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-text/libwps/Manifest|  3 ++-
 app-text/libwps/libwps-0.4.8.ebuild | 35 +++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index 1f7ac191590..80727c38495 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -1 +1,2 @@
-DIST libwps-0.4.7.tar.xz 595580 SHA256 
2f2cab630bceace24f9dbb7d187cd6cd1f4c9f8a7b682c5f7e49c1e2cb58b217 SHA512 
d38b778016f8ca6a44edba86177d28a3f0bcd338e57276a615eeb9d470def71aa9326c3077789129418b38e88ae6f6d1901d08f5716081ba2eb9847a133c96da
 WHIRLPOOL 
8dd7cc93f9a9da8e1685ab40c9a8fbe92bc0b1ca1c2888c9d70681156fdaea918dcef2bc6ed31f8d0d6a1345009275cb5517cdb513bea8abd90c17b124aba5e7
+DIST libwps-0.4.7.tar.xz 595580 BLAKE2B 
697d0572aa8dccc732b5ff3f23c3bacf2a82ea77442e819172a03a8b906aaee010fc992419d161f573efb3c998cc8d001a7431e16996f5348fe4aa80b8060bdd
 SHA512 
d38b778016f8ca6a44edba86177d28a3f0bcd338e57276a615eeb9d470def71aa9326c3077789129418b38e88ae6f6d1901d08f5716081ba2eb9847a133c96da
+DIST libwps-0.4.8.tar.xz 648512 BLAKE2B 
b446cff0e760569daa52fd24e42af8cdda78f2c0bc77d26cc25957381456f045dde1eb4ec8bd7999de29f658d67b2a493fdeacde4faa12a00aa28725603f
 SHA512 
bf5d7aeb6f06e87f15ec8e911fb6436fb4e14839123db71488638f0e658034ad4ea8849ed83926af2fab9b50a7ef7410199d4a1102abc63c83d37bf1966a4afb

diff --git a/app-text/libwps/libwps-0.4.8.ebuild 
b/app-text/libwps/libwps-0.4.8.ebuild
new file mode 100644
index 000..d52a852a39e
--- /dev/null
+++ b/app-text/libwps/libwps-0.4.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Microsoft Works file word processor format import filter library"
+HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86"
+IUSE="doc debug static-libs tools"
+
+RDEPEND="
+   dev-libs/librevenge
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   econf \
+   --disable-werror \
+   $(use_enable debug) \
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-11-28 Thread Andreas Sturmlechner
commit: d1630d2f0f5ef4f7890f533d9eb96e302f4353f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 18:58:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 19:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1630d2f

app-office/libreoffice: Add 6.0 stable branch

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-office/libreoffice/libreoffice-6.0..ebuild | 574 +
 1 file changed, 574 insertions(+)

diff --git a/app-office/libreoffice/libreoffice-6.0..ebuild 
b/app-office/libreoffice/libreoffice-6.0..ebuild
new file mode 100644
index 000..a9461079bcb
--- /dev/null
+++ b/app-office/libreoffice/libreoffice-6.0..ebuild
@@ -0,0 +1,574 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads,xml"
+
+# experimental ; release ; old
+# Usually the tarballs are moved a lot so this should make
+# everyone happy.
+DEV_URI="
+   https://dev-builds.libreoffice.org/pre-releases/src
+   https://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
+   https://download.documentfoundation.org/libreoffice/old/${PV}/
+"
+ADDONS_URI="https://dev-www.libreoffice.org/src/;
+
+BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
+# PATCHSET="${P}-patchset-01.tar.xz"
+
+[[ ${PV} == ** ]] && SCM_ECLASS="git-r3"
+inherit multiprocessing autotools bash-completion-r1 check-reqs gnome2-utils 
java-pkg-opt-2 pax-utils python-single-r1 toolchain-funcs flag-o-matic 
versionator xdg-utils qmake-utils ${SCM_ECLASS}
+unset SCM_ECLASS
+
+DESCRIPTION="A full office productivity suite"
+HOMEPAGE="https://www.libreoffice.org;
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+[[ -n ${PATCHSET} ]] && SRC_URI+=" 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET};
+
+# Split modules following git/tarballs
+# Core MUST be first!
+# Help is used for the image generator
+# Only release has the tarballs
+if [[ ${PV} != ** ]]; then
+   for i in ${DEV_URI}; do
+   SRC_URI+=" ${i}/${P}.tar.xz"
+   SRC_URI+=" ${i}/${PN}-help-${PV}.tar.xz"
+   done
+   unset i
+fi
+unset DEV_URI
+
+# Really required addons
+# These are bundles that can't be removed for now due to huge patchsets.
+# If you want them gone, patches are welcome.
+ADDONS_SRC=(
+   "java? ( 
${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
+   # no release for 8 years, should we package it?
+   "libreoffice_extensions_wiki-publisher? ( 
${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip )"
+   # Does not build with 1.6 rhino at all
+   "libreoffice_extensions_scripting-javascript? ( 
${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )"
+   # requirement of rhino
+   "libreoffice_extensions_scripting-javascript? ( 
${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )"
+   # not packageable
+   "odk? ( 
http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
)"
+)
+SRC_URI+=" ${ADDONS_SRC[*]}"
+
+unset ADDONS_URI
+unset ADDONS_SRC
+
+# Extensions that need extra work:
+LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
+
+IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird gnome 
googledrive
+gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres qt4 qt5 
test vlc
+$(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+[[ ${PV} == ** ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   app-arch/unzip
+   app-arch/zip
+   app-crypt/gpgme[cxx]
+   app-text/hunspell:=
+   >=app-text/libabw-0.1.0
+   >=app-text/libebook-0.1
+   app-text/libepubgen
+   >=app-text/libetonyek-0.1
+   app-text/libexttextcat
+   app-text/liblangtag
+   >=app-text/libmspub-0.1.0
+   >=app-text/libmwaw-0.3.1
+   >=app-text/libodfgen-0.1.0
+   app-text/libqxp
+   app-text/libstaroffice
+   app-text/libwpd:0.10[tools]
+   app-text/libwpg:0.3
+   >=app-text/libwps-0.4
+   app-text/mythes
+   >=dev-cpp/clucene-2.3.3.4-r2
+   =dev-cpp/libcmis-0.5*
+   dev-db/unixODBC
+   dev-lang/perl
+   dev-libs/boost:=
+   dev-libs/expat
+   dev-libs/hyphen
+   dev-libs/icu:=
+   dev-libs/libassuan
+   dev-libs/libgpg-error
+   =dev-libs/liborcus-0.13*
+   dev-libs/librevenge
+   dev-libs/nspr
+   dev-libs/nss
+   !libressl? ( >=dev-libs/openssl-1.0.0d:0 )
+   libressl? ( dev-libs/libressl )
+   >=dev-libs/redland-1.0.16
+   >=dev-libs/xmlsec-1.2.24[nss]
+   media-gfx/graphite2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   

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

2017-11-28 Thread Andreas Sturmlechner
commit: b9ef97d4196c1eb63ec53522581da00bb9a7557c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 18:41:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 19:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ef97d4

app-office/libreoffice: Depends on libepoxy[X]

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-office/libreoffice/Manifest| 4 ++--
 app-office/libreoffice/libreoffice-5.4.2.2.ebuild  | 2 +-
 app-office/libreoffice/libreoffice-5.4.3.2.ebuild  | 2 +-
 app-office/libreoffice/libreoffice-5.4..ebuild | 2 +-
 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index b37cdd7166a..3ae8e0dc6a2 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -1,4 +1,4 @@
-DIST 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip 3519470 SHA256 
d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370 SHA512 
a231eba4a1baca11766ef292ab45e302081115477fe23018652882923308856835cf8c9ecba61a5cf22543474ccef3136965d794a90c9e4e9e6dcc21f9af6e1a
 WHIRLPOOL 
c4b3b0c3e10171155e1d3431e8ab9b495dbf2fb924882024306bfb53f533f5b0231c06f47e3cfa77052013a816ea4cc5f237cc76fdb44a048fb6d5c177729aec
+DIST 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip 3519470 BLAKE2B 
ccfdf6b7f88f22d3ec7898c529c374f13059979450aabdccc9781ca91dd27d0119dfec3d33dda073c2973fa4a8aacae13924c9a67e38a1422c48bfee41b6f3e8
 SHA512 
a231eba4a1baca11766ef292ab45e302081115477fe23018652882923308856835cf8c9ecba61a5cf22543474ccef3136965d794a90c9e4e9e6dcc21f9af6e1a
 DIST 185d60944ea767075d27247c3162b3bc-unowinreg.dll 12288 SHA256 
eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6 SHA512 
854b8ae29b57b40ba6bb6ff66e723a0e8dad053fcc2849f0ad763cd8a31352f4aeba9636fd4e3f0f2a0cd985a6f49b4261b9ace68d6be821ed42cfa7a73eb13c
 WHIRLPOOL 
16eb79e3674250fcb760b9698b4980414052d20f720d946701d1915c9b8915b4af75378668653d29581b77c19fcdba8f51d1f834c286cfcefcf4a420f8fcc1d5
 DIST 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 9796 SHA256 
64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1 SHA512 
4a48f1e32907fb2dee601cda3cd7a0d7198b2d51f2a572b647f1e93f901fd511eef3567676e52dfb1723a2cdfbc01f2015ca0bb22903b0bc1476dd618cc9aa8a
 WHIRLPOOL 
a5156d06323699d2cbf539f14f5f44f54ebf33e86c7f14e98acd4c6e29c3e496f91dd6792401148ffa32e3dcb1cd4f087ed804e306b241cef86de0aa347d25d4
 DIST 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 
555291 SHA256 b0adb8e71aef80751b999c9c055e419a625c4a05184e407aef2aee28752ad8cb 
SHA512 
1e8a39205f21206d239871bd636f17768eb3997e08ba065ca537564bec2b4e97bcb2f7cd9e652a1d9b4f31cb0662010303c393aedc84b920bb5f41b27be8
 WHIRLPOOL 
d809712c3fcaca922d64f67a14d9dc3e750ecf359687c7ba0e8c6c7fc7750e43721a21ce29d5a3b0b87b83bfe7b71947e701ba4aed0a337ec35ecbb22d8dec34
@@ -6,6 +6,6 @@ DIST 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 1521926 
SHA256 1fb458d6aab0
 DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 SHA256 
75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870 SHA512 
2d3835f7ac356805025cafedcad97faa48d0f5da386e6ac7b7451030059df8e2fdb0861ade07a576ebf9fb5b88a973585ab0437944b06aac9289d6898ba8586a
 WHIRLPOOL 
60b98d9af2c83c0cf12a5a60ba30957d335b8b967cac07971e1edbc787b9caecd4b3c5bb480e8b38fe8109c1cf74439ebafae130c976182c2c15399f38f5d28c
 DIST libreoffice-5.4.2.2.tar.xz 192795940 SHA256 
2fda4a8c446786a3afff2cf1b07b818c45c9dcd136bfae1f3191b0b1565ba675 SHA512 
37edf44b4b3c3e694f5b5915647f9555413c3fcc6d29f5f8d74806439b65ed90418905476d7b75ce58a032abb1f55cecf1ca74b63279666ca2af5f3ac95a645c
 WHIRLPOOL 
1d2f55af8da2d1c8f2998cc3ab6346be7f6e2e524fef664281ba585910a9e98914c9e07612d597a89c77ab6dc25beffc4dcb1b4575f314752a892d18ea15415d
 DIST libreoffice-5.4.3.2.tar.xz 192920640 SHA256 
d59526dc6adf96c53cd7ed3c0235d9a876cbd1af07ab653456395ea94479d931 SHA512 
5996d8abc7f28df7de8f527fac6120955d673bb50f3691ff8a3606c216f049dd19a57bdd23faed1e169fcbdf3369350ea4519ed73d1a172661f7eaab6239649a
 WHIRLPOOL 
38176055247f0210aea5d8e0c6f93bdd36a0bc190ea64a1953f5196089ed2a95cd1c170bde0dcd5c09f779e4d457643d07799ae61838e556bfd3246cf5cf0311
-DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 
22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 WHIRLPOOL 
1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538
+DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/

2017-11-28 Thread Kristian Fiskerstrand
commit: 6c3d18bb16403baf3f0a391ceb678a60ea1ab31f
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Nov 28 18:47:46 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Nov 28 18:47:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3d18bb

gnome-extra/cinnamon-session: Cleanup old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../cinnamon-session-3.6.1-r1.ebuild   | 66 -
 .../cinnamon-session-3.6.1-r2.ebuild   | 68 --
 .../cinnamon-session/cinnamon-session-3.6.1.ebuild | 65 -
 3 files changed, 199 deletions(-)

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild
deleted file mode 100644
index 14a94279c74..000
--- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamon session manager"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc ipv6 systemd"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.88
-   >=dev-libs/glib-2.37.3:2
-   media-libs/libcanberra
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3:3
-   x11-libs/cairo
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXcomposite
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-   virtual/opengl
-   systemd? ( >=sys-apps/systemd-183 )
-   !systemd? ( >=sys-power/upower-pm-utils-0.9.23 )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-extra/cinnamon-desktop-2.6[systemd=]
-   !systemd? ( sys-auth/elogind )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/libxslt
-   >=dev-util/intltool-0.40.6
-   virtual/pkgconfig
-   doc? ( app-text/xmlto )
-
-   gnome-base/gnome-common
-"
-#  gnome-base/gnome-common for eautoreconf
-
-src_prepare() {
-   # make upower and logind check non-automagic
-   eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
-   eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch"
-   
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-gconf \
-   --disable-static \
-   --enable-logind \
-   $(use_enable doc docbook-docs) \
-   $(use_enable ipv6)
-}

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild
deleted file mode 100644
index 19e69122266..000
--- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamon session manager"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc ipv6 systemd"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.88
-   >=dev-libs/glib-2.37.3:2
-   media-libs/libcanberra
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3:3
-   x11-libs/cairo
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXcomposite
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-   virtual/opengl
-   systemd? ( >=sys-apps/systemd-183 
-  sys-auth/polkit )
-   !systemd? ( >=sys-power/upower-pm-utils-0.9.23
-  sys-auth/polkit[elogind] )
-   
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-extra/cinnamon-desktop-2.6[systemd=]
-   !systemd? ( sys-auth/elogind[policykit] )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/libxslt
-   >=dev-util/intltool-0.40.6
-   virtual/pkgconfig
-   doc? ( app-text/xmlto )
-
-   gnome-base/gnome-common
-"
-
-src_prepare() {
-   # make upower and logind check non-automagic
-   eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
-   eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch"
-   
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-gconf \
-   --disable-static \
-   --enable-logind \
-   $(use_enable doc docbook-docs) \
-   $(use_enable ipv6)
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/

2017-11-28 Thread Kristian Fiskerstrand
commit: 67b7d1e8770ba7350a088c0c154032a15f6767df
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Nov 28 18:45:20 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Nov 28 18:47:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7d1e8

gnome-extra/cinnamon-session: use upower instead of upower-pm-utils

With version 3.6 and after switch to elogind, I don't have concerns
switching to upower instead of upower-pm-utils

Bug: https://bugs.gentoo.org/622080
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../cinnamon-session-3.6.1-r3.ebuild   | 68 ++
 1 file changed, 68 insertions(+)

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r3.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r3.ebuild
new file mode 100644
index 000..9e6f0e7cb09
--- /dev/null
+++ b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils gnome2
+
+DESCRIPTION="Cinnamon session manager"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc ipv6 systemd"
+
+COMMON_DEPEND="
+   >=dev-libs/dbus-glib-0.88
+   >=dev-libs/glib-2.37.3:2
+   media-libs/libcanberra
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3:3
+   x11-libs/cairo
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcomposite
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+   virtual/opengl
+   systemd? ( >=sys-apps/systemd-183
+  sys-auth/polkit )
+   !systemd? ( sys-power/upower
+  sys-auth/polkit[elogind] )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-extra/cinnamon-desktop-2.6[systemd=]
+   !systemd? ( sys-auth/elogind[policykit] )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   >=dev-util/intltool-0.40.6
+   virtual/pkgconfig
+   doc? ( app-text/xmlto )
+
+   gnome-base/gnome-common
+"
+
+src_prepare() {
+   # make upower and logind check non-automagic
+   eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
+   eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch"
+
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-gconf \
+   --disable-static \
+   --enable-logind \
+   $(use_enable doc docbook-docs) \
+   $(use_enable ipv6)
+}



  1   2   >