[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/

2020-02-17 Thread Lars Wendler
commit: 8357158dc1bd347f9411e13bcda5c16722bf4fcc
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 08:12:08 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 08:12:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8357158d

app-shells/zsh: Bump to version 5.8

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/zsh/Manifest   |   2 +
 app-shells/zsh/zsh-5.8.ebuild | 221 ++
 2 files changed, 223 insertions(+)

diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest
index e07488eaf13..0441d140d04 100644
--- a/app-shells/zsh/Manifest
+++ b/app-shells/zsh/Manifest
@@ -2,3 +2,5 @@ DIST zsh-5.6.2-doc.tar.xz 3198932 BLAKE2B 
7e701bb12e0114b7d9847caad1146fa3d538f8
 DIST zsh-5.6.2.tar.xz 3077368 BLAKE2B 
8c6ce22436f9f51eff809c779efad02f4a0730b4431630ab305abc9f1ef722698f7c565d0aa421b0d94c21f2c830f9d529709fd62a4205be1a20acf0f94a845a
 SHA512 
f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2
 DIST zsh-5.7.1-doc.tar.xz 3062112 BLAKE2B 
cb67aada97d79b4b5b1116fb0737294785a2a510c2f4396cf77b671b62631e778ee9d57a32dcd257e079a9e4c35acaeeb68c0ec951b6ae8d8d8b647c05ef365c
 SHA512 
e51bc8eb408bcb20bf8a4f0b8588f7803fdd433445efa282f598a3bec4575cba7feaad117cd2d5077f51150bf0ba41a673ffb925ade33c435db498f1d791cc8c
 DIST zsh-5.7.1.tar.xz 3126308 BLAKE2B 
4f1aa2d5aea0341ba7839cf05687020889b5ca6879654a376ce838986211af4bddb7ab521a8a35cc06701f730a75a9778c633726b447f31845f5c140ec1e8d80
 SHA512 
a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0
+DIST zsh-5.8-doc.tar.xz 3088696 BLAKE2B 
f738bf15b137e84df91fff8500b6c309884d8a1777e3158807f6028a411ae3f345e6ccba49bdff04c6607c4eb06fc2913313e84e1f78be0a0f92d23e46ba87db
 SHA512 
38cc549818eb9c6952051b714dd2008d99605aba4ca4f614e62b033c9b067dd2031fff766ac5c1efe5bb52eae32bd482dea5df2b2d46decb7ecdb458f3da9d52
+DIST zsh-5.8.tar.xz 3193284 BLAKE2B 
b1186dd27aede3318763d7c42253e919e60d00a018d085b2de7e8d985c872e9756a3ce112f623a088ec0878abd7a38d04dfa5ec552ef0f0a72e623191a7ba5e3
 SHA512 
96198ecef498b7d7945fecebbe6bf14065fa8c5d81a7662164579eba8206b79575812d292adea1864bc7487ac0818ba900e25f9ab3802449340de80417c2c533

diff --git a/app-shells/zsh/zsh-5.8.ebuild b/app-shells/zsh/zsh-5.8.ebuild
new file mode 100644
index 000..394c7e4ed88
--- /dev/null
+++ b/app-shells/zsh/zsh-5.8.ebuild
@@ -0,0 +1,221 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic prefix
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code";
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
+   https://www.zsh.org/pub/old/${P}.tar.xz
+   mirror://sourceforge/${PN}/${P}.tar.xz
+   doc? (
+   https://www.zsh.org/pub/${P}-doc.tar.xz
+   mirror://sourceforge/${PN}/${P}-doc.tar.xz
+   )"
+fi
+
+DESCRIPTION="UNIX Shell similar to the Korn shell"
+HOMEPAGE="https://www.zsh.org/";
+
+LICENSE="ZSH gdbm? ( GPL-2 )"
+SLOT="0"
+IUSE="caps debug doc examples gdbm maildir pcre static unicode"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:0=
+   static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] )
+   caps? ( sys-libs/libcap )
+   pcre? (
+   >=dev-libs/libpcre-3.9
+   static? ( >=dev-libs/libpcre-3.9[static-libs] )
+   )
+   gdbm? ( sys-libs/gdbm:= )
+   ! Doc/zshall.1 || die
+
+   # add openrc specific options for init.d completion
+   eapply "${FILESDIR}"/${PN}-5.3-init.d-gentoo.diff
+   fi
+
+   default
+
+   hprefixify configure.ac
+   if [[ ${PV} == * ]] ; then
+   sed -i "/^VERSION=/s/=.*/=${PV}/" Config/version.mk || die
+   fi
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --bindir="${EPREFIX}"/bin
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   --enable-etcdir="${EPREFIX}"/etc/zsh
+   --enable-runhelpdir="${EPREFIX}"/usr/share/zsh/${PV%_*}/help
+   --enable-fndir="${EPREFIX}"/usr/share/zsh/${PV%_*}/functions
+   --enable-site-fndir="${EPREFIX}"/usr/share/zsh/site-functions
+   --enable-function-subdirs
+   --with-tcsetpgrp
+   --with-term-lib="$(usex unicode 'tinfow ncursesw' 'tinfo 
ncurses')"
+   $(use_enable maildir maildir-support)
+   $(use_enable pcre)
+   $(use_e

[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/

2020-02-17 Thread Lars Wendler
commit: 7b812055ea01188c49c1cc5cb349b7d0ac899bea
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 08:13:15 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 08:13:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b812055

app-shells/zsh: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/zsh/Manifest |   2 -
 app-shells/zsh/zsh-5.6.2.ebuild | 211 ---
 app-shells/zsh/zsh-5.7.1.ebuild | 216 
 3 files changed, 429 deletions(-)

diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest
index 0441d140d04..1a144b9f3a0 100644
--- a/app-shells/zsh/Manifest
+++ b/app-shells/zsh/Manifest
@@ -1,5 +1,3 @@
-DIST zsh-5.6.2-doc.tar.xz 3198932 BLAKE2B 
7e701bb12e0114b7d9847caad1146fa3d538f8f6d859a765037660fb18341f1c79002811a42ec795e41eb2bbe899e12d4bcd055ea5c66e7b73bd488bdf8bbb55
 SHA512 
5102314e2857b032c6e6b4b715c261970b2f0c28663aff99fb87f7bb6c3971f88f8e8892ed349793570beae3fb68ff7923c82e99a3c1bb485e4639f01caaad4a
-DIST zsh-5.6.2.tar.xz 3077368 BLAKE2B 
8c6ce22436f9f51eff809c779efad02f4a0730b4431630ab305abc9f1ef722698f7c565d0aa421b0d94c21f2c830f9d529709fd62a4205be1a20acf0f94a845a
 SHA512 
f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2
 DIST zsh-5.7.1-doc.tar.xz 3062112 BLAKE2B 
cb67aada97d79b4b5b1116fb0737294785a2a510c2f4396cf77b671b62631e778ee9d57a32dcd257e079a9e4c35acaeeb68c0ec951b6ae8d8d8b647c05ef365c
 SHA512 
e51bc8eb408bcb20bf8a4f0b8588f7803fdd433445efa282f598a3bec4575cba7feaad117cd2d5077f51150bf0ba41a673ffb925ade33c435db498f1d791cc8c
 DIST zsh-5.7.1.tar.xz 3126308 BLAKE2B 
4f1aa2d5aea0341ba7839cf05687020889b5ca6879654a376ce838986211af4bddb7ab521a8a35cc06701f730a75a9778c633726b447f31845f5c140ec1e8d80
 SHA512 
a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0
 DIST zsh-5.8-doc.tar.xz 3088696 BLAKE2B 
f738bf15b137e84df91fff8500b6c309884d8a1777e3158807f6028a411ae3f345e6ccba49bdff04c6607c4eb06fc2913313e84e1f78be0a0f92d23e46ba87db
 SHA512 
38cc549818eb9c6952051b714dd2008d99605aba4ca4f614e62b033c9b067dd2031fff766ac5c1efe5bb52eae32bd482dea5df2b2d46decb7ecdb458f3da9d52

diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild
deleted file mode 100644
index aa8fb589ad6..000
--- a/app-shells/zsh/zsh-5.6.2.ebuild
+++ /dev/null
@@ -1,211 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic prefix
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3 autotools
-   EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code";
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
-   https://www.zsh.org/pub/old/${P}.tar.xz
-   doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
-fi
-
-DESCRIPTION="UNIX Shell similar to the Korn shell"
-HOMEPAGE="https://www.zsh.org/";
-
-LICENSE="ZSH gdbm? ( GPL-2 )"
-SLOT="0"
-IUSE="caps debug doc examples gdbm maildir pcre static unicode"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:0=
-   static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] )
-   caps? ( sys-libs/libcap )
-   pcre? (
-   >=dev-libs/libpcre-3.9
-   static? ( >=dev-libs/libpcre-3.9[static-libs] )
-   )
-   gdbm? ( sys-libs/gdbm:= )
-   ! Doc/zshall.1 || die
-
-   # add openrc specific options for init.d completion
-   eapply "${FILESDIR}"/${PN}-5.3-init.d-gentoo.diff
-   fi
-
-   eapply_user
-
-   if [[ ${PV} == * ]] ; then
-   sed -i "/^VERSION=/s/=.*/=${PV}/" Config/version.mk || die
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myconf=(
-   --bindir="${EPREFIX}"/bin
-   --libdir="${EPREFIX}"/usr/$(get_libdir)
-   --enable-etcdir="${EPREFIX}"/etc/zsh
-   --enable-runhelpdir="${EPREFIX}"/usr/share/zsh/${PV%_*}/help
-   --enable-fndir="${EPREFIX}"/usr/share/zsh/${PV%_*}/functions
-   --enable-site-fndir="${EPREFIX}"/usr/share/zsh/site-functions
-   --enable-function-subdirs
-   --with-tcsetpgrp
-   $(use_enable maildir maildir-support)
-   $(use_enable pcre)
-   $(use_enable caps cap)
-   $(use_enable unicode multibyte)
-   $(use_enable gdbm)
-   )
-
-   if use static ; then
-   myconf+=( --disable-dynamic )
-   append-ldflags -static
-   fi
-   if use debug ; then
- 

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

2020-02-17 Thread Michał Górny
commit: b7d81760766a14ddb2427719ed7eeb9092e7b9a4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 07:47:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d81760

package.mask: Last rite dev-python/Kivy

Bug: https://bugs.gentoo.org/659796
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c25be2c908..19395e453fd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  Reported test failures.  No reverse dependencies.
+# Removal in 30 days.  Bug #659796.
+dev-python/Kivy
+
 # Michał Górny  (2020-02-17)
 # Based on very old code needing a lot of patches.  Minimal upstream
 # activity since early 2011, last patches accepted in 2016.  Multiple



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

2020-02-17 Thread Michał Górny
commit: fcf6743746ba9d9e498030239f53461da5145bc5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 07:41:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:17:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf67437

package.mask: Last rite app-editors/nvi

Bug: https://bugs.gentoo.org/690102
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d743b3c8ea5..5c25be2c908 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Based on very old code needing a lot of patches.  Minimal upstream
+# activity since early 2011, last patches accepted in 2016.  Multiple
+# unresolved bugs.  app-editors/vim[minimal] is the recommended
+# replacement.
+# Removal in 30 days.  Bug #690102.
+app-editors/nvi
+
 # Rich Freeman  (2020-02-16)
 # Dead upstream, obsolete deps.
 app-misc/sleepyhead



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

2020-02-17 Thread Michał Górny
commit: a19b17b47d55fa95b06602e1d5c1c4140cb6aeb7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 07:52:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:17:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19b17b4

package.mask: Last rite app-antivirus/skyldav

Bug: https://bugs.gentoo.org/672668
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 19395e453fd..7eadbfbbe2a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  Does not build with any version of app-antivirus/clamav
+# available in Gentoo.
+# Removal in 30 days.  Bug #672668.
+app-antivirus/skyldav
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  Reported test failures.  No reverse dependencies.
 # Removal in 30 days.  Bug #659796.



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

2020-02-17 Thread Michał Górny
commit: 950cbdb183fb98489d41e23d368b0ba67fae6235
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:14:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950cbdb1

package.mask: Last rite net-p2p/soulseek-qt

Bug: https://bugs.gentoo.org/694548
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0e5e5603eca..9d1d3488989 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# SRC_URI is dead and the package cannot be mirrored.  Last updated
+# in 2016, newer versions are non-trivial to bump.
+# Removal in 30 days.  Bug #694548.
+net-p2p/soulseek-qt
+
 # Michał Górny  (2020-02-17)
 # Effectively unmaintained.  Fails to build for almost a year now.
 # Removal in 30 days.  Bug #681054.



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

2020-02-17 Thread Michał Górny
commit: 2a3ed37befd55bb9e333b574d2e812a8eff88364
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 07:54:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:17:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3ed37b

package.mask: Last rite games-rpg/arx-libertatis

Bug: https://bugs.gentoo.org/681054
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7eadbfbbe2a..0e5e5603eca 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Effectively unmaintained.  Fails to build for almost a year now.
+# Removal in 30 days.  Bug #681054.
+games-rpg/arx-libertatis
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  Does not build with any version of app-antivirus/clamav
 # available in Gentoo.



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

2020-02-17 Thread Michał Górny
commit: 3adbaaf134a2f46c26f76cc6f82f102f1094742e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:25:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:25:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adbaaf1

package.mask: Last rite games-strategy/lightyears

Bug: https://bugs.gentoo.org/703856
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9d1d3488989..4c9ecb94fd4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained upstream.  Last release in 2011, 2.0 branch never
+# finished.  Python 2 only.
+# Removal in 30 days.  Bug #703856.
+games-strategy/lightyears
+
 # Michał Górny  (2020-02-17)
 # SRC_URI is dead and the package cannot be mirrored.  Last updated
 # in 2016, newer versions are non-trivial to bump.



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

2020-02-17 Thread Michał Górny
commit: 70f507bf53a1cfecc98a23f94e81173a3d964c60
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:37:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:37:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f507bf

package.mask: Last rite net-proxy/http-replicator

Bug: https://bugs.gentoo.org/705606
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 68857d79e21..ea286d6f20e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  Last (alpha) release in 2008.  Python 2 only.  Multiple
+# bugs open.
+# Removal in 30 days.  Bug #705606.
+net-proxy/http-replicator
+
 # Michał Górny  (2020-02-17)
 # Discontinued as a standalone package, merged into AstroPy.  No reverse
 # dependencies.



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

2020-02-17 Thread Michał Górny
commit: 4e632941c60600c3a80bbc7e85655e4ce464c539
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:31:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:31:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e632941

package.mask: Last rite games-strategy/outerspace

Bug: https://bugs.gentoo.org/703858
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c9ecb94fd4..1dc5eb659aa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained upstream.  Last release in 2011.  Python 2 only.
+# Removal in 30 days.  Bug #703858.
+games-strategy/outerspace
+
 # Michał Górny  (2020-02-17)
 # Unmaintained upstream.  Last release in 2011, 2.0 branch never
 # finished.  Python 2 only.



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

2020-02-17 Thread Michał Górny
commit: 0e00874ba3af8ec55bbd9260225c4e49c26ff45e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:39:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:39:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e00874b

package.mask: Last rite sci-geosciences/tappy

Bug: https://bugs.gentoo.org/705652
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ea286d6f20e..abdf963d073 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Last release in 2011.  Python 2 only.
+# Removal in 30 days.  Bug #705652.
+sci-geosciences/tappy
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  Last (alpha) release in 2008.  Python 2 only.  Multiple
 # bugs open.



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

2020-02-17 Thread Michał Górny
commit: eaf80ad81e2c3f30f8b5d39f605af9ea06689f02
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:35:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:35:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf80ad8

package.mask: Last rite dev-python/asciitable

Bug: https://bugs.gentoo.org/704038
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 47be415c122..68857d79e21 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Discontinued as a standalone package, merged into AstroPy.  No reverse
+# dependencies.
+# Removal in 30 days.  Bug #704038.
+dev-python/asciitable
+
 # Michał Górny  (2020-02-17)
 # Superseded by media-gfx/gmic.  Fails to build.
 # Removal in 30 days.  Bug #628116.



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

