[gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/files/, dev-lang/tcl/

2018-07-29 Thread Jeroen Roovers
commit: eedb960b034d2af4d7a735fe623b851bc3ba2f6b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul 30 05:54:23 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul 30 05:55:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedb960b

dev-lang/tcl: Version 8.6.8.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-lang/tcl/Manifest  |   1 +
 dev-lang/tcl/files/tcl-8.6.8-conf.patch|  11 +++
 dev-lang/tcl/files/tcl-8.6.8-libieee.patch |  15 
 dev-lang/tcl/tcl-8.6.8.ebuild  | 130 +
 4 files changed, 157 insertions(+)

diff --git a/dev-lang/tcl/Manifest b/dev-lang/tcl/Manifest
index a424064816d..d0809e4c587 100644
--- a/dev-lang/tcl/Manifest
+++ b/dev-lang/tcl/Manifest
@@ -1,4 +1,5 @@
 DIST tcl-core8.6.5-src.tar.gz 5846556 BLAKE2B 
9c3c48acffc13be526b507fc19711b21e710a84642d37d494bb46a2d4ac9445a95749fd9556ffbda57d55f90bd566d0c9cd72a800a34f062616aacf57e811aa4
 SHA512 
b726f7d3193ad92ba64911b8c724d5454c5a93d5f5e95462ec0a6d8ccbbdf20093888f66c83956d7631392ca805c1a80430f102c0a932de3ed55311101e0e09f
 DIST tcl-core8.6.6-src.tar.gz 5868427 BLAKE2B 
3444d474bfdc4958919dbf75527420614251e3cffb0d18fbbf547ffb83ead544f266b6ea868738ae40e02075cf31be6e753e0f89da02a2a81ededf09fc9dd2e6
 SHA512 
469a0221ed16569b70986cdde261d0c0df3bf64c493b8d6fc8368eb14597f7c2f6a01f082a1c8f27eb720618956e053cc97fbb9aaf7bb29cc96781cdc8e9518c
 DIST tcl-core8.6.7-src.tar.gz 5875027 BLAKE2B 
bc08e4e6639ba33176c8c1e670b957b8ad62a4790ace4ff8f8dc964f676ca87473c31c28f645d32a8287f844756fa224a077f96f1425f61b9872a4a0ae1429a1
 SHA512 
95c8c5bcb4fe604a77ca6ba9d49f9e90d156feaa9f3ab97661983f256ab54476b103ec8de01cd47231ed95e6df5e36d60514aed2ba5b8f3619cc5a3698ad3ee5
+DIST tcl-core8.6.8-src.tar.gz 5887483 BLAKE2B 
2b8428652e451b817fe63a811f910001929cdcbc8a8361cdf4f7df8e13cbf9b18c94a91c22c0f09cc46dc0174a66c44774b485539a8f24c14faee6658547b6b8
 SHA512 
36e6079b582c205e8c89435b361ef96550541357f473aea2ca4e6f01bd84e50ebd1474a75a1ae90640b9a5b392fb01ddfa71f0fa28e409b3569d88c32b4ddb69
 DIST tcl8.5.17-src.tar.gz 4546317 BLAKE2B 
27031dd3bd5790d03692e77edf91eb7fae8a40d8d193d8c8ce4e79b21f90e683bfc9d5b71764760223987fb163be844e6096d0aea1058b8ce255731d97e2a0ea
 SHA512 
ad5ddb4cd6378fd6bbea8cd85ceb1cf90392b2e8c49fbfb3e4b35c81d3ae3e3f087697c41fcba8c8e06de1d9e7539397e26d58b864dc01ba65abe4ba4efa9568

diff --git a/dev-lang/tcl/files/tcl-8.6.8-conf.patch 
b/dev-lang/tcl/files/tcl-8.6.8-conf.patch
new file mode 100644
index 000..26599e1672f
--- /dev/null
+++ b/dev-lang/tcl/files/tcl-8.6.8-conf.patch
@@ -0,0 +1,11 @@
+--- a/unix/tcl.m4
 b/unix/tcl.m4
+@@ -1402,7 +1402,7 @@
+   # get rid of the warnings.
+   #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES 
-D__NO_MATH_INLINES"
+ 
+-  SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
++  SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -Wl,-soname,${@}'
+   DL_OBJS="tclLoadDl.o"
+   DL_LIBS="-ldl"
+   LDFLAGS="$LDFLAGS -Wl,--export-dynamic"

diff --git a/dev-lang/tcl/files/tcl-8.6.8-libieee.patch 
b/dev-lang/tcl/files/tcl-8.6.8-libieee.patch
new file mode 100644
index 000..942144e68c7
--- /dev/null
+++ b/dev-lang/tcl/files/tcl-8.6.8-libieee.patch
@@ -0,0 +1,15 @@
+--- a/unix/tcl.m4
 b/unix/tcl.m4
+@@ -2470,12 +2470,9 @@
+ #
+ # On a few very rare systems, all of the libm.a stuff is
+ # already in libc.a.  Set compiler flags accordingly.
+-# Also, Linux requires the "ieee" library for math to work
+-# right (and it must appear before "-lm").
+ #
+ 
+ AC_CHECK_FUNC(sin, MATH_LIBS="", MATH_LIBS="-lm")
+-AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"])
+ 
+ #
+ # Interactive UNIX requires -linet instead of -lsocket, plus it

diff --git a/dev-lang/tcl/tcl-8.6.8.ebuild b/dev-lang/tcl/tcl-8.6.8.ebuild
new file mode 100644
index 000..1ce4659ee38
--- /dev/null
+++ b/dev-lang/tcl/tcl-8.6.8.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic multilib multilib-minimal 
toolchain-funcs versionator
+
+MY_P="${PN}${PV}"
+
+DESCRIPTION="Tool Command Language"
+HOMEPAGE="http://www.tcl.tk/;
+SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz"
+
+LICENSE="tcltk"
+SLOT="0/8.6"
+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 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="debug +threads"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+

[gentoo-commits] repo/gentoo:master commit in: dev-lang/tk/files/, dev-lang/tk/

2018-07-29 Thread Jeroen Roovers
commit: af0a22e213a2def219aa8bb6bc8fcd0930dbf704
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul 30 05:55:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul 30 05:55:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0a22e2

dev-lang/tk: Version 8.6.8.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-lang/tk/Manifest |   1 +
 dev-lang/tk/files/tk-8.6.8-libieee.patch |  15 
 dev-lang/tk/tk-8.6.8.ebuild  | 146 +++
 3 files changed, 162 insertions(+)

diff --git a/dev-lang/tk/Manifest b/dev-lang/tk/Manifest
index a4bc999b117..04b094fe969 100644
--- a/dev-lang/tk/Manifest
+++ b/dev-lang/tk/Manifest
@@ -3,3 +3,4 @@ DIST tk8.5.17-src.tar.gz 4095985 BLAKE2B 
4cbb140c30ca717ee499b9ad9e1a3df27a470a7
 DIST tk8.6.5-src.tar.gz 4417393 BLAKE2B 
bff37ac292928095063ebd3131ab8bf9e9d0b075c115c9e9a1f0fe75c2843cae6153b15fc9b964cd16a1251feca13258034d14dadd5fa8967bff6d5fee813f8f
 SHA512 
9acf2ef993a566a7cdd1efe21dc896b09125c65d86df53ab5a78542b21d3f031e9f9d72b81738705636c268b5ce72934c483eb087d5c0114f913c9075db9a3b1
 DIST tk8.6.6-src.tar.gz 4273737 BLAKE2B 
65b139fffe628439137a02a72af19be0f7c44956d18852f1ce8892349d0fa370281e475fbbe7451da524ab4e74a8c258ee5ee70b8a146bf1ec71e3bf420314a3
 SHA512 
223c72ab5a6f6040928c56843598b878efafab44ed4152a38e68aa2800f2c181adc50a8bf23279b7d446493eec43854920e8b649b6a34ecdf31ecc07ccc74044
 DIST tk8.6.7-src.tar.gz 4282972 BLAKE2B 
b07102365539ee98e2972a5d3bee2bdee89cb4d3873b05c764810b89f0152b71bd0d14d007434a003cd784868afadf6a2a50deffc0c4596b4551a0be7625fd13
 SHA512 
adf35991b20878d18a6940cb3d24d821586828537edf6d20f9223f2989d317adbcbb5360f3226014d96fe44e7ec06cfdf434309438c90a09878345b7106c7dd9
+DIST tk8.6.8-src.tar.gz 4319854 BLAKE2B 
167c5dc6c32e49653c04bc067c3d75df022ca230657be32797021b0e2f7748215d9ad0493c8020b8d1be1f005b9b2d561339a6a0b209721c0d05dd222d47d377
 SHA512 
d0d30637b733fb0b0d38461b6d872934c04af422fcdb7ec41a72331b2529cc94414e6f441f95a98642d69505e4f41469847fedd1cbe58bd08cdd818fcabd1db9

diff --git a/dev-lang/tk/files/tk-8.6.8-libieee.patch 
b/dev-lang/tk/files/tk-8.6.8-libieee.patch
new file mode 100644
index 000..942144e68c7
--- /dev/null
+++ b/dev-lang/tk/files/tk-8.6.8-libieee.patch
@@ -0,0 +1,15 @@
+--- a/unix/tcl.m4
 b/unix/tcl.m4
+@@ -2470,12 +2470,9 @@
+ #
+ # On a few very rare systems, all of the libm.a stuff is
+ # already in libc.a.  Set compiler flags accordingly.
+-# Also, Linux requires the "ieee" library for math to work
+-# right (and it must appear before "-lm").
+ #
+ 
+ AC_CHECK_FUNC(sin, MATH_LIBS="", MATH_LIBS="-lm")
+-AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"])
+ 
+ #
+ # Interactive UNIX requires -linet instead of -lsocket, plus it

diff --git a/dev-lang/tk/tk-8.6.8.ebuild b/dev-lang/tk/tk-8.6.8.ebuild
new file mode 100644
index 000..bdc7778ee50
--- /dev/null
+++ b/dev-lang/tk/tk-8.6.8.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils multilib multilib-minimal prefix toolchain-funcs 
versionator virtualx
+
+MY_P="${PN}${PV/_beta/b}"
+
+DESCRIPTION="Tk Widget Set"
+HOMEPAGE="http://www.tcl.tk/;
+SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz"
+
+LICENSE="tcltk"
+SLOT="0/8.6"
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="debug +threads truetype aqua xscreensaver"
+
+RDEPEND="
+   !aqua? (
+   >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
+   truetype? ( >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}] )
+   xscreensaver? ( 
>=x11-libs/libXScrnSaver-1.2.2-r1[${MULTILIB_USEDEP}] )
+   )
+   ~dev-lang/tcl-${PV}:0=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   !aqua? ( x11-base/xorg-proto )"
+
+# Not bumped to 8.6
+#RESTRICT=test
+
+SPARENT="${WORKDIR}/${MY_P}"
+S="${SPARENT}"/unix
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.5.11-fedora-xft.patch
+   "${FILESDIR}"/${PN}-8.5.13-multilib.patch
+   "${FILESDIR}"/${PN}-8.4.15-aqua.patch
+   "${FILESDIR}"/${PN}-8.5.14-conf.patch # Bug 125971
+   "${FILESDIR}"/${PN}-8.6.8-libieee.patch
+)
+
+src_prepare() {
+   find \
+   "${SPARENT}"/compat/* \
+   -delete || die
+
+   pushd "${SPARENT}" &>/dev/null || die
+   default
+   popd &>/dev/null || die
+   eprefixify 

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

2018-07-29 Thread Hans de Graaff
commit: fa8b33805392067c99d8203035826a2989210f95
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 30 05:27:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 30 05:48:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8b3380

dev-ruby/ffaker: add 2.10.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ffaker/Manifest |  1 +
 dev-ruby/ffaker/ffaker-2.10.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest
index b38c79c3c07..f7393d5e7c4 100644
--- a/dev-ruby/ffaker/Manifest
+++ b/dev-ruby/ffaker/Manifest
@@ -1 +1,2 @@
+DIST ffaker-2.10.0.gem 421376 BLAKE2B 
30976c0bee8862623c923b3797bd6de31b803643191d55ee2a6ef101a92f43acf6e300991de43641f2564ac82d046fcb7e53ca8b9cecae4c6b339e43f020cc1a
 SHA512 
cb54d995f39877eea0844395e52158ea898f1d3fb17af0b01261f8b359d50ffd5d7b94fba0400e7103543a96670a00b3e5a9c072bc46f7221d390ab81e6ac507
 DIST ffaker-2.9.0.gem 413184 BLAKE2B 
a48977b2749b60db18d046a0df0b65c1790a4fba5920faaaf6ef93be31cc7defd375379e2e46bbe2b4d2bae8b29f7cace4ecf09fba7d80a6cfacd724edd60564
 SHA512 
dff411a4d8864817dacb0498ce73a9b350d4e03aa771edb5b69c5e749ba4565dbd24d09215a7397e4567a9cd3ce2baae9b8e4e21cd8db127257364395e481364

diff --git a/dev-ruby/ffaker/ffaker-2.10.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.10.0.ebuild
new file mode 100644
index 000..f75776637ed
--- /dev/null
+++ b/dev-ruby/ffaker/ffaker-2.10.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Faster Faker, generates dummy data"
+HOMEPAGE="https://github.com/emmanueloga/ffaker;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"



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

2018-07-29 Thread Hans de Graaff
commit: 1688d2dcb573630defbe520f1e11f29c25ff2023
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 30 05:22:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 30 05:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1688d2dc

dev-ruby/fakefs: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/fakefs/Manifest |  2 --
 dev-ruby/fakefs/fakefs-0.13.3.ebuild | 43 
 dev-ruby/fakefs/fakefs-0.14.0.ebuild | 43 
 3 files changed, 88 deletions(-)

diff --git a/dev-ruby/fakefs/Manifest b/dev-ruby/fakefs/Manifest
index 6e71687bbe7..4b663e95013 100644
--- a/dev-ruby/fakefs/Manifest
+++ b/dev-ruby/fakefs/Manifest
@@ -1,6 +1,4 @@
 DIST fakefs-0.11.3.tar.gz 44888 BLAKE2B 
498dbcbe12389f27b6c6776425910f91ccc45ff85db1fa59e4fef8635dc9923294dbc979df2d10846d1435e81ee6d622190d3195399a4778d00bd4446edd2571
 SHA512 
9c9e18337d3c461fe4b5a4e6ede17cd840959147e66a57eb61fa203d8ba95d5655885d3e5b776ecb3a1cee93488dc711d1b2bd28df23bc131195e311229c329d
-DIST fakefs-0.13.3.tar.gz 46019 BLAKE2B 
2ff858106a4d5b4f6859b806cc1aa54a08917ecf2d8794fc20ff372cc94f1817ffac3e070c1c2d96a2f145fd2d471399792b42a45c24ee61c309b5f8d0ee18e1
 SHA512 
c3cd74fd5914d75a4cd3b0edc661b70398c8970ab100e7103831c2d2b686a9f61036549cb21f53610eeb2416d1a49dc0e0a16e7c439c504d65b41a05c31dfad3
-DIST fakefs-0.14.0.tar.gz 44808 BLAKE2B 
9957e95e5d8c6188da0cfa9160067b27485b9222a4f6342b2901a769b437ffcf4322e6ea377ac80ec95fd59ec56c5a48d3012e5c50b49a9fa8085c5c7b0fdd20
 SHA512 
8afc29bdff38232bf86de37771653b3f519f21e3c148afe7376d6df86cb303452f06a430f359f0df80a9f01aa9d697b24018e6b55a185e649c82e81d43274739
 DIST fakefs-0.14.2.tar.gz 44978 BLAKE2B 
6cf17d70c1c65ff5dd17c00d2a2f61860aa2d499365906e8a056d182a2402af08c33b1d4608ed2ea2749a49966eb3142195b5d29b014e41a176e793bd8223e97
 SHA512 
bfe33f0849a8e72bae6c3b4cdd05485c6ea807f2048decfcda84055fa601c85fcb6ebe0db9de81d9ec77c5040e58335be7109779bd765da73a405541903049e1
 DIST fakefs-0.15.0.tar.gz 46331 BLAKE2B 
5994921c2696a48ea0541a2a49fc9e372a52ef585a7a48ad4c15303d8f817dbb95411d0efcfb93334ffaac876e349a41cb7330d073f019bb09d60e22f6bf5f1a
 SHA512 
49602cb3dce3b0bd2950e77aed515bcb71dd453bf658c8f15f218abec7fe595aa62969495d46974d983bd52a19d6d19bd2986ad8a6e9b45e370c37259c9f32fb
 DIST fakefs-0.17.0.tar.gz 48156 BLAKE2B 
0d05def00b527fb0d510ea73d6c39ac9025f5d2e79b04055ef4e7c9250152f9c7a339f2566765da5a406c3c0c561252a70d44da13fdf3b042e58e60275e7465f
 SHA512 
3e63a439a2d9e3898c50453e062808110128d5bcae148d90751e72a2a1ba528e00e4cf1511b4cef3c3fb37b8dcfca038289bef35eaeccc1f766aeb2984530203

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

diff --git a/dev-ruby/fakefs/fakefs-0.14.0.ebuild 
b/dev-ruby/fakefs/fakefs-0.14.0.ebuild
deleted file mode 100644
index 0190df16641..000
--- a/dev-ruby/fakefs/fakefs-0.14.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.md"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A fake filesystem. Use it in your tests"
-HOMEPAGE="https://github.com/defunkt/fakefs;
-SRC_URI="https://github.com/defunkt/fakefs/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 

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

2018-07-29 Thread Hans de Graaff
commit: 27e2b5b5caaf03eeb6a6536e958911dcbe10c49b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 30 05:25:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 30 05:48:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e2b5b5

dev-ruby/ffaker: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ffaker/Manifest|  3 ---
 dev-ruby/ffaker/ffaker-2.6.0.ebuild | 20 
 dev-ruby/ffaker/ffaker-2.7.0.ebuild | 20 
 dev-ruby/ffaker/ffaker-2.8.0.ebuild | 20 
 4 files changed, 63 deletions(-)

diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest
index 14957c48573..b38c79c3c07 100644
--- a/dev-ruby/ffaker/Manifest
+++ b/dev-ruby/ffaker/Manifest
@@ -1,4 +1 @@
-DIST ffaker-2.6.0.gem 400384 BLAKE2B 
1c6a0c620069a4ec822dc1426e9953a59c1c5c9ff765321e461935d1389fbf4ab5e03239d37f954cc150a59eb94603949b5e4cdb79cfcaabe653df96e4d7154f
 SHA512 
65cd6ae364f8c250c748368ef6b124b4f2a691b56e757544f0a117c6f67288713416068b51297ae68a3f25ad3fa28c5544edd623824870e1cfa824d839bdc1e9
-DIST ffaker-2.7.0.gem 402944 BLAKE2B 
f0696b1bcd4da7058e93852b1f943267800282c0ea75014468d86fb0bfef5ddff12f0f6da1f05a29aab0c71158529a91a00b980187279276d3acb3c617aa1bd8
 SHA512 
426de5d4774e603b17ef60f4a759624920d803f98f817d962cf372ec5b6ab946e99f4793ee709e2a252f1d2ed071de38f00a06c9e97dcbdd667bf7325a2374ee
-DIST ffaker-2.8.0.gem 411648 BLAKE2B 
84723aeae1ad3be8ecb526a6ed2d3ec2e807d29fafdc9f1a39c3c59eea9d9ec4d696d7b5733f4b1cc939676721caca5b614ab81a152130d3e3b12629e2480cc0
 SHA512 
c27f393f46014eda844c8a176a698db66f90f7c6b2931b3884f446774ea1ce9058dd7eacda8271c93d335fe6a8a0a130c580d86229c15fff0b9ec53a52db0edd
 DIST ffaker-2.9.0.gem 413184 BLAKE2B 
a48977b2749b60db18d046a0df0b65c1790a4fba5920faaaf6ef93be31cc7defd375379e2e46bbe2b4d2bae8b29f7cace4ecf09fba7d80a6cfacd724edd60564
 SHA512 
dff411a4d8864817dacb0498ce73a9b350d4e03aa771edb5b69c5e749ba4565dbd24d09215a7397e4567a9cd3ce2baae9b8e4e21cd8db127257364395e481364

diff --git a/dev-ruby/ffaker/ffaker-2.6.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.6.0.ebuild
deleted file mode 100644
index b2f16478d60..000
--- a/dev-ruby/ffaker/ffaker-2.6.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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_EXTRADOC="Changelog.md README.md REFERENCE.md"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faster Faker, generates dummy data"
-HOMEPAGE="https://github.com/emmanueloga/ffaker;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"

diff --git a/dev-ruby/ffaker/ffaker-2.7.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.7.0.ebuild
deleted file mode 100644
index b2f16478d60..000
--- a/dev-ruby/ffaker/ffaker-2.7.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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_EXTRADOC="Changelog.md README.md REFERENCE.md"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faster Faker, generates dummy data"
-HOMEPAGE="https://github.com/emmanueloga/ffaker;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"

diff --git a/dev-ruby/ffaker/ffaker-2.8.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.8.0.ebuild
deleted file mode 100644
index df9f13df83a..000
--- a/dev-ruby/ffaker/ffaker-2.8.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faster Faker, generates dummy data"
-HOMEPAGE="https://github.com/emmanueloga/ffaker;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"



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

2018-07-29 Thread Mart Raudsepp
commit: e5fba419dff22a9a60d656f3a6176743942e89eb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jul 30 05:24:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jul 30 05:24:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fba419

Revert "dev-python/xlutils: version bump."

This reverts commit db7b97a87c3a4f1a112a99229b828424ffa47a94.

Bug: https://bugs.gentoo.org/662452

 dev-python/xlutils/Manifest |  1 -
 dev-python/xlutils/xlutils-2.0.0.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/xlutils/Manifest b/dev-python/xlutils/Manifest
index 6eece5c3877..b865d806b98 100644
--- a/dev-python/xlutils/Manifest
+++ b/dev-python/xlutils/Manifest
@@ -1,2 +1 @@
 DIST xlutils-1.7.1.tar.gz 62278 BLAKE2B 
5d90074a660ad15405d6a6e75e2da9a8eb45a7e516c70f4e0a1d34eb8db0d8a9b865ad0241d7d39719f77b1bcc4b3bea5e5ce358ebabc81b46a2ed6d4176ee58
 SHA512 
196ec5cf99e7ad5a612c455e4e293461ac89e6e93c28790e34dcce544c8689a9ab122e37458d3b6ff24137c3646607fa8768ab3a4c2fa4a3e2e59e0ac05d675a
-DIST xlutils-2.0.0.tar.gz 61614 BLAKE2B 
51fde8ef1a0a88ecccfb3cfb332fe8a31101d29865cfa6201001d272db34a5f210e988ccb99ba00344f80dd457a5c91866af12061af9342d556953700cf02916
 SHA512 
7b6c39912a2b23d718b1aaac2f21770f1e5b156fdc7416f11d4a7e6b52195b982aecb52b5571599eb4928c7e09bbfb20fdf2554f0c49c286b243e2fb3ea9

diff --git a/dev-python/xlutils/xlutils-2.0.0.ebuild 
b/dev-python/xlutils/xlutils-2.0.0.ebuild
deleted file mode 100644
index 7fd4664a5b1..000
--- a/dev-python/xlutils/xlutils-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="provides a collection of utilities for working with Excel files"
-HOMEPAGE="https://pypi.org/project/xlutils/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   dev-python/xlwt[${PYTHON_USEDEP}]
-   dev-python/xlrd[${PYTHON_USEDEP}]"
-
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/errorhandler[${PYTHON_USEDEP}]
-   dev-python/manuel[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( README.txt docs/*.txt )
-
-python_test() {
-   py.test -v xlutils/tests || die "Tests fail with ${EPYTHON}"
-}



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

2018-07-29 Thread Mike Gilbert
commit: 9b7b4417b0ff6764a5abb6c03a50fbcee3a1840d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jul 30 00:52:07 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jul 30 00:52:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7b4417

www-client/chromium: adjust deps to satisfy repoman

Package-Manager: Portage-2.3.43_p8, Repoman-2.3.10_p7

 www-client/chromium/chromium-68.0.3440.75.ebuild | 3 +--
 www-client/chromium/chromium-69.0.3493.3.ebuild  | 3 +--
 www-client/chromium/chromium-69.0.3497.12.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/www-client/chromium/chromium-68.0.3440.75.ebuild 
b/www-client/chromium/chromium-68.0.3440.75.ebuild
index 09d01b49d5a..16791d0b40c 100644
--- a/www-client/chromium/chromium-68.0.3440.75.ebuild
+++ b/www-client/chromium/chromium-68.0.3440.75.ebuild
@@ -49,7 +49,7 @@ COMMON_DEPEND="
media-video/ffmpeg[-samba]
>=net-fs/samba-4.5.10-r1[-debug(-)]
)
-   !=net-fs/samba-4.5.12
+   !=net-fs/samba-4.5.12-r0
media-libs/opus:=
)
sys-apps/dbus:=
@@ -78,7 +78,6 @@ COMMON_DEPEND="
 "
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
-   !=www-client/chromium-
!=net-fs/samba-4.5.10-r1[-debug(-)]
)
-   !=net-fs/samba-4.5.12
+   !=net-fs/samba-4.5.12-r0
media-libs/opus:=
)
sys-apps/dbus:=
@@ -78,7 +78,6 @@ COMMON_DEPEND="
 "
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
-   !=www-client/chromium-
!

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

2018-07-29 Thread Mike Gilbert
commit: 6566f88191b9ac3b62feddba03d36f48bad2468b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jul 30 00:48:00 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jul 30 00:48:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6566f881

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

Package-Manager: Portage-2.3.43_p8, Repoman-2.3.10_p7

 www-client/chromium/Manifest   |  2 +-
 3464.0.ebuild => chromium-69.0.3497.12.ebuild} | 29 +-
 2 files changed, 7 insertions(+), 24 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 68429fa2a3b..bdca129bffa 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,5 +2,5 @@ DIST chromium-67.0.3396.87.tar.xz 591491608 BLAKE2B 
9069c4b2e000e180a9b21bbdbb67
 DIST chromium-67.0.3396.99.tar.xz 592170796 BLAKE2B 
c214f2feb911bd375849f1c69a67dad79707be7d8c7b99f503e67a62212c0340c8c21b1922cf0a5bfdc32507dfe337a9cddeb29674067c08e6e21a8585a5
 SHA512 
b1cc7f5988d30efae0b3954232a402e2906bb27113f453a67d865a79afecf6a124c7833635d6083ea40f0cb7344e3cdb4a02f3b8ba4b1cd9798b5d2bccb23242
 DIST chromium-68.0.3440.68.tar.xz 630241852 BLAKE2B 
c18ed31b87c8617f5776a63a4e7c816bf1ef5974ce74a662ba8bb35dde2aac7b4b1c23c52b4b6530d5998e0cc4cb42bcf88f07acbe8e4fc550257cfab536b86f
 SHA512 
ca1458bd93425c77420ee991c6f9ab2624d9ae14dc457468146b0cecee097eb73bee8ee6c623aac67e8425713bde15f015094c96085086c084d924f5f25383c0
 DIST chromium-68.0.3440.75.tar.xz 630277224 BLAKE2B 
87c152c14333007223f611acb56360b553c5a4a97026f9cf4ca37d90aa501aabe5e294c3bacbd537c7602fc5dcb010a493c8d64b2881681ddfaad66cd58a3c56
 SHA512 
99ab36c9a9c224469f3a34f0193b0b4662b626ac29d23711716117cc6fa437717c2c3357f8a95adf9085b94a262c8b4c46727f88bf50bb231bb85af956afbedb
-DIST chromium-69.0.3464.0.tar.xz 634891812 BLAKE2B 
2cff114b4c6af03d3a6bc79df68876d38d9d8cc972faed2d3d0a3c565911fb2d32e467a4cff1ca8d5c234fece983ab1bb1b5be12bfdc1041d823fde645050f7e
 SHA512 
d14414be553faa9d327dbb9348edcbc755f7f8346825c5144e65a25acb21eec07c34713180ed5701830ccadda99c171e279ae40a620c9babd187d0d093c8a87b
 DIST chromium-69.0.3493.3.tar.xz 622878800 BLAKE2B 
46aabdf4032471db8c6b461ebce6cfbc4fe99be55b959134c950bbba63d2c303673f48bb10004698f79abd4e22aa8b8c390ff6a12210020cf6bd8cf6cf8d8060
 SHA512 
96393f8939fccc8514094f9215496883f416669e61feb45b706610f67ff90672a88f9154fb06e59dec9d363c5e9a072bf1f2ba562dd533345a493664dabcb19e
+DIST chromium-69.0.3497.12.tar.xz 618608916 BLAKE2B 
08090979f0e78e4e0cfc5b638bfd4a3b94479f824d279dd3fe269ac8ce3d6820f5d56dabef76763f9e5d6ab335a84f9173db600c2c7060db66ed8462d6a57c24
 SHA512 
0eae307df50efb872271e395541e5434ab0cfbd4d1db66fec4ac0578ca228f391deb4e70ffa3af2adf26618b22961978d06692b39d20037a1da41512258e3c55

diff --git a/www-client/chromium/chromium-69.0.3464.0.ebuild 
b/www-client/chromium/chromium-69.0.3497.12.ebuild
similarity index 96%
rename from www-client/chromium/chromium-69.0.3464.0.ebuild
rename to www-client/chromium/chromium-69.0.3497.12.ebuild
index 51df6a8dbe6..0d11a59cf6d 100644
--- a/www-client/chromium/chromium-69.0.3464.0.ebuild
+++ b/www-client/chromium/chromium-69.0.3497.12.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
@@ -80,6 +80,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}
!=www-client/chromium-
! /dev/null || die
fi
 
-   bootstrap_gn
-
einfo "Configuring Chromium..."
-   set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release
+   set -- gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release
echo "$@"
"$@" || die
 }



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

2018-07-29 Thread Thomas Deutschmann
commit: e6eb54de766d46c15820fa19ba7ace700b9ea754
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 30 00:15:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 30 00:15:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6eb54de

kernel-2.eclass: inherit estack eclass

In commit 3b73ebd9ac730549bb9edf5e8f9ff6614d08726a we removed eutils
eclass usage. However, we still need eshopts_* functions provided
by estack eclass.

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

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 6c882308f89..0345061631a 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -194,7 +194,7 @@ PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit toolchain-funcs python-any-r1
 [[ ${EAPI:-0} == [012345] ]] && inherit epatch
-[[ ${EAPI:-0} == [0123456] ]] && inherit eapi7-ver
+[[ ${EAPI:-0} == [0123456] ]] && inherit estack eapi7-ver
 case ${EAPI:-0} in
2|3|4|5|6)
EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \



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

2018-07-29 Thread Thomas Deutschmann
commit: 50078fbbb3966773401c1fc59838c1e5952c1318
Author: Dmitry Derevyanko  gmail  com>
AuthorDate: Sun Jul 29 23:22:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 23:23:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50078fbb

linux-info.eclass: respect kernel CONFIG_LOCALVERSION

Closes: https://bugs.gentoo.org/460996
Signed-off-by: Thomas Deutschmann  gentoo.org>

 eclass/linux-info.eclass | 50 
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 6cd64457edd..b158e345d16 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -548,6 +548,30 @@ get_version() {
return 1
fi
 
+   # Grab the kernel release from the output directory.
+   # TODO: we MUST detect kernel.release being out of date, and 'return 1' 
from
+   # this function.
+   if [ -s "${KV_DIR}"/include/config/kernel.release ]; then
+   KV_LOCAL=$(<"${KV_DIR}"/include/config/kernel.release)
+   elif [ -s "${KV_DIR}"/.kernelrelease ]; then
+   KV_LOCAL=$(<"${KV_DIR}"/.kernelrelease)
+   else
+   KV_LOCAL=
+   fi
+
+   # KV_LOCAL currently contains the full release; discard the first bits.
+   tmplocal=${KV_LOCAL#${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${KV_EXTRA}}
+
+   # If the updated local version was not changed, the tree is not 
prepared.
+   # Clear out KV_LOCAL in that case.
+   # TODO: this does not detect a change in the localversion part between
+   # kernel.release and the value that would be generated.
+   if [ "$KV_LOCAL" = "$tmplocal" ]; then
+   KV_LOCAL=
+   else
+   KV_LOCAL=$tmplocal
+   fi
+
# and in newer versions we can also pull LOCALVERSION if it is set.
# but before we do this, we need to find if we use a different object 
directory.
# This *WILL* break if the user is using localversions, but we assume 
it was
@@ -555,7 +579,7 @@ get_version() {
if [[ -z ${OUTPUT_DIR} ]] ; then
# Try to locate a kernel that is most relevant for us.
for OUTPUT_DIR in "${SYSROOT}" "${ROOT%/}" "" ; do
-   
OUTPUT_DIR+="/lib/modules/${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${KV_EXTRA}/build"
+   
OUTPUT_DIR+="/lib/modules/${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${KV_EXTRA}${KV_LOCAL}/build"
if [[ -e ${OUTPUT_DIR} ]] ; then
break
fi
@@ -571,30 +595,6 @@ get_version() {
# and if we STILL have not got it, then we better just set it to KV_DIR
KV_OUT_DIR="${KV_OUT_DIR:-${KV_DIR}}"
 
-   # Grab the kernel release from the output directory.
-   # TODO: we MUST detect kernel.release being out of date, and 'return 1' 
from
-   # this function.
-   if [ -s "${KV_OUT_DIR}"/include/config/kernel.release ]; then
-   KV_LOCAL=$(<"${KV_OUT_DIR}"/include/config/kernel.release)
-   elif [ -s "${KV_OUT_DIR}"/.kernelrelease ]; then
-   KV_LOCAL=$(<"${KV_OUT_DIR}"/.kernelrelease)
-   else
-   KV_LOCAL=
-   fi
-
-   # KV_LOCAL currently contains the full release; discard the first bits.
-   tmplocal=${KV_LOCAL#${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${KV_EXTRA}}
-
-   # If the updated local version was not changed, the tree is not 
prepared.
-   # Clear out KV_LOCAL in that case.
-   # TODO: this does not detect a change in the localversion part between
-   # kernel.release and the value that would be generated.
-   if [ "$KV_LOCAL" = "$tmplocal" ]; then
-   KV_LOCAL=
-   else
-   KV_LOCAL=$tmplocal
-   fi
-
# And we should set KV_FULL to the full expanded version
KV_FULL="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${KV_EXTRA}${KV_LOCAL}"
 



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

2018-07-29 Thread Thomas Deutschmann
commit: 3b73ebd9ac730549bb9edf5e8f9ff6614d08726a
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Jul 29 23:14:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 23:14:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b73ebd9

kernel-2.eclass: drop EAPI 0-1 support code

Also went ahead and dropped versionator in favor of eapi7-ver for EAPI 0-6,
and eutils for epatch. multilib dropped as unneeded. All ebuilds using it
tested with ebuild clean install clean.

Bug: https://bugs.gentoo.org/657926
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Thomas Deutschmann  gentoo.org>

 eclass/kernel-2.eclass | 40 ++--
 1 file changed, 14 insertions(+), 26 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index a7501e936ca..6c882308f89 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -192,11 +192,10 @@
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit eutils toolchain-funcs versionator multilib python-any-r1
+inherit toolchain-funcs python-any-r1
+[[ ${EAPI:-0} == [012345] ]] && inherit epatch
+[[ ${EAPI:-0} == [0123456] ]] && inherit eapi7-ver
 case ${EAPI:-0} in
-   0|1)
-   EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
-   pkg_{setup,preinst,postinst,postrm} ;;
2|3|4|5|6)
EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
pkg_{setup,preinst,postinst,postrm} ;;
@@ -216,8 +215,6 @@ fi
 HOMEPAGE="https://www.kernel.org/ https://www.gentoo.org/ ${HOMEPAGE}"
 : ${LICENSE:="GPL-2"}
 
-has "${EAPI:-0}" 0 1 2 && ED=${D} EPREFIX= EROOT=${ROOT}
-
 # This is the latest KV_PATCH of the deblob tool available from the
 # libre-sources upstream. If you bump this, you MUST regenerate the Manifests
 # for ALL kernel-2 consumer packages where deblob is available.
@@ -326,7 +323,7 @@ detect_version() {
OKV=${OKV/-r*}
OKV=${OKV/_p*}
 
-   KV_MAJOR=$(get_version_component_range 1 ${OKV})
+   KV_MAJOR=$(ver_cut 1 ${OKV})
# handle if OKV is X.Y or X.Y.Z (e.g. 3.0 or 3.0.1)
local OKV_ARRAY
IFS="." read -r -a OKV_ARRAY <<<"${OKV}"
@@ -334,17 +331,17 @@ detect_version() {
# if KV_MAJOR >= 3, then we have no more KV_MINOR
#if [[ ${KV_MAJOR} -lt 3 ]]; then
if [[ ${#OKV_ARRAY[@]} -ge 3 ]]; then
-   KV_MINOR=$(get_version_component_range 2 ${OKV})
-   KV_PATCH=$(get_version_component_range 3 ${OKV})
+   KV_MINOR=$(ver_cut 2 ${OKV})
+   KV_PATCH=$(ver_cut 3 ${OKV})
if [[ ${KV_MAJOR}${KV_MINOR}${KV_PATCH} -ge 269 ]]; then
-   KV_EXTRA=$(get_version_component_range 4- ${OKV})
+   KV_EXTRA=$(ver_cut 4- ${OKV})
KV_EXTRA=${KV_EXTRA/[-_]*}
else
-   KV_PATCH=$(get_version_component_range 3- ${OKV})
+   KV_PATCH=$(ver_cut 3- ${OKV})
fi
else
-   KV_PATCH=$(get_version_component_range 2 ${OKV})
-   KV_EXTRA=$(get_version_component_range 3- ${OKV})
+   KV_PATCH=$(ver_cut 2 ${OKV})
+   KV_EXTRA=$(ver_cut 3- ${OKV})
KV_EXTRA=${KV_EXTRA/[-_]*}
fi
 
@@ -645,12 +642,7 @@ if [[ ${ETYPE} == sources ]]; then
DEBLOB_CHECK_A="deblob-check-${DEBLOB_PV}"

DEBLOB_HOMEPAGE="https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/;
DEBLOB_URI_PATH="${DEBLOB_PV}${K_DEBLOB_TAG}"
-   if ! has "${EAPI:-0}" 0 1 ; then
-   
DEBLOB_CHECK_URI="${DEBLOB_HOMEPAGE}/${DEBLOB_URI_PATH}/deblob-check -> 
${DEBLOB_CHECK_A}"
-   else
-   
DEBLOB_CHECK_URI="mirror://gentoo/${DEBLOB_CHECK_A}"
-   fi
-
+   
DEBLOB_CHECK_URI="${DEBLOB_HOMEPAGE}/${DEBLOB_URI_PATH}/deblob-check -> 
${DEBLOB_CHECK_A}"

DEBLOB_URI="${DEBLOB_HOMEPAGE}/${DEBLOB_URI_PATH}/${DEBLOB_A}"
HOMEPAGE="${HOMEPAGE} ${DEBLOB_HOMEPAGE}"
 
@@ -1075,9 +1067,9 @@ postinst_sources() {
fi
 
# warn sparc users that they need to do cross-compiling with >= 
2.6.25(bug #214765)
-   KV_MAJOR=$(get_version_component_range 1 ${OKV})
-   KV_MINOR=$(get_version_component_range 2 ${OKV})
-   KV_PATCH=$(get_version_component_range 3 ${OKV})
+   KV_MAJOR=$(ver_cut 1 ${OKV})
+   KV_MINOR=$(ver_cut 2 ${OKV})
+   KV_PATCH=$(ver_cut 3 ${OKV})
if [[ "$(tc-arch)" = "sparc" ]]; then
if [[ $(gcc-major-version) -lt 4 && $(gcc-minor-version) -lt 4 
]]; then
if [[ ${KV_MAJOR} -ge 3 || 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} > 2.6.24 ]] ; then
@@ -1478,10 +1470,6 @@ kernel-2_src_unpack() {

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-07-29 Thread Thomas Deutschmann
commit: 75dd2cb9b1d0a847a1aea8e30460bff9c86bb863
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 22:54:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 22:54:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dd2cb9

sys-firmware/intel-microcode: drop old

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 sys-firmware/intel-microcode/Manifest  |   1 -
 .../intel-microcode-20180721-r1.ebuild | 214 -
 2 files changed, 215 deletions(-)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 6ded7c9fe4a..17e400a0b73 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,3 +1,2 @@
-DIST intel-microcode-collection-20180721.tar.xz 4460612 BLAKE2B 
a4af173f62d3f603812ed42751fd208bd9d6115b7a1349a978641c8a39824ffaf63e9b65c8bc14793664e68c69a4fcf4ea731b7f8b300bd750a04a4d3c991ec5
 SHA512 
2baebb2148a9c913723949b7fbde86808a0ad5e49faeb3a79fa2f3eb1f843777e74c049dc45a97b01485c8f091b87d779c626c7f20cc2940a1c422283d29abcf
 DIST intel-microcode-collection-20180728.tar.xz 4463372 BLAKE2B 
ae0f6fa46944cf159762c4b5eeaf4094c6b05fea3668c90a38587d673ec95dcbcbd15ec3f0834a6bec6f2172d89598562ef89d82960bea5e73602a6ed28d3392
 SHA512 
457f666ba643746159295711ec5c4d2cde47b7a609df1b3d3f528f0dab4aef54641ecf32977f723bd70090da9485c2583413b2673a65e0d6ab078523c5186e45
 DIST microcode-20180703.tgz 1550181 BLAKE2B 
edf86dcc8dedeffd22a9b608cc11e5b043d36617ae6325e14326d402388f42ead29c8483a0312ab9ea2015604803cc07506d6f119b314b922639a71f9d65a39d
 SHA512 
25af4158f97fba2fb88f05a44f42ed7d2415001ccc58f573d366f405ff198472517468f619628f4f6e5a371793c41ea8faf5a932d2362b2a51726bb5c84e0eed

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180721-r1.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180721-r1.ebuild
deleted file mode 100644
index bf6650c07c5..000
--- a/sys-firmware/intel-microcode/intel-microcode-20180721-r1.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit linux-info toolchain-funcs mount-boot
-
-# Find updates by searching and clicking the first link (hopefully it's the 
one):
-# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
-
-COLLECTION_SNAPSHOT="20180721"
-INTEL_SNAPSHOT="20180703"
-NUM="27945"
-DESCRIPTION="Intel IA32/IA64 microcode update data"
-HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM};
-SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
-   
https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz;
-
-LICENSE="intel-ucode"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="hostonly initramfs +split-ucode vanilla"
-REQUIRED_USE="|| ( initramfs split-ucode )"
-
-DEPEND="sys-apps/iucode_tool"
-
-# !

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-07-29 Thread Thomas Deutschmann
commit: 8dc37a2d780e6ebef423c98f5a3c6d9a0924fb79
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 22:53:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 22:53:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc37a2d

sys-firmware/intel-microcode: amd64 & x86 stable

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 sys-firmware/intel-microcode/intel-microcode-20180728.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild
index 4ce3382d38e..f629e1b2b14 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}
 
 LICENSE="intel-ucode"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="hostonly initramfs +split-ucode vanilla"
 REQUIRED_USE="|| ( initramfs split-ucode )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-07-29 Thread Thomas Deutschmann
commit: 393f654b5b3af763416e275ac2f30c815a9a5ab4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 22:52:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 22:52:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393f654b

sys-firmware/intel-microcode: bump

- Updated Microcodes:

  sig 0x00050653, pf_mask 0x97, 2018-01-29, rev 0x1000140 -> 2018-04-20, rev 
0x1000144

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 sys-firmware/intel-microcode/Manifest  |   1 +
 .../intel-microcode-20180728.ebuild| 214 +
 2 files changed, 215 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 499ca8ac55d..6ded7c9fe4a 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,2 +1,3 @@
 DIST intel-microcode-collection-20180721.tar.xz 4460612 BLAKE2B 
a4af173f62d3f603812ed42751fd208bd9d6115b7a1349a978641c8a39824ffaf63e9b65c8bc14793664e68c69a4fcf4ea731b7f8b300bd750a04a4d3c991ec5
 SHA512 
2baebb2148a9c913723949b7fbde86808a0ad5e49faeb3a79fa2f3eb1f843777e74c049dc45a97b01485c8f091b87d779c626c7f20cc2940a1c422283d29abcf
+DIST intel-microcode-collection-20180728.tar.xz 4463372 BLAKE2B 
ae0f6fa46944cf159762c4b5eeaf4094c6b05fea3668c90a38587d673ec95dcbcbd15ec3f0834a6bec6f2172d89598562ef89d82960bea5e73602a6ed28d3392
 SHA512 
457f666ba643746159295711ec5c4d2cde47b7a609df1b3d3f528f0dab4aef54641ecf32977f723bd70090da9485c2583413b2673a65e0d6ab078523c5186e45
 DIST microcode-20180703.tgz 1550181 BLAKE2B 
edf86dcc8dedeffd22a9b608cc11e5b043d36617ae6325e14326d402388f42ead29c8483a0312ab9ea2015604803cc07506d6f119b314b922639a71f9d65a39d
 SHA512 
25af4158f97fba2fb88f05a44f42ed7d2415001ccc58f573d366f405ff198472517468f619628f4f6e5a371793c41ea8faf5a932d2362b2a51726bb5c84e0eed

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild
new file mode 100644
index 000..4ce3382d38e
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20180728.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit linux-info toolchain-funcs mount-boot
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+COLLECTION_SNAPSHOT="20180728"
+INTEL_SNAPSHOT="20180703"
+NUM="27945"
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM};
+SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
+   
https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz;
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="hostonly initramfs +split-ucode vanilla"
+REQUIRED_USE="|| ( initramfs split-ucode )"
+
+DEPEND="sys-apps/iucode_tool"
+
+# !

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

2018-07-29 Thread Patrice Clement
commit: 5f03ac51d38b8814580c058a97d2a0ae5c3fb164
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jul 29 21:55:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 29 22:34:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f03ac51

dev-python/xarray: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/xarray/Manifest |  1 +
 dev-python/xarray/xarray-0.10.8.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index 45e0f469d96..a92dd08acf0 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1 +1,2 @@
+DIST xarray-0.10.8.tar.gz 1630608 BLAKE2B 
d211918a73c81842b0850ed65daa41015e5ab16da9aebe56b86252aeae16141cf540e22b6ed7c758f6db74ca68c9f81dce0ce65db7d054db6ca9d2b4b62e7b0d
 SHA512 
962650f49690638cda9cd91e2d09209138127dd603a7a1e10407e114ee806f61a33f6e4ffaf63474c2d5ad0ce31717e5cae5e3965179a198c62bef013df252a5
 DIST xarray-0.9.6.tar.gz 1491394 BLAKE2B 
42f0e9d8c0c2c4194cab72a309671fc4ebe18feff9d8593291e67ebf26e896a4d142ef4a75e8358ca8425822537949d9d69e970cba568c187696ae88c81cc09a
 SHA512 
f7a12da324e0afadbdcf7abea33d4450189ba4b761240995328a530b67e2f2134b31bf961f8fa388e2296c26dc2da2cf14c113ab86ac301d96b7a35af56a5107

diff --git a/dev-python/xarray/xarray-0.10.8.ebuild 
b/dev-python/xarray/xarray-0.10.8.ebuild
new file mode 100644
index 000..f2e42e221e9
--- /dev/null
+++ b/dev-python/xarray/xarray-0.10.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="N-D labeled arrays and datasets in Python"
+HOMEPAGE="http://xarray.pydata.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die
+}



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

2018-07-29 Thread Patrice Clement
commit: 198133b4c8bb9328f852f9c24b6b510ae5ed4e48
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jul 29 22:33:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 29 22:34:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198133b4

dev-python/w3lib: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/w3lib/Manifest|  1 +
 dev-python/w3lib/w3lib-1.19.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
index 9e4373d8270..019db8b87da 100644
--- a/dev-python/w3lib/Manifest
+++ b/dev-python/w3lib/Manifest
@@ -1 +1,2 @@
 DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B 
b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5
 SHA512 
5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7
+DIST w3lib-1.19.0.tar.gz 37989 BLAKE2B 
4e33ae608c2cb7f924219e3e7fd752e7d4e473d7b9d8ba0994cc0d92d817a7f63645df502c440d1d37d347f0ca9791f3d46da3f9e92fb2c7be4592c4b77644ac
 SHA512 
253a5fcbc93a6031156f43fbcf77e04654dd132a90f06bb2929ad372352514412b247d863b6fbe558553129746bc27965b7de56f80bfbcb828f0a53773b41eb7

diff --git a/dev-python/w3lib/w3lib-1.19.0.ebuild 
b/dev-python/w3lib/w3lib-1.19.0.ebuild
new file mode 100644
index 000..c9ba0666131
--- /dev/null
+++ b/dev-python/w3lib/w3lib-1.19.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library of web-related functions"
+HOMEPAGE="https://github.com/scrapy/w3lib;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2018-07-29 Thread Patrice Clement
commit: db7b97a87c3a4f1a112a99229b828424ffa47a94
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jul 29 21:55:18 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 29 22:34:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7b97a8

dev-python/xlutils: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/xlutils/Manifest |  1 +
 dev-python/xlutils/xlutils-2.0.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/xlutils/Manifest b/dev-python/xlutils/Manifest
index b865d806b98..6eece5c3877 100644
--- a/dev-python/xlutils/Manifest
+++ b/dev-python/xlutils/Manifest
@@ -1 +1,2 @@
 DIST xlutils-1.7.1.tar.gz 62278 BLAKE2B 
5d90074a660ad15405d6a6e75e2da9a8eb45a7e516c70f4e0a1d34eb8db0d8a9b865ad0241d7d39719f77b1bcc4b3bea5e5ce358ebabc81b46a2ed6d4176ee58
 SHA512 
196ec5cf99e7ad5a612c455e4e293461ac89e6e93c28790e34dcce544c8689a9ab122e37458d3b6ff24137c3646607fa8768ab3a4c2fa4a3e2e59e0ac05d675a
+DIST xlutils-2.0.0.tar.gz 61614 BLAKE2B 
51fde8ef1a0a88ecccfb3cfb332fe8a31101d29865cfa6201001d272db34a5f210e988ccb99ba00344f80dd457a5c91866af12061af9342d556953700cf02916
 SHA512 
7b6c39912a2b23d718b1aaac2f21770f1e5b156fdc7416f11d4a7e6b52195b982aecb52b5571599eb4928c7e09bbfb20fdf2554f0c49c286b243e2fb3ea9

diff --git a/dev-python/xlutils/xlutils-2.0.0.ebuild 
b/dev-python/xlutils/xlutils-2.0.0.ebuild
new file mode 100644
index 000..7fd4664a5b1
--- /dev/null
+++ b/dev-python/xlutils/xlutils-2.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="provides a collection of utilities for working with Excel files"
+HOMEPAGE="https://pypi.org/project/xlutils/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   dev-python/xlwt[${PYTHON_USEDEP}]
+   dev-python/xlrd[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/errorhandler[${PYTHON_USEDEP}]
+   dev-python/manuel[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/testfixtures[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.txt docs/*.txt )
+
+python_test() {
+   py.test -v xlutils/tests || die "Tests fail with ${EPYTHON}"
+}



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

2018-07-29 Thread Patrice Clement
commit: 1c7ef415bb7a589b9ebbf00c236722aefbd1f500
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jul 29 21:59:26 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 29 22:34:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ef415

dev-python/webcolors: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/webcolors/Manifest   |  1 +
 dev-python/webcolors/webcolors-1.8.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/webcolors/Manifest b/dev-python/webcolors/Manifest
index 4beb0dea5a1..c65d510e6e4 100644
--- a/dev-python/webcolors/Manifest
+++ b/dev-python/webcolors/Manifest
@@ -1 +1,2 @@
 DIST webcolors-1.5.tar.gz 29960 BLAKE2B 
0d46fa57b54525594547b1224801308961f9265dc76866153752e411dcf81d3ca2566cb289bb9f0cd486bd6ec1ffe7cf88f99a04f5554ae43f183175c9eb925e
 SHA512 
84ce8cbbbdb4523bb146cf379845b549570623411a56651a7f9b9687152b7adc9dc42a3a0f684b55b61fb7a3d51d49d3871100b56725c86a727e3374b53c84b6
+DIST webcolors-1.8.1.tar.gz 33118 BLAKE2B 
e16ff2d9549eb09638722a6513749ec0bc91cd63ba69c19667ddea9c07aae7f9fa2b0fd3390a9b0f6f420f245ff3157d86a585301ba77e724146a7cee0ef4ad8
 SHA512 
45ddb4ec030206c3ff1edb7de6b8ec1b5f2f9ef5068f37a7c43b66531a2dc6b290cced2af1ca18794aaa9ba17f297022b2f9cc7a92a74ee9b68f758abf7c104e

diff --git a/dev-python/webcolors/webcolors-1.8.1.ebuild 
b/dev-python/webcolors/webcolors-1.8.1.ebuild
new file mode 100644
index 000..d3a857f4979
--- /dev/null
+++ b/dev-python/webcolors/webcolors-1.8.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Color names and value formats defined by the HTML and CSS 
specifications"
+HOMEPAGE="https://pypi.org/project/webcolors/ 
https://github.com/ubernostrum/webcolors;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   nosetests --verbose || die
+}



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

2018-07-29 Thread Mike Pagano
commit: b8d3e269483ef5ca03c1ac7fe5f52a751ba30173
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jul 29 22:21:31 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jul 29 22:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d3e269

sys-kernel/git-sources: Linux patch 4.18-rc7

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-4.18_rc7.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index b35544e20f8..37bb62faa71 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -5,3 +5,4 @@ DIST patch-4.18-rc3.patch 53031653 BLAKE2B 
681fb4262705d4aaea58f43f050bbb781924c
 DIST patch-4.18-rc4.patch 53258687 BLAKE2B 
3abd80176b7de14be61a8fd6826f9eaab970c20fe1199bd64615b44dbb573e20453f6dd4c9f23e029f8b83f95356fa1936f9b9c2527e4e0c0cd9d96bfcadb723
 SHA512 
c57e72111add18fe27c15487fa3c54e7982511a9d1f2bd46c530396a560422ed03c5988a0b2d3cf6225eeef08637c535c6c316932d5beb214582a801f8cd0bc2
 DIST patch-4.18-rc5.patch 53496453 BLAKE2B 
d8211e175f4d6d0f62b3458bd19731c408999c9d00510bee99323232cc59822da9d7eddbfeaacb441066a2e8f3b543106608d67b11896952f8c87c9a6c4b1a2e
 SHA512 
9c7dc21dad12ad7cd005ce12128d25ab36d7cb6e5dd074bcc3d26b89437ae778727e52b8535240c084512c270dc5d9a66ac87babdaa9f5f030a94c2329fc9437
 DIST patch-4.18-rc6.patch 53787283 BLAKE2B 
01fa18fe3cf1afdf1da52145e41c23422ba408f220c889835e01e524e03f30e2b8c61c7395c267f6893bc8f5eb254e28ae7f6bc099c25cab1d435c76048f
 SHA512 
6abb369738ab4176fa0b6f25d68b8351a196c400a00045cd5afc7035e74fec5cb9e48b1506707c568a3aad441278cb10a6b345e9ca212f440e48bd5cf319816c
+DIST patch-4.18-rc7.patch 53978258 BLAKE2B 
f13b1b91f08d528657c4e7b7685f84bddc4aec24085c1667b943dbabc3fd59b3c438a96b29ec90cf450fa3d4bae21917f980e3770fc376bcde5ad0112b330f7e
 SHA512 
c982f79d57f3b331de92754f423852913ecb3f8a29284b030780a8e291056b6257ab73b95edb502aa143de1982106d747c69095250c1746429dd477949f7fdd2

diff --git a/sys-kernel/git-sources/git-sources-4.18_rc7.ebuild 
b/sys-kernel/git-sources/git-sources-4.18_rc7.ebuild
new file mode 100644
index 000..d7f883a43cc
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.18_rc7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.17"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2018-07-29 Thread Vladimir Smirnov
commit: 174ba7f21ce477a1f1d90d2aea6ccd06fa1e6fd3
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Sun Jul 29 22:05:01 2018 +
Commit: Vladimir Smirnov  gentoo  org>
CommitDate: Sun Jul 29 22:05:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ba7f2

dev-db/clickhouse: version bump to 18.4.0

Upstream changed version schema, now it's Year.MajorRelease.BugFix

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-db/clickhouse/Manifest  | 2 +-
 .../{clickhouse-1.1.54394.ebuild => clickhouse-18.4.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index c7148fce40b..b468f26715a 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54394.tar.gz 5627145 BLAKE2B 
7ea84171eab77d2c9c24f28674c1c53a9bddd897c65531907589470cf1a8b5c346aa9cfa6f1ef64310f64b7a765c2645917c68856ce50428ce4f6c7e0457cf5e
 SHA512 
55093c9eee477ab9fa5290fff0b3643cbc7f348ed484a487672b78d25016a0480df33b0979b7bd5b9deef5da827f245398a8c593403926b07bb1b36f8404a5be
+DIST clickhouse-18.4.0.tar.gz 5820131 BLAKE2B 
4f64f239c765a201e25f6f44c6669256758f61132387de542d4a33eb98a8871222bd7b4a0e719590c4e1d40f82c1d0df844d66d7b37a84449583b20c70ba2cdf
 SHA512 
5ffc2ad13472098d442cd8fd1e3b2a251b30cdbded7ee58e5fd6513bf091f1b1098f3b0d7561d08d3983bfc1edb5cff662a2f04282832dd5aca74697591f699f

diff --git a/dev-db/clickhouse/clickhouse-1.1.54394.ebuild 
b/dev-db/clickhouse/clickhouse-18.4.0.ebuild
similarity index 100%
rename from dev-db/clickhouse/clickhouse-1.1.54394.ebuild
rename to dev-db/clickhouse/clickhouse-18.4.0.ebuild



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

2018-07-29 Thread Matt Thode
commit: 3a8c5446c4280c017f80498bc8c9f2f9f41ecff7
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 29 22:03:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul 29 22:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8c5446

media-sound/pulseeffects: 4.2.2 bump with cleanup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.2.1.ebuild => pulseeffects-4.2.2.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 73529443606..70267998254 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,3 @@
 DIST pulseeffects-3.1.6.tar.gz 614441 BLAKE2B 
bb7461532785cd0ab79d0f506b5b9bcfc006779776e25870ce92b4af4e7cb0f7b3bcfe9c58180e52bdb9b9be20a14644ed8622fd3cc578dd3bdf9ff173c091b6
 SHA512 
efd9871c57f4b7152e4528927c7371e225980a09acacf4fcf939c468c7cb01b94b1bbb3c94cbd8879a6b41c7c4794ed5f45035a2b185b0a09b31515c964d4722
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
-DIST pulseeffects-4.2.1.tar.gz 978726 BLAKE2B 
5cbced2760a2665f0cd49a19b9243470699fdb7152176bc86fc070b75b00197b2bf2bdac87f05d5870109967d9f28d3592fa31f24386c4b06baa85fe43439e72
 SHA512 
ffe06187d328d77c32b6dd22fd9fbfd5f8b69c5fc89a5097c07174983cdc90b0d7f7742123e2bda5fde3ea36f4abc28f2371d6035d5900cff51cf800490c0f72
+DIST pulseeffects-4.2.2.tar.gz 979247 BLAKE2B 
9da9420856f808df71d27b367359ae3047307195276f896d1ee7970b2f19eda148de46976ef0d5dc0d57b3a88e6e404de6bad46790a0c9d92d22b09d6cd4320b
 SHA512 
ef0ecd8a2ebb2f2175d64ca76ec3f208a20e8d1c5fa218e0446aa906b68cc2434a287220edfed72d92e8d083609f4fe51e4f6d8ccbdfc25701cb1b721c99e7e3

diff --git a/media-sound/pulseeffects/pulseeffects-4.2.1.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.2.2.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.2.1.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.2.2.ebuild



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

2018-07-29 Thread Michael Weber
commit: 2dbf627b89626e224acd8d409aa0112dff17a648
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Jul 29 21:30:43 2018 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Jul 29 21:31:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbf627b

dev-util/pycharm-professional: Version bump.

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-util/pycharm-professional/Manifest |  1 +
 .../pycharm-professional-2018.2.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 35617e83b37..8955fc6ec72 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,2 +1,3 @@
 DIST pycharm-professional-2017.3.4.tar.gz 356283723 BLAKE2B 
3d2abed57f0459e49034a6b081c69008628ec8a16322ce90e15e0a42c670554ea4eca66b73279ea0f9aeac116dc86e8d52590861d712ccdf93d2be31c2d1211e
 SHA512 
8adc3c46b50c4ed895d0d40b0c235a047fcac7e4ab5262aa88ba69deffa9402b652bc69ec1ee3d7682900698d14bb2ecb7f82a89f998979c009fcadb98ef4517
 DIST pycharm-professional-2018.1.4.tar.gz 348483306 BLAKE2B 
d03950a8d91c726f175c51fe512fdedef32a26fc39881ff4651ff09f277e9b7b3c053754e391c760856507b64b0a57128092a9fef5b7d2ab5fbfaac47f3216d2
 SHA512 
e45623fc0127a5f919015937853a4364344b01f586d5a63cf3605f0eac773228f02326c0714e2c25eb490431716f2b794e191aa01149a07ab87c067f1ff3ce3b
+DIST pycharm-professional-2018.2.tar.gz 337502172 BLAKE2B 
9b4c4f2f69ea4fce29ca498a633d6a7bac749920580c8e670844effce03c491ef041e545a90559b7ce589c5f0a28c8e40d3dc5708f7166a3f6bbe88a5f43
 SHA512 
51b30d73526ada82274d043c40724b7f7f7189eb25393a079fda04fff88cfd1158878c5d87810918d06a5e5c656cde03497de70f67ca4d73d6f0c1b159be27ba

diff --git a/dev-util/pycharm-professional/pycharm-professional-2018.2.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2018.2.ebuild
new file mode 100644
index 000..5dc7e67e051
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2018.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm
+   opt/${PN}/bin/libyjpagent-linux.so
+   opt/${PN}/bin/libyjpagent-linux64.so"
+
+MY_PN=${PN/-professional/}
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-07-29 Thread Michał Górny
commit: f90db42cf4bb5a024479324b3ae9c3373baba960
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 29 21:00:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 21:04:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90db42c

app-crypt/glep63-check: Bump to v3

 app-crypt/glep63-check/Manifest  |  1 +
 app-crypt/glep63-check/glep63-check-3.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest
index fcddb1e3e08..f92a97682e8 100644
--- a/app-crypt/glep63-check/Manifest
+++ b/app-crypt/glep63-check/Manifest
@@ -1,2 +1,3 @@
 DIST glep63-check-1.tar.gz 4632 BLAKE2B 
3632199ca9ca8516a833aa6d93885f40a761c47ab5bc5685582c6c8e294af0d5a6e258656208c9a65c1c5d4852d5e32374a77b39a0dcf491605df4b733d2c162
 SHA512 
16e3031b9b04af09ba446c76e8776d802d197d2d1f934c9a409509a81fd299306b451ea3e52d1ac5b75c9d0c9a0d7f93b73e26732ecf51c5c3afe53f0c0868aa
 DIST glep63-check-2.tar.gz 5818 BLAKE2B 
4cb99945e5bf3067e579feb630c8c5e3a33abdbc66cbdc90f00104a926880b29b61b22a8e151d1a35765787b80a1567fc6823259e94df0ab72810e9d76ea61a3
 SHA512 
bc3029e3886ad881f134da0e0821ed5bc908f7583d8031f76000827640d60e85adc182555163e6ef4138c1d1c9abb3e314ae5548acf82e384d66eac6d1e1b8c7
+DIST glep63-check-3.tar.gz 5892 BLAKE2B 
d59983cb36e30503e94479644dac6ac061e9420391fee3a8170faa1f9b12ba9c248fde53f649309d2c17c62fa6de5e45f3a34cae83ddec01b388b6dee13e85e5
 SHA512 
778db42d8482d4cf206f291cfddadfcb8fb333fc686b90d96d586e4b2c58280933a248534309baba32f7cf8fb3ed45bb4a97578e508d710105290fc3c2e7

diff --git a/app-crypt/glep63-check/glep63-check-3.ebuild 
b/app-crypt/glep63-check/glep63-check-3.ebuild
new file mode 100644
index 000..58a8418fc78
--- /dev/null
+++ b/app-crypt/glep63-check/glep63-check-3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit python-single-r1
+
+DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
+HOMEPAGE="https://github.com/mgorny/glep63-check/;
+SRC_URI="https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-crypt/gnupg"
+
+src_compile() {
+   python_fix_shebang glep63-check
+}
+
+src_install() {
+   dobin glep63-check
+}



[gentoo-commits] data/glep: Branch deleted: glep63-updates

2018-07-29 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:51:21 2018 +

Branch deleted: glep63-updates




[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 2571e8ceeed9fe2ec3fcc05b73d442f9d948d42e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  2 19:21:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:25 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=2571e8ce

glep-0063: RSAv4 -> OpenPGP v4 key format

Replace the 'RSAv4' with 'OpenPGP v4 key format'.  The RSA algorithm
does not really have versions, and the author most likely meant the v4
of OpenPGP key format as outlined in RFC 4880, section 12.1.

This was figured out and explained to me by Kristian Fiskerstrand.

 glep-0063.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index d1dfe3d..0773e3b 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -50,7 +50,7 @@ Bare minimum requirements
 
a. DSA, 2048-bit
 
-   b. RSA, >=2048 bits, RSAv4 or later only
+   b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
 
 3. Key expiry: 5 years maximum
 
@@ -102,7 +102,7 @@ Recommendations
# when making an OpenPGP certification, use a stronger digest than the 
default SHA1:
cert-digest-algo SHA256
 
-2. Root key type RSA, 4096 bits, RSAv4 or later
+2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
 
This may require creating an entirely new key.
 



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: ca614436fb25aed6a33d914a26cc0fb4618712ff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 07:21:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=ca614436

glep-0063: Allow ECC curve 25519 keys

Optionally allow using ECC curve 25519 keys.  We already have
developers using those keys, and given that they are supported
by GnuPG 2.2, there's probably no reason to ban them.  However, they're
not recommended due to interoperability issues.

 glep-0063.rst | 4 
 1 file changed, 4 insertions(+)

diff --git a/glep-0063.rst b/glep-0063.rst
index fb09dd8..2402c34 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -34,6 +34,8 @@ v1.1
   The larger recommendation was unjustified and resulted in people
   unnecessarily replacing their RSA-2048 keys.
 
+  Minimal specification has been amended to allow for ECC keys.
+
 Motivation
 ==
 
@@ -68,6 +70,8 @@ not be used to commit.
 
b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
 
+   c. ECC curve 25519
+
 4. Key expiry: 5 years maximum
 
 5. Upload your key to the SKS keyserver rotation before usage!



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 053bd57e619706ddd0967d181daea8fbfa37d1d6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 09:55:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=053bd57e

glep-0063: Stop recommending DSA subkeys

There is really no technical reason to use DSA these days, and we should
focus on having a single recommendation.  DSA keys are still permitted
via 'minimal' requirements.

 glep-0063.rst | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 2402c34..7f870bb 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -36,6 +36,9 @@ v1.1
 
   Minimal specification has been amended to allow for ECC keys.
 
+  The option of using DSA subkey has been removed from recommendations.
+  The section now specifies a single recommendation of using RSA.
+
 Motivation
 ==
 
@@ -126,24 +129,19 @@ their primary key).
# when making an OpenPGP certification, use a stronger digest than the 
default SHA1:
cert-digest-algo SHA256
 
-2. Primary key type RSA, 2048 bits (OpenPGP v4 key format or later)
-
-3. The signing subkey of EITHER:
-
-   a. DSA 2048 bits exactly.
-
-   b. RSA 2048 bits exactly.
+2. Primary key and the signing subkey are both of type RSA, 2048 bits
+   (OpenPGP v4 key format or later)
 
-4. Key expiry:
+3. Key expiry:
 
a. Primary key: 3 years maximum, expiry date renewed annually.
 
b. Signing subkey: 1 year maximum, expiry date renewed every 6 months.
 
-5. Create a revocation certificate & store it hardcopy offsite securely
+4. Create a revocation certificate & store it hardcopy offsite securely
(it's about ~300 bytes).
 
-6. Encrypted backup of your secret keys.
+5. Encrypted backup of your secret keys.
 
 Gentoo LDAP
 ===



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 9334d4ea94196edf16e0b279e76163c948ea36a4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 09:40:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:27 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=9334d4ea

glep-0063: Require @gentoo.org UID on keys

 glep-0063.rst | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 22c1edb..64fb437 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -9,8 +9,8 @@ Type: Standards Track
 Status: Final
 Version: 2
 Created: 2013-02-18
-Last-Modified: 2018-07-07
-Post-History: 2013-11-10, 2018-07-03
+Last-Modified: 2018-07-21
+Post-History: 2013-11-10, 2018-07-03, 2018-07-21
 Content-Type: text/x-rst
 ---
 
@@ -48,6 +48,8 @@ v2
   The requirement of SHA-2 digest has been extended to apply to self-
   signatures made on subkeys.
 
+  An additional requirement for ``@gentoo.org`` UID has been added.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -97,7 +99,9 @@ not be used to commit.
 5. Key expiration date renewed at least 2 weeks before the previous
expiration date.
 
-6. Upload your key to the SKS keyserver rotation before usage!
+6. UID using your ``@gentoo.org`` e-mail included in the key.
+
+7. Upload your key to the SKS keyserver rotation before usage!
 
 Recommendations
 ---



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: b583e7c1527efe98499ebb449e106d7d73957f5b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 10:11:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=b583e7c1

glep-0063: Require renewal 2 weeks before expiration

Add a rule requesting renewal of keys at least two weeks before their
expiration date, in order to give services time to refresh.

 glep-0063.rst | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 9ba778b..ca834a8 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -33,6 +33,10 @@ v2
   by a single requirement. The rules have been simplified to use
   the same maximum time of 900 days for both the primary key and subkeys.
 
+  An additional rule requesting key renewal 2 weeks before expiration
+  has been added. This is in order to give services and other developers time
+  to refresh the key.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -83,7 +87,10 @@ not be used to commit.
 4. Expiration date on key and all subkeys set to no more than 900 days
into the future
 
-5. Upload your key to the SKS keyserver rotation before usage!
+5. Key expiration date renewed at least 2 weeks before the previous
+   expiration date
+
+6. Upload your key to the SKS keyserver rotation before usage!
 
 Recommendations
 ---



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 0561378d6e5796a2ba3b9a2411ce98fadf6a2c46
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 09:44:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:25 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=0561378d

glep-0063: Root key → primary key

Replace the custom term 'root key' with much more common 'primary key'.
This is also the term used in GnuPG output.

 glep-0063.rst | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index f02537d..8542031 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -46,7 +46,7 @@ Bare minimum requirements
 
personal-digest-preferences SHA256
 
-2. Root key and signing subkey of EITHER:
+2. Primary key and signing subkey of EITHER:
 
a. DSA, 2048-bit
 
@@ -102,7 +102,7 @@ Recommendations
# when making an OpenPGP certification, use a stronger digest than the 
default SHA1:
cert-digest-algo SHA256
 
-2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
+2. Primary key type RSA, 4096 bits (OpenPGP v4 key format or later)
 
This may require creating an entirely new key.
 
@@ -114,7 +114,7 @@ Recommendations
 
 4. Key expiry:
 
-   a. Root key: 3 years maximum, expiry date renewed annually.
+   a. Primary key: 3 years maximum, expiry date renewed annually.
 
b. Signing subkey: 1 year maximum, expiry date renewed every 6 months.
 
@@ -126,7 +126,7 @@ Recommendations
 Gentoo LDAP
 ===
 
-All Gentoo developers must list the complete fingerprint for their root
+All Gentoo developers must list the complete fingerprint for their primary
 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
 uppercase, with optional spaces every 8 hex digits. Regular expression for
 validation::



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 796f258aac7e71263f62ba83535f6811a07fe51a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 11:31:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:25 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=796f258a

glep-0063: Split out the signing subkey into a separate point

Reword the specification to express the requirement for separate signing
subkey more verbosely.  Replace the ambiguous term 'dedicated' with
clear explanation that it needs to be different from the primary key
and not used for other purposes.

Suggested-by: Kristian Fiskerstrand  gentoo.org>

 glep-0063.rst | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 8542031..14541d7 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -46,15 +46,18 @@ Bare minimum requirements
 
personal-digest-preferences SHA256
 
-2. Primary key and signing subkey of EITHER:
+2. Signing subkey that is different from the primary key, and does not
+   have any other capabilities enabled
+
+3. Primary key and the signing subkey are both of type EITHER:
 
a. DSA, 2048-bit
 
b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
 
-3. Key expiry: 5 years maximum
+4. Key expiry: 5 years maximum
 
-4. Upload your key to the SKS keyserver rotation before usage!
+5. Upload your key to the SKS keyserver rotation before usage!
 
 Recommendations
 ---
@@ -106,7 +109,7 @@ Recommendations
 
This may require creating an entirely new key.
 
-3. Dedicated signing subkey of EITHER:
+3. The signing subkey of EITHER:
 
a. DSA 2048 bits exactly.
 



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: ee11174f94b8123d74f17e74d526ce345b04a3b2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 29 20:10:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:10:49 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=ee11174f

glep-0077: Mark Final per 2018-07-29 Council meeting

 glep-0077.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glep-0077.rst b/glep-0077.rst
index db86b4e..4af2406 100644
--- a/glep-0077.rst
+++ b/glep-0077.rst
@@ -3,7 +3,7 @@ GLEP: 77
 Title: Gentoo General Resolution
 Author: Michał Górny 
 Type: Standards Track
-Status: Draft
+Status: Final
 Version: 1
 Created: 2018-06-22
 Last-Modified: 2018-07-04



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 4c6ee94a5f65ade7ea61fe5f6dd7eb55adbc5497
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 10:03:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=4c6ee94a

glep-0063: Update and unify expiration term

Replace the disjoint 'minimum' and 'recommendation' for expiration with
a single requirement.  Make it 2.5 years with recommended annual renewal
to a fixed day of the year (2 years + some grace time for renewal).
Also, remove disjoint expiration recommendation for the primary key
and subkeys since many developers fail at implementing that anyway.

 glep-0063.rst | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 7f870bb..9ba778b 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -7,7 +7,7 @@ Author: Robin H. Johnson ,
 Michał Górny 
 Type: Standards Track
 Status: Final
-Version: 1.1
+Version: 2
 Created: 2013-02-18
 Last-Modified: 2018-07-07
 Post-History: 2013-11-10
@@ -28,6 +28,11 @@ OpenPGP key management policies for the Gentoo Linux 
distribution.
 Changes
 ===
 
+v2
+  The distinct minimal and recommended expirations have been replaced
+  by a single requirement. The rules have been simplified to use
+  the same maximum time of 900 days for both the primary key and subkeys.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -75,7 +80,8 @@ not be used to commit.
 
c. ECC curve 25519
 
-4. Key expiry: 5 years maximum
+4. Expiration date on key and all subkeys set to no more than 900 days
+   into the future
 
 5. Upload your key to the SKS keyserver rotation before usage!
 
@@ -132,11 +138,7 @@ their primary key).
 2. Primary key and the signing subkey are both of type RSA, 2048 bits
(OpenPGP v4 key format or later)
 
-3. Key expiry:
-
-   a. Primary key: 3 years maximum, expiry date renewed annually.
-
-   b. Signing subkey: 1 year maximum, expiry date renewed every 6 months.
+3. Key expiration renewed annually to a fixed day of the year
 
 4. Create a revocation certificate & store it hardcopy offsite securely
(it's about ~300 bytes).



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: c774cc4ab1123d8c2d86b01c6a03b501a09d4a3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  7 05:48:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=c774cc4a

glep-0063: Remove whitespace from LDAP field

Requested-by: Robin H. Johnson  gentoo.org>

 glep-0063.rst | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 300456b..37b1f4d 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -39,6 +39,9 @@ v2
 
   The usage of DSA keys has been disallowed.
 
+  The ``gpgfingerprint`` LDAP field has been altered to remove optional
+  whitespace.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -157,10 +160,7 @@ Gentoo LDAP
 
 All Gentoo developers must list the complete fingerprint for their primary
 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
-uppercase, with optional spaces every 8 hex digits. Regular expression for
-validation::
-
-^([[:space:]]*[[:xdigit:]]{8}){5}$
+uppercase, without whitespace.
 
 The prior "``gpgkey``" field will be removed, as it is a subset
 of the fingerprint field. In any place that presently displays



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: ba682e4f432265713f4e558a30a30a3b8971b9ba
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  2 19:14:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:25 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=ba682e4f

glep-0063: Use 'OpenPGP' as appropriate

Replace many of the incorrect uses of GPG/GnuPG [key] with OpenPGP.
G[nu]PG has been left where the text clearly refers to the specific
implementation of OpenPGP rather than the standard itself.

 glep-0063.rst | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index c59d545..d1dfe3d 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -1,14 +1,15 @@
 ---
 GLEP: 63
-Title: Gentoo GPG key policies
+Title: Gentoo OpenPGP policies
 Author: Robin H. Johnson ,
 Andreas K. Hüttel ,
-Marissa Fischer 
+Marissa Fischer ,
+Michał Górny 
 Type: Standards Track
 Status: Final
 Version: 1
 Created: 2013-02-18
-Last-Modified: 2015-08-25
+Last-Modified: 2018-07-07
 Post-History: 2013-11-10
 Content-Type: text/x-rst
 ---
@@ -21,22 +22,22 @@ Many developers and external sources helped in this GLEP.
 Abstract
 
 
-This GLEP provides both a minimum requirement and a recommended set of GPG
-key management policies for the Gentoo Linux distribution.
+This GLEP provides both a minimum requirement and a recommended set of
+OpenPGP key management policies for the Gentoo Linux distribution.
 
 Motivation
 ==
 
 Given the increasing use and importance of cryptographic protocols in internet
-transactions of any kind, unified requirements for GnuPG keys used in Gentoo
+transactions of any kind, unified requirements for OpenPGP keys used in Gentoo
 Linux development are sorely needed.  This document provides both a set of
 bare minimum requirements and a set of best practice recommendations for
-the use of GnuPG by Gentoo Linux developers.  It is intended to provide
-a basis for future improvements such as, e.g., consistent ebuild or package
-signing and verifying by end users.
+the use of GnuPG (or other OpenPGP providers) by Gentoo Linux developers.
+It is intended to provide a basis for future improvements such as, e.g.,
+consistent ebuild or package signing and verifying by end users.
 
-Specifications for GnuPG keys
-=
+Specifications for OpenPGP keys
+===
 
 Bare minimum requirements
 -
@@ -125,7 +126,7 @@ Recommendations
 Gentoo LDAP
 ===
 
-All Gentoo developers must list the complete GPG fingerprint for their root
+All Gentoo developers must list the complete fingerprint for their root
 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
 uppercase, with optional spaces every 8 hex digits. Regular expression for
 validation::
@@ -195,7 +196,8 @@ References
 
 Copyright
 =
-Copyright (c) 2013 by Robin Hugh Johnson, Andreas K. Hüttel, Marissa Fischer.
+Copyright (c) 2013-2018 by Robin Hugh Johnson, Andreas K. Hüttel,
+Marissa Fischer, Michał Górny.
 
 This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 Unported License.  To view a copy of this license, visit



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: ea36f9f3be98e7dc2c471cee051f74c5872cfe40
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 13 08:30:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:27 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=ea36f9f3

glep-0063: Add initial posting date for the update

 glep-0063.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index c02b89e..22c1edb 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -10,7 +10,7 @@ Status: Final
 Version: 2
 Created: 2013-02-18
 Last-Modified: 2018-07-07
-Post-History: 2013-11-10
+Post-History: 2013-11-10, 2018-07-03
 Content-Type: text/x-rst
 ---
 



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: daad7b4d427ad88c919c1357fedd7068ea0b862f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  2 20:01:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=daad7b4d

glep-0063: Change the recommended RSA key size to 2048 bits

Change the recommended key size recommendation for RSA from 4096 bits
to 2048 bits.  Use of larger keys is unjustified due to negligible gain
in security, and recommending RSA-4096 unnecessarily resulted
in developers replacing their RSA-2048 keys for no good reason.

 glep-0063.rst | 20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index f4b49c2..fb09dd8 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -7,7 +7,7 @@ Author: Robin H. Johnson ,
 Michał Górny 
 Type: Standards Track
 Status: Final
-Version: 1
+Version: 1.1
 Created: 2013-02-18
 Last-Modified: 2018-07-07
 Post-History: 2013-11-10
@@ -25,6 +25,15 @@ Abstract
 This GLEP provides both a minimum requirement and a recommended set of
 OpenPGP key management policies for the Gentoo Linux distribution.
 
+Changes
+===
+
+v1.1
+  The recommended RSA key size has been changed from 4096 bits
+  to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
+  The larger recommendation was unjustified and resulted in people
+  unnecessarily replacing their RSA-2048 keys.
+
 Motivation
 ==
 
@@ -113,15 +122,13 @@ their primary key).
# when making an OpenPGP certification, use a stronger digest than the 
default SHA1:
cert-digest-algo SHA256
 
-2. Primary key type RSA, 4096 bits (OpenPGP v4 key format or later)
-
-   This may require creating an entirely new key.
+2. Primary key type RSA, 2048 bits (OpenPGP v4 key format or later)
 
 3. The signing subkey of EITHER:
 
a. DSA 2048 bits exactly.
 
-   b. RSA 4096 bits exactly.
+   b. RSA 2048 bits exactly.
 
 4. Key expiry:
 
@@ -174,6 +181,9 @@ Much of the above was driven by the following:
 References
 ==
 
+.. [#GNUPG-FAQ-11-4] GnuPG FAQ: Why doesn’t GnuPG default to using RSA-4096?
+   (https://www.gnupg.org/faq/gnupg-faq.html#no_default_of_rsa4096)
+
 .. [#DEBIANGPG] Debian GPG documentation
(https://wiki.debian.org/Keysigning)
 



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 206768ced97e0eba5de966eb46b9bda9d7f3389b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 17:31:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:25 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=206768ce

glep-0063: 'Gentoo subkey' → 'Signing subkey'

Replace the 'Gentoo subkey' term that might wrongly suggest that
the developers are expected to create an additional, dedicated subkey
for Gentoo.

Suggested-by: Kristian Fiskerstrand  gentoo.org>

 glep-0063.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 0773e3b..f02537d 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -116,7 +116,7 @@ Recommendations
 
a. Root key: 3 years maximum, expiry date renewed annually.
 
-   b. Gentoo subkey: 1 year maximum, expiry date renewed every 6 months.
+   b. Signing subkey: 1 year maximum, expiry date renewed every 6 months.
 
 5. Create a revocation certificate & store it hardcopy offsite securely
(it's about ~300 bytes).



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 0c3faea77f9bcb5efec82b175b704408e48572fa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 10:13:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=0c3faea7

glep-0063: Disallow using DSA keys

There really is no technical reason to use DSA keys and people who are
still using old DSA keys should finally replace them, so remove them
from the minimal requirements.

 glep-0063.rst | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index ca834a8..300456b 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -37,6 +37,8 @@ v2
   has been added. This is in order to give services and other developers time
   to refresh the key.
 
+  The usage of DSA keys has been disallowed.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -78,11 +80,9 @@ not be used to commit.
 
 3. Primary key and the signing subkey are both of type EITHER:
 
-   a. DSA, 2048-bit
-
-   b. RSA, >=2048 bits (OpenPGP v4 key format or later only)
+   a. RSA, >=2048 bits (OpenPGP v4 key format or later only)
 
-   c. ECC curve 25519
+   b. ECC curve 25519
 
 4. Expiration date on key and all subkeys set to no more than 900 days
into the future



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: 7d72d5875be3df130ae3728cf078a8f0434d904b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  8 18:33:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:27 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=7d72d587

glep-0063: Extend SHA-2 requirement to self-signatures on subkeys

 glep-0063.rst | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 84d87d2..ae36d36 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -45,6 +45,9 @@ v2
   The ``gpg.conf`` contents have been removed as they were seriously
   outdated and decreased security over the modern defaults.
 
+  The requirement of SHA-2 digest has been extended to apply to self-
+  signatures made on subkeys.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -77,7 +80,7 @@ to commit to Gentoo. Keys that do not conform to those 
requirements can
 not be used to commit.
 
 1. SHA-2 series output digest (SHA-1 digests internally permitted),
-   at least 256-bit.
+   at least 256-bit.  All subkey self-signatures must use this digest.
 
 2. Signing subkey that is different from the primary key, and does not
have any other capabilities enabled



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: fd51ab71f9ae4493ea25f012d622e0c92e0e1d82
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  7 05:52:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=fd51ab71

glep-0063: Remove gpg.conf bits

Remove the gpg.conf bits from recommended and minimal specification.
Apparently they are seriously obsolete and worse than the modern
defaults.  While at it, editorial corrections to 'SHA2' bit.

Requested-by: Richard Yao  gentoo.org>

 glep-0063.rst | 60 +--
 1 file changed, 9 insertions(+), 51 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 37b1f4d..84d87d2 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -42,6 +42,9 @@ v2
   The ``gpgfingerprint`` LDAP field has been altered to remove optional
   whitespace.
 
+  The ``gpg.conf`` contents have been removed as they were seriously
+  outdated and decreased security over the modern defaults.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -73,10 +76,8 @@ This section specifies obligatory requirements for all 
OpenPGP keys used
 to commit to Gentoo. Keys that do not conform to those requirements can
 not be used to commit.
 
-1. SHA2-series output digest (SHA1 digests internally permitted),
-   256bit or more::
-
-   personal-digest-preferences SHA256
+1. SHA-2 series output digest (SHA-1 digests internally permitted),
+   at least 256-bit.
 
 2. Signing subkey that is different from the primary key, and does not
have any other capabilities enabled
@@ -102,58 +103,15 @@ The developers should follow those practices unless there 
is a strong
 technical reason not to (e.g. hardware limitations, necessity of replacing
 their primary key).
 
-1. Copy ``/usr/share/gnupg/gpg-conf.skel`` to ``~/.gnupg/gpg.conf``, append
-   the following block::
-
-   keyserver pool.sks-keyservers.net
-
-   emit-version
-
-   default-recipient-self
-
-   # -- All of the below portion from the RiseUp.net OpenPGP best 
practices, and
-   # -- many of them are also in the Debian GPG documentation.
-
-   # when outputting certificates, view user IDs distinctly from keys:
-   fixed-list-mode
-
-   # long keyids are more collision-resistant than short keyids (it's 
trivial to make a key
-   # with any desired short keyid)
-   # NOTE: this breaks kmail gnupg support!
-   keyid-format 0xlong
-
-   # when multiple digests are supported by all recipients, choose the 
strongest one:
-   personal-digest-preferences SHA512 SHA384 SHA256 SHA224
-
-   # preferences chosen for new keys should prioritize stronger algorithms:
-   default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES 
CAST5 BZIP2 ZLIB ZIP Uncompressed
-
-   # If you use a graphical environment (and even if you don't) you should 
be using an agent:
-   # (similar arguments as  
https://www.debian-administration.org/users/dkg/weblog/64)
-   use-agent
-
-   # You should always know at a glance which User IDs gpg thinks are 
legitimately bound to
-   # the keys in your keyring:
-   verify-options show-uid-validity
-   list-options show-uid-validity
-
-   # include an unambiguous indicator of which key made a signature:
-   # (see 
http://thread.gmane.org/gmane.mail.notmuch.general/3721/focus=7234)
-   # (and 
http://www.ietf.org/mail-archive/web/openpgp/current/msg00405.html)
-   sig-notation issuer-...@notations.openpgp.fifthhorseman.net=%g
-
-   # when making an OpenPGP certification, use a stronger digest than the 
default SHA1:
-   cert-digest-algo SHA256
-
-2. Primary key and the signing subkey are both of type RSA, 2048 bits
+1. Primary key and the signing subkey are both of type RSA, 2048 bits
(OpenPGP v4 key format or later)
 
-3. Key expiration renewed annually to a fixed day of the year
+2. Key expiration renewed annually to a fixed day of the year
 
-4. Create a revocation certificate & store it hardcopy offsite securely
+3. Create a revocation certificate & store it hardcopy offsite securely
(it's about ~300 bytes).
 
-5. Encrypted backup of your secret keys.
+4. Encrypted backup of your secret keys.
 
 Gentoo LDAP
 ===



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: aa9614eda3b220f93e50817d0f6d8e81d4795020
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  8 18:18:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:27 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=aa9614ed

glep-0063: Unify punctuation

Requested-by: Ulrich Müller  gentoo.org>

 glep-0063.rst | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index ae36d36..c02b89e 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -83,19 +83,19 @@ not be used to commit.
at least 256-bit.  All subkey self-signatures must use this digest.
 
 2. Signing subkey that is different from the primary key, and does not
-   have any other capabilities enabled
+   have any other capabilities enabled.
 
 3. Primary key and the signing subkey are both of type EITHER:
 
-   a. RSA, >=2048 bits (OpenPGP v4 key format or later only)
+   a. RSA, >=2048 bits (OpenPGP v4 key format or later only),
 
-   b. ECC curve 25519
+   b. ECC curve 25519.
 
 4. Expiration date on key and all subkeys set to no more than 900 days
-   into the future
+   into the future.
 
 5. Key expiration date renewed at least 2 weeks before the previous
-   expiration date
+   expiration date.
 
 6. Upload your key to the SKS keyserver rotation before usage!
 
@@ -107,9 +107,9 @@ technical reason not to (e.g. hardware limitations, 
necessity of replacing
 their primary key).
 
 1. Primary key and the signing subkey are both of type RSA, 2048 bits
-   (OpenPGP v4 key format or later)
+   (OpenPGP v4 key format or later).
 
-2. Key expiration renewed annually to a fixed day of the year
+2. Key expiration renewed annually to a fixed day of the year.
 
 3. Create a revocation certificate & store it hardcopy offsite securely
(it's about ~300 bytes).
@@ -142,13 +142,13 @@ External documentation
 
 Much of the above was driven by the following:
 
-* NIST SP 800-57 recommendations [#NISTSP800571]_, [#NISTSP800572]_
+* NIST SP 800-57 recommendations [#NISTSP800571]_, [#NISTSP800572]_,
 
-* Debian GPG documentation [#DEBIANGPG]_
+* Debian GPG documentation [#DEBIANGPG]_,
 
-* RiseUp.net OpenPGP best practices [#RISEUP]_
+* RiseUp.net OpenPGP best practices [#RISEUP]_,
 
-* ENISA Algorithms, Key Sizes and Parameters Report 2013 [#ENISA2013]_
+* ENISA Algorithms, Key Sizes and Parameters Report 2013 [#ENISA2013]_.
 
 References
 ==



[gentoo-commits] data/glep:master commit in: /

2018-07-29 Thread Michał Górny
commit: e8a6c9fbdce6e47648f788ce310c21b96ed380d4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  4 09:49:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 20:07:26 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=e8a6c9fb

glep-0063: Explain minimal & recommended sections

 glep-0063.rst | 8 
 1 file changed, 8 insertions(+)

diff --git a/glep-0063.rst b/glep-0063.rst
index 14541d7..f4b49c2 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -41,6 +41,10 @@ Specifications for OpenPGP keys
 
 Bare minimum requirements
 -
+This section specifies obligatory requirements for all OpenPGP keys used
+to commit to Gentoo. Keys that do not conform to those requirements can
+not be used to commit.
+
 1. SHA2-series output digest (SHA1 digests internally permitted),
256bit or more::
 
@@ -61,6 +65,10 @@ Bare minimum requirements
 
 Recommendations
 ---
+This section specifies the best practices for Gentoo developers.
+The developers should follow those practices unless there is a strong
+technical reason not to (e.g. hardware limitations, necessity of replacing
+their primary key).
 
 1. Copy ``/usr/share/gnupg/gpg-conf.skel`` to ``~/.gnupg/gpg.conf``, append
the following block::



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

2018-07-29 Thread Michael Weber
commit: f4f6ec6f3d5a9ff0b587762f4bc13cc3aaf22f4c
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Jul 29 20:21:10 2018 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Jul 29 20:21:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f6ec6f

dev-util/pycharm-community: Version bump.

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2018.2.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 4b79a6e00d8..27a295cd450 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,2 +1,3 @@
 DIST pycharm-community-2017.3.4.tar.gz 279847033 BLAKE2B 
451540aae6434f39a94a664d4aa8747071c9c045793a7d445bf1acf4c0412309448b9e05b01c7e86d5b6915d144cb5175956981597d24064b2a7f934bd043bf3
 SHA512 
0478ca55a0dbd45b54c3d1af45a6cfdc562f0a863e3fe09922421ed121e22f5182c71fbc05b0e9fe7a8e92b197f6ad473da34b30b867297690d7bd9df5fda730
 DIST pycharm-community-2018.1.4.tar.gz 271284732 BLAKE2B 
806fb3774f08cd94ea525a3e3a6de3b1a17f1340e093e897ab185b7e08a4f389b627b5f3b5233421ef6c1468f36ec205bfaac73f3b8f151f57c23f0ce44ad3ea
 SHA512 
00040aa0f6d6cc60837277c1413b155b82ec580c6619d425aeb8c50521c11c17654549901a3c324d335d8818120e1e9e730ec03a03722058aa1064685e17cbce
+DIST pycharm-community-2018.2.tar.gz 260724936 BLAKE2B 
0c8882d8f2a115a172140e8312ef331cdaaeb41fd5ea6adf3091593d8635f63a616ad5dc710447b7e148c9d83d5ece98ccfd71f4af6663ff89296259b729c0aa
 SHA512 
d2b46e7463010186fb633a17c2833cca397ffd001679495fd3aca034e4feeebbf7e19c4803f6588d23e15afbf3e6850b2880b7867e7f9cfeeab338e7c7322669

diff --git a/dev-util/pycharm-community/pycharm-community-2018.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2018.2.ebuild
new file mode 100644
index 000..c37c85ebc8e
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2018.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm"
+
+MY_PN=${PN/-community/}
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-07-29 Thread Michał Górny
commit: 497f78ce2da4101c0ddea0e88eaa889ada56c3e5
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sat Jul 28 13:28:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 19:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497f78ce

dev-python/pew: Add shutilwhich dependency

Closes: https://bugs.gentoo.org/660998
Closes: https://github.com/gentoo/gentoo/pull/9333

 dev-python/pew/pew-1.1.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
index 6522126be14..5c0c4ea5583 100644
--- a/dev-python/pew/pew-1.1.1.ebuild
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,8 @@ IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+   >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
+   >=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]
-   >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]"
+   >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]"



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

2018-07-29 Thread Michał Górny
commit: c17fcecd24b28e9aa9f86dbda47aad6e589b59cc
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sat Jul 28 13:26:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 19:57:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17fcecd

dev-python/shutilwhich: add ~x86 keyword

This is a pure Python package so adding ~x86 keyword should pose no
issues.

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

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
index fbad293f2c0..96649b834e1 100644
--- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-07-29 Thread Jeroen Roovers
commit: 01200cf7dc458cbceae343c877c4e670bf9e2d93
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 29 19:25:48 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 29 19:26:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01200cf7

net-misc/youtube-dl: Update live ebuild.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 net-misc/youtube-dl/youtube-dl-.ebuild | 52 +++---
 1 file changed, 39 insertions(+), 13 deletions(-)

diff --git a/net-misc/youtube-dl/youtube-dl-.ebuild 
b/net-misc/youtube-dl/youtube-dl-.ebuild
index 683bc08f1a1..5d18c509625 100644
--- a/net-misc/youtube-dl/youtube-dl-.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-
 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 git-r3
+inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
 HOMEPAGE="https://rg3.github.com/youtube-dl/;
@@ -13,34 +12,32 @@ EGIT_REPO_URI="https://github.com/rg3/youtube-dl.git;
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS=""
-IUSE="offensive test"
+IUSE="+offensive test"
 
 RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   dev-python/sphinx[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )
 "
 
 python_prepare_all() {
if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
youtube_dl/version.py || die
# these have single line import statements
local xxx=(
alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
-   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
+   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
+   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
+   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
+   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
+   xbef xnxx xtube xvideos xxxymovies youjizz youporn
)
# these have multi-line import statements
local mxxx=(
-   drtuber pornhub redtube tnaflix xhamster
+   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
)
# do single line imports
sed -i \
@@ -73,6 +70,8 @@ python_prepare_all() {
 
 src_compile() {
distutils-r1_src_compile
+
+   emake ${PN}.{bash-completion,fish,zsh}
 }
 
 python_test() {
@@ -82,7 +81,34 @@ python_test() {
 python_install_all() {
dodoc README.md
 
+   newbashcomp ${PN}.bash-completion ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   insinto /usr/share/fish/completions/vendor_completions.d
+   doins ${PN}.fish
+
distutils-r1_python_install_all
 
rm -r "${ED}"/usr/etc || die
+   rm -r "${ED}"/usr/share/doc/youtube_dl || die
+}
+
+pkg_postinst() {
+   elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
+   elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
+   elog
+   elog "${PN} works fine on its own on most sites. However, if you want"
+   elog "to convert video/audio, you'll need avconf (media-video/libav) or"
+   elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube 
-"
+   elog "videos can be retrieved in a higher quality format without sound."
+   elog "${PN} will detect whether avconv/ffmpeg is present and"
+   elog "automatically pick the best option."
+
+   elog
+   elog "Videos or video formats streamed via RTMP protocol can only be"
+   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
+   elog "Downloading MMS and RTSP videos requires either mplayer"
+   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
 }



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

2018-07-29 Thread Jeroen Roovers
commit: 48aab22989ade3276760d3ace973b66f23df61d4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 29 19:08:16 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 29 19:26:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aab229

net-misc/youtube-dl: Install vendor_completions.d/youtube-dl.fish.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 .../{youtube-dl-2018.07.29.ebuild => youtube-dl-2018.07.29-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild
similarity index 98%
rename from net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild
rename to net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild
index 37bffad45c8..033b66fc205 100644
--- a/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2018.07.29-r1.ebuild
@@ -87,7 +87,7 @@ python_install_all() {
insinto /usr/share/zsh/site-functions
newins youtube-dl.zsh _youtube-dl
 
-   insinto /usr/share/fish/completions
+   insinto /usr/share/fish/completions/vendor_completions.d
doins youtube-dl.fish
 
distutils-r1_python_install_all



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

2018-07-29 Thread Mike Gilbert
commit: 79ecebaaf3613dadba294758fd16b36e25fb3b54
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 29 19:11:51 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 29 19:12:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ecebaa

www-client/chromium: stable channel bump (68.0.3440.75)

Package-Manager: Portage-2.3.43_p8, Repoman-2.3.10_p7

 www-client/chromium/Manifest| 2 +-
 .../{chromium-68.0.3440.25.ebuild => chromium-68.0.3440.75.ebuild}  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 16151f92e13..68429fa2a3b 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,6 +1,6 @@
 DIST chromium-67.0.3396.87.tar.xz 591491608 BLAKE2B 
9069c4b2e000e180a9b21bbdbb67428817073cd662830f7e736073833f2e6ab2f94f3127d15ed521e34c82de727f137e0065fd3aa7fa7312c4940b1bd8959ccc
 SHA512 
6f9c108b70b63cd45e8238c1962ec11d4f2d01e4f2a6b6483bfafc7986ed6001d5f09f9b0b893c864a08bade9d93346395bb2d045dcafb2ef94b0f4e00f2fe0d
 DIST chromium-67.0.3396.99.tar.xz 592170796 BLAKE2B 
c214f2feb911bd375849f1c69a67dad79707be7d8c7b99f503e67a62212c0340c8c21b1922cf0a5bfdc32507dfe337a9cddeb29674067c08e6e21a8585a5
 SHA512 
b1cc7f5988d30efae0b3954232a402e2906bb27113f453a67d865a79afecf6a124c7833635d6083ea40f0cb7344e3cdb4a02f3b8ba4b1cd9798b5d2bccb23242
-DIST chromium-68.0.3440.25.tar.xz 624353904 BLAKE2B 
8ed052e5ad831499367ef1e6d40d08bb585e49855f4c6b820d5532c96f240ad312e66484b75b5b8398e737e2400b7ff1f9edd944b5f6a16d81ace019f6dd0952
 SHA512 
c82436dc42dd9ee1b87881d617f6c791a9dc04d85bb1d4588a3cf31009edd8aeb9d89c357581f705e3602580be1d70ab5fd85f629abf7c7f647fa8a5f06f3add
 DIST chromium-68.0.3440.68.tar.xz 630241852 BLAKE2B 
c18ed31b87c8617f5776a63a4e7c816bf1ef5974ce74a662ba8bb35dde2aac7b4b1c23c52b4b6530d5998e0cc4cb42bcf88f07acbe8e4fc550257cfab536b86f
 SHA512 
ca1458bd93425c77420ee991c6f9ab2624d9ae14dc457468146b0cecee097eb73bee8ee6c623aac67e8425713bde15f015094c96085086c084d924f5f25383c0
+DIST chromium-68.0.3440.75.tar.xz 630277224 BLAKE2B 
87c152c14333007223f611acb56360b553c5a4a97026f9cf4ca37d90aa501aabe5e294c3bacbd537c7602fc5dcb010a493c8d64b2881681ddfaad66cd58a3c56
 SHA512 
99ab36c9a9c224469f3a34f0193b0b4662b626ac29d23711716117cc6fa437717c2c3357f8a95adf9085b94a262c8b4c46727f88bf50bb231bb85af956afbedb
 DIST chromium-69.0.3464.0.tar.xz 634891812 BLAKE2B 
2cff114b4c6af03d3a6bc79df68876d38d9d8cc972faed2d3d0a3c565911fb2d32e467a4cff1ca8d5c234fece983ab1bb1b5be12bfdc1041d823fde645050f7e
 SHA512 
d14414be553faa9d327dbb9348edcbc755f7f8346825c5144e65a25acb21eec07c34713180ed5701830ccadda99c171e279ae40a620c9babd187d0d093c8a87b
 DIST chromium-69.0.3493.3.tar.xz 622878800 BLAKE2B 
46aabdf4032471db8c6b461ebce6cfbc4fe99be55b959134c950bbba63d2c303673f48bb10004698f79abd4e22aa8b8c390ff6a12210020cf6bd8cf6cf8d8060
 SHA512 
96393f8939fccc8514094f9215496883f416669e61feb45b706610f67ff90672a88f9154fb06e59dec9d363c5e9a072bf1f2ba562dd533345a493664dabcb19e

diff --git a/www-client/chromium/chromium-68.0.3440.25.ebuild 
b/www-client/chromium/chromium-68.0.3440.75.ebuild
similarity index 99%
rename from www-client/chromium/chromium-68.0.3440.25.ebuild
rename to www-client/chromium/chromium-68.0.3440.75.ebuild
index 13d9aa7c022..09d01b49d5a 100644
--- a/www-client/chromium/chromium-68.0.3440.25.ebuild
+++ b/www-client/chromium/chromium-68.0.3440.75.ebuild
@@ -140,6 +140,7 @@ PATCHES=(
"${FILESDIR}/chromium-libjpeg-r0.patch"
"${FILESDIR}/chromium-cors-string-r0.patch"
"${FILESDIR}/chromium-libwebp-shim-r0.patch"
+   "${FILESDIR}/chromium-ffmpeg-ebp-r1.patch"
 )
 
 pre_build_checks() {



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

2018-07-29 Thread Patrice Clement
commit: 20761e6de5f014737802af84527f5167f6fd16d1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 28 21:55:25 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 29 19:06:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20761e6d

dev-python/python-application: version bump.

Closes: https://bugs.gentoo.org/612988
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/python-application/Manifest  |  1 +
 .../python-application/python-application-2.1.0.ebuild  | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/python-application/Manifest 
b/dev-python/python-application/Manifest
index 2e266d9c325..c0566190231 100644
--- a/dev-python/python-application/Manifest
+++ b/dev-python/python-application/Manifest
@@ -1 +1,2 @@
 DIST python-application-1.5.0.tar.gz 43552 BLAKE2B 
d36c3b0af9766936dae4c45452278e7f6b49dc830d1490fd97e455596b6564ac24b1c78da76237ace873ffbbadb3d9d4975728ec28e82bc39e4b12df2d9519bd
 SHA512 
9bf683a88bfb11ab5cf86b2d1ef86e22cf6fcb6004f0059b1d3cb2e1cde46827ced57a1cdd313c1d48dbd1ad610e9d36617619f79af748c55c517089720cb2b1
+DIST python-application-2.1.0.tar.gz 49045 BLAKE2B 
32b3a5e20d5aed21a399651ab8ac8c2b335b3f3076a1de688057851a883afd0d4454c34390e7a0688f0bbb716dff8a321481a509eaa3ae92daf3635ef6236d62
 SHA512 
54bf7c2257d84d213af5c1c192ea87c30a4c54ec5c334e3dcf4d536e610ffe9f56073b033807818c639b4e2585c38b87d6c7405f33b1ab45158fc6613d75c4c7

diff --git a/dev-python/python-application/python-application-2.1.0.ebuild 
b/dev-python/python-application/python-application-2.1.0.ebuild
new file mode 100644
index 000..77319b3cfa4
--- /dev/null
+++ b/dev-python/python-application/python-application-2.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Basic building blocks for python applications"
+HOMEPAGE="http://ag-projects.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"



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

2018-07-29 Thread Patrice Clement
commit: 1dff341118dbb9e3f699a2b6bf0187ecfcf146be
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 28 21:55:42 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 29 19:06:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dff3411

dev-python/python-application: clean up old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/python-application/Manifest |  1 -
 .../python-application/python-application-1.5.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/python-application/Manifest 
b/dev-python/python-application/Manifest
index c0566190231..cd2077440b9 100644
--- a/dev-python/python-application/Manifest
+++ b/dev-python/python-application/Manifest
@@ -1,2 +1 @@
-DIST python-application-1.5.0.tar.gz 43552 BLAKE2B 
d36c3b0af9766936dae4c45452278e7f6b49dc830d1490fd97e455596b6564ac24b1c78da76237ace873ffbbadb3d9d4975728ec28e82bc39e4b12df2d9519bd
 SHA512 
9bf683a88bfb11ab5cf86b2d1ef86e22cf6fcb6004f0059b1d3cb2e1cde46827ced57a1cdd313c1d48dbd1ad610e9d36617619f79af748c55c517089720cb2b1
 DIST python-application-2.1.0.tar.gz 49045 BLAKE2B 
32b3a5e20d5aed21a399651ab8ac8c2b335b3f3076a1de688057851a883afd0d4454c34390e7a0688f0bbb716dff8a321481a509eaa3ae92daf3635ef6236d62
 SHA512 
54bf7c2257d84d213af5c1c192ea87c30a4c54ec5c334e3dcf4d536e610ffe9f56073b033807818c639b4e2585c38b87d6c7405f33b1ab45158fc6613d75c4c7

diff --git a/dev-python/python-application/python-application-1.5.0.ebuild 
b/dev-python/python-application/python-application-1.5.0.ebuild
deleted file mode 100644
index 0dd28d0ff55..000
--- a/dev-python/python-application/python-application-1.5.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Basic building blocks for python applications"
-HOMEPAGE="http://ag-projects.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"



[gentoo-commits] proj/elections:master commit in: completed/trustees-201807/, trustees-201807/

2018-07-29 Thread Michał Górny
commit: 457ce8ad850a08b9421a323e81a2d284cc2cf85e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 29 06:38:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 06:38:00 2018 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=457ce8ad

trustees-201807: Move to completed

 {trustees-201807 => completed/trustees-201807}/Votify.pm  | 0
 {trustees-201807 => completed/trustees-201807}/ballot-trustees-201807 | 0
 .../trustees-201807}/casting-voters-trustees-201807   | 0
 {trustees-201807 => completed/trustees-201807}/election-details   | 0
 {trustees-201807 => completed/trustees-201807}/master-trustees-201807 | 0
 {trustees-201807 => completed/trustees-201807}/officials-trustees-201807  | 0
 {trustees-201807 => completed/trustees-201807}/start-trustees-201807  | 0
 {trustees-201807 => completed/trustees-201807}/stop-trustees-201807   | 0
 {trustees-201807 => completed/trustees-201807}/voters-trustees-201807 | 0
 9 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/trustees-201807/Votify.pm b/completed/trustees-201807/Votify.pm
similarity index 100%
rename from trustees-201807/Votify.pm
rename to completed/trustees-201807/Votify.pm

diff --git a/trustees-201807/ballot-trustees-201807 
b/completed/trustees-201807/ballot-trustees-201807
similarity index 100%
rename from trustees-201807/ballot-trustees-201807
rename to completed/trustees-201807/ballot-trustees-201807

diff --git a/trustees-201807/casting-voters-trustees-201807 
b/completed/trustees-201807/casting-voters-trustees-201807
similarity index 100%
rename from trustees-201807/casting-voters-trustees-201807
rename to completed/trustees-201807/casting-voters-trustees-201807

diff --git a/trustees-201807/election-details 
b/completed/trustees-201807/election-details
similarity index 100%
rename from trustees-201807/election-details
rename to completed/trustees-201807/election-details

diff --git a/trustees-201807/master-trustees-201807 
b/completed/trustees-201807/master-trustees-201807
similarity index 100%
rename from trustees-201807/master-trustees-201807
rename to completed/trustees-201807/master-trustees-201807

diff --git a/trustees-201807/officials-trustees-201807 
b/completed/trustees-201807/officials-trustees-201807
similarity index 100%
rename from trustees-201807/officials-trustees-201807
rename to completed/trustees-201807/officials-trustees-201807

diff --git a/trustees-201807/start-trustees-201807 
b/completed/trustees-201807/start-trustees-201807
similarity index 100%
rename from trustees-201807/start-trustees-201807
rename to completed/trustees-201807/start-trustees-201807

diff --git a/trustees-201807/stop-trustees-201807 
b/completed/trustees-201807/stop-trustees-201807
similarity index 100%
rename from trustees-201807/stop-trustees-201807
rename to completed/trustees-201807/stop-trustees-201807

diff --git a/trustees-201807/voters-trustees-201807 
b/completed/trustees-201807/voters-trustees-201807
similarity index 100%
rename from trustees-201807/voters-trustees-201807
rename to completed/trustees-201807/voters-trustees-201807



[gentoo-commits] proj/elections:master commit in: trustees-201807/

2018-07-29 Thread Michał Górny
commit: 408fa3c662f412f9e462719edfff42cd6d537430
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 29 06:37:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 29 06:37:44 2018 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=408fa3c6

trustees-201807: Add casting-voters and master ballot

 trustees-201807/casting-voters-trustees-201807 |  46 +
 trustees-201807/master-trustees-201807 | 237 +
 2 files changed, 283 insertions(+)

diff --git a/trustees-201807/casting-voters-trustees-201807 
b/trustees-201807/casting-voters-trustees-201807
new file mode 100644
index 000..4556acd
--- /dev/null
+++ b/trustees-201807/casting-voters-trustees-201807
@@ -0,0 +1,46 @@
+ago
+alicef
+amynka
+antarus
+bircoph
+blueness
+bman
+calchan
+creffett
+dabbott
+desultory
+dilfridge
+graaff
+grobian
+hattya
+jmbsvicetto
+johu
+kallamej
+k_f
+klondike
+lu_zero
+mattst88
+mgorny
+mpagano
+mrueg
+neddyseagoon
+nightmorph
+nimiux
+patrick
+perfinion
+pinkbyte
+prometheanfire
+rich0
+robbat2
+ronisbr
+shentino
+soap
+swift
+tamiko
+tomjbe
+ulm
+voyageur
+williamh
+wraeth
+zerochaos
+zlogene

diff --git a/trustees-201807/master-trustees-201807 
b/trustees-201807/master-trustees-201807
new file mode 100644
index 000..c14da14
--- /dev/null
+++ b/trustees-201807/master-trustees-201807
@@ -0,0 +1,237 @@
+- confirmation 3720 -
+prometheanfire
+robbat2
+antarus
+_reopen_nominations
+bman
+- confirmation 3739 -
+antarus
+robbat2
+bman
+_reopen_nominations
+prometheanfire
+- confirmation 3d3c -
+robbat2
+antarus
+_reopen_nominations
+- confirmation 3e2c -
+robbat2
+antarus
+_reopen_nominations
+bman
+prometheanfire
+- confirmation 08a5 -
+antarus robbat2
+bman
+_reopen_nominations
+prometheanfire
+- confirmation 5d82 -
+antarus robbat2
+prometheanfire
+_reopen_nominations
+bman
+- confirmation 65c2 -
+prometheanfire
+robbat2
+antarus
+bman
+_reopen_nominations
+- confirmation 6689 -
+bman
+prometheanfire
+_reopen_nominations
+robbat2
+antarus
+- confirmation 6c56 -
+robbat2
+prometheanfire
+antarus
+_reopen_nominations
+bman
+- confirmation 6ffb -
+robbat2
+antarus
+prometheanfire
+bman
+_reopen_nominations
+- confirmation 74a5 -
+antarus
+bman
+robbat2
+_reopen_nominations
+prometheanfire
+- confirmation 7e35 -
+robbat2
+antarus
+_reopen_nominations
+bman
+prometheanfire
+- confirmation 8270 -
+prometheanfire
+robbat2
+_reopen_nominations
+antarus
+bman
+- confirmation 8b3b -
+robbat2 antarus
+bman
+prometheanfire
+_reopen_nominations
+- confirmation 8d51 -
+robbat2 antarus
+_reopen_nominations
+bman prometheanfire
+- confirmation 0e33 -
+prometheanfire
+antarus
+robbat2
+_reopen_nominations
+bman
+- confirmation 953a -
+prometheanfire robbat2 antarus
+bman
+_reopen_nominations
+- confirmation 9892 -
+prometheanfire
+antarus
+bman
+robbat2
+- confirmation 99aa -
+bman
+robbat2
+_reopen_nominations
+- confirmation 9e4b -
+robbat2
+bman
+prometheanfire
+antarus
+_reopen_nominations
+- confirmation a095 -
+prometheanfire
+bman
+_reopen_nominations
+robbat2
+antarus
+- confirmation 102f -
+robbat2 antarus prometheanfire bman
+_reopen_nominations
+- confirmation a1ea -
+robbat2
+antarus
+bman
+prometheanfire
+_reopen_nominations
+- confirmation a552 -
+robbat2
+antarus
+bman
+prometheanfire
+_reopen_nominations
+- confirmation b017 -
+bman
+prometheanfire
+robbat2
+antarus
+_reopen_nominations
+- confirmation b16e -
+robbat2
+antarus
+prometheanfire bman
+_reopen_nominations
+- confirmation b252 -
+prometheanfire
+robbat2
+antarus
+_reopen_nominations
+- confirmation b3aa -
+antarus
+robbat2
+_reopen_nominations
+bman
+prometheanfire
+- confirmation bb2a -
+antarus robbat2
+bman prometheanfire
+_reopen_nominations
+- confirmation bce3 -
+bman robbat2
+antarus prometheanfire
+_reopen_nominations
+- confirmation c24c -
+antarus
+robbat2
+bman
+_reopen_nominations
+prometheanfire
+- confirmation d005 -
+_reopen_nominations
+prometheanfire robbat2 antarus bman
+- confirmation d12e -
+bman robbat2
+antarus
+_reopen_nominations
+prometheanfire
+- confirmation d1dd -
+robbat2
+bman
+antarus
+_reopen_nominations
+prometheanfire
+- confirmation d680 -
+robbat2 prometheanfire
+bman antarus
+_reopen_nominations
+- confirmation dcb7 -
+prometheanfire bman
+robbat2
+antarus
+_reopen_nominations
+- confirmation e156 -
+bman
+antarus
+robbat2
+prometheanfire
+_reopen_nominations

[gentoo-commits] data/glep:glep63-updates commit in: /

2018-07-29 Thread Michał Górny
commit: bf99712e1e5e9b68a70be1aa93669e2f7192501b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 09:40:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 21 09:40:42 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=bf99712e

glep-0063: Require @gentoo.org UID on keys

 glep-0063.rst | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/glep-0063.rst b/glep-0063.rst
index 22c1edb..64fb437 100644
--- a/glep-0063.rst
+++ b/glep-0063.rst
@@ -9,8 +9,8 @@ Type: Standards Track
 Status: Final
 Version: 2
 Created: 2013-02-18
-Last-Modified: 2018-07-07
-Post-History: 2013-11-10, 2018-07-03
+Last-Modified: 2018-07-21
+Post-History: 2013-11-10, 2018-07-03, 2018-07-21
 Content-Type: text/x-rst
 ---
 
@@ -48,6 +48,8 @@ v2
   The requirement of SHA-2 digest has been extended to apply to self-
   signatures made on subkeys.
 
+  An additional requirement for ``@gentoo.org`` UID has been added.
+
 v1.1
   The recommended RSA key size has been changed from 4096 bits
   to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
@@ -97,7 +99,9 @@ not be used to commit.
 5. Key expiration date renewed at least 2 weeks before the previous
expiration date.
 
-6. Upload your key to the SKS keyserver rotation before usage!
+6. UID using your ``@gentoo.org`` e-mail included in the key.
+
+7. Upload your key to the SKS keyserver rotation before usage!
 
 Recommendations
 ---



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

2018-07-29 Thread Alon Bar-Lev
commit: 9e8050a14793162f53e74786511a1173cba05fe8
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Jul 29 17:09:03 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Jul 29 17:09:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8050a1

app-crypt/xca: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=662096
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/xca/Manifest |  1 +
 app-crypt/xca/xca-2.1.0.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index 5cbb5a8bd5d..8b327ebee8d 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -1 +1,2 @@
 DIST xca-1.4.1.tar.gz 959107 BLAKE2B 
7437cdbaa5277998de200e9a5ad3a7d44aed9ae8af8fd926d7ed1917d49bec79562455ca2e82557149d748840f299ffd66edfc7f265be7d5bdcd6e4fe8dbaf9b
 SHA512 
8294669c4887ba7a9060c3c2c06014b8a1807898569842ed61c066e8a864de014fba51a2ff867b579048083fdd4934cc7f97c92268de4944bf4aafea9c2e7b42
+DIST xca-2.1.0.tar.gz 1055745 BLAKE2B 
c3ea2953be7cacb8c4c6fb6911f2e51806d40f294d8c9daef1d47da4f3e6ffa4933d199b8b92cab828286ececab2ea7195d5a46455e4d4703f0a67d0d7861db9
 SHA512 
ad46b290067b0a22bb6baeb0d065879bea74cd2c853f67c2be3d0c2bdaa5ca4ebef606c0f08bd0b130df4ec13418d470062b708ab479800eab7c18dffa46af03

diff --git a/app-crypt/xca/xca-2.1.0.ebuild b/app-crypt/xca/xca-2.1.0.ebuild
new file mode 100644
index 000..bda63f6d683
--- /dev/null
+++ b/app-crypt/xca/xca-2.1.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit xdg-utils
+
+DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests 
etc"
+HOMEPAGE="http://hohnstaedt.de/xca/;
+SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="bindist doc libressl"
+
+RDEPEND="
+   dev-libs/libltdl:0=
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( dev-libs/libressl:0= )
+   doc? ( app-text/linuxdoc-tools )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.0-desktop.patch"
+)
+
+src_configure() {
+   econf \
+   --with-qt-version=5 \
+   $(use_enable doc) \
+   STRIP=true
+}
+
+src_compile() {
+   # enforce all to avoid the automatic silent rules
+   emake all
+}
+
+src_install() {
+   # non standard destdir
+   emake install destdir="${ED}"
+   einstalldocs
+
+   insinto /etc/xca
+   doins misc/*.txt
+
+   ewarn "Make a backup copy of your database!"
+   ewarn "This version completely changes the database format to SQL(ite)"
+   ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They 
will corrupt the database."
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2018-07-29 Thread Patrick Lauer
commit: d0f9787a4bc6c3356199df45fd98170f5e115ea7
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jul 29 16:45:27 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jul 29 16:47:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f9787a

dev-python/cryptography-vectors: Readd python 3.7 #662404

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/cryptography-vectors/cryptography-vectors-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-2.2.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-2.2.2.ebuild
index 0cf1d52471b..6c1b08319c7 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-2.2.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-2.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1
 



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

2018-07-29 Thread Patrick Lauer
commit: aa27abedc35c74242ee437eab6ca94c5d68205c1
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jul 29 16:46:49 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jul 29 16:47:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa27abed

dev-python/cryptography: Readd python 3.7 #662404

Package-Manager: Portage-2.3.44, Repoman-2.3.10

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

diff --git a/dev-python/cryptography/cryptography-2.2.2.ebuild 
b/dev-python/cryptography/cryptography-2.2.2.ebuild
index 89ab8501f3b..016846fe9cb 100644
--- a/dev-python/cryptography/cryptography-2.2.2.ebuild
+++ b/dev-python/cryptography/cryptography-2.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic



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

2018-07-29 Thread Jeroen Roovers
commit: 97751834341f54fa889052e6082b3c6e4228909c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 29 16:21:03 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 29 16:21:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97751834

x11-terms/guake: Revert to mirror://pypi (bug #662412).

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 x11-terms/guake/Manifest   | 4 ++--
 x11-terms/guake/guake-3.3.0.ebuild | 6 ++
 x11-terms/guake/guake-3.3.2.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index c54262a514e..247df385840 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,4 +1,4 @@
 DIST guake-0.8.13.tar.gz 410816 BLAKE2B 
37240d5f86cee596243a23ce47c3d3502cc889dc90d98e8a073325bd8c7fb74929308b5f91756100b2bd641134992e61ec833581380b3733613cf83526e26e92
 SHA512 
89c21bab2b1e5fc17c16349e4a4a4e8d089b084ddffedcf7a20aa059d4269a2a1c5754ec7b343f4f0e2ffae135b78a6128b8c14642f50645ddd52f700fd82a38
 DIST guake-0.8.8.tar.gz 395143 BLAKE2B 
34b47948fd03e3187ca5cad4697b0bffd81f5c1add3951a42904837075768bc9f39a278a0e0e3bd555e1d3a9814efd5aefae3c1baa9fac98108eb6dfc81f6035
 SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
-DIST guake-3.3.0.tar.gz 988848 BLAKE2B 
3ac5c1c7d3b04d9dc81e7773431d38bfed8b41c20ad8aff4d14216e0a8af732569c302a3c0068c84164fe83a2a20c7f3bf484477e434b9ca3561b5fc0273d9f0
 SHA512 
1d92f3aaf68045080dd6830e52e8522d4a50e9d576138841d0d8ff605efb50ce4fc7e402817c3a0c431bb6c8817623f16b138035342b8eb84c800b6ac6d7a926
-DIST guake-3.3.2.tar.gz 956954 BLAKE2B 
8a04e4646e6af6556e1b897fa7134ac24c15a7b3772fd257edb1f60e20bcace40620372f926d6fe5081c46293a8d52fca582ddab36e48e7793ac9b86e234e07c
 SHA512 
55c988eb3c67ed1b355bbd283040912aca48eae209399dd44265048bc0aca994bce3146b807745e0db937d70227751ca45d7c14f41ce37e03e8d7bbaa346a131
+DIST guake-3.3.0.tar.gz 1006849 BLAKE2B 
387ca17a881beebb84c81fda29a3f44ab3f297841010128bc4c5c4eded83d3325562bc88858fd1a8824a7c26d3bb9050bbe17399934f6e6cdcf8b4bf3c15d8a6
 SHA512 
1558e34f29060e449d676077c90df92ea9bc3a57857094be8d98cd283010de1125b7eeb3fbc3b3fcd08cacac9cf8ee461adb28cc29c491e8d2c3ad32fa39754b
+DIST guake-3.3.2.tar.gz 1084094 BLAKE2B 
b534ed18a6b9ad686fbe41fe1aa6e522429a50725103455cc5ccc5c4c7b67df6ce9eeac3c769ef3cb44bcc2e60305df80b6aa6af83c89a27b290e5ea48d19f8e
 SHA512 
4d5585178d1e70d5b954071c4b68af22c459518df7af5930bd9a44f1f63afaff7b89bcab43422f9ae178c1dccf1268ed5776adb01fc8f11666dae2c3e766

diff --git a/x11-terms/guake/guake-3.3.0.ebuild 
b/x11-terms/guake/guake-3.3.0.ebuild
index 52e36a348ca..2fb100b8ed4 100644
--- a/x11-terms/guake/guake-3.3.0.ebuild
+++ b/x11-terms/guake/guake-3.3.0.ebuild
@@ -7,12 +7,9 @@ DISTUTILS_SINGLE_IMPL=1
 
 inherit distutils-r1 gnome2-utils xdg-utils
 
-MY_PN="Guake"
-MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="Drop-down terminal for GTK+ desktops"
 HOMEPAGE="https://github.com/Guake/guake https://pypi.org/project/Guake;
-SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -36,6 +33,7 @@ DEPEND="
sys-devel/gettext
sys-devel/make
 "
+S=${WORKDIR}/${P^}
 
 python_prepare_all() {
distutils-r1_python_prepare_all

diff --git a/x11-terms/guake/guake-3.3.2.ebuild 
b/x11-terms/guake/guake-3.3.2.ebuild
index cbb270e7459..05bbf86cd8e 100644
--- a/x11-terms/guake/guake-3.3.2.ebuild
+++ b/x11-terms/guake/guake-3.3.2.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1 gnome2-utils xdg-utils
 
 DESCRIPTION="Drop-down terminal for GNOME"
 HOMEPAGE="https://github.com/Guake/guake https://pypi.org/project/Guake;
-SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -37,6 +37,7 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-3.3.2-paths.patch
 )
+S=${WORKDIR}/${P^}
 
 python_compile_all() {
emake prepare-install prefix=/usr



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

2018-07-29 Thread Jeroen Roovers
commit: 62d1710c1f47b4aa97453bc3de1b5508f12c34c9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 29 15:44:11 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 29 16:01:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d1710c

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 net-misc/youtube-dl/Manifest |   1 -
 net-misc/youtube-dl/youtube-dl-2018.07.10.ebuild | 115 ---
 2 files changed, 116 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 9942d963c1f..d10cda4c125 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.11.15.tar.gz 2834012 BLAKE2B 
fd93e3923f99874be58681a886c09e31ac10063975ab636badf27e59b44743c72cddf05e3a431c49ffd0f7b40f9b005f4d90feff85d4ca889dee80833300b076
 SHA512 
e10c0d53db7fdfb02610b53f54046c0a9354b305ba05c5d00a43649a283a6449263f66ff56171d52cf18f906c6aeccc25dc48ea708b4b1bb2b8323b937abca96
-DIST youtube-dl-2018.07.10.tar.gz 3001810 BLAKE2B 
4ffd9f678897be476983322921640007962cc307e1b0e095a012fd2840a26864bb1125b4f937ca43ba52134e32b80976b6ad185eb5e0f7523852915f61c1b293
 SHA512 
4f83bc02002d31bd04d9319d798c1b190b5a357864daca9661bcdeef3f71b258fb9b4b76ae1c19a0901ba5b0e56b834f0124353a4e4e3c6d0554a8f4f967c246
 DIST youtube-dl-2018.07.21.tar.gz 3006144 BLAKE2B 
63b0fdf38f9e510b163a1737136956c0d4c497b0e3f78caad01170711c359e2ee9638f6448992ff28760cac60d0496c1572a04939f95d060560bc399d3399a4e
 SHA512 
d0c75b8d651a4c401dd706c3ce86882098a16e9bb3e72b3871b3fe5284a345fc04bf5f7a9165a12af63091660a68a9b81f80a523b2090da3556856d69a81b6bf
 DIST youtube-dl-2018.07.29.tar.gz 3012839 BLAKE2B 
9550f03b74db95fe26310348113883763240a187d69f1f859fe516848f6d9647555113d12397b7d30f3b4c7799c930b373825b54f2db05ac72b3be0e6b7efad0
 SHA512 
a41b97b5dca0715a891ff77d8317939d2b86e495fe2ec1cca6aaea72da545f6cdd6c4cf605c2ebd004a0add049d5fb1ed17b6dab9d99fc349f378e37ff6be330

diff --git a/net-misc/youtube-dl/youtube-dl-2018.07.10.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.07.10.ebuild
deleted file mode 100644
index 37bffad45c8..000
--- a/net-misc/youtube-dl/youtube-dl-2018.07.10.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
-   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
-   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
-   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
-   xbef xnxx xtube xvideos xxxymovies youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
-   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
-   test/test_age_restriction.py \
-   || die
-   fi
-
-   eapply_user
-
-   

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

2018-07-29 Thread Jeroen Roovers
commit: ceb662d5ab6bba0a32c9f1a63f0d8b3851f608ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 29 15:39:08 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 29 16:01:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb662d5

net-misc/youtube-dl: Version 2018.07.29.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 net-misc/youtube-dl/Manifest |   1 +
 net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild | 115 +++
 2 files changed, 116 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index b36c84344ce..9942d963c1f 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.11.15.tar.gz 2834012 BLAKE2B 
fd93e3923f99874be58681a886c09e31ac10063975ab636badf27e59b44743c72cddf05e3a431c49ffd0f7b40f9b005f4d90feff85d4ca889dee80833300b076
 SHA512 
e10c0d53db7fdfb02610b53f54046c0a9354b305ba05c5d00a43649a283a6449263f66ff56171d52cf18f906c6aeccc25dc48ea708b4b1bb2b8323b937abca96
 DIST youtube-dl-2018.07.10.tar.gz 3001810 BLAKE2B 
4ffd9f678897be476983322921640007962cc307e1b0e095a012fd2840a26864bb1125b4f937ca43ba52134e32b80976b6ad185eb5e0f7523852915f61c1b293
 SHA512 
4f83bc02002d31bd04d9319d798c1b190b5a357864daca9661bcdeef3f71b258fb9b4b76ae1c19a0901ba5b0e56b834f0124353a4e4e3c6d0554a8f4f967c246
 DIST youtube-dl-2018.07.21.tar.gz 3006144 BLAKE2B 
63b0fdf38f9e510b163a1737136956c0d4c497b0e3f78caad01170711c359e2ee9638f6448992ff28760cac60d0496c1572a04939f95d060560bc399d3399a4e
 SHA512 
d0c75b8d651a4c401dd706c3ce86882098a16e9bb3e72b3871b3fe5284a345fc04bf5f7a9165a12af63091660a68a9b81f80a523b2090da3556856d69a81b6bf
+DIST youtube-dl-2018.07.29.tar.gz 3012839 BLAKE2B 
9550f03b74db95fe26310348113883763240a187d69f1f859fe516848f6d9647555113d12397b7d30f3b4c7799c930b373825b54f2db05ac72b3be0e6b7efad0
 SHA512 
a41b97b5dca0715a891ff77d8317939d2b86e495fe2ec1cca6aaea72da545f6cdd6c4cf605c2ebd004a0add049d5fb1ed17b6dab9d99fc349f378e37ff6be330

diff --git a/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild
new file mode 100644
index 000..37bffad45c8
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2018.07.29.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
+   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
+   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
+   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
+   xbef xnxx xtube xvideos xxxymovies youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
+   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
+   test/test_age_restriction.py \
+   || die
+   fi
+
+   eapply_user
+
+   

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

2018-07-29 Thread Louis Sautier
commit: b190f1d2520f8354072892abf0431bf6d675315d
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jul 29 12:56:05 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 29 15:40:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b190f1d2

dev-python/pysendfile: fix DESCRIPTION

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 06a159635b5..a0130066813 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 
-DESCRIPTION="A python interface to sendfile(2) system call"
+DESCRIPTION="A python interface to the sendfile(2) system call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



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

2018-07-29 Thread Louis Sautier
commit: 40340668d870a6dd6ff7d212cb0f507d5799a11e
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jul 29 15:36:07 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 29 15:40:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40340668

dev-python/pysendfile: add bugs-to to metadata.xml

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pysendfile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pysendfile/metadata.xml 
b/dev-python/pysendfile/metadata.xml
index 95cca6de01c..3bd59c476c5 100644
--- a/dev-python/pysendfile/metadata.xml
+++ b/dev-python/pysendfile/metadata.xml
@@ -8,5 +8,6 @@
   
 pysendfile
 giampaolo/pysendfile
+https://github.com/giampaolo/pysendfile/issues
   
 



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

2018-07-29 Thread Louis Sautier
commit: 95e249b0ffdd12a5c8818e3f5e7c583ccfd04158
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jul 29 15:34:49 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 29 15:40:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e249b0

dev-python/pysendfile: add tests, Python 3.7, PyPy3, EAPI=7

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
new file mode 100644
index 000..6add938cfba
--- /dev/null
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python interface to the sendfile(2) system call"
+HOMEPAGE="https://github.com/giampaolo/pysendfile;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
+IUSE=""
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" test/test_sendfile.py || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-SigAction/

2018-07-29 Thread Thomas Deutschmann
commit: 9d50374292a600f3865da5be6764de38d70eac0f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:04:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:04:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d503742

dev-perl/Sys-SigAction: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild 
b/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild
index 1b7aa084a76..b206e95a261 100644
--- a/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild
+++ b/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild
@@ -10,5 +10,5 @@ inherit perl-module
 DESCRIPTION="Perl extension for Consistent Signal Handling"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Quote/

2018-07-29 Thread Thomas Deutschmann
commit: 97b613cd2a87a0321cd2d13ce6f5427f16fcb19d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:01:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:01:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b613cd

dev-perl/Sub-Quote: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild 
b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
index 9ce543bc49f..4f625eab885 100644
--- a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Efficient generation of subroutines via string eval"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/

2018-07-29 Thread Thomas Deutschmann
commit: b51699d5c8db6713ce90346640210b08ac6ab93d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:58:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:58:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51699d5

dev-perl/Search-Xapian: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
index 2056424aa83..363aba50941 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="Perl XS frontend to the Xapian C++ search 
library"
 
 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="examples test"
 
 RDEPEND="dev-libs/xapian:0/1.2.22



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

2018-07-29 Thread Thomas Deutschmann
commit: 0e4bba8172b76b8d9272a8ff96a1f682d3bd1388
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:56:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:56:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4bba81

dev-perl/SGMLSpm: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild 
b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
index 34b48cfbe0f..5f61c5867ca 100644
--- a/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
+++ b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl library for parsing the output of nsgmls"
 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 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-perl/Module-Build"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-MemInfo/

2018-07-29 Thread Thomas Deutschmann
commit: d8405e104c0c94d22062d22b0f20e58d5f240c40
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:03:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:03:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8405e10

dev-perl/Sys-MemInfo: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild 
b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
index 4c21321b7e4..0e34fe81561 100644
--- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.990.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Memory informations"
 
 LICENSE="LGPL-2.1 ${LICENSE}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/

2018-07-29 Thread Thomas Deutschmann
commit: e5f1f4f3c405f4026dbfa0d7daaed407f059e146
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:57:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:57:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f1f4f3

dev-perl/SOAP-Lite: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild 
b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index bd48e266b0b..9626bf6bdea 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both 
on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 



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

2018-07-29 Thread Thomas Deutschmann
commit: 3f288dab7ad80946ba04de8c1defc679330262a1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:57:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:57:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f288dab

dev-perl/SVG: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/SVG/SVG-2.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SVG/SVG-2.820.0.ebuild b/dev-perl/SVG/SVG-2.820.0.ebuild
index 1511b8f5323..3c707065a3e 100644
--- a/dev-perl/SVG/SVG-2.820.0.ebuild
+++ b/dev-perl/SVG/SVG-2.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) 
documents"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-Progressive/

2018-07-29 Thread Thomas Deutschmann
commit: 081479dbecd65828fb245da267c8776084d36218
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:01:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:01:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081479db

dev-perl/Sub-Exporter-Progressive: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild 
b/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild
index 13a980e34ac..01e0de2feed 100644
--- a/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild
+++ b/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.13.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Only use Sub::Exporter if you need it"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/String-CRC32/

2018-07-29 Thread Thomas Deutschmann
commit: 0ca6e671428468c9c9d71fd1f1fed84e0a096b0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:00:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:00:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca6e671

dev-perl/String-CRC32: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild 
b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild
index 4a2831c6ee9..f0c04edd889 100644
--- a/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild
+++ b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Perl interface for cyclic redundancy check 
generation"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""



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

2018-07-29 Thread Thomas Deutschmann
commit: 53adf77c67ff43f9075987dc64152b9dd3968857
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:59:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:59:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53adf77c

dev-perl/Socket6: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Socket6/Socket6-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Socket6/Socket6-0.280.0.ebuild 
b/dev-perl/Socket6/Socket6-0.280.0.ebuild
index cad158caaea..c949140aed1 100644
--- a/dev-perl/Socket6/Socket6-0.280.0.ebuild
+++ b/dev-perl/Socket6/Socket6-0.280.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="IPv6 related part of the C socket.h defines and 
structure manipulat
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CPU/

2018-07-29 Thread Thomas Deutschmann
commit: 8f4d77bb10b7893b3413ae2a9344ba939a47903f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:02:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:02:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4d77bb

dev-perl/Sys-CPU: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild 
b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
index ef2c093c9c2..c1b6db52faf 100644
--- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
+++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
@@ -10,5 +10,5 @@ inherit perl-module
 DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/

2018-07-29 Thread Thomas Deutschmann
commit: b964ffd50751d1d0815d193d57579e62bb14fae7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 14:03:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 14:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b964ffd5

dev-perl/Sys-Hostname-Long: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild 
b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
index 7b7aae9637c..c50976a20a6 100644
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
+++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Try every conceivable way to get full hostname"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Schedule-At/

2018-07-29 Thread Thomas Deutschmann
commit: 7d5e9022b2acf21f32265c5ebde91bf95ccae65e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:57:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:57:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5e9022

dev-perl/Schedule-At: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild 
b/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
index 77c7f71a41d..d2c8ff023c0 100644
--- a/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
+++ b/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="OS independent interface to the Unix 'at' command"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="sys-process/at"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Leak/

2018-07-29 Thread Thomas Deutschmann
commit: 0b56cc238988c5de8363317fd3714485affca609
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 13:59:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 13:59:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b56cc23

dev-perl/Devel-Leak: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild 
b/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild
index 5df334d7cc0..6825e5728f1 100644
--- a/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild
+++ b/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Utility for looking for perl objects that are not reclaimed"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



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

2018-07-29 Thread Thomas Deutschmann
commit: 0ed28a85f1dd548bc17d58f2b0660e6848ddcc66
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:37:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed28a85

kde-apps/sweeper: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/sweeper/sweeper-18.04.3.ebuild 
b/kde-apps/sweeper/sweeper-18.04.3.ebuild
index eda6fd0c6eb..e41815cb8b9 100644
--- a/kde-apps/sweeper/sweeper-18.04.3.ebuild
+++ b/kde-apps/sweeper/sweeper-18.04.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Privacy settings widget to clean unwanted traces 
on the system"
 HOMEPAGE="https://www.kde.org/applications/utilities/sweeper
 https://utils.kde.org/projects/sweeper;
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 1e7df2b2f9400cd27494fcbf52836a9a3586d968
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:38:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7df2b2

kde-apps/thumbnailers: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/thumbnailers/thumbnailers-18.04.3.ebuild 
b/kde-apps/thumbnailers/thumbnailers-18.04.3.ebuild
index a08e4f09885..99b6547eb0e 100644
--- a/kde-apps/thumbnailers/thumbnailers-18.04.3.ebuild
+++ b/kde-apps/thumbnailers/thumbnailers-18.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Thumbnail generators for PDF/PS and RAW files"
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="raw"
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 688236ec3797b070af17829046953709096f824c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:35:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688236ec

kde-apps/poxml: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/poxml/poxml-18.04.3.ebuild 
b/kde-apps/poxml/poxml-18.04.3.ebuild
index f71435500db..ac31cb59d03 100644
--- a/kde-apps/poxml/poxml-18.04.3.ebuild
+++ b/kde-apps/poxml/poxml-18.04.3.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 1c6dbe6bee6d3d9a09870fa6c23c6817f98b69f3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:37:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6dbe6b

kde-apps/step: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/step/step-18.04.3.ebuild 
b/kde-apps/step/step-18.04.3.ebuild
index 9cfb9a5847f..e020a4ff856 100644
--- a/kde-apps/step/step-18.04.3.ebuild
+++ b/kde-apps/step/step-18.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Interactive physics simulator"
 HOMEPAGE="https://edu.kde.org/step;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+gsl nls +qalculate"
 
 RDEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: b60c0708e8a3c080f2fc2cc164370ef08a0dd9fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:36:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60c0708

kde-apps/spectacle: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/spectacle/spectacle-18.04.3.ebuild 
b/kde-apps/spectacle/spectacle-18.04.3.ebuild
index ef44fc8d573..dfa545000c0 100644
--- a/kde-apps/spectacle/spectacle-18.04.3.ebuild
+++ b/kde-apps/spectacle/spectacle-18.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Screenshot capture utility"
 LICENSE="LGPL-2+ handbook? ( FDL-1.3 ) kipi? ( GPL-2+ )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="kipi share"
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 3afb3e48e75d7af7235607f06f316867edd3f756
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:38:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afb3e48

kde-apps/syndication: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/syndication/syndication-18.04.3.ebuild 
b/kde-apps/syndication/syndication-18.04.3.ebuild
index 5875cb30db9..93c13ab8d2b 100644
--- a/kde-apps/syndication/syndication-18.04.3.ebuild
+++ b/kde-apps/syndication/syndication-18.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Library for parsing RSS and Atom feeds"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: f737853b321904b55d958feaaad61ad998a180e3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:33:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f737853b

kde-apps/parley: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/parley/parley-18.04.3.ebuild 
b/kde-apps/parley/parley-18.04.3.ebuild
index 66093e55cd0..18e915c161b 100644
--- a/kde-apps/parley/parley-18.04.3.ebuild
+++ b/kde-apps/parley/parley-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="A vocabulary trainer to help you memorize things"
 HOMEPAGE="https://www.kde.org/applications/education/parley
 https://edu.kde.org/applications/school/parley;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: ff1b763d68b10f09a5a658eb9cfcd1db171dbc04
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:36:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1b763d

kde-apps/rocs: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/rocs/rocs-18.04.3.ebuild 
b/kde-apps/rocs/rocs-18.04.3.ebuild
index 9950f7af771..8826630eb7d 100644
--- a/kde-apps/rocs/rocs-18.04.3.ebuild
+++ b/kde-apps/rocs/rocs-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Interface to work with Graph Theory"
 HOMEPAGE="https://www.kde.org/applications/education/rocs
 https://edu.kde.org/applications/mathematics/rocs;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kwebkitpart/

2018-07-29 Thread Thomas Deutschmann
commit: 4ca73e21d083fc51b42242847cdbf3ee3cd3ff3d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:39:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca73e21

kde-misc/kwebkitpart: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20180406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20180406.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20180406.ebuild
index 5ba71c64c01..1ef497d04b4 100644
--- a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20180406.ebuild
+++ b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20180406.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://cgit.kde.org/kwebkitpart.git;
 SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/

2018-07-29 Thread Thomas Deutschmann
commit: 1f3ad324ce4a4f1891716c71cf7f47b597ff9f01
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:34:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ad324

kde-apps/pim-data-exporter: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild 
b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
index e24c4c00d08..7e889dd2851 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options;
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/signon-kwallet-extension/

2018-07-29 Thread Thomas Deutschmann
commit: ccd456188b251647d5ee90decdd382219379118d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:36:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd45618

kde-apps/signon-kwallet-extension: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../signon-kwallet-extension/signon-kwallet-extension-18.04.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.04.3.ebuild 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.04.3.ebuild
index b614fbbec53..8246985d661 100644
--- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.04.3.ebuild
+++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.04.3.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="KWallet extension for signond"
 HOMEPAGE="https://01.org/gsso/;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="GPL-2+"
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 970dcc9498e9ca5b2d0f4ee698798b368413d611
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:32:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970dcc94

kde-apps/okular: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/okular/okular-18.04.3.ebuild 
b/kde-apps/okular/okular-18.04.3.ebuild
index 6b1bd489777..da9ded78a2b 100644
--- a/kde-apps/okular/okular-18.04.3.ebuild
+++ b/kde-apps/okular/okular-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="Universal document viewer based on KDE Frameworks"
 HOMEPAGE="https://okular.kde.org 
https://www.kde.org/applications/graphics/okular;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="chm crypt djvu epub +image-backend markdown mobi mobile +pdf plucker 
+postscript share speech +tiff"
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 1222179d193167dab9c7697e94cb41d0c2fa0d41
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:34:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1222179d

kde-apps/pimcommon: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild 
b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
index a0b3a6f5140..cce9acce107 100644
--- a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="Common PIM libraries"
 LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 170543767b8bd392d6fd3c0d0b5ac8ed157fae9b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:35:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17054376

kde-apps/plasma-telepathy-meta: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild 
b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild
index 47c8d24bce0..6ec91e7ee51 100644
--- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Plasma Telepathy client"
 HOMEPAGE="https://community.kde.org/KTp;
 
 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gstreamer"
 
 RDEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 8e0274cc64b00ad182a9a6c61c0ef4b35ad59473
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:39:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0274cc

kde-apps/zeroconf-ioslave: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.04.3.ebuild 
b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.04.3.ebuild
index 19d55f082a0..3b150f7efc1 100644
--- a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.04.3.ebuild
+++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.04.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and 
kded module"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: d522047755c7ddd7a52382cfb4016393505c1422
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:37:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5220477

kde-apps/svgpart: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/svgpart/svgpart-18.04.3.ebuild 
b/kde-apps/svgpart/svgpart-18.04.3.ebuild
index d67795b0da8..2d1ece4860a 100644
--- a/kde-apps/svgpart/svgpart-18.04.3.ebuild
+++ b/kde-apps/svgpart/svgpart-18.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Kpart for viewing SVGs"
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: c7d7453ef6c161b0b03c608a0300e357f083c821
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:38:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d7453e

kde-apps/umbrello: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/umbrello/umbrello-18.04.3.ebuild 
b/kde-apps/umbrello/umbrello-18.04.3.ebuild
index 9a8b6b20aad..153c7163daa 100644
--- a/kde-apps/umbrello/umbrello-18.04.3.ebuild
+++ b/kde-apps/umbrello/umbrello-18.04.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="
https://www.kde.org/applications/development/umbrello
https://umbrello.kde.org
 "
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: 13eacdc3e7a05567e79a5615c55c2086b068e0f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:33:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13eacdc3

kde-apps/palapeli: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/palapeli/palapeli-18.04.3.ebuild 
b/kde-apps/palapeli/palapeli-18.04.3.ebuild
index f2d090c53d0..bc565860310 100644
--- a/kde-apps/palapeli/palapeli-18.04.3.ebuild
+++ b/kde-apps/palapeli/palapeli-18.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Jigsaw puzzle game by KDE"
 HOMEPAGE="https://www.kde.org/applications/games/palapeli/;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: bf1b0bc984caa67453dd7c5238def5fa1a2a776d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:35:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1b0bc9

kde-apps/print-manager: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/print-manager/print-manager-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/print-manager/print-manager-18.04.3.ebuild 
b/kde-apps/print-manager/print-manager-18.04.3.ebuild
index 18a29fd346f..e5644599315 100644
--- a/kde-apps/print-manager/print-manager-18.04.3.ebuild
+++ b/kde-apps/print-manager/print-manager-18.04.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Manage print jobs and printers in Plasma"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+gtk"
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: ef2c1b0bf5849a304d6b7c11634ebbacc72ce126
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:32:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2c1b0b

kde-apps/minuet: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/minuet/minuet-18.04.3.ebuild 
b/kde-apps/minuet/minuet-18.04.3.ebuild
index b08ade60824..e8f866532e8 100644
--- a/kde-apps/minuet/minuet-18.04.3.ebuild
+++ b/kde-apps/minuet/minuet-18.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="A KDE Software for Music Education"
 HOMEPAGE="https://minuet.kde.org/;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-sieve-editor/

2018-07-29 Thread Thomas Deutschmann
commit: cc3941db543f2431849a3fe70914bac272ec0054
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:34:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:56:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3941db

kde-apps/pim-sieve-editor: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/pim-sieve-editor/pim-sieve-editor-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-18.04.3.ebuild 
b/kde-apps/pim-sieve-editor/pim-sieve-editor-18.04.3.ebuild
index 71a8ec144d8..76f05fe043a 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-18.04.3.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="Assistant for editing IMAP Sieve filters"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2018-07-29 Thread Thomas Deutschmann
commit: a1160f8ae9c8eca3e826ec7c06e10152f60faab8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:31:18 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1160f8a

kde-apps/marble: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/kde-apps/marble/marble-18.04.3.ebuild 
b/kde-apps/marble/marble-18.04.3.ebuild
index 8dc55170309..a962ad299e6 100644
--- a/kde-apps/marble/marble-18.04.3.ebuild
+++ b/kde-apps/marble/marble-18.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 
 DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth"
 HOMEPAGE="https://marble.kde.org/;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="aprs +dbus designer gps +kde nls phonon +geolocation shapefile +webkit"
 



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

2018-07-29 Thread Thomas Deutschmann
commit: 2166036ca7f16893eef08e68fb04abd78143606b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 29 12:31:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 29 12:55:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2166036c

kde-apps/mbox-importer: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/mbox-importer/mbox-importer-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/mbox-importer/mbox-importer-18.04.3.ebuild 
b/kde-apps/mbox-importer/mbox-importer-18.04.3.ebuild
index 6a585858db8..476a85c1e0b 100644
--- a/kde-apps/mbox-importer/mbox-importer-18.04.3.ebuild
+++ b/kde-apps/mbox-importer/mbox-importer-18.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Import mbox email archives from various sources into Akonadi"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



  1   2   >