2020-02-17 Thread Michał Górny
commit: e9fea9e8f0028515513303bc23953ed3c6a96c10
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:33:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:33:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fea9e8

package.mask: Last rite media-gfx/greycstoration

Bug: https://bugs.gentoo.org/628116
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1dc5eb659aa..47be415c122 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Superseded by media-gfx/gmic.  Fails to build.
+# Removal in 30 days.  Bug #628116.
+media-gfx/greycstoration
+
 # Michał Górny  (2020-02-17)
 # Unmaintained upstream.  Last release in 2011.  Python 2 only.
 # Removal in 30 days.  Bug #703858.



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

2020-02-17 Thread Michał Górny
commit: 9689ffddf2544db28214f69c2afbaa23633b10a6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 08:56:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 08:56:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9689ffdd

package.mask: Include games-rpg/arx-fatalis*

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index abdf963d073..e45c5ec2c96 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -74,6 +74,8 @@ net-p2p/soulseek-qt
 # Michał Górny  (2020-02-17)
 # Effectively unmaintained.  Fails to build for almost a year now.
 # Removal in 30 days.  Bug #681054.
+games-rpg/arx-fatalis-data
+games-rpg/arx-fatalis-demo
 games-rpg/arx-libertatis
 
 # Michał Górny  (2020-02-17)



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

2020-02-17 Thread Zac Medico
commit: 0ac7eb6114a0d05e2d7a2dc9b55d1210bf9a62cb
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 17 08:32:12 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 17 08:57:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac7eb61

net-misc/electrum-ltc: Drop tlslite dependency

Bug: https://bugs.gentoo.org/709922
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 ...ectrum-ltc-3.3.4.1-r1.ebuild => electrum-ltc-3.3.4.1-r2.ebuild} | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r1.ebuild 
b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild
similarity index 97%
rename from net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r1.ebuild
rename to net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild
index 8ca11888da6..bc888ddb453 100644
--- a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r1.ebuild
+++ b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 PYTHON_REQ_USE="ncurses?"
 
 inherit desktop distutils-r1 gnome2-utils xdg-utils
@@ -44,7 +44,6 @@ RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   dev-python/tlslite[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
qrcode? ( media-gfx/zbar[v4l] )
qt5? (



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

2020-02-17 Thread Zac Medico
commit: 8f5486fac00989c3c1bc71a747cb0d26815f1f9a
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 17 08:37:23 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 17 08:57:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5486fa

net-misc/electron-cash: Remove old version 3.3.6-r1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 net-misc/electron-cash/Manifest|   1 -
 .../electron-cash/electron-cash-3.3.6-r1.ebuild| 151 -
 2 files changed, 152 deletions(-)

diff --git a/net-misc/electron-cash/Manifest b/net-misc/electron-cash/Manifest
index db05b98f221..8e8f1267347 100644
--- a/net-misc/electron-cash/Manifest
+++ b/net-misc/electron-cash/Manifest
@@ -1,2 +1 @@
-DIST electron-cash-3.3.6.tar.gz 8506610 BLAKE2B 
85f61ec0c95e41c5fc170c3419317e077c3e871ee90db7f4e7ebbf6e931950746798efe9b4b6e7c6e0992a52165772a699d8220e1a21ff597f024084929afddc
 SHA512 
993829ce29013e26f219bbd41d13c8d399920ee4c1e5fcae3c4fb298c766228766e93b559db1de3c14bd5add6f651c83655afb32bf173bacdaddf83a8a941f18
 DIST electron-cash-4.0.2.tar.gz 8967992 BLAKE2B 
081546d148dbc7da5e192154818831e125437c00093e1fe434ef0a67f8c06ceb1d2b1f44de9e71aac5786f995aeffd8fb6b74c64f6aa249f5cc9c06c9a276845
 SHA512 
dad17906f1dc2e53d4c6bff15a38d3276d16377f71b4d4e260b7b667f2b045da49f504483606d4515cdf71300b67108301b6cce971d1cca16c3856023b3e3f3a

diff --git a/net-misc/electron-cash/electron-cash-3.3.6-r1.ebuild 
b/net-misc/electron-cash/electron-cash-3.3.6-r1.ebuild
deleted file mode 100644
index ce2b8f67d14..000
--- a/net-misc/electron-cash/electron-cash-3.3.6-r1.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="ncurses?"
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-MY_P="Electron-Cash-${PV}"
-DESCRIPTION="Lightweight Bitcoin Cash client (BCH fork of Electrum)"
-HOMEPAGE="https://github.com/fyookball/electrum/";
-SRC_URI="https://github.com/fyookball/electrum/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audio_modem cli cosign digitalbitbox email ncurses qrcode +qt5 sync vkb
-   l10n_es l10n_ja l10n_pt l10n_zh-CN"
-
-REQUIRED_USE="
-   || ( cli ncurses qt5 )
-   audio_modem? ( qt5 )
-   cosign? ( qt5 )
-   digitalbitbox? ( qt5 )
-   email? ( qt5 )
-   qrcode? ( qt5 )
-   sync? ( qt5 )
-   vkb? ( qt5 )
-"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   dev-python/ecdsa[${PYTHON_USEDEP}]
-   dev-python/jsonrpclib[${PYTHON_USEDEP}]
-   dev-python/pbkdf2[${PYTHON_USEDEP}]
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/tlslite[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   qrcode? ( media-gfx/zbar[v4l] )
-   qt5? (
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   ncurses? ( dev-lang/python )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="RELEASE-NOTES"
-
-src_prepare() {
-   eapply "${FILESDIR}/3.3.6-no-user-root.patch"
-
-   # Prevent icon from being installed in the wrong location
-   sed -i '/icons/d' setup.py || die
-
-   if use qt5; then
-   pyrcc5 icons.qrc -o gui/qt/icons_rc.py || die
-   else
-   sed "s|'electroncash_gui.qt',||" -i setup.py || die
-   fi
-
-   local wordlist=
-   for wordlist in  \
-   $(usex l10n_ja '' japanese) \
-   $(usex l10n_pt '' portuguese) \
-   $(usex l10n_es '' spanish) \
-   $(usex l10n_zh-CN '' chinese_simplified) \
-   ; do
-   rm -f "lib/wordlist/${wordlist}.txt" || die
-   sed -i "/${wordlist}\\.txt/d" lib/mnemonic.py || die
-   done
-
-   # Remove unrequested GUI implementations:
-   local gui setup_py_gui
-   for gui in  \
-   $(usex cli  '' stdio)  \
-   kivy \
-   $(usex qt5  '' qt   )  \
-   $(usex ncurses  '' text )  \
-   ; do
-   rm gui/"${gui}"* -r || die
-   done
-
-   # And install requested ones...
-   for gui in  \
-   $(usex qt5  qt   '')  \
-   ; do
-   setup_py_gui="${setup_py_gui}'electrum_gui.${gui}',"
-   done
-
-   sed -i "s/'electrum_gui\\.qt',/${setup_py_gui}/" setup.py || die
-
-   local bestgui
-   if use qt5; then
-   bestgui=qt
-   elif use ncurses; then
-   bestgui=text
-   else
-   bestgui=stdio
-   fi
-   sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = 
.*\)

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

2020-02-17 Thread Zac Medico
commit: 99745f2bf07eb45234fbf5de9e36383641ec207b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 17 08:48:20 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 17 08:57:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99745f2b

net-misc/electron-cash: Drop tlslite dependency

Closes: https://bugs.gentoo.org/709922
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 ...electron-cash-4.0.2-r1.ebuild => electron-cash-4.0.2-r2.ebuild} | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild 
b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild
similarity index 96%
rename from net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild
rename to net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild
index 39e50d7d405..87c2b57dd7c 100644
--- a/net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild
+++ b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 PYTHON_REQ_USE="ncurses?"
 
 inherit distutils-r1 gnome2-utils xdg-utils
@@ -41,7 +41,6 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   dev-python/tlslite[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
qrcode? ( media-gfx/zbar[v4l] )
qt5? (



[gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/

2020-02-17 Thread Lars Wendler
commit: 14d6ed80cd9c6db3f6e7caaae7b2e080b3604919
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 08:53:05 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:01:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d6ed80

mail-mta/msmtp: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 mail-mta/msmtp/Manifest   |   1 -
 mail-mta/msmtp/msmtp-1.8.6.ebuild | 144 --
 mail-mta/msmtp/msmtp-1.8.7.ebuild | 144 --
 3 files changed, 289 deletions(-)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index 357f4bba1e6..fdf701e1045 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1,3 +1,2 @@
 DIST msmtp-1.8.3.tar.xz 336120 BLAKE2B 
4c58dc82e01135bc84176c25c65812414901f134a71aba5460675df3270f1d9dd3a706c66f5773315a38d63463f5c9eb68b584d6e5d0d5f0b1c23d6436d9a2b8
 SHA512 
c265991c0925d79b28a664ee6832316350d59d546f252989dafb8a517a8be1c496fcc85981325e5b381801a7bcb77e38dabdc12fc5be1bf49b9886a409a21819
-DIST msmtp-1.8.6.tar.xz 339732 BLAKE2B 
3dc34bf23c935ea5f67df7e65b035771fd1475311311cca7097e71dac1c7b41a4c58497fd378a35a7f212b8a9b13e2dac6f20e0058d6f3491b52149d789b97d8
 SHA512 
9d3dd282ddfe2d67b67bb6d29412beebcd666d4ab8e90a664b7dd4b951714da0e3adba72dbe165617b1a170779bcd45e2e7bcf54d1d96fa97089686e71cbea66
 DIST msmtp-1.8.7.tar.xz 340908 BLAKE2B 
5241acf54d5a6af6ccf2c3bfd33954a5235af2d2cb467e4134401538e60e1847489a7a599359e2d13202ea9637c32a67ec5180372b139e06f6d47f060cba6c8f
 SHA512 
5a079cb90b48853ad812125e8b341f5bcd5f5ba4725d62c37210050896527b63f993aa6393f1d4107636153bf0ed84b0288e88a7e78a119c66b2d58f1e69a67d

diff --git a/mail-mta/msmtp/msmtp-1.8.6.ebuild 
b/mail-mta/msmtp/msmtp-1.8.6.ebuild
deleted file mode 100644
index 967774288fe..000
--- a/mail-mta/msmtp/msmtp-1.8.6.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 2004-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fcaps multilib
-
-DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
-HOMEPAGE="https://marlam.de/msmtp/";
-SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="daemon doc gnome-keyring idn +mta nls sasl ssl vim-syntax"
-
-# fcaps.eclass unconditionally defines "filecaps" USE flag which we need for
-# USE="daemon" in order to set the caps we need.
-REQUIRED_USE="daemon? ( filecaps )"
-
-# Upstream discourages usage of openssl. See also
-# https://marlam.de/msmtp/news/openssl-discouraged/
-DEPEND="
-   gnome-keyring? ( app-crypt/libsecret )
-   nls? ( virtual/libintl )
-   sasl? ( virtual/gsasl )
-   ssl? ( net-libs/gnutls[idn?] )
-   !ssl? ( idn? ( net-dns/libidn2:= ) )
-"
-
-RDEPEND="${DEPEND}
-   net-mail/mailbase
-   daemon? (
-   acct-group/msmtpd
-   acct-user/msmtpd
-   )
-   mta? (
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/opensmtpd
-   !=mail-mta/ssmtp-2.64-r2[mta]
-   )
-"
-
-BDEPEND="
-   doc? ( virtual/texi2dvi )
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig
-"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
-
-src_prepare() {
-   # Use default Gentoo location for mail aliases
-   sed -i 's:/etc/aliases:/etc/mail/aliases:' 
scripts/find_alias/find_alias_for_msmtp.sh || die
-
-   default
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-gai-idn
-   $(use_enable nls)
-   $(use_with daemon msmtpd)
-   $(use_with gnome-keyring libsecret)
-   $(use_with idn libidn)
-   $(use_with sasl libgsasl)
-   $(use_with ssl tls gnutls)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   default
-
-   if use doc ; then
-   cd doc || die
-   emake html pdf
-   fi
-}
-
-src_install() {
-   default
-
-   if use daemon ; then
-   fcaps CAP_NET_BIND_SERVICE usr/bin/msmtpd
-   newinitd "${FILESDIR}"/msmtpd.init msmtpd
-   newconfd "${FILESDIR}"/msmtpd.confd msmtpd
-   fi
-
-   if use doc ; then
-   dodoc doc/msmtp.{html,pdf}
-   fi
-
-   if use mta ; then
-   dosym msmtp /usr/bin/sendmail
-   dosym ../bin/msmtp /usr/$(get_libdir)/sendmail
-   fi
-
-   if use vim-syntax ; then
-   insinto /usr/share/vim/vimfiles/syntax

[gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/

2020-02-17 Thread Lars Wendler
commit: b784f23b3124f3f4100c283c9dd11fab081bf3e2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 08:50:30 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:01:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b784f23b

mail-mta/msmtp: Revbump to move "sendmail" symlink to /usr/sbin

Thanks-to: Stefan Strogin  gentoo.org>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 mail-mta/msmtp/msmtp-1.8.7-r1.ebuild | 145 +++
 1 file changed, 145 insertions(+)

diff --git a/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild 
b/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild
new file mode 100644
index 000..9c112ec7abd
--- /dev/null
+++ b/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 2004-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps multilib
+
+DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
+HOMEPAGE="https://marlam.de/msmtp/";
+SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="daemon doc gnome-keyring idn +mta nls sasl ssl vim-syntax"
+
+# fcaps.eclass unconditionally defines "filecaps" USE flag which we need for
+# USE="daemon" in order to set the caps we need.
+REQUIRED_USE="daemon? ( filecaps )"
+
+# Upstream discourages usage of openssl. See also
+# https://marlam.de/msmtp/news/openssl-discouraged/
+DEPEND="
+   gnome-keyring? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? ( net-libs/gnutls[idn?] )
+   !ssl? ( idn? ( net-dns/libidn2:= ) )
+"
+
+RDEPEND="${DEPEND}
+   net-mail/mailbase
+   daemon? (
+   acct-group/msmtpd
+   acct-user/msmtpd
+   )
+   mta? (
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   )
+"
+
+BDEPEND="
+   doc? ( virtual/texi2dvi )
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
+
+src_prepare() {
+   # Use default Gentoo location for mail aliases
+   sed 's:/etc/aliases:/etc/mail/aliases:' \
+   -i scripts/find_alias/find_alias_for_msmtp.sh || die
+
+   default
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-gai-idn
+   $(use_enable nls)
+   $(use_with daemon msmtpd)
+   $(use_with gnome-keyring libsecret)
+   $(use_with idn libidn)
+   $(use_with sasl libgsasl)
+   $(use_with ssl tls gnutls)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+
+   if use doc ; then
+   cd doc || die
+   emake html pdf
+   fi
+}
+
+src_install() {
+   default
+
+   if use daemon ; then
+   fcaps CAP_NET_BIND_SERVICE usr/bin/msmtpd
+   newinitd "${FILESDIR}"/msmtpd.init msmtpd
+   newconfd "${FILESDIR}"/msmtpd.confd msmtpd
+   fi
+
+   if use doc ; then
+   dodoc doc/msmtp.{html,pdf}
+   fi
+
+   if use mta ; then
+   dosym ../bin/msmtp /usr/sbin/sendmail
+   dosym ../bin/msmtp /usr/$(get_libdir)/sendmail
+   fi
+
+   if use vim-syntax ; then
+   insinto /usr/share/vim/vimfiles/syntax
+   doins scripts/vim/msmtp.vim
+   fi
+
+   insinto /etc
+   newins doc/msmtprc-system.example msmtprc
+
+   src_install_contrib find_alias find_alias_for_msmtp.sh
+   src_install_contrib msmtpqueue "*.sh" "README ChangeLog"
+   src_install_contrib msmtpq "msmtpq msmtp-queue" README.msmtpq
+   src_install_contrib set_sendmail set_sendmail.sh set_sendmail.conf
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   einfo "Please edit ${EROOT}/etc/msmtprc before first use."
+   einfo "In addition, per user configuration files can be placed"
+   einfo "as '~/.msmtprc'.  See the msmtprc-user.example file 
under"
+   einfo "/usr/share/doc/${PF}/ for an example."
+   fi
+}
+
+src_install_contrib() {
+   subdir="$1"
+   bins="$2"
+   docs="$3"
+   local dir=/usr/share/${PN}/${subdir}
+   insinto ${dir}
+   exeinto ${dir}
+   for i in ${bins} ; do
+   doexe scripts/${subdir}/${i}
+   done
+   for i in ${docs} ; do
+   newdoc scripts/${subdir

[gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/files/, sys-apps/fwupd/

2020-02-17 Thread Lars Wendler
commit: e9383563a1f114c0214768ffc446e0959c5890b8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:10:49 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:10:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9383563

sys-apps/fwupd: Bump to version 1.3.8

Thanks-to: AE  gmx.net>
Closes: https://bugs.gentoo.org/709496
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/fwupd/Manifest|   1 +
 .../fwupd/files/fwupd-1.3.8-report_uploading.patch |  34 +
 sys-apps/fwupd/fwupd-1.3.8.ebuild  | 168 +
 3 files changed, 203 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index f37c760c4c2..4d30214b4a0 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,3 +1,4 @@
 DIST fwupd-1.2.11.tar.gz 1945646 BLAKE2B 
4eb6d5008d0e515880147a94b2632ed70b5f7ab1891775ac121347653c06bf4403ab7f4a1fe16a6195d360fe06d64c8971dd53c1538aeac40d155f59979a
 SHA512 
a8d6a76ac59937547c6866d414e95a67779574901b0a15ecfde763f49b434b284be2ade1194179225785006e5f93836667469d08f32d4c87fc85927aa0bfe9de
 DIST fwupd-1.3.6.tar.gz 2207849 BLAKE2B 
465055d90576d4c0a7812f2554d2bc3298a12030816a2469ce653d28f9ea81e363c401355191d41b200975a615cfc64b954e0cced6b6f6bbfbbf26f63163a25e
 SHA512 
20a5f346563b1cb8296f31ea448f336d8b54df2e5296524e2fa040a31001838b0de4a88f0d4aad9f5eeaeb4acc46919c0effb254ce681556db00cec5a4a1bc78
 DIST fwupd-1.3.7.tar.gz 2223704 BLAKE2B 
e86603542dc76ec355912fae86721b8e60cea8bef34224cf5f157d3a91058deafc2804761ece472f0264ef42d7fa2b77d935a1638c9db3a6c0722c0659ce6a59
 SHA512 
6734533193be40051a565609905097c76d9f53c53075e37f560408be698774be0867383877b2acbcd2e5a92c817afdd30532f3d94465b27311b31c825a38481e
+DIST fwupd-1.3.8.tar.gz 2246170 BLAKE2B 
b55df322c64947b7bf05daaec2c5b2f646a4e53d757482dcd4d33e94d725315e6456bf69d5dbca3ef870437e1cc2a861537fc7af9b059497f119f08477de
 SHA512 
0f0aa380adc5e167e49db4261b50bee9c905786afcd44b5fe221f42a77306219d40888989e0b16448535eaf077baed12de56b6cca42f91fca09c4a8384f243e4

diff --git a/sys-apps/fwupd/files/fwupd-1.3.8-report_uploading.patch 
b/sys-apps/fwupd/files/fwupd-1.3.8-report_uploading.patch
new file mode 100644
index 000..c0e006a7536
--- /dev/null
+++ b/sys-apps/fwupd/files/fwupd-1.3.8-report_uploading.patch
@@ -0,0 +1,34 @@
+From 5c7e17276c8eb0c2a845cecb7d644a4bccf80519 Mon Sep 17 00:00:00 2001
+From: Mario Limonciello 
+Date: Thu, 13 Feb 2020 12:06:41 -0600
+Subject: [PATCH] fu-util: fix a logic error in report uploading introduced in
+ e076d48afb74d1447936d353f12781755f13b047
+
+Fixes: #1770
+---
+ src/fu-util.c | 8 ++--
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+diff --git a/src/fu-util.c b/src/fu-util.c
+index 5bcffedeb..e6531c90c 100644
+--- a/src/fu-util.c
 b/src/fu-util.c
+@@ -286,16 +286,12 @@ fu_util_maybe_enable_automatic (FuUtilPrivate *priv, 
GPtrArray *remotes, GError
+NULL, error))
+   return FALSE;
+   }
+-  return TRUE;
++  break;
+   default:
+   break;
+   }
+ 
+-  g_set_error_literal (error,
+-   FWUPD_ERROR,
+-   FWUPD_ERROR_NOTHING_TO_DO,
+-   "invalid option selected");
+-  return FALSE;
++  return TRUE;
+ }
+ 
+ static gboolean

diff --git a/sys-apps/fwupd/fwupd-1.3.8.ebuild 
b/sys-apps/fwupd/fwupd-1.3.8.ebuild
new file mode 100644
index 000..ca087051eeb
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-1.3.8.ebuild
@@ -0,0 +1,168 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit linux-info meson python-single-r1 vala xdg toolchain-funcs
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org";
+SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="agent amt consolekit dell gtk-doc elogind minimal +gpg introspection 
+man nvme pkcs7 redfish synaptics systemd test thunderbolt tpm uefi"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ^^ ( consolekit elogind minimal systemd )
+   dell? ( uefi )
+   minimal? ( !introspection )
+"
+RESTRICT="!test? ( test )"
+
+BDEPEND="$(vala_depend)
+   virtual/pkgconfig
+   gtk-doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection )
+   man? (
+   app-text/docbook-sgml-utils
+   sys-apps/help2man
+   )
+   test? (
+   thunderbolt? ( dev-util/umockdev )
+   net-libs/gnutls[tools]
+   )
+"
+DEPEND="${PYTHON_DEPS}
+   >=app-arch/gcab-1.0
+   app-arch/libarchive:=
+   dev-db/sqlite
+   >=

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

2020-02-17 Thread Miroslav Šulc
commit: a541f817a9ca64f8e472bc2503cb79b3ddd23c7b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Feb 17 09:20:11 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Feb 17 09:20:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a541f817

net-analyzer/zabbix: added myself as maintainer

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-analyzer/zabbix/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-analyzer/zabbix/metadata.xml b/net-analyzer/zabbix/metadata.xml
index 0a5802a41df..05a299b3033 100644
--- a/net-analyzer/zabbix/metadata.xml
+++ b/net-analyzer/zabbix/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+  
+fordf...@gentoo.org
+Miroslav Šulc
+  
   
 patr...@gentoo.org
 Patrick Lauer



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2020-02-17 Thread Lars Wendler
commit: ddd7f52044a7c67adad71e4ba490edf183053aa7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:31:08 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:31:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd7f520

net-print/cups-filters: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-print/cups-filters/Manifest   |   1 -
 net-print/cups-filters/cups-filters-1.26.1.ebuild | 139 --
 2 files changed, 140 deletions(-)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index f8f8f173502..7f30a960d0a 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,5 +1,4 @@
 DIST cups-filters-1.25.11.tar.xz 1482792 BLAKE2B 
67801904dbe025933d1209817e23ff74b661b35c3af560081f12d4f9a26102e009bac9d4741e15dc257dd477967b18ae23911647f8f56b361e9f8d51b0d619f2
 SHA512 
67e7c624952b5e2db33a698ac1287a3448a4787fa28000cefc5a982c2fa18a4f56e11e3ba65da8a6e565a53a193c6eb31ba1867ad36ca8dc7e61250f11232681
 DIST cups-filters-1.25.13.tar.xz 1485860 BLAKE2B 
03fbbbefdd36e8f619fabf17e6e13d051f48f68f87260747a181f6976ff88728d7d01b646227cd5f054e0321f6fe0e64e4c6b1bdba631d9d703304ad98a625eb
 SHA512 
4b5ef647870235436276db68f3ef1879b578807338a025100a1d43115a7330a8f506be631df9c43edb2f1ec15f9a42f15f7cdc725bb5d39612b37bae04631611
-DIST cups-filters-1.26.1.tar.xz 1489804 BLAKE2B 
8a5b18cdd192b2847889b4a5ab865152653b443ea01246b52a12fc20b022d6d0d09187cb9c2483d684452a8d7308ae60cb8217efe3e2e13de5001f43b727fe8d
 SHA512 
0aaad7ceeb763aa3da4f961c99f85c0200cf4fcd071617506daf97dad4914de38fa744ae692b6fbc1d00a0eec62b4de4d7c5f865fd0e32e4155ab3f0c5a21ede
 DIST cups-filters-1.26.2.tar.xz 1490192 BLAKE2B 
6bc5033c648e42a4590a941fd089c3bf3a901a36e26f12b3cdc892ea41943071903b2df2ef5730b7948270f4f59419083c9423af9482e032958360144fb04e9b
 SHA512 
59a5eaba00e0f384f2b1498e58ea3d7272e42923a69eaa0c107ac103dc539c9bf14a94b7a91a73e7185d8a347b4ac7f4a7a655b1ffc373983da807c582e10264
 DIST cups-filters-1.27.1.tar.xz 1492256 BLAKE2B 
30e4915bfc9a4f308defdcf13acc246330499008648edbce4df3efcf29fc960ac2c9a868ebe7cafcffb16b07763a2235ddd3d29a849ea18892b8da1d0f167775
 SHA512 
3fde635735138fa5ef511466b07f396f96860efcc51d9a01f5b95e86fc71ef48b9d17ba1bbe2eeb29585c3afc8bf26370b8f07df76a3adea2335be90e3fdb91b

diff --git a/net-print/cups-filters/cups-filters-1.26.1.ebuild 
b/net-print/cups-filters/cups-filters-1.26.1.ebuild
deleted file mode 100644
index 7d3a3240e73..000
--- a/net-print/cups-filters/cups-filters-1.26.1.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit perl-module systemd flag-o-matic
-
-if [[ "${PV}" == "" ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git";
-else
-   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~m68k-mint"
-fi
-DESCRIPTION="Cups filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters";
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript 
static-libs test tiff zeroconf"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
-   >=app-text/qpdf-8.3.0:=
-   dev-libs/glib:2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/lcms:2
-   >=net-print/cups-1.7.3
-   !<=net-print/cups-1.5.
-   sys-devel/bc
-   sys-libs/zlib
-   dbus? ( sys-apps/dbus )
-   foomatic? ( !net-print/foomatic-filters )
-   jpeg? ( virtual/jpeg:0 )
-   ldap? ( net-nds/openldap )
-   pdf? ( app-text/mupdf )
-   perl? ( dev-lang/perl:= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
-   tiff? ( media-libs/tiff:0 )
-   zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/gdbus-codegen
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   test? ( media-fonts/dejavu )
-"
-
-src_prepare() {
-   default
-   [[ "${PV}" == "" ]] && eautoreconf
-
-   # Bug #626800
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-imagefilters
-   --localstatedir="${EPREFIX}"/var
-   --with-browseremoteprotocols=DNSSD,CUPS
-   --with-cups-rundir="${EPREFIX}"/run/cups
-   --with-fontdir="fonts/conf.avail"
-   --with-pdftops=pdftops
-   --with-rcdir=no
-   --without-php
-   $(use_enable dbus)
-   $(use_enable foomatic)
-   $(use_enable ipp_autosetup auto-se

[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2020-02-17 Thread Lars Wendler
commit: 8569783794a33936e3e034fe2d3ef262d70524f2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:15:05 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:31:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85697837

net-print/cups-filters: Bump to version 1.27.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.27.1.ebuild | 139 ++
 2 files changed, 140 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index d08bd15c89b..f8f8f173502 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -2,3 +2,4 @@ DIST cups-filters-1.25.11.tar.xz 1482792 BLAKE2B 
67801904dbe025933d1209817e23ff7
 DIST cups-filters-1.25.13.tar.xz 1485860 BLAKE2B 
03fbbbefdd36e8f619fabf17e6e13d051f48f68f87260747a181f6976ff88728d7d01b646227cd5f054e0321f6fe0e64e4c6b1bdba631d9d703304ad98a625eb
 SHA512 
4b5ef647870235436276db68f3ef1879b578807338a025100a1d43115a7330a8f506be631df9c43edb2f1ec15f9a42f15f7cdc725bb5d39612b37bae04631611
 DIST cups-filters-1.26.1.tar.xz 1489804 BLAKE2B 
8a5b18cdd192b2847889b4a5ab865152653b443ea01246b52a12fc20b022d6d0d09187cb9c2483d684452a8d7308ae60cb8217efe3e2e13de5001f43b727fe8d
 SHA512 
0aaad7ceeb763aa3da4f961c99f85c0200cf4fcd071617506daf97dad4914de38fa744ae692b6fbc1d00a0eec62b4de4d7c5f865fd0e32e4155ab3f0c5a21ede
 DIST cups-filters-1.26.2.tar.xz 1490192 BLAKE2B 
6bc5033c648e42a4590a941fd089c3bf3a901a36e26f12b3cdc892ea41943071903b2df2ef5730b7948270f4f59419083c9423af9482e032958360144fb04e9b
 SHA512 
59a5eaba00e0f384f2b1498e58ea3d7272e42923a69eaa0c107ac103dc539c9bf14a94b7a91a73e7185d8a347b4ac7f4a7a655b1ffc373983da807c582e10264
+DIST cups-filters-1.27.1.tar.xz 1492256 BLAKE2B 
30e4915bfc9a4f308defdcf13acc246330499008648edbce4df3efcf29fc960ac2c9a868ebe7cafcffb16b07763a2235ddd3d29a849ea18892b8da1d0f167775
 SHA512 
3fde635735138fa5ef511466b07f396f96860efcc51d9a01f5b95e86fc71ef48b9d17ba1bbe2eeb29585c3afc8bf26370b8f07df76a3adea2335be90e3fdb91b

diff --git a/net-print/cups-filters/cups-filters-1.27.1.ebuild 
b/net-print/cups-filters/cups-filters-1.27.1.ebuild
new file mode 100644
index 000..7d3a3240e73
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.27.1.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit perl-module systemd flag-o-matic
+
+if [[ "${PV}" == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git";
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~m68k-mint"
+fi
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters";
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript 
static-libs test tiff zeroconf"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
+   >=app-text/qpdf-8.3.0:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   pdf? ( app-text/mupdf )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   test? ( media-fonts/dejavu )
+"
+
+src_prepare() {
+   default
+   [[ "${PV}" == "" ]] && eautoreconf
+
+   # Bug #626800
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-imagefilters
+   --localstatedir="${EPREFIX}"/var
+   --with-browseremoteprotocols=DNSSD,CUPS
+   --with-cups-rundir="${EPREFIX}"/run/cups
+   --with-fontdir="fonts/conf.avail"
+   --with-pdftops=pdftops
+   --with-rcdir=no
+   --without-php
+   $(use_enable dbus)
+   $(use_enable foomatic)
+   $(use_enable ipp_autosetup auto-setup-driverless)
+   $(use_enable ldap)
+   $(use_enable pclm)
+   $(use_enable pdf mutool)
+   $(use_enable postscript ghostscript)
+   $(use_enable static-libs static)

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

2020-02-17 Thread Lars Wendler
commit: c92811771479b3c770773ce6aae3e07d5c4c438f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:48:09 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9281177

dev-vcs/git: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/git/Manifest   |   3 -
 .../git/files/git-2.18.0_rc1-optional-cvs.patch| 460 -
 dev-vcs/git/git-2.21.1.ebuild  | 715 -
 3 files changed, 1178 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 8ff76e98a4d..f0a5ec6b8b0 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,14 +1,11 @@
-DIST git-2.21.1.tar.xz 5496840 BLAKE2B 
8b61c5ca8940422238e48931b502f2a876e20181e66232fbd8a7311969c27c862524b384792d4a35a61c33ba3297c90e6df5febf3a820281eaab00233f48b02c
 SHA512 
c4f1930effe4b7cddbdc3a5ea0f1503683089d5dfdae491dd7f752f35b655b31fbef569a993ef412962cf9c74a225eafe095f792d493f37b20789e5c643261a1
 DIST git-2.23.1.tar.xz 5713672 BLAKE2B 
50db7bafbadcefbc5a56db478ea0464d289c45190a0454e0b8f3d99d48e6251071482df0240ee1ee8a1f733c91e9e46d34794bca8ca70d3c4ecc3b5da6d5d529
 SHA512 
708f8b9a7c65c1c9d3117b1b7ee9383044b66fe8a5c168a52ba561985670f659d514aa34988ea8ba85c127da6a23c39c511919a6d661bffc9cf782e30fd62373
 DIST git-2.24.1.tar.xz 5772304 BLAKE2B 
45e49325221cd0407968b4e2ff7bcab7ea021863119ae29fec5c7a9ff10461b5af0ea05f587647c7d4965c38e25f1140f194be72ff5f1bea8851c0485effbfa2
 SHA512 
010c13d4023c142876d0e075a394b74bef422944d8ca602325d0b2b47bf28b1d534283c7f295751113c83fdfcc0c91f97090e8f906560d44b04a94607fd8fcf7
 DIST git-2.25.0.tar.xz 5873532 BLAKE2B 
7e9e54677ac3c4d3295e9f92ba7e3f7f5b33620d6d0fb8105d5e57d609fe3ee499d1c1bc4a6d8832927a28f4948f4466a6ca4edf996b8a324279f91d25627660
 SHA512 
8bbada0451fe0a3314e1b9a43a74135115449aa41f5b3e7f960279e4a7fe6069c36e78825fc4b60d06806e3a6fa8158f327cb8a3801686ac22a35e3704244191
 DIST git-2.25.1.tar.xz 5875548 BLAKE2B 
582da3d4ac996d7b9ce6cf505661496ab1a2cd061f058745350498121956b33d79739b567fb5fea0b4e298303261256034aa0b8da0b842feab04ae67a7d5b142
 SHA512 
15241143acfd8542d85d2709ac3c80dbd6e8d5234438f70c4f33cc71a2bdec3e32938df7f6351e2746d570b021d3bd0b70474ea4beec0c51d1fc45f9c287b344
-DIST git-htmldocs-2.21.1.tar.xz 1236408 BLAKE2B 
173892327d27d918cc0a15e982145d5f0f638deeda56be1cbf16c953b7b3454555ecf3e708c6117b1d4e781ca332199457d9c5b619c91735e0c6e85449be528f
 SHA512 
41819a75656afab0fd56407e7141c8176b708099546cdc7cdc5e765a35401e1148a7165c41bc12a68e124335532450748b27cc3f8c0e372d596f27a992e23e95
 DIST git-htmldocs-2.23.1.tar.xz 1296144 BLAKE2B 
5be4a8afdd79234d220c119b8a4239e640486dc52236d980d08e6b3cad1be61b683c0e3dff6bdd67035a1e23f1d07858d3344f9f2ae90b44188395f34c22fea4
 SHA512 
c005be3baf129c9320893270d1d3b69e01546a29d482d29e5bc7baefbaab33e45d877c5c09e47312bbdb8b3dfcff27735c2427dcae9eb21fd3500ec30e214ae1
 DIST git-htmldocs-2.24.1.tar.xz 1307992 BLAKE2B 
80b39d2fcf47d20a584109572414ff8d275245afb80c3946e2fa62346fdaee3b1c873a0dccfb44af52290756d26d5e53021a1bf1ace7ada34e50e03244f05e92
 SHA512 
4da610ba1ee307e4f53414e324ef63ab25cf3945a74bf813aeacd4cf714710eab31776c2402c9567f1a3805e3d8576a158c78a72722c0178fb7c2dec2dcebf5a
 DIST git-htmldocs-2.25.0.tar.xz 1293644 BLAKE2B 
8966e7d57701543770a589aef4a4bb8e673c22987330095431da6cc6cff023f8e288ba13a43d388d9b6e4fb92bed5baaa983c72124f440ef9e6c966b03d920a4
 SHA512 
67e8c2cc458d81870c901b720800a49cf605b3815c63af91328419a1e543e296b348bd8f7126a4a3cefcb8e2e2c7b713bcfc38ee945c224bd34bbd1c3e4f45b2
 DIST git-htmldocs-2.25.1.tar.xz 1295708 BLAKE2B 
18a274e5eb48030f50c0f38cbcc81b0e65c55ea6b702a9cc4f231c274faf0247c4fdaccde2d348717826d1bd914fe62b387946ae63aba64ba032c43898529f7a
 SHA512 
f261cf72a7b59277666c543d2b40cc9e37ae6d4925616dcb448325e69c59efdee9db151a0d509545d5b366d82fe1196ece289197c02c65ae5f8c91526d49b0fb
-DIST git-manpages-2.21.1.tar.xz 440316 BLAKE2B 
658232d29bbca3b55a6797d5008f2f6f82d0c04d22ae5af8c689d8cb00e35bfbbccf658d269b96dd868cf3e1cf8f3304eb97cfee428ff8c762f914d1cde4e4f4
 SHA512 
1a687e4cb2dc90854067b164d6142b88205ba40dbc283432296afafde4370afc900096c5aedc9a7a959b8aa910196d42c399c5c4eed7e2f1ce0f98d8005f3581
 DIST git-manpages-2.23.1.tar.xz 448432 BLAKE2B 
0de4b2c0dcc3a70188a66d8aa6e16aeaad84a9f16b764934b06f61773db2d5141cc0b1091780d126f29a1f50c767a54fbb7d01a36f86d387d8ccb4060f48156e
 SHA512 
16145c0c2215ce6a3aa9045f35f670258f6823a765ed2feec680ed980420d1bb008fc39d8f379c81cd0b259fc582d15e42395d4f954171b20bcf214ab25e41d7
 DIST git-manpages-2.24.1.tar.xz 453752 BLAKE2B 
51a549099205341bfec5a7998e5f66e9fc78ffd05fd04e745401a8bcc5bffcb64f26a64c7e24c9822bc2d62d000ea2b13779ffe19f065124a8e42b306fb5a2d3
 SHA512 
ee1e70fdbfc6eae97dc3b3180fa119b0d1189db7cae3e45b8baa9311d0c1162a5b46824a785e91288522a9fd00b8e4ff07590f4e4722a08955d6a9d048cc3a90
 DIST git-manpages-2.25.0.tar.xz 456636 BLAKE2B 
672557d167b7d2ff48089bc5be1fa446f25eed4412d6e48549d59

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

2020-02-17 Thread Lars Wendler
commit: 4bb24706041e88060ac66559153a9766d377d885
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:46:31 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 09:46:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb24706

dev-vcs/git: Bump to version 2.25.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.25.1.ebuild | 728 ++
 2 files changed, 731 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 622975af3b9..8ff76e98a4d 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -2,11 +2,14 @@ DIST git-2.21.1.tar.xz 5496840 BLAKE2B 
8b61c5ca8940422238e48931b502f2a876e20181e
 DIST git-2.23.1.tar.xz 5713672 BLAKE2B 
50db7bafbadcefbc5a56db478ea0464d289c45190a0454e0b8f3d99d48e6251071482df0240ee1ee8a1f733c91e9e46d34794bca8ca70d3c4ecc3b5da6d5d529
 SHA512 
708f8b9a7c65c1c9d3117b1b7ee9383044b66fe8a5c168a52ba561985670f659d514aa34988ea8ba85c127da6a23c39c511919a6d661bffc9cf782e30fd62373
 DIST git-2.24.1.tar.xz 5772304 BLAKE2B 
45e49325221cd0407968b4e2ff7bcab7ea021863119ae29fec5c7a9ff10461b5af0ea05f587647c7d4965c38e25f1140f194be72ff5f1bea8851c0485effbfa2
 SHA512 
010c13d4023c142876d0e075a394b74bef422944d8ca602325d0b2b47bf28b1d534283c7f295751113c83fdfcc0c91f97090e8f906560d44b04a94607fd8fcf7
 DIST git-2.25.0.tar.xz 5873532 BLAKE2B 
7e9e54677ac3c4d3295e9f92ba7e3f7f5b33620d6d0fb8105d5e57d609fe3ee499d1c1bc4a6d8832927a28f4948f4466a6ca4edf996b8a324279f91d25627660
 SHA512 
8bbada0451fe0a3314e1b9a43a74135115449aa41f5b3e7f960279e4a7fe6069c36e78825fc4b60d06806e3a6fa8158f327cb8a3801686ac22a35e3704244191
+DIST git-2.25.1.tar.xz 5875548 BLAKE2B 
582da3d4ac996d7b9ce6cf505661496ab1a2cd061f058745350498121956b33d79739b567fb5fea0b4e298303261256034aa0b8da0b842feab04ae67a7d5b142
 SHA512 
15241143acfd8542d85d2709ac3c80dbd6e8d5234438f70c4f33cc71a2bdec3e32938df7f6351e2746d570b021d3bd0b70474ea4beec0c51d1fc45f9c287b344
 DIST git-htmldocs-2.21.1.tar.xz 1236408 BLAKE2B 
173892327d27d918cc0a15e982145d5f0f638deeda56be1cbf16c953b7b3454555ecf3e708c6117b1d4e781ca332199457d9c5b619c91735e0c6e85449be528f
 SHA512 
41819a75656afab0fd56407e7141c8176b708099546cdc7cdc5e765a35401e1148a7165c41bc12a68e124335532450748b27cc3f8c0e372d596f27a992e23e95
 DIST git-htmldocs-2.23.1.tar.xz 1296144 BLAKE2B 
5be4a8afdd79234d220c119b8a4239e640486dc52236d980d08e6b3cad1be61b683c0e3dff6bdd67035a1e23f1d07858d3344f9f2ae90b44188395f34c22fea4
 SHA512 
c005be3baf129c9320893270d1d3b69e01546a29d482d29e5bc7baefbaab33e45d877c5c09e47312bbdb8b3dfcff27735c2427dcae9eb21fd3500ec30e214ae1
 DIST git-htmldocs-2.24.1.tar.xz 1307992 BLAKE2B 
80b39d2fcf47d20a584109572414ff8d275245afb80c3946e2fa62346fdaee3b1c873a0dccfb44af52290756d26d5e53021a1bf1ace7ada34e50e03244f05e92
 SHA512 
4da610ba1ee307e4f53414e324ef63ab25cf3945a74bf813aeacd4cf714710eab31776c2402c9567f1a3805e3d8576a158c78a72722c0178fb7c2dec2dcebf5a
 DIST git-htmldocs-2.25.0.tar.xz 1293644 BLAKE2B 
8966e7d57701543770a589aef4a4bb8e673c22987330095431da6cc6cff023f8e288ba13a43d388d9b6e4fb92bed5baaa983c72124f440ef9e6c966b03d920a4
 SHA512 
67e8c2cc458d81870c901b720800a49cf605b3815c63af91328419a1e543e296b348bd8f7126a4a3cefcb8e2e2c7b713bcfc38ee945c224bd34bbd1c3e4f45b2
+DIST git-htmldocs-2.25.1.tar.xz 1295708 BLAKE2B 
18a274e5eb48030f50c0f38cbcc81b0e65c55ea6b702a9cc4f231c274faf0247c4fdaccde2d348717826d1bd914fe62b387946ae63aba64ba032c43898529f7a
 SHA512 
f261cf72a7b59277666c543d2b40cc9e37ae6d4925616dcb448325e69c59efdee9db151a0d509545d5b366d82fe1196ece289197c02c65ae5f8c91526d49b0fb
 DIST git-manpages-2.21.1.tar.xz 440316 BLAKE2B 
658232d29bbca3b55a6797d5008f2f6f82d0c04d22ae5af8c689d8cb00e35bfbbccf658d269b96dd868cf3e1cf8f3304eb97cfee428ff8c762f914d1cde4e4f4
 SHA512 
1a687e4cb2dc90854067b164d6142b88205ba40dbc283432296afafde4370afc900096c5aedc9a7a959b8aa910196d42c399c5c4eed7e2f1ce0f98d8005f3581
 DIST git-manpages-2.23.1.tar.xz 448432 BLAKE2B 
0de4b2c0dcc3a70188a66d8aa6e16aeaad84a9f16b764934b06f61773db2d5141cc0b1091780d126f29a1f50c767a54fbb7d01a36f86d387d8ccb4060f48156e
 SHA512 
16145c0c2215ce6a3aa9045f35f670258f6823a765ed2feec680ed980420d1bb008fc39d8f379c81cd0b259fc582d15e42395d4f954171b20bcf214ab25e41d7
 DIST git-manpages-2.24.1.tar.xz 453752 BLAKE2B 
51a549099205341bfec5a7998e5f66e9fc78ffd05fd04e745401a8bcc5bffcb64f26a64c7e24c9822bc2d62d000ea2b13779ffe19f065124a8e42b306fb5a2d3
 SHA512 
ee1e70fdbfc6eae97dc3b3180fa119b0d1189db7cae3e45b8baa9311d0c1162a5b46824a785e91288522a9fd00b8e4ff07590f4e4722a08955d6a9d048cc3a90
 DIST git-manpages-2.25.0.tar.xz 456636 BLAKE2B 
672557d167b7d2ff48089bc5be1fa446f25eed4412d6e48549d5907f7addab9f721a03a8bcb7ca3fb1804220021566ebac549d9878df9f1030f283ed5e44ddf3
 SHA512 
3ad1756b1f12898823a8981e3b650f588c6c1fb2d51371739c754108e67c2cd13e4d2bcb8291534523eac60e7a05253d4ddf2f3528e28d4e1b50eafa42168847
+DIST git-manpages-2.25.1.tar.xz 457408 BLAKE2B 
6b9d7074bc690156e7d4a14b04d8e82c9441c8b9330bd

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

2020-02-17 Thread Michał Górny
commit: b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:21:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29ebf2a

net-analyzer/scapy: Remove old for gnuplot-py cleanup

Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/scapy/Manifest  |  2 --
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 -
 net-analyzer/scapy/scapy-2.4.2.ebuild| 42 
 3 files changed, 72 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5abcf8942c4..7318eca11ce 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1 @@
-DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e
 SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B 
a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c
 SHA512 
980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 
83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0
 SHA512 
579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
deleted file mode 100644
index e3f662d3328..000
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick tcpreplay"
-
-RDEPEND="
-   net-analyzer/tcpdump
-   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
-   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}] ) )
-   graphviz? ( media-gfx/graphviz )
-   imagemagick? ( virtual/imagemagick-tools )
-   tcpreplay? ( net-analyzer/tcpreplay )
-"

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild 
b/net-analyzer/scapy/scapy-2.4.2.ebuild
deleted file mode 100644
index a9ccc7667e9..000
--- a/net-analyzer/scapy/scapy-2.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-   net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-   dev-python/cryptography
-   dev-python/gnuplot-py
-   dev-python/ipython
-   dev-python/pyx
-   media-gfx/graphviz
-   net-analyzer/tcpreplay
-   virtual/imagemagick-tools
-
-   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-   echo ${PV/_/} > ${PN}/VERSION
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   distutils-r1_src_install
-   dodoc -r doc/${PN}/*
-   DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}



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

2020-02-17 Thread Michał Górny
commit: 08dac61adb9a5553f8307887466b152cd1b00a7c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:41:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dac61a

package.mask: Last rite app-misc/tails-installer

Bug: https://bugs.gentoo.org/708956
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 30d29f5def6..4c973d7231b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  No Python 3 support.  Needs a version bump.
+# Removal in 30 days.  Bug #708956.
+app-misc/tails-installer
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  Last release in 2009.  Python 2 only, depends on dead
 # dev-python/pygtk and dev-python/pygtksourceview.  Multiple unresolved



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

2020-02-17 Thread Michał Górny
commit: 324efa0005b2c8b70bb36453c9055fd54e38870f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:51:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324efa00

package.mask: Last rite app-text/openlp

Bug: https://bugs.gentoo.org/709850
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bedaf687fe4..e941be5cab8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  Last bumped in 2018.  Blocks dev-qt/qtwebkit removal.
+# Removal in 30 days.  Bug #709850.
+app-text/openlp
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  No Python 3 support.  Last bumped in 2013.  Numerous
 # releases behind upstream.



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

2020-02-17 Thread Michał Górny
commit: 437ab5c61ee4e4fb1bf7a560f9e8db585e886ae0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:22:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437ab5c6

package.mask: Last rite dev-python/gnuplot-py

Bug: https://bugs.gentoo.org/707906
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e45c5ec2c96..eed33fc7eea 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained upstream.  Last release in 2008.  Python 2 only.
+# No reverse dependencies left.
+# Removal in 30 days.  Bug #707906.
+dev-python/gnuplot-py
+
 # Michał Górny  (2020-02-17)
 # Last release in 2011.  Python 2 only.
 # Removal in 30 days.  Bug #705652.



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

2020-02-17 Thread Michał Górny
commit: 3ed42686154037e48566ae3dc95fe467b0e9698a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:25:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed42686

package.mask: Last rite app-portage/porthole

Bug: https://bugs.gentoo.org/708096
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index eed33fc7eea..30d29f5def6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  Last release in 2009.  Python 2 only, depends on dead
+# dev-python/pygtk and dev-python/pygtksourceview.  Multiple unresolved
+# bugs including crashes.
+# Removal in 30 days.  Bug #708096.
+app-portage/porthole
+
 # Michał Górny  (2020-02-17)
 # Unmaintained upstream.  Last release in 2008.  Python 2 only.
 # No reverse dependencies left.



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

2020-02-17 Thread Michał Górny
commit: 7446251084d68cecebdbe33ad165f89d7dce57d6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:49:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74462510

package.mask: Last rite app-admin/bcfg2

Bug: https://bugs.gentoo.org/709460
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c973d7231b..bedaf687fe4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-17)
+# Unmaintained.  No Python 3 support.  Last bumped in 2013.  Numerous
+# releases behind upstream.
+# Removal in 30 days.  Bug #709460.
+app-admin/bcfg2
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  No Python 3 support.  Needs a version bump.
 # Removal in 30 days.  Bug #708956.



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

2020-02-17 Thread Lars Wendler
commit: 5fc36710914a8c706bb7014649b021a262c575c9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 10:02:53 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc36710

net-misc/whois: Bump to version 5.5.6

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.6.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 0d3ba278cd7..1f7de658090 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
+DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.6.ebuild 
b/net-misc/whois/whois-5.5.6.ebuild
new file mode 100644
index 000..5c2065a97ce
--- /dev/null
+++ b/net-misc/whois/whois-5.5.6.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois";
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git";
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+#S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



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

2020-02-17 Thread Lars Wendler
commit: d91966faa6e7f1140b51bbf2877a7a1ae949d0ca
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:52:30 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91966fa

sys-libs/libcap: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libcap/Manifest   |  1 -
 sys-libs/libcap/libcap-2.30.ebuild | 84 --
 2 files changed, 85 deletions(-)

diff --git a/sys-libs/libcap/Manifest b/sys-libs/libcap/Manifest
index 3c1571db9bf..240d90775b2 100644
--- a/sys-libs/libcap/Manifest
+++ b/sys-libs/libcap/Manifest
@@ -1,5 +1,4 @@
 DIST libcap-2.26.tar.xz 67172 BLAKE2B 
9d1952bd03e1bba5ffa225a5088b8d841c2007219bbb9524f979ac65e472bf932db496acf93984fa77fe42e71d45b85cd603ca461a071fb4742526dfbc5f66eb
 SHA512 
1c2d59f007226405a924950b2c2090393527e06f0692a84e6463e33915a070df61a9070b8f30a624d5630ddd39290eac117e5d440577d1edd48510195b9d12f0
 DIST libcap-2.27.tar.xz 67780 BLAKE2B 
7b58d7afdd90281771a302cd9554f067b9e3636b0c052935973d8a0d890490c3933b3513874b788a8c10e37ab5ad9cfa766408c9629b7c8562cb17bfdef87747
 SHA512 
e32335fd3e0d1564574acc73df7030b5b0fd98875217bffabd76f2765f1a7a6f1369f03df2ee22a1782776838784e342378c10613ea1163d53ae5055ab6a62b6
-DIST libcap-2.30.tar.xz 98528 BLAKE2B 
83892df1dc4f2a7605dbbf7332e90f1b696e16060ceba20a3fa3cdd53cb30f6a28d2bd49a4a66b7bc46221f860307de7c22cd7b2f826bad86baad6f510d01e40
 SHA512 
b2d843b61c3dd583b97c11ad4737b9ea5493eda6bb40da1efdb88b68c0594aeb0a2cebb0a59c749da1c6268ad1f821802d3c9e125a07c2d2457a0eb9df8c0c40
 DIST libcap-2.31.tar.xz 99236 BLAKE2B 
c4cd5e2e105cc05b2aee2ee6435b9a28c06a91dee5cdd1baf6d94f625d89e134ad35a4493ffdfda7f3ffb0b41aa6e75a20cd705bfe9df570e82d0b6ea4e484e1
 SHA512 
9f0ef665a52e77356d6028abdead3c3cf75f97406ac09d60a33500222428c581d8aaa7d25d7eb9051d9c73ebfaefa7af5581430e1ecc1dfea73398a3ac7cbc3a
 DIST libcap-2.32.tar.xz 99708 BLAKE2B 
cbd4676ca9ada4c4dd6dee5137c0bb16f23af5d9a224c81b476c19326f87352fb06e2e123c9431558cd22f91032064ed6de8407d5861728dd141be16957363db
 SHA512 
e2325cf0a1d0509c49336f7e5760e5b339c889cdde8d6c359197aed711423f951ad390a2a3dd4943b03afe152ad8502ea1db9d7ef247148b93e93a3c4895a019

diff --git a/sys-libs/libcap/libcap-2.30.ebuild 
b/sys-libs/libcap/libcap-2.30.ebuild
deleted file mode 100644
index 019cf1be2c6..000
--- a/sys-libs/libcap/libcap-2.30.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib multilib-minimal toolchain-funcs pam usr-ldscript
-
-DESCRIPTION="POSIX 1003.1e capabilities"
-HOMEPAGE="https://sites.google.com/site/fullycapable/";
-SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P}.tar.xz";
-
-# it's available under either of the licenses
-LICENSE="|| ( GPL-2 BSD )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="pam static-libs"
-
-# While the build system optionally uses gperf, we don't DEPEND on it because
-# the build automatically falls back when it's unavailable.  #604802
-RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]
-   pam? ( sys-libs/pam[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   sys-kernel/linux-headers"
-
-# Requires test suite being run as root (via sudo)
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.29-build-system-fixes.patch
-   "${FILESDIR}"/${PN}-2.28-no_perl.patch
-   "${FILESDIR}"/${PN}-2.25-ignore-RAISE_SETFCAP-install-failures.patch
-   "${FILESDIR}"/${PN}-2.21-include.patch
-)
-
-src_prepare() {
-   default
-   multilib_copy_sources
-}
-
-run_emake() {
-   local args=(
-   exec_prefix="${EPREFIX}"
-   lib_prefix="${EPREFIX}/usr"
-   lib="$(get_libdir)"
-   prefix="${EPREFIX}/usr"
-   PAM_CAP="$(usex pam yes no)"
-   DYNAMIC=yes
-   GOLANG=no
-   )
-   emake "${args[@]}" "$@"
-}
-
-multilib_src_compile() {
-   tc-export AR CC RANLIB
-   local BUILD_CC
-   tc-export_build_env BUILD_CC
-
-   run_emake
-}
-
-multilib_src_install() {
-   # no configure, needs explicit install line #444724#c3
-   run_emake DESTDIR="${D}" install
-
-   gen_usr_ldscript -a cap
-   if ! use static-libs ; then
-   # Don't remove libpsx.a!
-   # See https://bugs.gentoo.org/703912
-   rm "${ED}"/usr/$(get_libdir)/libcap.a || die
-   fi
-
-   if [[ -d "${ED}"/usr/$(get_libdir)/security ]] ; then
-   rm -r "${ED}"/usr/$(get_libdir)/security || die
-   fi
-
-   if use pam; then
-   dopammod pam_cap/pam_cap.so
-   dopamsecurity '' pam_cap/capability.conf
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc CHANG

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

2020-02-17 Thread Lars Wendler
commit: 3f73ebadc547537fb8840f41fcd25b1423cfae9b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 10:03:28 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f73ebad

net-misc/whois: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 -
 net-misc/whois/whois-5.5.3.ebuild | 74 ---
 2 files changed, 75 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 1f7de658090..c5ce5b3d9d2 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1,3 @@
 DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
-DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.3.ebuild 
b/net-misc/whois/whois-5.5.3.ebuild
deleted file mode 100644
index c05c758875a..000
--- a/net-misc/whois/whois-5.5.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois";
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git";
-else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/

2020-02-17 Thread Lars Wendler
commit: f0d7c30313c2610b3651bf19494391d87401acb3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:57:45 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d7c303

games-emulation/mgba: Bump to version 0.8.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 games-emulation/mgba/Manifest  |   1 +
 games-emulation/mgba/mgba-0.8.1.ebuild | 124 +
 2 files changed, 125 insertions(+)

diff --git a/games-emulation/mgba/Manifest b/games-emulation/mgba/Manifest
index 49360de49a2..4907d35f3dd 100644
--- a/games-emulation/mgba/Manifest
+++ b/games-emulation/mgba/Manifest
@@ -1,3 +1,4 @@
 DIST mgba-0.6.3.tar.gz 7442154 BLAKE2B 
2b46cf36174ef0a186b1bc71784820e6ddd7754a7cae695a95dcdae96efff58af70dd14faa2f1f6194a23450943d82aed2394f7bf2821ed91bf558eef6ae9c4d
 SHA512 
d646af7869dbcf8df671a75ecfd8c270950c013b826b23b94bacae43a77243786f198725e1b9bf17827d1ffcf6a8eef70091d53ea878bfb2450472485f42f233
 DIST mgba-0.7.3.tar.gz 11228977 BLAKE2B 
2b70bb97470558e6c10391b782f0f80e0466b2f16df07971ed378801d359157692ce56c61f4432640ed679d43dc2445a1ea45b3402c1b488fb534213d8594271
 SHA512 
131f850699f17a7496f7428b85b50f38b99acec4c87d5d28ba4e3af94f095a1b6d177ea731838b2971362b46c52accef9cbec98433ecfaccc080371092c7d789
 DIST mgba-0.8.0.tar.gz 11797469 BLAKE2B 
ddf1e7fe291c3bab0391a916e2e34b1adc280d6eb40ac730a5b6fe754f947061709103c480658f1fe90f9677a5cc7334200e6b16bc73d22bb178c93e8ef51de8
 SHA512 
47a267f7998535bbbe1fafb6e2a4d708bdafe9601f7bd50f16f37d79d78a991d49d360a2a571fc6b09ddd21450244a8c0bc37aa08d5e38b4896c25cc6f615bb2
+DIST mgba-0.8.1.tar.gz 11893993 BLAKE2B 
0b5db35927111a23defaf33ea67b00613c01302940db8bfe6c21aab4ec39bdb089ddbd6238ca7ccd35010724b058f78cee3ca3cbc6d7fbe0047f25a152b208fa
 SHA512 
7873bde6a74e8a1509a3b5bba602da1c747ca1eff72adcf11f7b2572298d94766570fea0b920cb28c8b63a7d8237a15876b9feb9169edbf331b2d72f340734e2

diff --git a/games-emulation/mgba/mgba-0.8.1.ebuild 
b/games-emulation/mgba/mgba-0.8.1.ebuild
new file mode 100644
index 000..1200fa57ed4
--- /dev/null
+++ b/games-emulation/mgba/mgba-0.8.1.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop xdg
+
+DESCRIPTION="Game Boy Advance emulator written in C"
+HOMEPAGE="https://mgba.io";
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git";
+else
+   MY_PV="${PV/_beta/-b}"
+   SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   [[ "${PV}" == *_beta* ]] || \
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+LICENSE="MPL-2.0"
+SLOT="0"
+IUSE="debug discord elf ffmpeg libav opengl qt5 +sdl sqlite"
+REQUIRED_USE="|| ( qt5 sdl )
+   qt5? ( opengl )"
+
+RDEPEND="
+   media-libs/libpng:0=
+   sys-libs/zlib[minizip]
+   elf? ( dev-libs/elfutils )
+   ffmpeg? (
+   libav? ( media-video/libav:= )
+   !libav? ( media-video/ffmpeg:= )
+   )
+   opengl? ( virtual/opengl )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtwidgets:5
+   opengl? ( dev-qt/qtopengl:5 )
+   )
+   sdl? ( media-libs/libsdl2[X,sound,joystick,video,opengl?] )
+   sqlite? ( dev-db/sqlite:3 )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   xdg_environment_reset
+   cmake_src_prepare
+
+   # Get rid of any bundled stuff we don't want
+   for pkg in libpng lzma sqlite3 zlib ; do
+   rm -r src/third-party/${pkg} || die
+   done
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_SKIP_RPATH=ON
+   -DBUILD_GL="$(usex opengl)"
+   -DBUILD_PYTHON=OFF
+   -DBUILD_QT="$(usex qt5)"
+   -DBUILD_SDL="$(usex sdl)"
+   -DBUILD_SHARED=ON
+   # test suite fails to build (>=0.6.0)
+   -DBUILD_SUITE=OFF
+   -DBUILD_TEST=OFF
+   -DM_CORE_GB=ON
+   -DM_CORE_GBA=ON
+   -DUSE_DEBUGGERS="$(usex debug)"
+   -DUSE_DISCORD_RPC="$(usex discord)"
+   -DUSE_EDITLINE="$(usex debug)"
+   -DUSE_ELF="$(usex elf)"
+   -DUSE_EPOXY=OFF
+   -DUSE_FFMPEG="$(usex ffmpeg)"
+   -DUSE_GDB_STUB="$(usex debug)"
+   -DUSE_LIBZIP=OFF
+   -DUSE_LZMA=OFF
+   -DUSE_MINIZIP=ON
+   -DUSE_PNG=ON
+   -DUSE_SQLITE3="$(usex sqlite)"
+   -DUSE_ZLIB=ON
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+}
+
+src_install() {
+   if use qt5 ; then
+   dobin ../${P}_build/qt/

[gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/, games-emulation/mgba/files/

2020-02-17 Thread Lars Wendler
commit: 6dfe840af64340674835fdf4f346812ef51d9bea
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:59:26 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfe840a

games-emulation/mgba: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 games-emulation/mgba/Manifest |   1 -
 games-emulation/mgba/files/mgba-0.6.3-qt511.patch |  34 --
 games-emulation/mgba/mgba-0.6.3.ebuild| 122 --
 3 files changed, 157 deletions(-)

diff --git a/games-emulation/mgba/Manifest b/games-emulation/mgba/Manifest
index 4907d35f3dd..6375536e59d 100644
--- a/games-emulation/mgba/Manifest
+++ b/games-emulation/mgba/Manifest
@@ -1,4 +1,3 @@
-DIST mgba-0.6.3.tar.gz 7442154 BLAKE2B 
2b46cf36174ef0a186b1bc71784820e6ddd7754a7cae695a95dcdae96efff58af70dd14faa2f1f6194a23450943d82aed2394f7bf2821ed91bf558eef6ae9c4d
 SHA512 
d646af7869dbcf8df671a75ecfd8c270950c013b826b23b94bacae43a77243786f198725e1b9bf17827d1ffcf6a8eef70091d53ea878bfb2450472485f42f233
 DIST mgba-0.7.3.tar.gz 11228977 BLAKE2B 
2b70bb97470558e6c10391b782f0f80e0466b2f16df07971ed378801d359157692ce56c61f4432640ed679d43dc2445a1ea45b3402c1b488fb534213d8594271
 SHA512 
131f850699f17a7496f7428b85b50f38b99acec4c87d5d28ba4e3af94f095a1b6d177ea731838b2971362b46c52accef9cbec98433ecfaccc080371092c7d789
 DIST mgba-0.8.0.tar.gz 11797469 BLAKE2B 
ddf1e7fe291c3bab0391a916e2e34b1adc280d6eb40ac730a5b6fe754f947061709103c480658f1fe90f9677a5cc7334200e6b16bc73d22bb178c93e8ef51de8
 SHA512 
47a267f7998535bbbe1fafb6e2a4d708bdafe9601f7bd50f16f37d79d78a991d49d360a2a571fc6b09ddd21450244a8c0bc37aa08d5e38b4896c25cc6f615bb2
 DIST mgba-0.8.1.tar.gz 11893993 BLAKE2B 
0b5db35927111a23defaf33ea67b00613c01302940db8bfe6c21aab4ec39bdb089ddbd6238ca7ccd35010724b058f78cee3ca3cbc6d7fbe0047f25a152b208fa
 SHA512 
7873bde6a74e8a1509a3b5bba602da1c747ca1eff72adcf11f7b2572298d94766570fea0b920cb28c8b63a7d8237a15876b9feb9169edbf331b2d72f340734e2

diff --git a/games-emulation/mgba/files/mgba-0.6.3-qt511.patch 
b/games-emulation/mgba/files/mgba-0.6.3-qt511.patch
deleted file mode 100644
index 05368f6e30e..000
--- a/games-emulation/mgba/files/mgba-0.6.3-qt511.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From a2b8c4ae807ae92103e14961fd34377b28cbe219 Mon Sep 17 00:00:00 2001
-From: Vicki Pfau 
-Date: Fri, 25 May 2018 18:04:16 -0700
-Subject: [PATCH] Qt: Fix build with Qt 5.11
-

- src/platform/qt/LoadSaveState.cpp | 1 +
- src/platform/qt/Window.h  | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/platform/qt/LoadSaveState.cpp 
b/src/platform/qt/LoadSaveState.cpp
-index a381c3d22..41ddb842e 100644
 a/src/platform/qt/LoadSaveState.cpp
-+++ b/src/platform/qt/LoadSaveState.cpp
-@@ -10,6 +10,7 @@
- #include "GamepadButtonEvent.h"
- #include "VFileDevice.h"
- 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/platform/qt/Window.h b/src/platform/qt/Window.h
-index c009c7ffa..8ee63907d 100644
 a/src/platform/qt/Window.h
-+++ b/src/platform/qt/Window.h
-@@ -6,6 +6,7 @@
- #ifndef QGBA_WINDOW
- #define QGBA_WINDOW
- 
-+#include 
- #include 
- #include 
- #include 

diff --git a/games-emulation/mgba/mgba-0.6.3.ebuild 
b/games-emulation/mgba/mgba-0.6.3.ebuild
deleted file mode 100644
index fa5245675b2..000
--- a/games-emulation/mgba/mgba-0.6.3.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Game Boy Advance emulator written in C"
-HOMEPAGE="https://mgba.io";
-SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug ffmpeg imagemagick libav opengl qt5 +sdl"
-REQUIRED_USE="|| ( qt5 sdl )
-   qt5? ( opengl )"
-
-RDEPEND="
-   dev-db/sqlite:3
-   media-libs/libpng:0=
-   sys-libs/zlib[minizip]
-   ffmpeg? (
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:= )
-   )
-   imagemagick? ( media-gfx/imagemagick:= )
-   opengl? ( virtual/opengl )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtwidgets:5
-   opengl? ( dev-qt/qtopengl:5 )
-   )
-   sdl? ( media-libs/libsdl2[X,sound,joystick,video,opengl?] )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-qt511.patch"
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # Get rid of any bundled stuff we don't want
-   for pkg in libpng lzma sqlite3 zlib ; do
-   rm -r src/third-party/${pkg} || die
-   done
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=ON
-   -DBUILD_GL="$(usex o

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

2020-02-17 Thread Lars Wendler
commit: 48989c979d59406b378e09449670e365351037f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:51:47 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48989c97

sys-libs/libcap: Bump to version 2.32

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libcap/Manifest   |  1 +
 sys-libs/libcap/libcap-2.32.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/sys-libs/libcap/Manifest b/sys-libs/libcap/Manifest
index 684a23eac02..3c1571db9bf 100644
--- a/sys-libs/libcap/Manifest
+++ b/sys-libs/libcap/Manifest
@@ -2,3 +2,4 @@ DIST libcap-2.26.tar.xz 67172 BLAKE2B 
9d1952bd03e1bba5ffa225a5088b8d841c2007219b
 DIST libcap-2.27.tar.xz 67780 BLAKE2B 
7b58d7afdd90281771a302cd9554f067b9e3636b0c052935973d8a0d890490c3933b3513874b788a8c10e37ab5ad9cfa766408c9629b7c8562cb17bfdef87747
 SHA512 
e32335fd3e0d1564574acc73df7030b5b0fd98875217bffabd76f2765f1a7a6f1369f03df2ee22a1782776838784e342378c10613ea1163d53ae5055ab6a62b6
 DIST libcap-2.30.tar.xz 98528 BLAKE2B 
83892df1dc4f2a7605dbbf7332e90f1b696e16060ceba20a3fa3cdd53cb30f6a28d2bd49a4a66b7bc46221f860307de7c22cd7b2f826bad86baad6f510d01e40
 SHA512 
b2d843b61c3dd583b97c11ad4737b9ea5493eda6bb40da1efdb88b68c0594aeb0a2cebb0a59c749da1c6268ad1f821802d3c9e125a07c2d2457a0eb9df8c0c40
 DIST libcap-2.31.tar.xz 99236 BLAKE2B 
c4cd5e2e105cc05b2aee2ee6435b9a28c06a91dee5cdd1baf6d94f625d89e134ad35a4493ffdfda7f3ffb0b41aa6e75a20cd705bfe9df570e82d0b6ea4e484e1
 SHA512 
9f0ef665a52e77356d6028abdead3c3cf75f97406ac09d60a33500222428c581d8aaa7d25d7eb9051d9c73ebfaefa7af5581430e1ecc1dfea73398a3ac7cbc3a
+DIST libcap-2.32.tar.xz 99708 BLAKE2B 
cbd4676ca9ada4c4dd6dee5137c0bb16f23af5d9a224c81b476c19326f87352fb06e2e123c9431558cd22f91032064ed6de8407d5861728dd141be16957363db
 SHA512 
e2325cf0a1d0509c49336f7e5760e5b339c889cdde8d6c359197aed711423f951ad390a2a3dd4943b03afe152ad8502ea1db9d7ef247148b93e93a3c4895a019

diff --git a/sys-libs/libcap/libcap-2.32.ebuild 
b/sys-libs/libcap/libcap-2.32.ebuild
new file mode 100644
index 000..019cf1be2c6
--- /dev/null
+++ b/sys-libs/libcap/libcap-2.32.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib multilib-minimal toolchain-funcs pam usr-ldscript
+
+DESCRIPTION="POSIX 1003.1e capabilities"
+HOMEPAGE="https://sites.google.com/site/fullycapable/";
+SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P}.tar.xz";
+
+# it's available under either of the licenses
+LICENSE="|| ( GPL-2 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="pam static-libs"
+
+# While the build system optionally uses gperf, we don't DEPEND on it because
+# the build automatically falls back when it's unavailable.  #604802
+RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]
+   pam? ( sys-libs/pam[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   sys-kernel/linux-headers"
+
+# Requires test suite being run as root (via sudo)
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.29-build-system-fixes.patch
+   "${FILESDIR}"/${PN}-2.28-no_perl.patch
+   "${FILESDIR}"/${PN}-2.25-ignore-RAISE_SETFCAP-install-failures.patch
+   "${FILESDIR}"/${PN}-2.21-include.patch
+)
+
+src_prepare() {
+   default
+   multilib_copy_sources
+}
+
+run_emake() {
+   local args=(
+   exec_prefix="${EPREFIX}"
+   lib_prefix="${EPREFIX}/usr"
+   lib="$(get_libdir)"
+   prefix="${EPREFIX}/usr"
+   PAM_CAP="$(usex pam yes no)"
+   DYNAMIC=yes
+   GOLANG=no
+   )
+   emake "${args[@]}" "$@"
+}
+
+multilib_src_compile() {
+   tc-export AR CC RANLIB
+   local BUILD_CC
+   tc-export_build_env BUILD_CC
+
+   run_emake
+}
+
+multilib_src_install() {
+   # no configure, needs explicit install line #444724#c3
+   run_emake DESTDIR="${D}" install
+
+   gen_usr_ldscript -a cap
+   if ! use static-libs ; then
+   # Don't remove libpsx.a!
+   # See https://bugs.gentoo.org/703912
+   rm "${ED}"/usr/$(get_libdir)/libcap.a || die
+   fi
+
+   if [[ -d "${ED}"/usr/$(get_libdir)/security ]] ; then
+   rm -r "${ED}"/usr/$(get_libdir)/security || die
+   fi
+
+   if use pam; then
+   dopammod pam_cap/pam_cap.so
+   dopamsecurity '' pam_cap/capability.conf
+   fi
+}
+
+multilib_src_install_all() {
+   dodoc CHANGELOG README doc/capability.notes
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/

2020-02-17 Thread Lars Wendler
commit: c7a01d73ac9f6591a578cfc08264637de4511fe7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 09:58:47 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a01d73

games-emulation/mgba: Version 0.7.3 stable for amd64 and x86

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 games-emulation/mgba/mgba-0.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/mgba/mgba-0.7.3.ebuild 
b/games-emulation/mgba/mgba-0.7.3.ebuild
index 759399b0d4b..9f37db30463 100644
--- a/games-emulation/mgba/mgba-0.7.3.ebuild
+++ b/games-emulation/mgba/mgba-0.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git";
 else
SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 LICENSE="MPL-2.0"
 SLOT="0"



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

2020-02-17 Thread Lars Wendler
commit: 5aea8f8f1645826482b27835b755120fbe51d7a5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 10:12:24 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aea8f8f

dev-libs/libfilezilla: Bump to version 0.20.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/libfilezilla/Manifest   |  1 +
 dev-libs/libfilezilla/libfilezilla-0.20.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index 02b2f702647..12b617b5ccd 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -2,3 +2,4 @@ DIST libfilezilla-0.15.1.tar.bz2 404746 BLAKE2B 
644f4b8949670d5b07f9e7b861d388ce
 DIST libfilezilla-0.18.2.tar.bz2 526968 BLAKE2B 
81b27c18e9c04e2277dbe7a2fa2bfe3c1fa7c1f9c27eaf5cc02f309a15e9b61e71e5a67aa359c7bb36b27335f008cfb58641adcb42745ac00b9ac9eb2c649cde
 SHA512 
6f165a008ea8e3090554070685ef042b5304a8e7fdeb9f16c81a01c00b5fcb3d4acd356cfaf3fc1189c04db0b726dd005c592f6c7c6b06a527d8b82e7890257b
 DIST libfilezilla-0.19.1.tar.bz2 539952 BLAKE2B 
a581964a34c9104543eb06579e1f1b816b0f47e6ef3af0de9aa0b7528665ca0ac17ddf3c5327a434b8e344bdde5602f1b7a71b7cc755367e750c88de06329335
 SHA512 
1342a199e4bdc211437deaa4ff34fe7f7de476a664b1ea4dc8df0482db98eb6c21e03f9c7b510bc00c81f6dacd7fdec2fa721554fe6e71c5bb2763618759b1a1
 DIST libfilezilla-0.19.3.tar.bz2 541117 BLAKE2B 
c0015be2fa632cc4bfd44d5e02bdc9e14c5ac0598e4c83fabc95e00dd82669963d02a8e7b3db33e554d86f333eb5a7afdd6235acfa7b336dbd5bbfbf334f4381
 SHA512 
264a3a110dc4e99f6b993479be9f25cf831297899c699d73e5ad5a403e11ff09fa9ab062a420a0111e78f7d6e68e92fa461c161c8fd7c274cf227ef45f618849
+DIST libfilezilla-0.20.0.tar.bz2 548447 BLAKE2B 
d85fb1a0c269603c83fe778d6bd081205f2f860b4af4605750f385a8c57c4be346c4ef09490f5a2e601c4fffbf43c692e0076cc89637202dadbc74f85f91d803
 SHA512 
3eae172aa84a0d30e0ad5da4cab828b1003226f7971ccc8823f7f59bd1783067d4cbd4e11be8ba5ce1376243876c8516db563e336cdba99c24cad85730e22d1a

diff --git a/dev-libs/libfilezilla/libfilezilla-0.20.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.20.0.ebuild
new file mode 100644
index 000..61611daf6b6
--- /dev/null
+++ b/dev-libs/libfilezilla/libfilezilla-0.20.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
+HOMEPAGE="https://lib.filezilla-project.org/";
+SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0/4" # libfilezilla .so version
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/nettle:0=
+   >=net-libs/gnutls-3.5.7:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cppunit )"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_install() {
+   default
+   find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+}



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

2020-02-17 Thread Michał Górny
commit: ba3c27df7f49ffe20d22a4b5e36853c3d47b0d4a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 10:54:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 10:55:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3c27df

net-analyzer/scapy: Remove less old versions

Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/scapy/Manifest  |  1 -
 net-analyzer/scapy/metadata.xml  |  4 
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 
 3 files changed, 33 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5abcf8942c4..386ca2e9f88 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,2 @@
-DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e
 SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B 
a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c
 SHA512 
980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 
83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0
 SHA512 
579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 24eb6add1a7..a7791d1ecc1 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -9,10 +9,6 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   
-   Enable dev-python/pyx support for 
psdump/pdfdump commands
-   Enable net-analyzer/tcpreplay 
support for fast packet replay
-   

secdev/scapy


diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
deleted file mode 100644
index e3f662d3328..000
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick tcpreplay"
-
-RDEPEND="
-   net-analyzer/tcpdump
-   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
-   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}] ) )
-   graphviz? ( media-gfx/graphviz )
-   imagemagick? ( virtual/imagemagick-tools )
-   tcpreplay? ( net-analyzer/tcpreplay )
-"



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

2020-02-17 Thread Michał Górny
commit: 3ed4bfb11a9fa7cf1bba3746eb75f1f2724ec45f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 10:53:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 10:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed4bfb1

net-analyzer/scapy: Revert "Remove old for gnuplot-py cleanup"

Reverts: b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30
Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/scapy/Manifest  |  2 ++
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 +
 net-analyzer/scapy/scapy-2.4.2.ebuild| 42 
 3 files changed, 72 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 7318eca11ce..5abcf8942c4 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1 +1,3 @@
+DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e
 SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
+DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B 
a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c
 SHA512 
980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 
83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0
 SHA512 
579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
new file mode 100644
index 000..e3f662d3328
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="gnuplot pyx crypt graphviz imagemagick tcpreplay"
+
+RDEPEND="
+   net-analyzer/tcpdump
+   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
+   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
+   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}] ) )
+   graphviz? ( media-gfx/graphviz )
+   imagemagick? ( virtual/imagemagick-tools )
+   tcpreplay? ( net-analyzer/tcpreplay )
+"

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild 
b/net-analyzer/scapy/scapy-2.4.2.ebuild
new file mode 100644
index 000..a9ccc7667e9
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy";
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+   net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+   dev-python/cryptography
+   dev-python/gnuplot-py
+   dev-python/ipython
+   dev-python/pyx
+   media-gfx/graphviz
+   net-analyzer/tcpreplay
+   virtual/imagemagick-tools
+
+   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+   echo ${PV/_/} > ${PN}/VERSION
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc -r doc/${PN}/*
+   DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2020-02-17 Thread Christian Ruppert
commit: 7fa933b641caeb3727912d5f16cdb8fd93cc74e4
Author: Christian Ruppert  gentoo  org>
AuthorDate: Mon Feb 17 11:16:17 2020 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Mon Feb 17 11:16:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa933b6

net-proxy/haproxy: Version bumps

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Christian Ruppert  gentoo.org>

 net-proxy/haproxy/Manifest  |   3 +
 net-proxy/haproxy/haproxy-1.8.24.ebuild | 169 ++
 net-proxy/haproxy/haproxy-1.9.14.ebuild | 173 +++
 net-proxy/haproxy/haproxy-2.0.13.ebuild | 176 
 4 files changed, 521 insertions(+)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 12c9624e976..ca98d633d0c 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -1,9 +1,12 @@
 DIST haproxy-1.8.13.tar.gz 2063046 BLAKE2B 
9ebccf2520719cdf209bc9a87bf28d015b5b673e0d017d5387af4025f930ac401f6a2cfa851583ffe6b6645b7b91ad255bb5db737688a1f310958072a11c8a80
 SHA512 
54d4cb0721a3868267d7e085b3d3bb050384e4279eb49e88abb925bb3ea8cc39ef9069bdc99b7b18a23fd22e0d29e24dfcb8a0507ddca9243a845e4418be9cc5
 DIST haproxy-1.8.23.tar.gz 2101424 BLAKE2B 
e1be06fd604f8715d52ad66ea77a1eb56d38eae46442eca9d497bd4eb5f34124ba32f5c9f44d0232063af3f3803e37b205eda9bd21266064de6db287b49fabe6
 SHA512 
bfd65179345285f6f4581a7dce42e638b89e12717d4cb9218afa085759161e04b6c78307d04265a6c97cd484b67949781639da5236edb89137585c625130be4f
+DIST haproxy-1.8.24.tar.gz 2178823 BLAKE2B 
4b040133b22f78fa8c4cdbe04183c6ae6a70fb20703907c63b6437d441ba260a41cb2d6067833700a230553648152dde0cbd3a443f05ec7935ff76939db996ae
 SHA512 
1c53c7f579ee7eb95c3e614441745c644e5cb5b00efb1da4db9b202e2ae58ffb331ce0b94da9fe5dd4db591c5a0995030739dd3f925f66bd5b9dcce70d6b6de6
 DIST haproxy-1.8.9.tar.gz 2057051 BLAKE2B 
d81d18f68a27ae8a77660c1ecb1dfc28599263ebfd57f25ea574af2b101b35eb7a1a89ba4034b55dfa89673ae6ac4c0dca5428b4b494a02184b1b157850ce96b
 SHA512 
e59c29af3a39d6212f012ae8341b169436e10e42fadaf8f1aa68d2bb7ee181fd1fe3b74640bfcd8c37c17dfc5062b36bd69d90290d7c59cd3e4648ef2ab1c8dd
 DIST haproxy-1.9.10.tar.gz 2386066 BLAKE2B 
4dea3f42686cd41d9f6f6849c42f9cf604b26f33925747ec5311243117bcf51729d16e5c09c5eb2cfc9fea88cf49c976a0542dcd90ddee4016b467de699e8bdc
 SHA512 
b204c91633949d20dd06c29c69d2c783134819493f132430aae2aad74eac08da7de7ddc1c45b250446273c35b268ab37fcb3b98eaa6b97b6caf5530ed628
 DIST haproxy-1.9.13.tar.gz 2395999 BLAKE2B 
1b54aa732e7972b151ea00d76c6dd152fd6e0537f2885a75adf7cee9237ea344b79d7e45cf384c7836bfd2484848fbd8dbe6df0b146a7b6cfce8854caecb049b
 SHA512 
3b5f76da7ebfa9ed6aefa5c3b49c43c103591c1d52168d587f787724cc88d7f13b2cf4ee6a643fb3ecbcbac31ef8c507ad71bde68156d44efe61d4b758e7e0a8
+DIST haproxy-1.9.14.tar.gz 2476753 BLAKE2B 
3bf2b685b04b77fec6637b2c56e824681fe6fbd32de0b66a03fbdc9e71e52357b74eb315c17e72f345d255d9763b719c5d201f994a11c62e96f8f6e50208cb2e
 SHA512 
ee0b0a994f25dff9538326c0e124e291a74a1381f9526352fe01317756ab59dfb523ee7968587f31883c59dabeb5b17effa699e65dbb67a4a18d094f32fab88a
 DIST haproxy-2.0.10.tar.gz 2557865 BLAKE2B 
0e98fd2461414b4b55fc2bf100c80f17cbc34da2cae6d5c09fdbf708b4606f564c51bf54f77b98a2f455b61f31ac793fdc92873beb269dcbd15ea45379f0aca1
 SHA512 
d3f0c0a7cce49d394dda7553ed79102cfef2c21ea6d640fbc325246806c93d862cb48c40f4717d9e1b50b2390698466282fe8c4d8b305259e3057f3711e69a39
 DIST haproxy-2.0.12.tar.gz 2634202 BLAKE2B 
0f2ea426076cdda20b18f068e7a5f5e92045056115a057ac4785fb5ad528697e2ecfdc482c5291c28f803ee817b8cb569ed966fbcc2db886d70e3f897285ac3f
 SHA512 
bc81a5f88278b56bddfec52dba5231a06567177fe806faeb5ffb1965d8c4731704e0b92949cc72de0b4738c8baad28c5211d46d1dc980c4145c90081fc2d838c
+DIST haproxy-2.0.13.tar.gz 2643134 BLAKE2B 
a14ff8488b6d187feea2b0ed81253392b4f26d546b602597bf7dc2802a2b4b2119d5769668cc0eeda1bf448d2f544ce3e456ef78af43719ab6a4c0e0829ab291
 SHA512 
b0a218e1cebd2c356e81605157d6cee9f448bad59172d31d9b67eb2bab4c72dbc32f48690d84c92faac8c47d8c22002b3a93af49b61a3e7bb97fcf3fa8fe081a
 DIST haproxy-2.1.2.tar.gz 2663193 BLAKE2B 
ebe48e25fb636b71fc5d621d57822dfc6c6a530ae7e79aeec29a72631643158d99d69ff94cb056e834c8905cdb94dbc7375a9e465e93e9024c0f728e07caa249
 SHA512 
929d244a67f93337e3c791b1a29f9643ac288acdf0090dc7a05c72caf61c3b04ef376b84737351f0c54d58bca66ed8af18faa20ec3adc97067313732e0dfcd7d
 DIST haproxy-2.1.3.tar.gz 2675529 BLAKE2B 
be663fd629c001c1c91d6e3db5a8d940ed5ee674d5b886283284d2077ed8e0d13d295aeb376f6580131bdeb105c9d88f7afe367f2279d6c548d5888bd943e2b6
 SHA512 
4728c1177b2bba69465cbc56b1ed73a1b2d36891ba2d94d29bb49714ad98ccfac4b52947735aded211f0cd8070002f5406ddd77cabd2f8230b00438189dd7a60

diff --git a/net-proxy/haproxy/haproxy-1.8.24.ebuild 
b/net-proxy/haproxy/haproxy-1.8.24.ebuild
new file mode 100644
index 000..840825cd8ea
--- /dev/null
+++ b/net-proxy/haproxy/haproxy-1.8.24.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General

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

2020-02-17 Thread Agostino Sarubbo
commit: 8ff1c4657a2dc985bb699a1424e4bd4df4d4304b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff1c465

dev-python/setuptools_scm: arm stable wrt bug #709572

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 170f52581dd..c6c9f9dec4c 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: e470e114b54b4d7430e27f372a1bee7f6eb3358b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e470e114

net-libs/miniupnpc: arm stable wrt bug #709768

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild
index 9891f15b065..ad124997502 100644
--- a/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild
+++ b/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="ipv6 kernel_linux static-libs"
 
 RDEPEND=""



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

2020-02-17 Thread Agostino Sarubbo
commit: 33573cfe669d0342aed2ae89ab4fa9b7035ac76c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33573cfe

app-shells/bash-completion: arm stable wrt bug #709762

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash-completion/bash-completion-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-2.10.ebuild 
b/app-shells/bash-completion/bash-completion-2.10.ebuild
index 888d95a724f..800adb6b99d 100644
--- a/app-shells/bash-completion/bash-completion-2.10.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
 IUSE="+eselect test"
 RESTRICT="test"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 5201a8f031ed24f97906f5621546bcb394138141
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5201a8f0

dev-libs/libedit: arm stable wrt bug #709764

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libedit/libedit-20191211.3.1.ebuild 
b/dev-libs/libedit/libedit-20191211.3.1.ebuild
index cda097a9aff..f096b30b57a 100644
--- a/dev-libs/libedit/libedit-20191211.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20191211.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2020-02-17 Thread Agostino Sarubbo
commit: 809dff56536a62a994ddfe58d31a28b3d4aea389
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809dff56

dev-db/mysql-connector-c++: arm stable wrt bug #709622

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
index 0b03e73d257..1e2ef79a9a7 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz";
 
 LICENSE="Artistic GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+legacy libressl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2020-02-17 Thread Agostino Sarubbo
commit: 4d231a3d8e07efc045601a089c7709aa21c6da59
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d231a3d

dev-db/mariadb-connector-c: arm stable wrt bug #709618

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
index 755a1b6320b..7ba6693e152 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
@@ -12,7 +12,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.org/f/${MY_PN}-${PV%_beta}/${PN}-${MY_PV}-src.tar.gz?serve
 -> ${P}-src.tar.gz"
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
 fi
 
 inherit cmake-utils multilib-minimal toolchain-funcs ${VCS_INHERIT}



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

2020-02-17 Thread Agostino Sarubbo
commit: 0c2114ea81f39807b1990b3b591ba8fd9f85614d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2114ea

mail-filter/bogofilter: arm stable wrt bug #709710

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild 
b/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
index 0c05b327f47..7dbd8688028 100644
--- a/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
+++ b/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="berkdb sqlite tokyocabinet"
 
 # pax needed for bf_tar



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

2020-02-17 Thread Agostino Sarubbo
commit: bec2fc79d0c0298a9a8307746455a04f5e9feb9f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec2fc79

net-misc/oidentd: arm stable wrt bug #709454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-misc/oidentd/oidentd-2.4.0.ebuild 
b/net-misc/oidentd/oidentd-2.4.0.ebuild
index 3b85fa13389..1ae8435761f 100644
--- a/net-misc/oidentd/oidentd-2.4.0.ebuild
+++ b/net-misc/oidentd/oidentd-2.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://files.janikrabe.com/pub/${PN}/releases/${PV}/${P}.tar.xz";
 
 LICENSE="BSD-2 GPL-2 LGPL-2+ MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug ipv6 masquerade selinux"
 
 DEPEND="masquerade? ( net-libs/libnetfilter_conntrack )"



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

2020-02-17 Thread Agostino Sarubbo
commit: dfc9c4505004f56d3b15b319c25f12f85c142a0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc9c450

dev-python/toml: arm stable wrt bug #709572

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/toml/toml-0.10.0-r1.ebuild 
b/dev-python/toml/toml-0.10.0-r1.ebuild
index afa4ad96da3..bbfcfc1ab3e 100644
--- a/dev-python/toml/toml-0.10.0-r1.ebuild
+++ b/dev-python/toml/toml-0.10.0-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 # peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
 # particularly worth the trouble.



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

2020-02-17 Thread Agostino Sarubbo
commit: 35b540fbcc43cafa76226ed6c2658bf45a6619c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b540fb

app-eselect/eselect-python: arm stable wrt bug #709778

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-python/eselect-python-20190417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild 
b/app-eselect/eselect-python/eselect-python-20190417.ebuild
index 87a1e540fc0..d4ebbcf7de7 100644
--- a/app-eselect/eselect-python/eselect-python-20190417.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



[gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/

2020-02-17 Thread Agostino Sarubbo
commit: 7a330685eac0e267cd76e39328915b71b119a6b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a330685

net-print/gutenprint: arm stable wrt bug #709586

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/gutenprint/gutenprint-5.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/gutenprint/gutenprint-5.3.3.ebuild 
b/net-print/gutenprint/gutenprint-5.3.3.ebuild
index 0d95e226f70..55d6fa953ad 100644
--- a/net-print/gutenprint/gutenprint-5.3.3.ebuild
+++ b/net-print/gutenprint/gutenprint-5.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 IUSE="cups gimp gtk nls readline ppds static-libs"
 REQUIRED_USE="gimp? ( gtk )"



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

2020-02-17 Thread Agostino Sarubbo
commit: 94e21596016f360150171126c6c69b37887ab462
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e21596

dev-perl/DBD-mysql: arm stable wrt bug #709628

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
index 7144238b0f8..64192b8691f 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
@@ -10,7 +10,7 @@ inherit eutils perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="mariadb +mysql test +ssl"
 RESTRICT="!test? ( test )"



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

2020-02-17 Thread Agostino Sarubbo
commit: a52a28e4547e684edbcd2b3fb7608feba91b6ace
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52a28e4

sys-apps/tcp-wrappers: arm stable wrt bug #707548

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
index 851b32e5265..9265a3a5709 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 netgroups static-libs"
 
 RDEPEND=""



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

2020-02-17 Thread Agostino Sarubbo
commit: f007c1e46d98b9450136a2f997a6ef63a99aa02e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:45:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:45:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f007c1e4

media-libs/glm: arm stable wrt bug #709582

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/glm/glm-0.9.9.7.ebuild 
b/media-libs/glm/glm-0.9.9.7.ebuild
index d806cb6f375..467e3cd198f 100644
--- a/media-libs/glm/glm-0.9.9.7.ebuild
+++ b/media-libs/glm/glm-0.9.9.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="|| ( HappyBunny MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~x86"
 IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 6d7ce75f33ebf124eda7b8a776e1684956652efe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7ce75f

dev-libs/libnatspec: arm stable wrt bug #709342

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild 
b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
index a78d03b776f..9a8e4d7daf8 100644
--- a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
+++ b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86"
 IUSE="doc python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-02-17 Thread Agostino Sarubbo
commit: 3e7fee8abb898ee46f6c1316d128bd1bfdd9b460
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7fee8a

dev-util/scons: arm stable wrt bug #709770

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/scons/scons-3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/scons/scons-3.1.2.ebuild 
b/dev-util/scons/scons-3.1.2.ebuild
index 7ce5db4457e..8409c90a9f3 100644
--- a/dev-util/scons/scons-3.1.2.ebuild
+++ b/dev-util/scons/scons-3.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: d4d2a8a117566680b1fcfa3a1ee2b1c6e5de9934
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:44:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:44:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d2a8a1

app-arch/snappy: arm stable wrt bug #709758

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-arch/snappy/snappy-1.1.8.ebuild 
b/app-arch/snappy/snappy-1.1.8.ebuild
index 5ebbe477c59..5c422697213 100644
--- a/app-arch/snappy/snappy-1.1.8.ebuild
+++ b/app-arch/snappy/snappy-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: de5896901d467deb06b7b9b1b1f9746f8bdf5799
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:47:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:47:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de589690

app-shells/bash-completion: sparc stable wrt bug #709762

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash-completion/bash-completion-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-2.10.ebuild 
b/app-shells/bash-completion/bash-completion-2.10.ebuild
index 800adb6b99d..8c8e509e662 100644
--- a/app-shells/bash-completion/bash-completion-2.10.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
 IUSE="+eselect test"
 RESTRICT="test"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: afab42b274ff353f5fba843fc9c3c47b84858431
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:47:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:47:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afab42b2

app-eselect/eselect-python: sparc stable wrt bug #709778

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-python/eselect-python-20190417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild 
b/app-eselect/eselect-python/eselect-python-20190417.ebuild
index d4ebbcf7de7..c153992e203 100644
--- a/app-eselect/eselect-python/eselect-python-20190417.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2020-02-17 Thread Agostino Sarubbo
commit: 26244cfe3e5c4d5e8f2a6bebb236f53d304508a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:47:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:47:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26244cfe

sys-apps/tcp-wrappers: sparc stable wrt bug #707548

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
index 9265a3a5709..857524ec274 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 netgroups static-libs"
 
 RDEPEND=""



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

2020-02-17 Thread Agostino Sarubbo
commit: e5201bffddaca628f8f3d33cd2d75b69676b5168
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5201bff

dev-db/mysql-connector-c: s390 stable wrt bug #709620

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
index ffcaacfef79..4a2710d536e 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://dev.mysql.com/downloads/";
 LICENSE="GPL-2"
 
 
SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz";
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86"
 
 SLOT="0/21"
 IUSE="ldap libressl static-libs"



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

2020-02-17 Thread Agostino Sarubbo
commit: 464e4fe80d699622de7ffcb75d28c04612013068
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464e4fe8

app-eselect/eselect-python: s390 stable wrt bug #709778

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-python/eselect-python-20190417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild 
b/app-eselect/eselect-python/eselect-python-20190417.ebuild
index c153992e203..891878e634e 100644
--- a/app-eselect/eselect-python/eselect-python-20190417.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2020-02-17 Thread Agostino Sarubbo
commit: 115b8a334c3b45d34d272c066351d5d11c1f35b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115b8a33

net-libs/miniupnpc: s390 stable wrt bug #709768

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2020-02-17 Thread Agostino Sarubbo
commit: 7239be842f4840b280c67780a7895bdf82f1cefc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7239be84

dev-libs/libnatspec: s390 stable wrt bug #709342

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild 
b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
index 9a8e4d7daf8..b28cd0e0bfb 100644
--- a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
+++ b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86"
 IUSE="doc python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-02-17 Thread Agostino Sarubbo
commit: 75ff33e1d167ab8d6ca06ae63a2b5bd3e0210243
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ff33e1

app-arch/snappy: s390 stable wrt bug #709758

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-arch/snappy/snappy-1.1.8.ebuild 
b/app-arch/snappy/snappy-1.1.8.ebuild
index 5c422697213..5671022783d 100644
--- a/app-arch/snappy/snappy-1.1.8.ebuild
+++ b/app-arch/snappy/snappy-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: bb82f9f281567725339a1e7af62a8076848ffb8a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb82f9f2

dev-util/scons: s390 stable wrt bug #709770

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/scons/scons-3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/scons/scons-3.1.2.ebuild 
b/dev-util/scons/scons-3.1.2.ebuild
index 8409c90a9f3..e2ea805ead6 100644
--- a/dev-util/scons/scons-3.1.2.ebuild
+++ b/dev-util/scons/scons-3.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 59f5292c4ca80ffeb29f79fa6f85d13832e5a031
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f5292c

dev-libs/libedit: s390 stable wrt bug #709764

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libedit/libedit-20191211.3.1.ebuild 
b/dev-libs/libedit/libedit-20191211.3.1.ebuild
index f096b30b57a..5bd674a880c 100644
--- a/dev-libs/libedit/libedit-20191211.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20191211.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2020-02-17 Thread Agostino Sarubbo
commit: af8e60227ccf47f1b2c38cbe74f08fd9638c8bc0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 11:53:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 11:53:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8e6022

dev-db/mariadb-connector-c: s390 stable wrt bug #709618

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
index 7ba6693e152..d2835a00776 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
@@ -12,7 +12,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.org/f/${MY_PN}-${PV%_beta}/${PN}-${MY_PV}-src.tar.gz?serve
 -> ${P}-src.tar.gz"
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc x86"
 fi
 
 inherit cmake-utils multilib-minimal toolchain-funcs ${VCS_INHERIT}



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

2020-02-17 Thread Agostino Sarubbo
commit: a9c59324048342d0f2c283bcbedc42d6cf3749f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:09:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:09:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c59324

dev-cpp/lucene++: ppc stable wrt bug #709704

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild 
b/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild
index 7c5d6e04511..6c6bdf60a7e 100644
--- a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild
+++ b/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.
 
 LICENSE="|| ( LGPL-3 Apache-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc ~x86"
 IUSE="debug"
 
 DEPEND="dev-libs/boost:="



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

2020-02-17 Thread Agostino Sarubbo
commit: 60436265d5bf6ce9816ea6490291f553fa5e189a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60436265

dev-util/scons: ppc stable wrt bug #709770

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/scons/scons-3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/scons/scons-3.1.2.ebuild 
b/dev-util/scons/scons-3.1.2.ebuild
index e2ea805ead6..e28735e0a65 100644
--- a/dev-util/scons/scons-3.1.2.ebuild
+++ b/dev-util/scons/scons-3.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 17f7f6b4247053c1f1dfd3c6c2678f36ce899513
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f7f6b4

sys-apps/tcp-wrappers: ppc stable wrt bug #707548

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
index 857524ec274..9e87d6615d7 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 netgroups static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/

2020-02-17 Thread Agostino Sarubbo
commit: f6b87a8670a198ef6f9bb2b50a3f5a5c32fde452
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:09:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:09:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b87a86

net-print/gutenprint: ppc stable wrt bug #709586

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/gutenprint/gutenprint-5.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/gutenprint/gutenprint-5.3.3.ebuild 
b/net-print/gutenprint/gutenprint-5.3.3.ebuild
index 55d6fa953ad..9fc9a518a46 100644
--- a/net-print/gutenprint/gutenprint-5.3.3.ebuild
+++ b/net-print/gutenprint/gutenprint-5.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 sparc ~x86"
 
 IUSE="cups gimp gtk nls readline ppds static-libs"
 REQUIRED_USE="gimp? ( gtk )"



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

2020-02-17 Thread Agostino Sarubbo
commit: 7ff3cf37f71d91139d11b3e07367a87d7954a699
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:09:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:09:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff3cf37

dev-db/mysql-connector-c: ppc stable wrt bug #709620

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
index 4a2710d536e..b4ee46b1565 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://dev.mysql.com/downloads/";
 LICENSE="GPL-2"
 
 
SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz";
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh sparc 
x86"
 
 SLOT="0/21"
 IUSE="ldap libressl static-libs"



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

2020-02-17 Thread Agostino Sarubbo
commit: b7fdf0fa4e19a065420a0640027ca03adaeb6633
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fdf0fa

dev-python/setuptools_scm: ppc stable wrt bug #709572

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index c6c9f9dec4c..1005bbe2034 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: f5760db822c14529fd304739f8c142692dc97e97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5760db8

dev-python/miniupnpc: ppc stable wrt bug #709768

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
index 8c1fc893ace..bcb47d4fdfb 100644
--- a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=net-libs/miniupnpc-${PV}:0="



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

2020-02-17 Thread Agostino Sarubbo
commit: a49538ac90299fbaddf1292149468db458bbf9f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49538ac

dev-libs/libnatspec: ppc stable wrt bug #709342

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild 
b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
index b28cd0e0bfb..8daf184c560 100644
--- a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
+++ b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86"
 IUSE="doc python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-02-17 Thread Agostino Sarubbo
commit: a18e4d600cad00a357ddd0f614ebd0f1a5324cb3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18e4d60

app-shells/bash-completion: ppc stable wrt bug #709762

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash-completion/bash-completion-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-2.10.ebuild 
b/app-shells/bash-completion/bash-completion-2.10.ebuild
index 8c8e509e662..29bb233d83d 100644
--- a/app-shells/bash-completion/bash-completion-2.10.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
 IUSE="+eselect test"
 RESTRICT="test"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 097afd52c043900b0ffcfd65846636cf5510cd99
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097afd52

mail-filter/bogofilter: ppc stable wrt bug #709710

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild 
b/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
index 7dbd8688028..b7cf1bd4b77 100644
--- a/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
+++ b/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86"
 IUSE="berkdb sqlite tokyocabinet"
 
 # pax needed for bf_tar



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

2020-02-17 Thread Agostino Sarubbo
commit: 94e0701b8c97a89e97a806a6fdcdef267cceff0c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e0701b

net-misc/oidentd: ppc stable wrt bug #709454

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-misc/oidentd/oidentd-2.4.0.ebuild 
b/net-misc/oidentd/oidentd-2.4.0.ebuild
index 1ae8435761f..361befe7500 100644
--- a/net-misc/oidentd/oidentd-2.4.0.ebuild
+++ b/net-misc/oidentd/oidentd-2.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://files.janikrabe.com/pub/${PN}/releases/${PV}/${P}.tar.xz";
 
 LICENSE="BSD-2 GPL-2 LGPL-2+ MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug ipv6 masquerade selinux"
 
 DEPEND="masquerade? ( net-libs/libnetfilter_conntrack )"



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

2020-02-17 Thread Agostino Sarubbo
commit: f64cecd23ca3364d6f298a58c3bc5836fe4dcf93
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64cecd2

dev-libs/libedit: ppc stable wrt bug #709764

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libedit/libedit-20191211.3.1.ebuild 
b/dev-libs/libedit/libedit-20191211.3.1.ebuild
index 5bd674a880c..214267d38b7 100644
--- a/dev-libs/libedit/libedit-20191211.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20191211.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2020-02-17 Thread Agostino Sarubbo
commit: 970aeda44faefb8959d9aa56fafce79955fa0ae6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970aeda4

app-eselect/eselect-python: ppc stable wrt bug #709778

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-python/eselect-python-20190417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild 
b/app-eselect/eselect-python/eselect-python-20190417.ebuild
index 891878e634e..f2f58a80172 100644
--- a/app-eselect/eselect-python/eselect-python-20190417.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2020-02-17 Thread Agostino Sarubbo
commit: dd802f426ba17d7336a3ca0650f83d35204239f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd802f42

net-libs/miniupnpc: ppc stable wrt bug #709768

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2020-02-17 Thread Agostino Sarubbo
commit: 4d7db132119204ed10bc9b10a37e0cfdef677db9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7db132

app-arch/snappy: ppc stable wrt bug #709758

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-arch/snappy/snappy-1.1.8.ebuild 
b/app-arch/snappy/snappy-1.1.8.ebuild
index 5671022783d..ca1750b3cb6 100644
--- a/app-arch/snappy/snappy-1.1.8.ebuild
+++ b/app-arch/snappy/snappy-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/

2020-02-17 Thread Agostino Sarubbo
commit: bb2a5431c1d5678c9c05a91fd75ac6d7702de6ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2a5431

dev-ml/camlp5: ppc stable wrt bug #709348

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ml/camlp5/camlp5-7.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild
index 542b744b42f..e5802860ce2 100644
--- a/dev-ml/camlp5/camlp5-7.11.ebuild
+++ b/dev-ml/camlp5/camlp5-7.11.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ~x86"
 IUSE="doc +ocamlopt"
 
 DEPEND="dev-lang/ocaml"



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

2020-02-17 Thread Agostino Sarubbo
commit: 2152f4085f3159ed222bd56ff945b94d3937486a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:08:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152f408

dev-python/toml: ppc stable wrt bug #709572

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/toml/toml-0.10.0-r1.ebuild 
b/dev-python/toml/toml-0.10.0-r1.ebuild
index bbfcfc1ab3e..d63aa917299 100644
--- a/dev-python/toml/toml-0.10.0-r1.ebuild
+++ b/dev-python/toml/toml-0.10.0-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
 
 # peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
 # particularly worth the trouble.



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

2020-02-17 Thread Agostino Sarubbo
commit: fb5852b72a1533bf2e1228f4f59cbaf04a64f877
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:09:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:09:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5852b7

dev-perl/DBD-mysql: ppc stable wrt bug #709628

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
index 64192b8691f..4d0ac82b32d 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
@@ -10,7 +10,7 @@ inherit eutils perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
 
 IUSE="mariadb +mysql test +ssl"
 RESTRICT="!test? ( test )"



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

2020-02-17 Thread Agostino Sarubbo
commit: bc6e3b7b4f0bc4026a3c9f3ebbb5958da6237521
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6e3b7b

dev-python/miniupnpc: amd64 stable wrt bug #709768

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
index bcb47d4fdfb..a5e993bcf84 100644
--- a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=net-libs/miniupnpc-${PV}:0="



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

2020-02-17 Thread Agostino Sarubbo
commit: 8cd44d7319dd2cb5d09351b922e27f3df6965305
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:11:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:11:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd44d73

sys-apps/tcp-wrappers: amd64 stable wrt bug #707548

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
index 9e87d6615d7..c629ef4eeb6 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 netgroups static-libs"
 
 RDEPEND=""



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

2020-02-17 Thread Agostino Sarubbo
commit: 8147f1c9060d544ed1db2521ef6d4469284f5262
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8147f1c9

dev-libs/libedit: amd64 stable wrt bug #709764

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libedit/libedit-20191211.3.1.ebuild 
b/dev-libs/libedit/libedit-20191211.3.1.ebuild
index 214267d38b7..8ae4e4753b5 100644
--- a/dev-libs/libedit/libedit-20191211.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20191211.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2020-02-17 Thread Agostino Sarubbo
commit: bcbb3e0e0be706ff4d7de8c8a0e00bfdb06bb0d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbb3e0e

app-eselect/eselect-python: amd64 stable wrt bug #709778

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-python/eselect-python-20190417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild 
b/app-eselect/eselect-python/eselect-python-20190417.ebuild
index f2f58a80172..a4030761d05 100644
--- a/app-eselect/eselect-python/eselect-python-20190417.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2020-02-17 Thread Agostino Sarubbo
commit: 242adc1f3119a13f1748a69787948ded7f9dd22e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:11:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:11:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242adc1f

app-shells/bash-completion: amd64 stable wrt bug #709762

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-shells/bash-completion/bash-completion-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-2.10.ebuild 
b/app-shells/bash-completion/bash-completion-2.10.ebuild
index 29bb233d83d..e71176b63a9 100644
--- a/app-shells/bash-completion/bash-completion-2.10.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
 IUSE="+eselect test"
 RESTRICT="test"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: ae33cca4c20ca2287bb1576a70182f224171a54d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:11:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:11:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae33cca4

mail-filter/bogofilter: amd64 stable wrt bug #709710

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild 
b/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
index b7cf1bd4b77..f1b098ae3ef 100644
--- a/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
+++ b/mail-filter/bogofilter/bogofilter-1.2.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86"
 IUSE="berkdb sqlite tokyocabinet"
 
 # pax needed for bf_tar



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

2020-02-17 Thread Agostino Sarubbo
commit: 83e586f2c853332ced829632176c3be0bdbd605b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:11:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:11:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e586f2

dev-libs/qtkeychain: amd64 stable wrt bug #709706

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild 
b/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild
index e8195563832..35bb5a67749 100644
--- a/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild
+++ b/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Qt API for storing passwords securely"
 
 if [[ ${PV} != ** ]]; then

SRC_URI="https://github.com/frankosterfeld/qtkeychain/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 x86"
+   KEYWORDS="amd64 ~arm64 x86"
 else
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"



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

2020-02-17 Thread Agostino Sarubbo
commit: 49996b57428d9fdb1e2f4be581b6bd6c05e62f58
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:13:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:13:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49996b57

media-sound/qtractor: amd64 stable wrt bug #709872

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/qtractor/qtractor-0.9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qtractor/qtractor-0.9.12.ebuild 
b/media-sound/qtractor/qtractor-0.9.12.ebuild
index ac61f7e7896..85afa2cb759 100644
--- a/media-sound/qtractor/qtractor-0.9.12.ebuild
+++ b/media-sound/qtractor/qtractor-0.9.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="aubio cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband 
vorbis zlib"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: e4c8a4ef7f7db8c421a86b51cd8acd483ae061f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:11:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:11:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c8a4ef

app-arch/snappy: amd64 stable wrt bug #709758

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-arch/snappy/snappy-1.1.8.ebuild 
b/app-arch/snappy/snappy-1.1.8.ebuild
index ca1750b3cb6..4f578cfc83b 100644
--- a/app-arch/snappy/snappy-1.1.8.ebuild
+++ b/app-arch/snappy/snappy-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: 7914e6c5a10ad253f1103c9b24f8392feeaed6ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7914e6c5

dev-python/PyGithub: amd64 stable wrt bug #709766

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.45.ebuild 
b/dev-python/PyGithub/PyGithub-1.45.ebuild
index 743af134339..542c7f4c60d 100644
--- a/dev-python/PyGithub/PyGithub-1.45.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.45.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: db50fed888d0d7933f1efe602eaecfef935bf414
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:13:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:13:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db50fed8

media-gfx/plantuml: amd64 stable wrt bug #709874

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild 
b/media-gfx/plantuml/plantuml-1.2020.0.ebuild
index 62b6323d8b9..e02996fa69c 100644
--- a/media-gfx/plantuml/plantuml-1.2020.0.ebuild
+++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://plantuml.com";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8"
 



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

2020-02-17 Thread Agostino Sarubbo
commit: b73e1f435e2f2a95a557add472c9916604add85b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73e1f43

net-libs/miniupnpc: amd64 stable wrt bug #709768

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



  1   2   3   4   5   6   7   8   9   10   >