[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/

2019-10-09 Thread Yixun Lan
commit: 7e88b8da729ce25c85ca0e99ae3a480f299aec12
Author: Graham Ramsey  gmail  com>
AuthorDate: Tue Oct  8 17:05:00 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Oct  9 07:36:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e88b8da

app-i18n/ibus-libpinyin: Updated 11.1 ebuild to EAPI 7 & python3_7

Bug: https://bugs.gentoo.org/696512
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Graham Ramsey  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
index 646cb4dae3f..375b5209b93 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-PYTHON_REQ_USE="sqlite(+)"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit autotools gnome2-utils python-single-r1
 
@@ -22,17 +21,20 @@ KEYWORDS="~amd64 ~x86"
 IUSE="boost lua opencc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+BDEPEND="
+   virtual/pkgconfig"
+
+DEPEND="${PYTHON_DEPS}
app-i18n/ibus[python(+),${PYTHON_USEDEP}]
>=app-i18n/libpinyin-2.1.0:=
dev-python/pygobject:3[${PYTHON_USEDEP}]
+   virtual/libintl
+   dev-db/sqlite:3
boost? ( dev-libs/boost:= )
lua? ( dev-lang/lua:0 )
opencc? ( app-i18n/opencc:= )"
 
-DEPEND="${RDEPEND}
-   virtual/libintl
-   virtual/pkgconfig"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
if use boost; then



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/

2019-10-09 Thread Yixun Lan
commit: 04669860d2e5824cc7b4220c143ff6cc32c1dad4
Author: Graham Ramsey  gmail  com>
AuthorDate: Tue Oct  8 17:23:53 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Oct  9 07:36:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04669860

app-i18n/ibus-libpinyin: removed boost patch (now in upstream)

I worked with upstream and they accepted this patch, and
updated their boost m4 so no longer required in ebuild.

Bug: https://bugs.gentoo.org/696512
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Graham Ramsey  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
index 375b5209b93..5f6789fe339 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
@@ -7,12 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit autotools gnome2-utils python-single-r1
 
-BOOST_M4_GIT_VERSION=282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d
-
 DESCRIPTION="Intelligent Pinyin and Bopomofo input methods based on LibPinyin 
for IBus"
 HOMEPAGE="https://github.com/libpinyin/ibus-libpinyin 
https://sourceforge.net/projects/libpinyin/";
 SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-   boost? ( 
https://github.com/tsuna/boost.m4/raw/${BOOST_M4_GIT_VERSION}/build-aux/boost.m4
 -> boost.${BOOST_M4_GIT_VERSION}.m4 )
 "
 
 LICENSE="GPL-2"
@@ -37,10 +34,6 @@ DEPEND="${PYTHON_DEPS}
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   if use boost; then
-   cp "${DISTDIR}/boost.${BOOST_M4_GIT_VERSION}.m4" "m4/boost.m4" \
-   || die "copying newer version of boost.m4 file failed"
-   fi
default
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/

2019-10-09 Thread Yixun Lan
commit: c52e85c200e8a264d724f0b514067b6a20de2b59
Author: Graham Ramsey  gmail  com>
AuthorDate: Mon Oct  7 12:00:29 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Oct  9 07:36:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52e85c2

app-i18n/ibus-libpinyin: Version bump for 1.11.1

(no changes needed, same as 1.10.0 except for version)

Closes: https://bugs.gentoo.org/696512
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Graham Ramsey  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus-libpinyin/Manifest   |  1 +
 .../ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild| 60 ++
 2 files changed, 61 insertions(+)

diff --git a/app-i18n/ibus-libpinyin/Manifest b/app-i18n/ibus-libpinyin/Manifest
index afa6c68962d..7118dc9a35a 100644
--- a/app-i18n/ibus-libpinyin/Manifest
+++ b/app-i18n/ibus-libpinyin/Manifest
@@ -1,4 +1,5 @@
 DIST boost.282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d.m4 55907 BLAKE2B 
16ac81094457c80b418109104139c1604e38ec58d6065474cc512668601f12896c4d470fe15c9a366a5ec63d50135265df71f28f4202fa283231879fafb0efbc
 SHA512 
382c7f8a94059ae9816783b12c2d27ee6ca69e23ef7085bf2ee5a31109e6ab0c3d0b0042a3dc290b89276b6315d767aedf073dca390fa688a9aae07e837f83c9
 DIST ibus-libpinyin-1.10.0.tar.gz 1693440 BLAKE2B 
5e0d9debddfbb81fcb45ac86d1fe8fb1220a50c527222fb3c3431149231f41dcc59ae87da9ae9485e2585f0e3051ac4d1792407ba62d90e5e0323c482d52318f
 SHA512 
c9fdc28562714bddc889805e1d439a7dd425f721a8236b8f8ec4727ce24e5053693b3e5bd9b06ced22ceb66bc7621715f7ee52e00af3b8b113503a5ce6963ca0
+DIST ibus-libpinyin-1.11.1.tar.gz 1728202 BLAKE2B 
6e2273c4ff1be76bb8b0e65b915e039c0a181981d20ed94662184e161e8639ad3d548de981d7bbae950ab8b5019bedaed9593e03282e2f9d207f831929d422bc
 SHA512 
48691952a10f4ab545d8e233dc3cd75fc54270c03a687820048152636df26d233ee0fba89e4ec2ccd5a6e410b41e556872e3dd2468d59d44b3440e904b93528b
 DIST ibus-libpinyin-1.9.2.tar.gz 1693247 BLAKE2B 
a887be2a11406420e86cf1e7f76f8d8c06cbffa62a0ab42d450015965c24accab51164ed18cdc8e24f26edf03676603a691c907e00722efc24e947919345570f
 SHA512 
008390049b0186b7163cfd8857806715dd78235fc1e35a89d4b58a38eb7f292b643d48f502c0c924512a9f5a96d2581f577d6a9ec3b660d05d9a4adcde970430
 DIST ibus-libpinyin-1.9.3.tar.gz 1692251 BLAKE2B 
6f23a8838f90c082a43fc2922bcaf13ecf287fdfb898f1ba213739f8e2f65ff9a68bdc57cf8f82e73e2c5e1569f1209b8294b45c30c5c3b7e32287b73394ddc7
 SHA512 
cad3d8415e0c206cbd2eb606ea04b5861e10c3a5f614d90bbba29b751fcc978e2ce1a8a000ceb8cc98de1afcc145ea62b5ee8e9d34e4184bccc487225b34ab1a

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
new file mode 100644
index 000..646cb4dae3f
--- /dev/null
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit autotools gnome2-utils python-single-r1
+
+BOOST_M4_GIT_VERSION=282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d
+
+DESCRIPTION="Intelligent Pinyin and Bopomofo input methods based on LibPinyin 
for IBus"
+HOMEPAGE="https://github.com/libpinyin/ibus-libpinyin 
https://sourceforge.net/projects/libpinyin/";
+SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   boost? ( 
https://github.com/tsuna/boost.m4/raw/${BOOST_M4_GIT_VERSION}/build-aux/boost.m4
 -> boost.${BOOST_M4_GIT_VERSION}.m4 )
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="boost lua opencc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   >=app-i18n/libpinyin-2.1.0:=
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   boost? ( dev-libs/boost:= )
+   lua? ( dev-lang/lua:0 )
+   opencc? ( app-i18n/opencc:= )"
+
+DEPEND="${RDEPEND}
+   virtual/libintl
+   virtual/pkgconfig"
+
+src_prepare() {
+   if use boost; then
+   cp "${DISTDIR}/boost.${BOOST_M4_GIT_VERSION}.m4" "m4/boost.m4" \
+   || die "copying newer version of boost.m4 file failed"
+   fi
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-english-input-mode \
+   $(use_enable boost) \
+   $(use_enable lua lua-extension) \
+   $(use_enable opencc)
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



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

2019-10-09 Thread Agostino Sarubbo
commit: 824eee686510b180dac21fff8584d3f16b01910d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:12:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:12:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824eee68

net-misc/freerdp: ppc stable wrt bug #672010

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

 net-misc/freerdp/freerdp-2.0.0_rc4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild 
b/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
index 26e3c838fd0..5610a48ae96 100644
--- a/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
+++ b/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} !=  ]]; then
S="${WORKDIR}/${MY_P}"
SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz

https://github.com/FreeRDP/FreeRDP/commit/6931f54fad12eaf46a72c5c02ac05da817ab6b94.patch
 -> freerdp-2.0.0-rc4-fix-NTLM-AvPair-lists.patch"
-   KEYWORDS="alpha amd64 arm arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="alpha amd64 arm arm64 ppc ~ppc64 x86"
 else
inherit git-r3
SRC_URI=""



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

2019-10-09 Thread Agostino Sarubbo
commit: 235fa004274ac60fdacf405efc7a88a9d0afc3a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:12:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:12:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235fa004

dev-libs/openssl: ppc stable wrt bug #696010

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

 dev-libs/openssl/openssl-1.1.1d-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1d-r2.ebuild 
b/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
index 3ff2f47bbde..aff2ff9e343 100644
--- a/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
@@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 [[ "${PV}" = *_pre* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 
static-libs test tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2019-10-09 Thread Agostino Sarubbo
commit: 212a8ed7c4963f62bb389e07211eee83d8645dd2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:23:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212a8ed7

net-misc/freerdp: ppc64 stable wrt bug #672010

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/freerdp/freerdp-2.0.0_rc4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild 
b/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
index 5610a48ae96..2e2b4e41b52 100644
--- a/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
+++ b/net-misc/freerdp/freerdp-2.0.0_rc4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} !=  ]]; then
S="${WORKDIR}/${MY_P}"
SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz

https://github.com/FreeRDP/FreeRDP/commit/6931f54fad12eaf46a72c5c02ac05da817ab6b94.patch
 -> freerdp-2.0.0-rc4-fix-NTLM-AvPair-lists.patch"
-   KEYWORDS="alpha amd64 arm arm64 ppc ~ppc64 x86"
+   KEYWORDS="alpha amd64 arm arm64 ppc ppc64 x86"
 else
inherit git-r3
SRC_URI=""



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

2019-10-09 Thread Agostino Sarubbo
commit: 9b5604bd5db88fd1b8c87fc3e32f46b20437523c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:23:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:23:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5604bd

dev-libs/openssl: ppc64 stable wrt bug #696010

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/openssl/openssl-1.1.1d-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1d-r2.ebuild 
b/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
index aff2ff9e343..d717e1022e0 100644
--- a/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
@@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 [[ "${PV}" = *_pre* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 
static-libs test tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2019-10-09 Thread Agostino Sarubbo
commit: 9fe06510ba54d17f8eb7a49115724c4c4c2139a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe06510

dev-libs/gobject-introspection: sparc stable wrt bug #685254

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

 dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild
index de1d35da2cd..9a0bcbf8665 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
test? ( cairo )
 "
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # virtual/pkgconfig needed at runtime, bug #505408
 # We force glib and g-i to be in sync by this way as explained in bug #518424



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

2019-10-09 Thread Agostino Sarubbo
commit: 6c4ba2985bde46fad6274ba398c29e66bf15f8fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4ba298

dev-libs/openssl: sparc stable wrt bug #696010

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

 dev-libs/openssl/openssl-1.1.1d-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1d-r2.ebuild 
b/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
index d717e1022e0..a28990d986c 100644
--- a/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1d-r2.ebuild
@@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 [[ "${PV}" = *_pre* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 
static-libs test tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/

2019-10-09 Thread Agostino Sarubbo
commit: ed708a4658651e01fa5d7ed256918605e3ed1b55
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:26:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:26:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed708a46

app-accessibility/at-spi2-atk: sparc stable wrt bug #685254

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

 app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild
index c1a07f4e07b..ae7f66a631b 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: 7bfaf2814c9536567441eb703fc313fbae8ef7bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfaf281

app-crypt/libsecret: sparc stable wrt bug #685254

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

 app-crypt/libsecret/libsecret-0.18.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libsecret/libsecret-0.18.8.ebuild 
b/app-crypt/libsecret/libsecret-0.18.8.ebuild
index d79ee33d4c9..e2192fecdb2 100644
--- a/app-crypt/libsecret/libsecret-0.18.8.ebuild
+++ b/app-crypt/libsecret/libsecret-0.18.8.ebuild
@@ -18,7 +18,7 @@ IUSE="+crypt +introspection test +vala"
 REQUIRED_USE="test? ( introspection )
vala? ( introspection )"
 
-KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
 
 RDEPEND="
>=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]



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

2019-10-09 Thread Agostino Sarubbo
commit: 4400561aa575aa8af802c2bcc92afc37b4d785cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:26:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:26:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4400561a

app-crypt/gcr: sparc stable wrt bug #685254

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

 app-crypt/gcr/gcr-3.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gcr/gcr-3.28.1.ebuild b/app-crypt/gcr/gcr-3.28.1.ebuild
index 6350c06896f..6dd0c5a39a3 100644
--- a/app-crypt/gcr/gcr-3.28.1.ebuild
+++ b/app-crypt/gcr/gcr-3.28.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0/1" # subslot = suffix of libgcr-3
 IUSE="debug gtk +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 COMMON_DEPEND="
>=app-crypt/p11-kit-0.19



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

2019-10-09 Thread Agostino Sarubbo
commit: a8a433687101ee7c7ee3ed4cb8951ba78402f714
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a43368

net-libs/libnice: sparc stable wrt bug #685254

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

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

diff --git a/net-libs/libnice/libnice-0.1.15.ebuild 
b/net-libs/libnice/libnice-0.1.15.ebuild
index 096899283e9..c61248f904e 100644
--- a/net-libs/libnice/libnice-0.1.15.ebuild
+++ b/net-libs/libnice/libnice-0.1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz";
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+gnutls +introspection libressl +upnp"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: 9c91c139bb87a547a2db020583d745781bb78ce9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c91c139

gnome-base/dconf: sparc stable wrt bug #685254

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

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

diff --git a/gnome-base/dconf/dconf-0.30.1.ebuild 
b/gnome-base/dconf/dconf-0.30.1.ebuild
index 71ea5bba271..87c2e5932b9 100644
--- a/gnome-base/dconf/dconf-0.30.1.ebuild
+++ b/gnome-base/dconf/dconf-0.30.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/dconf";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="gtk-doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/

2019-10-09 Thread Agostino Sarubbo
commit: 48e34f42e2ab61f3af6be601c373259cf1ff2b80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:26:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:26:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e34f42

app-accessibility/at-spi2-core: sparc stable wrt bug #685254

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

 app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild
index f4587a3614c..12e13061eda 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 LICENSE="LGPL-2+"
 SLOT="2"
 IUSE="X gtk-doc +introspection"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]



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

2019-10-09 Thread Agostino Sarubbo
commit: 008f3d3fabd61da9aecb70e81457e6cf0001fb9a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008f3d3f

x11-libs/gdk-pixbuf: sparc stable wrt bug #685254

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

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
index d6594527ccc..742cfe83cb1 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/gdk-pixbuf";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="X gtk-doc +introspection jpeg tiff"
 
 # TODO: For windows/darwin support: shared-mime-info conditional, 
native_windows_loaders option review



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

2019-10-09 Thread Agostino Sarubbo
commit: d1762d826113f7cc9546cf879394e7167c0353fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1762d82

dev-python/dbusmock: sparc stable wrt bug #685254

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

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

diff --git a/dev-python/dbusmock/dbusmock-0.18.2.ebuild 
b/dev-python/dbusmock/dbusmock-0.18.2.ebuild
index 519fbc58919..e6abe64d726 100644
--- a/dev-python/dbusmock/dbusmock-0.18.2.ebuild
+++ b/dev-python/dbusmock/dbusmock-0.18.2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/martinpitt/${MY_PN}/releases/download/${PV}/${MY_P}.
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2019-10-09 Thread Agostino Sarubbo
commit: da4f9307b09fd3b38e0e11e3dc599e53c99cc4e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4f9307

dev-libs/gobject-introspection-common: sparc stable wrt bug #685254

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

 .../gobject-introspection-common-1.58.3.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild
index db31c21bfd7..e036dc6c708 100644
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection";
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"



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

2019-10-09 Thread Agostino Sarubbo
commit: 02b00e83745daabfa789ff8024a63ca1d7e9e614
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b00e83

dev-python/pygobject: sparc stable wrt bug #685254

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

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

diff --git a/dev-python/pygobject/pygobject-3.32.1.ebuild 
b/dev-python/pygobject/pygobject-3.32.1.ebuild
index 688535e40eb..7fa08e07343 100644
--- a/dev-python/pygobject/pygobject-3.32.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.32.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject";
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-10-09 Thread Agostino Sarubbo
commit: 83642493bbdc6b3c89a54174c1c6a97a65f9758c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83642493

dev-cpp/glibmm: sparc stable wrt bug #685254

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

 dev-cpp/glibmm/glibmm-2.58.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glibmm/glibmm-2.58.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.58.1.ebuild
index 8602539bccc..22ac602c27d 100644
--- a/dev-cpp/glibmm/glibmm-2.58.1.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.58.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gtkmm.org";
 
 LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="doc debug test"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: 45352ea10b1215020a1e2d4b155309fc87879b1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45352ea1

net-libs/libsoup: sparc stable wrt bug #685254

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

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

diff --git a/net-libs/libsoup/libsoup-2.64.2.ebuild 
b/net-libs/libsoup/libsoup-2.64.2.ebuild
index ac7143187f6..1c3c04ae246 100644
--- a/net-libs/libsoup/libsoup-2.64.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.64.2.ebuild
@@ -16,7 +16,7 @@ SLOT="2.4"
 IUSE="debug gssapi +introspection samba ssl test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



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

2019-10-09 Thread Agostino Sarubbo
commit: d5f73eaecbdd4ee63599c082a574ac901fba459f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f73eae

dev-libs/gjs: sparc stable wrt bug #685254

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

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

diff --git a/dev-libs/gjs/gjs-1.54.3.ebuild b/dev-libs/gjs/gjs-1.54.3.ebuild
index 86eced5fe04..b23457717dd 100644
--- a/dev-libs/gjs/gjs-1.54.3.ebuild
+++ b/dev-libs/gjs/gjs-1.54.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs";
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk readline test"
-KEYWORDS="alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.54.0



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

2019-10-09 Thread Agostino Sarubbo
commit: 86aa19d25ca806eae4f23158d7d9f299e73e6e18
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 08:27:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 08:27:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86aa19d2

gnome-base/gnome-keyring: sparc stable wrt bug #685254

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

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

diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.28.2.ebuild 
b/gnome-base/gnome-keyring/gnome-keyring-3.28.2.ebuild
index 52b6ce5263c..fdcfd921648 100644
--- a/gnome-base/gnome-keyring/gnome-keyring-3.28.2.ebuild
+++ b/gnome-base/gnome-keyring/gnome-keyring-3.28.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring";
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+caps pam selinux +ssh-agent test"
-KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/

2019-10-09 Thread Agostino Sarubbo
commit: ea7e5914cbf286e95ac698546a749d0f73339718
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:26:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:26:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7e5914

www-apps/mediawiki: ppc stable wrt bug #696970

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

 www-apps/mediawiki/mediawiki-1.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/mediawiki/mediawiki-1.32.2.ebuild 
b/www-apps/mediawiki/mediawiki-1.32.2.ebuild
index b211b54dfd9..2c7817a4cf8 100644
--- a/www-apps/mediawiki/mediawiki-1.32.2.ebuild
+++ b/www-apps/mediawiki/mediawiki-1.32.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mediawiki.org";
 SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~x86"
 IUSE="imagemagick mysql postgres sqlite"
 
 
RDEPEND=">=dev-lang/php-7.0.0[fileinfo,iconv,json,mysql?,postgres?,session,ssl,unicode,xml,xmlreader]



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

2019-10-09 Thread Agostino Sarubbo
commit: 13ea93a4acad56f19e2c6d29b44ff0aff5e8502a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:26:58 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:26:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ea93a4

dev-db/phpmyadmin: ppc stable wrt bug #696976

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

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
index b0e6be3d92e..aa3a97f9552 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: 1b47bc9b0fa6bee973b2fd0e38cb08b38b2c4236
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:26:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:26:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b47bc9b

net-analyzer/tcpflow: ppc stable wrt bug #696948

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

 net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild 
b/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
index bf0aeffb4aa..8e3d8c72450 100644
--- a/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 SLOT="0"
 IUSE="cairo test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-10-09 Thread Agostino Sarubbo
commit: c1bdf18a35f625decd938e0c579d7b86ce0b2dc4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:27:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:27:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bdf18a

dev-db/phpmyadmin: ppc64 stable wrt bug #696976

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
index aa3a97f9552..aefd793588b 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: ad9926389341d9f2d12ad5aa425358d874f9caf3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:29:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:29:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad992638

media-sound/pulseaudio: sparc stable wrt bug #692932

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

 media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild 
b/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild
index 14fcb10d3ed..dfd5ec20d57 100644
--- a/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz";
 LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 
 # +alsa-plugin as discussed in bug #519530
 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer elogind 
gconf



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

2019-10-09 Thread Agostino Sarubbo
commit: 129ce0b1f5a645c44df46668aeea2ee7b11d2d6a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:28:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:28:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129ce0b1

dev-libs/gobject-introspection: sparc stable wrt bug #692932

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

 dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild
index af2c62cfe25..578786fc9d1 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
test? ( cairo )
 "
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # virtual/pkgconfig needed at runtime, bug #505408
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: 97169562d409e79b9184a8930dcaeaafee7306a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:28:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:28:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97169562

gnome-base/gvfs: sparc stable wrt bug #692932

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

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

diff --git a/gnome-base/gvfs/gvfs-1.40.2.ebuild 
b/gnome-base/gvfs/gvfs-1.40.2.ebuild
index dbf07c77c2d..b949c8043e8 100644
--- a/gnome-base/gvfs/gvfs-1.40.2.ebuild
+++ b/gnome-base/gvfs/gvfs-1.40.2.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.57.2:2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2019-10-09 Thread Agostino Sarubbo
commit: 76dc98146ed54494c567d469e7884cfca87044f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:28:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:28:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dc9814

dev-libs/gobject-introspection-common: sparc stable wrt bug #692932

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

 .../gobject-introspection-common-1.60.2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
index f14cbb58dbb..9c001af11ae 100644
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.60.2.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection";
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"



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

2019-10-09 Thread Agostino Sarubbo
commit: a66bdbb71a065cd647e4bac64efa338e9c5971af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:29:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:29:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66bdbb7

dev-db/phpmyadmin: sparc stable wrt bug #696976

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

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
index aefd793588b..ed7f89de8df 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: feeacbc4d5773fa0c46a9ca9bf1ec804f74fae2b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 09:28:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 09:28:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feeacbc4

dev-libs/glib: sparc stable wrt bug #692932

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

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

diff --git a/dev-libs/glib/glib-2.60.6.ebuild b/dev-libs/glib/glib-2.60.6.ebuild
index 1db43955134..a739e5b4a55 100644
--- a/dev-libs/glib/glib-2.60.6.ebuild
+++ b/dev-libs/glib/glib-2.60.6.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs systemtap test utils xattr"
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # * libelf isn't strictly necessary, but makes gresource tool more useful, and
 # the check is automagic in gio/meson.build. gresource is not a multilib tool



[gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/

2019-10-09 Thread Bernard Cafarelli
commit: 9154a1773f733296814b387cd2c25b12d6342fe5
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  9 08:19:02 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  9 09:45:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9154a177

www-apps/piwigo: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/piwigo/Manifest|  1 -
 www-apps/piwigo/piwigo-2.9.4.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 9a370dabb25..b042a8e9c53 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,2 @@
 DIST piwigo-2.10.0.zip 17155586 BLAKE2B 
55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327
 SHA512 
665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
-DIST piwigo-2.9.4.zip 7846445 BLAKE2B 
8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57
 SHA512 
b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 
6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7
 SHA512 
d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.9.4.ebuild 
b/www-apps/piwigo/piwigo-2.9.4.ebuild
deleted file mode 100644
index f9d1dfb8d27..000
--- a/www-apps/piwigo/piwigo-2.9.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/";
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-   imagemagick? ( virtual/imagemagick-tools )
-   dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-   >=virtual/mysql-5.0
-   virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   # Local configuration, and parts that can be updated
-   webapp_serverowned "${MY_HTDOCSDIR}"/_data
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-   webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/

2019-10-09 Thread Bernard Cafarelli
commit: 9a54ce13b2a751689efc309b4a7ecd8185b1d0dd
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  9 08:18:26 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  9 09:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a54ce13

www-apps/piwigo: 2.10.0 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/piwigo/Manifest |  1 +
 www-apps/piwigo/piwigo-2.10.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 23f388e54d0..9a370dabb25 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
+DIST piwigo-2.10.0.zip 17155586 BLAKE2B 
55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327
 SHA512 
665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
 DIST piwigo-2.9.4.zip 7846445 BLAKE2B 
8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57
 SHA512 
b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 
6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7
 SHA512 
d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.10.0.ebuild 
b/www-apps/piwigo/piwigo-2.10.0.ebuild
new file mode 100644
index 000..56866abb304
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/";
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+   imagemagick? ( virtual/imagemagick-tools )
+   dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+   >=virtual/mysql-5.0
+   virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # Local configuration, and parts that can be updated
+   webapp_serverowned "${MY_HTDOCSDIR}"/_data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+   webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+   webapp_src_install
+}



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

2019-10-09 Thread Bernard Cafarelli
commit: 4b12c4fd197d1bc58e039bf998355035cc374e93
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  9 09:44:48 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  9 09:45:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b12c4fd

net-libs/librsync: 2.1.0 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-libs/librsync/Manifest  |  1 +
 net-libs/librsync/librsync-2.1.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
index a519a077632..a9faaa2eba8 100644
--- a/net-libs/librsync/Manifest
+++ b/net-libs/librsync/Manifest
@@ -1,3 +1,4 @@
 DIST librsync-0.9.7.tar.gz 453802 BLAKE2B 
0f8a7a758d847498876401aa04473946970be0257dc0cc4abce85adc7adb5d480d7a41e03d43f667e44ec646ce74a75dfa6b0c63c7f239338244b67eb432e31f
 SHA512 
339362fd01c94411849d3e4a6e95db1bef6cffa0475b1af49d73f11be0421a12d4c73ecbf1a272af01b2a21cec81b4a801c1f7d735e107d0242707fb4c45f9ef
 DIST librsync-2.0.1.tar.gz 169765 BLAKE2B 
3b3a109307dc03e567338709f1c3958a2ae7887165208848359677305f6a983edc1bc71c721dd3f414f77e0507426ae5bb59b9fde51595a92379227ac316127a
 SHA512 
70c1ed0f3a8ad8c1201ce67b5411c4aabb4c78ba9d60e4ee658d9a8818c6511322abd53b583869b8927a29b0f105e1a5c9b05efa748eb435e8fc3b7be3344e04
 DIST librsync-2.0.2.tar.gz 174480 BLAKE2B 
e77d554ad08a852459fe2798249f47ca7f26849b4b8622c5b64f7f9b6d23f1fedc443f747c7988679a3548ea1f6fd2902c424717faaf73a5cfd7e19012a2d72d
 SHA512 
5d2bc1d62b37e9ed7416203615d0a0e3c05c4c884b5da63eda10dd5c985845b500331bce226e4d45676729382c85b41528282e25d491afda31ba434ac0fefad7
+DIST librsync-2.1.0.tar.gz 175630 BLAKE2B 
effd2a8c79fae202921220db7581be1d9f7d278e6ee5155a23e586d9d4a7a27bbc4a50049ddca3b187a8e08451c6dcde7340d22be9fde0c2c12462392043fd8e
 SHA512 
9b91f4b696c1d1cdacb5c0679c7df7a92641e0a6a599c2e5de2bc0af3052b2045bb16c40b072c40859074d792c78c57afb0817917fa9843b179befa4506ebf04

diff --git a/net-libs/librsync/librsync-2.1.0.ebuild 
b/net-libs/librsync/librsync-2.1.0.ebuild
new file mode 100644
index 000..19f0d6f4bb2
--- /dev/null
+++ b/net-libs/librsync/librsync-2.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Remote delta-compression library"
+HOMEPAGE="https://librsync.github.io/";
+SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/2.1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+   dev-libs/popt
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_LIBB2=OFF
+   )
+
+   cmake-utils_src_configure
+}



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

2019-10-09 Thread Michał Górny
commit: 92c3e081042b68796d8a811a9041070075289f5b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  9 10:02:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  9 10:02:43 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=92c3e081

mirrors/distfiles.xml: MTU mirrors no longer include /gentoo

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

 files/mirrors/distfiles.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index bada726..b5c2f69 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -55,11 +55,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   Easynews NNTP Hosting
   http://gentoo.mirrors.easynews.com/linux/gentoo/
 
-
-  Michigan Tech University
-  https://mirrors.lug.mtu.edu/gentoo/
-  http://mirrors.lug.mtu.edu/gentoo/
-
 
   University of Delaware, Delaware Linux Users Group
   http://mirror.lug.udel.edu/pub/gentoo/



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

2019-10-09 Thread Tim Harder
commit: 4e5c98ff1efe5a21177997c9d3ec8a69e8c33579
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Oct  9 10:13:24 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Oct  9 10:14:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5c98ff

app-misc/byobu: version bump to 5.129

Closes: https://bugs.gentoo.org/697006

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/byobu/Manifest   |  1 +
 app-misc/byobu/byobu-5.129.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest
index d3ccaddd907..292a0307e02 100644
--- a/app-misc/byobu/Manifest
+++ b/app-misc/byobu/Manifest
@@ -1,3 +1,4 @@
 DIST byobu_5.123.orig.tar.gz 581421 BLAKE2B 
450804be3d625c31a493edef0f398b528b5c3b21dd38bb8c9319857ead9c5bd1b5cfa01bfa190ad6fe0f5a99007ac68d068ec6082bc1fcf32c667d6035f1e296
 SHA512 
915ad330e85a4405ad808a6f03205c468800c0942507fc0183a883bb0b33be4023b5ef9d7a63b3fce328f771ac1a4952735ee6119a26d6a5f2b01afec7a04059
 DIST byobu_5.124.orig.tar.gz 582725 BLAKE2B 
1bf4de3cfd5ce3a31c020f3a56ac495e89688a856e50b592f6999d3aae278358f7b0736b8b4c749fe577a1e9a326d3e1c5d4f08f15b033464cf890c47f4a3c96
 SHA512 
4ee12cdf2272532f35d2f7251e6f2aadb191f64db9f59cf63df54b2e4b1dacbac6ee9b65b8fed141204f9d309fb1a485ce86dd726c79106be0d52c2493a73bb7
 DIST byobu_5.125.orig.tar.gz 582407 BLAKE2B 
7e74e121422bd9875697a96f39ab2e8e8f9d7f724ab8a597d2483bdbe89b3887e1894069dbe9b6ce75e610580b1bb002cfc632b6f2b8884db229382a719c86ea
 SHA512 
cf5ef0e8902552fcfe839793b660454a6480154e0a315322311cecbc962ccf31aec5a6de035b7e83979d49058a64b222bade146163c31bd597feeed11c0a94b1
+DIST byobu_5.129.orig.tar.gz 758633 BLAKE2B 
1ba446a5f1571bd36f7bf3e620d09022b93323e6f422067a4be0dfe28ee8332db481d99bb1000aa48d384efca33f76e5e42d7d1b795f527e95a17119936966cc
 SHA512 
a555e2084863ac604c3a511e11339a65059058af454b24993c5e432b42527382d3b1d308996a732e190157dbc6f003d11bd5a611cd59799fdfbb3f9a5fe4

diff --git a/app-misc/byobu/byobu-5.129.ebuild 
b/app-misc/byobu/byobu-5.129.ebuild
new file mode 100644
index 000..2284610ea60
--- /dev/null
+++ b/app-misc/byobu/byobu-5.129.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+
+inherit python-single-r1
+
+DESCRIPTION="A set of profiles for the GNU Screen console window manager 
(app-misc/screen)"
+HOMEPAGE="http://byobu.co";
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="screen"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/newt[${PYTHON_USEDEP}]
+   screen? ( app-misc/screen )
+   !screen? ( app-misc/tmux )"
+
+src_prepare() {
+   default
+
+   python_fix_shebang .
+
+   # Set default system backend to screen
+   if use screen ; then
+   sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' 
etc/byobu/backend || die
+   fi
+}
+
+src_install() {
+   default
+
+   # Create symlinks for backends
+   dosym ${PN} /usr/bin/${PN}-screen
+   dosym ${PN} /usr/bin/${PN}-tmux
+
+   docompress -x /usr/share/doc/${PN}
+}



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

2019-10-09 Thread Benda XU
commit: a49d20a1735cf5816c0e18a14e4aa9647b662fe7
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Oct  9 10:47:46 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Oct  9 10:54:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49d20a1

p/f/prefix/standalone/package.use.mask: mask sys-apps/util-linux[pam]

  sys-libs/pam is not essential in a Prefix system.  We would rather
  defer prefixifying it.

  This commit just removes sys-libs/pam reverse dependency by @system.

Closes: https://bugs.gentoo.org/695966
Signed-off-by: Benda Xu  gentoo.org>

 profiles/features/prefix/standalone/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/features/prefix/standalone/package.use.mask 
b/profiles/features/prefix/standalone/package.use.mask
index 7653e7fd7c1..636ee9549d9 100644
--- a/profiles/features/prefix/standalone/package.use.mask
+++ b/profiles/features/prefix/standalone/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu  (2019-10-09)
+# Do not draw pam from @system. Bug 695966.
+# runuser is not necessary for Prefix.
+sys-apps/util-linux pam
+
 # Benda Xu  (2019-01-26)
 # native-extensions requires >=linux=4.6 for __NR_copy_file_range
 sys-apps/portage native-extensions



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

2019-10-09 Thread Agostino Sarubbo
commit: 2dba61fcfca8bb26f5d111bdcad32664b70d7d6b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:08:21 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:08:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dba61fc

dev-python/paho-mqtt: amd64 stable wrt bug #695432

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

 dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild
index 75e216ddee1..c5ecfc0caa7 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/

2019-10-09 Thread Agostino Sarubbo
commit: 48d925b9f1c4ee8f2b9cb090948257aedd784292
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:08:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:08:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d925b9

www-apps/mediawiki: amd64 stable wrt bug #696970

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

 www-apps/mediawiki/mediawiki-1.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/mediawiki/mediawiki-1.32.2.ebuild 
b/www-apps/mediawiki/mediawiki-1.32.2.ebuild
index 2c7817a4cf8..d8be3cf23cd 100644
--- a/www-apps/mediawiki/mediawiki-1.32.2.ebuild
+++ b/www-apps/mediawiki/mediawiki-1.32.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mediawiki.org";
 SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~x86"
 IUSE="imagemagick mysql postgres sqlite"
 
 
RDEPEND=">=dev-lang/php-7.0.0[fileinfo,iconv,json,mysql?,postgres?,session,ssl,unicode,xml,xmlreader]



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

2019-10-09 Thread Agostino Sarubbo
commit: d9d418ff5ecbbeb54386478fd353d63aa8ce26db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:08:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:08:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d418ff

dev-db/phpmyadmin: amd64 stable wrt bug #696976

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

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
index ed7f89de8df..3d3c181f9f9 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2019-10-09 Thread Agostino Sarubbo
commit: 84b6f6ba5fa7d58fcbe6b81683fb79d408c5e99b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:08:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:08:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b6f6ba

net-analyzer/tcpflow: amd64 stable wrt bug #696948

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

 net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild 
b/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
index 8e3d8c72450..276a2e95221 100644
--- a/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 SLOT="0"
 IUSE="cairo test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-10-09 Thread Agostino Sarubbo
commit: 0c24c093b8bded7685b011176b39d1b2fd5a4114
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:08:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:08:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c24c093

app-misc/mosquitto: amd64 stable wrt bug #695432

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

 app-misc/mosquitto/mosquitto-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mosquitto/mosquitto-1.6.7.ebuild 
b/app-misc/mosquitto/mosquitto-1.6.7.ebuild
index c259a27c56d..8429d6ea33f 100644
--- a/app-misc/mosquitto/mosquitto-1.6.7.ebuild
+++ b/app-misc/mosquitto/mosquitto-1.6.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz";
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
 
 REQUIRED_USE="test? ( bridge )"



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

2019-10-09 Thread Agostino Sarubbo
commit: bc64089c66c442d827992876588769fd6855dbfd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:09:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:09:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc64089c

net-analyzer/tcpflow: x86 stable wrt bug #696948

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild 
b/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
index 276a2e95221..1b29c9fe64b 100644
--- a/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-1.5.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 SLOT="0"
 IUSE="cairo test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/

2019-10-09 Thread Agostino Sarubbo
commit: 3b41fca8a76fa679abd76b5361c05b7ad7243f19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:09:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:09:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b41fca8

www-apps/mediawiki: x86 stable wrt bug #696970

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/mediawiki/mediawiki-1.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/mediawiki/mediawiki-1.32.2.ebuild 
b/www-apps/mediawiki/mediawiki-1.32.2.ebuild
index d8be3cf23cd..f347fc04416 100644
--- a/www-apps/mediawiki/mediawiki-1.32.2.ebuild
+++ b/www-apps/mediawiki/mediawiki-1.32.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mediawiki.org";
 SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86"
 IUSE="imagemagick mysql postgres sqlite"
 
 
RDEPEND=">=dev-lang/php-7.0.0[fileinfo,iconv,json,mysql?,postgres?,session,ssl,unicode,xml,xmlreader]



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

2019-10-09 Thread Agostino Sarubbo
commit: e11e3c38904076f8ffc1932f29f209791d786447
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:09:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:09:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11e3c38

dev-python/paho-mqtt: x86 stable wrt bug #695432

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild
index c5ecfc0caa7..54e2bfe1319 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 RDEPEND=""



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

2019-10-09 Thread Agostino Sarubbo
commit: ec3bc1cefb4264f471cd2930be8abe2e915b9aa9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:09:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:09:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3bc1ce

app-misc/mosquitto: x86 stable wrt bug #695432

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/mosquitto/mosquitto-1.6.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mosquitto/mosquitto-1.6.7.ebuild 
b/app-misc/mosquitto/mosquitto-1.6.7.ebuild
index 8429d6ea33f..7a43de2971c 100644
--- a/app-misc/mosquitto/mosquitto-1.6.7.ebuild
+++ b/app-misc/mosquitto/mosquitto-1.6.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz";
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
 
 REQUIRED_USE="test? ( bridge )"



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

2019-10-09 Thread Agostino Sarubbo
commit: b885a891d0c3312f4260a998af96cd3d9169f88f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 11:09:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 11:09:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b885a891

dev-db/phpmyadmin: x86 stable wrt bug #696976

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
index 3d3c181f9f9..b95f2014d34 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/

2019-10-09 Thread Miroslav Šulc
commit: 189653de8f2054e98e757c54b6da012530019e28
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Oct  9 11:20:36 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Oct  9 11:20:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189653de

www-apps/mediawiki-1.32.0: removed obsolete

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

 www-apps/mediawiki/Manifest|  1 -
 www-apps/mediawiki/mediawiki-1.32.0.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest
index 7995abbc3e7..f18269401e4 100644
--- a/www-apps/mediawiki/Manifest
+++ b/www-apps/mediawiki/Manifest
@@ -1,3 +1,2 @@
-DIST mediawiki-1.32.0.tar.gz 36168475 BLAKE2B 
33613bf6274abe3d58f66319afaea8ea091d5b07c1d1b1148721856c8d38b84cb96e9a9c041a93ef27a6700e36a10bba9dffc7cbc245dba2a10a6ce0d46a49fe
 SHA512 
5e198844bba12f5a3a73a05dd7d855d3e883914c6e7c23676921a169dc1c7089ed31adfb7369c24cbaf10b43171dd2a12929284b65edde44d7b9721385ff1cc3
 DIST mediawiki-1.32.2.tar.gz 36188194 BLAKE2B 
5f5a2b077ec6451541134e7d3cd6dc6ed1fc1a35716f496b8028e3852a767a70ab5331a94d93a3dbea5d8f0df6ae3622aa01b7375ad6053d57e771d0b2eb3d95
 SHA512 
79f13245fe2a8851780ac9f38c3f439a4911f6760e810712922b18c577e3ee6e4b0f3e336c567f6115258aebd5fc5e7c6c1045f43b5d0f615bfdcfb54fd16335
 DIST mediawiki-1.33.1.tar.gz 37863816 BLAKE2B 
2f4ce62c3b46738d31af9fcfde61a9521a0bb838c035ef539f4263e61b7fe5db59597a3142a6f942fabaad1bb97c7058a21df654588e6a60023fa5fad5e4d88d
 SHA512 
0cf786872714546fb13843bc5f8b851bfcc665f7459a0326a3fb77efb0d1976b618d4e2206d3fb0852a60b7fa375e98aa0b5600b03209ce9eabd9e3dc5db7d1a

diff --git a/www-apps/mediawiki/mediawiki-1.32.0.ebuild 
b/www-apps/mediawiki/mediawiki-1.32.0.ebuild
deleted file mode 100644
index f347fc04416..000
--- a/www-apps/mediawiki/mediawiki-1.32.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp eapi7-ver
-
-MY_BRANCH=$(ver_cut 1-2)
-
-DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
-HOMEPAGE="http://www.mediawiki.org";
-SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86"
-IUSE="imagemagick mysql postgres sqlite"
-
-RDEPEND=">=dev-lang/php-7.0.0[fileinfo,iconv,json,mysql?,postgres?,session,ssl,unicode,xml,xmlreader]
-   imagemagick? ( virtual/imagemagick-tools )
-   !imagemagick? ( dev-lang/php[gd] )
-   mysql? (
-   || ( >=dev-db/mariadb-5.5.8 >=dev-db/mysql-5.5.8 )
-   )
-   sqlite? (
-   >=dev-db/sqlite-3.3.7[fts3(+)]
-   >=dev-lang/php-7.0.0[pdo]
-   || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] )
-   )
-   virtual/httpd-php"
-
-need_httpd_cgi
-
-RESTRICT="test"
-
-src_install() {
-   webapp_src_preinst
-
-   # First we install docs and then copy everything left into htdocs dir
-   # to avoid bugs like #236411.
-
-   # We ensure the directories are prepared for writing.  The post-
-   # install instructions guide the user to enable the feature.
-   local DOCS="FAQ HISTORY INSTALL README RELEASE-NOTES-${PV:0:4} UPGRADE"
-   dodoc ${DOCS} docs/*.txt
-   docinto php-memcached
-   dodoc docs/php-memcached/*
-
-   # Clean everything not used at the site...
-   rm -rf ${DOCS} COPYING tests docs || die
-   find . -name Makefile -delete || die
-   # and install
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   # If imagemagick is enabled then setup for image upload.
-   # We ensure the directory is prepared for writing.
-   if use imagemagick ; then
-   webapp_serverowned "${MY_HTDOCSDIR}"/images
-   fi
-
-   webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
-   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
-   webapp_src_install
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   echo
-   elog "=== Consult the release notes ==="
-   elog "Before doing anything, stop and consult the release notes"
-   elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
-   echo
-   elog "These detail bug fixes, new features and functionality, 
and any"
-   elog "particular points that may need to be noted during the 
upgrade procedure."
-   echo
-   ewarn "Back up existing files and the database before upgrade."
-   ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki";
-   ewarn "provides an overview of the backup process."
-   echo
-   fi
-}



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

2019-10-09 Thread Benda XU
commit: 050cc8275578ea0422d6c1044a292efc55111e03
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Oct  9 11:31:34 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Oct  9 11:33:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050cc827

p/f/prefix/standalone/package.use.mask: mask net-misc/openssh[pam]

  pam is not necessary in the @system set of Prefix.

Bug: https://bugs.gentoo.org/695966
Signed-off-by: Benda Xu  gentoo.org>

 profiles/features/prefix/standalone/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/prefix/standalone/package.use.mask 
b/profiles/features/prefix/standalone/package.use.mask
index 636ee9549d9..d875d29e2a2 100644
--- a/profiles/features/prefix/standalone/package.use.mask
+++ b/profiles/features/prefix/standalone/package.use.mask
@@ -5,6 +5,7 @@
 # Do not draw pam from @system. Bug 695966.
 # runuser is not necessary for Prefix.
 sys-apps/util-linux pam
+net-misc/openssh pam
 
 # Benda Xu  (2019-01-26)
 # native-extensions requires >=linux=4.6 for __NR_copy_file_range



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

2019-10-09 Thread Nicolas Bock
commit: d862139e29f3adf15bd35272a64f3a2df7325c23
Author: David Heidelberg  ixit  cz>
AuthorDate: Tue Oct  8 19:15:56 2019 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Oct  9 12:09:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d862139e

app-crypt/kbfs: revbump, fix sys-fs/fuse SLOT

Closes: https://bugs.gentoo.org/697008

Signed-off-by: David Heidelberg  ixit.cz>
Signed-off-by: Nicolas Bock  gentoo.org>

 app-crypt/kbfs/{kbfs-2.11.0.ebuild => kbfs-2.11.0-r1.ebuild} | 4 ++--
 app-crypt/kbfs/kbfs-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/kbfs/kbfs-2.11.0.ebuild 
b/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild
similarity index 95%
rename from app-crypt/kbfs/kbfs-2.11.0.ebuild
rename to app-crypt/kbfs/kbfs-2.11.0-r1.ebuild
index f6dfded5dc6..c25fb747b76 100644
--- a/app-crypt/kbfs/kbfs-2.11.0.ebuild
+++ b/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE=""
 DEPEND=""
 RDEPEND="
app-crypt/gnupg
-   sys-fs/fuse
+   sys-fs/fuse:0=
"
 
 src_unpack() {

diff --git a/app-crypt/kbfs/kbfs-.ebuild b/app-crypt/kbfs/kbfs-.ebuild
index c90799ed3f9..9309a9d9bb1 100644
--- a/app-crypt/kbfs/kbfs-.ebuild
+++ b/app-crypt/kbfs/kbfs-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE="git"
 DEPEND=""
 RDEPEND="
app-crypt/gnupg
-   sys-fs/fuse
+   sys-fs/fuse:0=
"
 
 src_unpack() {



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

2019-10-09 Thread Sergey Popov
commit: d38ae7dcf2f474c2c6b057dc3a5fb2e7fd50c43a
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Oct  9 12:38:13 2019 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Oct  9 12:38:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38ae7dc

net-dialup/accel-ppp: drop old versions

Signed-off-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-dialup/accel-ppp/Manifest  |   1 -
 .../accel-ppp/accel-ppp-1.11.1_p20170508.ebuild| 107 -
 net-dialup/accel-ppp/accel-ppp-1.11..ebuild| 101 ---
 .../files/accel-ppp-1.11.1-linux-4.10.patch|  80 ---
 4 files changed, 289 deletions(-)

diff --git a/net-dialup/accel-ppp/Manifest b/net-dialup/accel-ppp/Manifest
index 23f9de0f93a..8cd346959bb 100644
--- a/net-dialup/accel-ppp/Manifest
+++ b/net-dialup/accel-ppp/Manifest
@@ -1,2 +1 @@
-DIST accel-ppp-1.11.1_p20170508.tar.bz2 1609904 BLAKE2B 
5993e25e09e84fa62fde28e6c79b11514eb5e0c365a8cc1a36c4e3e56ac868725b14049e28184188330ac78cb6c128429f2cc89241d871c02e4154c6882a89e2
 SHA512 
79f928c9d07891957d12443eaf32e96e826d5bebf241dcfcb31afbce2332078bf0c1dd1e1a55cf96154be1fec610f1afd088fc018f54ebd5d265c037c07a
 DIST accel-ppp-1.11.1_p20180320.tar.bz2 1634359 BLAKE2B 
97ca709ef3740c2ac1d75f6fba3acbf9229c3cb48f3a55735eaa14b74c2b0af96d637cbb145bc9e98a5b245704806cdc3d8f9d8692809626e0f73d73702c4a0a
 SHA512 
a8a2420332c02087e45bbaab25831ae5d2d370fd56b29db77c267083badc22b90ca4b0ec7335e13250ac8f150002b2a3c343cfba6c2378932778777dc936d914

diff --git a/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild 
b/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild
deleted file mode 100644
index 07366eb315c..000
--- a/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic linux-info linux-mod
-
-DESCRIPTION="High performance PPTP, PPPoE and L2TP server"
-HOMEPAGE="https://sourceforge.net/projects/accel-ppp/";
-SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc ipoe lua postgres radius shaper snmp valgrind"
-
-RDEPEND="lua? ( dev-lang/lua:0 )
-   postgres? ( dev-db/postgresql:* )
-   snmp? ( net-analyzer/net-snmp )
-   dev-libs/libpcre
-   dev-libs/openssl:0"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-PDEPEND="net-dialup/ppp-scripts"
-
-DOCS=( README )
-
-CONFIG_CHECK="~L2TP ~PPPOE ~PPTP"
-
-REQUIRED_USE="valgrind? ( debug )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.11.1-linux-4.10.patch"
-   "${FILESDIR}/${PN}-1.11.1-socklen.patch"
-)
-
-S="${WORKDIR}"
-
-pkg_setup() {
-   if use ipoe; then
-   linux-mod_pkg_setup
-   set_arch_to_kernel
-   else
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   sed -i  -e "/mkdir/d" \
-   -e "/echo/d" \
-   -e "s: RENAME accel-ppp.conf.dist::" accel-pppd/CMakeLists.txt 
|| die 'sed on accel-pppd/CMakeLists.txt failed'
-
-   # Do not install kernel modules like that - breaks sandbox!
-   sed -i -e '/modules_install/d' \
-   drivers/ipoe/CMakeLists.txt \
-   drivers/vlan_mon/CMakeLists.txt || die
-
-   # Bug #549918
-   append-ldflags -Wl,-z,lazy
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local libdir="$(get_libdir)"
-   # There must be also dev-libs/tomcrypt (TOMCRYPT) as crypto alternative 
to OpenSSL
-   local mycmakeargs=(
-   -DLIB_PATH_SUFFIX="${libdir#lib}"
-   -DBUILD_IPOE_DRIVER="$(usex ipoe)"
-   -DBUILD_PPTP_DRIVER=no
-   -DBUILD_VLAN_MON_DRIVER="$(usex ipoe)"
-   -DCRYPTO=OPENSSL
-   -DLOG_PGSQL="$(usex postgres)"
-   -DLUA="$(usex lua)"
-   -DMEMDEBUG="$(usex debug)"
-   -DNETSNMP="$(usex snmp)"
-   -DRADIUS="$(usex radius)"
-   -DSHAPER="$(usex shaper)"
-   -DVALGRIND="$(usex valgrind)"
-   )
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-}
-
-src_install() {
-   if use ipoe; then
-   local 
MODULE_NAMES="ipoe(accel-ppp:${BUILD_DIR}/drivers/ipoe/driver) 
vlan_mon(accel-ppp:${BUILD_DIR}/drivers/vlan_mon/driver)"
-   linux-mod_src_install
-   fi
-
-   cmake-utils_src_install
-
-   use doc && dodoc -r rfc
-
-   if use snmp; then
-   insinto /usr/share/snmp/mibs
-   doins accel-pppd/extra/net-snmp/ACCEL-PPP-MIB.txt
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}d
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}d
-
-   dodir /var/log/accel-ppp
-}

diff --git a/net-dialup/accel-ppp/accel

[gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/

2019-10-09 Thread Sergey Popov
commit: cd7bdd8a269e0a22dad2a80991a1f4752867fc9b
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Oct  9 13:13:35 2019 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Oct  9 13:15:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7bdd8a

net-dialup/accel-ppp: version bump, update live ebuild

Signed-off-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-dialup/accel-ppp/Manifest   |  1 +
 ...ccel-ppp-.ebuild => accel-ppp-1.12.0.ebuild} | 21 ++---
 net-dialup/accel-ppp/accel-ppp-.ebuild  |  8 
 3 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/net-dialup/accel-ppp/Manifest b/net-dialup/accel-ppp/Manifest
index 8cd346959bb..e8ecf5cc9a3 100644
--- a/net-dialup/accel-ppp/Manifest
+++ b/net-dialup/accel-ppp/Manifest
@@ -1 +1,2 @@
 DIST accel-ppp-1.11.1_p20180320.tar.bz2 1634359 BLAKE2B 
97ca709ef3740c2ac1d75f6fba3acbf9229c3cb48f3a55735eaa14b74c2b0af96d637cbb145bc9e98a5b245704806cdc3d8f9d8692809626e0f73d73702c4a0a
 SHA512 
a8a2420332c02087e45bbaab25831ae5d2d370fd56b29db77c267083badc22b90ca4b0ec7335e13250ac8f150002b2a3c343cfba6c2378932778777dc936d914
+DIST accel-ppp-1.12.0.tar 6758400 BLAKE2B 
776c0946decec2d88a0dfeb8e840573ae8d53d53d0fe921604667eaf4a5658e7d0cfa57f0b54eb61fcdf62b7a62a94ee405a01ad2a66ab76042d59cc3f79d42b
 SHA512 
f1d3b31ca36395a429214b7599a43755317d89391c5631dfd02df79ed8dd51c39f75fc56ac625fbc6e7d5b0f9c85699c5da612eb4e8af9eae8ad2d9b13a187ba

diff --git a/net-dialup/accel-ppp/accel-ppp-.ebuild 
b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild
similarity index 84%
copy from net-dialup/accel-ppp/accel-ppp-.ebuild
copy to net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild
index ff874dac881..f2e7d2b54cc 100644
--- a/net-dialup/accel-ppp/accel-ppp-.ebuild
+++ b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-EGIT_REPO_URI="git://git.code.sf.net/p/accel-ppp/code"
-inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod
+inherit cmake-utils flag-o-matic linux-info linux-mod
 
 DESCRIPTION="High performance PPTP, PPPoE and L2TP server"
 HOMEPAGE="https://sourceforge.net/projects/accel-ppp/";
-SRC_URI=""
+SRC_URI="https://download.sourceforge.net/accel-ppp/${P}.tar.bz2 -> ${P}.tar"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="debug doc ipoe lua postgres radius shaper snmp valgrind"
 
 RDEPEND="lua? ( dev-lang/lua:0 )
postgres? ( dev-db/postgresql:* )
snmp? ( net-analyzer/net-snmp )
dev-libs/libpcre
-   dev-libs/openssl:0"
+   dev-libs/openssl:0="
 DEPEND="${RDEPEND}
valgrind? ( dev-util/valgrind )"
 PDEPEND="net-dialup/ppp-scripts"
@@ -30,6 +29,10 @@ CONFIG_CHECK="~L2TP ~PPPOE ~PPTP"
 
 REQUIRED_USE="valgrind? ( debug )"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.11.1-socklen.patch"
+)
+
 pkg_setup() {
if use ipoe; then
linux-mod_pkg_setup
@@ -48,6 +51,10 @@ src_prepare() {
drivers/ipoe/CMakeLists.txt \
drivers/vlan_mon/CMakeLists.txt || die
 
+   # Fix version
+   sed -i -e "s/1.11/${PV}/" drivers/ipoe/ipoe.c || die
+   sed -i -e "s/1.11/${PV}/" drivers/vlan_mon/vlan_mon.c || die
+
# Bug #549918
append-ldflags -Wl,-z,lazy
 

diff --git a/net-dialup/accel-ppp/accel-ppp-.ebuild 
b/net-dialup/accel-ppp/accel-ppp-.ebuild
index ff874dac881..a05fd2d9a09 100644
--- a/net-dialup/accel-ppp/accel-ppp-.ebuild
+++ b/net-dialup/accel-ppp/accel-ppp-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-EGIT_REPO_URI="git://git.code.sf.net/p/accel-ppp/code"
+EGIT_REPO_URI="https://git.code.sf.net/p/accel-ppp/code";
 inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod
 
 DESCRIPTION="High performance PPTP, PPPoE and L2TP server"
@@ -19,7 +19,7 @@ RDEPEND="lua? ( dev-lang/lua:0 )
postgres? ( dev-db/postgresql:* )
snmp? ( net-analyzer/net-snmp )
dev-libs/libpcre
-   dev-libs/openssl:0"
+   dev-libs/openssl:0="
 DEPEND="${RDEPEND}
valgrind? ( dev-util/valgrind )"
 PDEPEND="net-dialup/ppp-scripts"



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

2019-10-09 Thread Agostino Sarubbo
commit: 63adc7339841caf2be5d9ca4578cdad7116ad272
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 13:46:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 13:46:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63adc733

dev-python/hcloud-python: version bump to 1.6.1

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

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

diff --git a/dev-python/hcloud-python/Manifest 
b/dev-python/hcloud-python/Manifest
index 5348b72759f..273a30b3c4d 100644
--- a/dev-python/hcloud-python/Manifest
+++ b/dev-python/hcloud-python/Manifest
@@ -2,3 +2,4 @@ DIST hcloud-python-1.2.1.tar.gz 63592 BLAKE2B 
9a6d2dae97ff405ebd9b92bc833c9d953c
 DIST hcloud-python-1.3.0.tar.gz 71208 BLAKE2B 
1a074f64aaff87991ef5c565bb8976184a1f5ca54c0d2fe19ac3dc4f8425d3a2d92ef13cbcec7ecbfb8958572ab5561953098cf0ed9f141ba43c3eb0a90ffc10
 SHA512 
6dfff2301ad91db3c79fc8f68a05b5a886f86824a34f044d14a6a35771d23fdba9764055c797d11f404cccf3ae6338af940e4814113859d7809733629d7c2659
 DIST hcloud-python-1.4.1.tar.gz 71379 BLAKE2B 
8f6f0a4e23dd3b99bd4375644ebdd161fb0c305773ccf10992fdcc05cefa37ad58e33eb0516eccd377ebb642749f5014ed5baad4d37f3eea91cece7eeaac0c56
 SHA512 
3eff15d6b46caa2b46f398f26efc1f986af0818253888ee42c97652f5d0369738558eea57e6ca934c4f7e88fea379f5a0e9e671908717f07cf32ec74d8415d42
 DIST hcloud-python-1.5.0.tar.gz 71691 BLAKE2B 
6b1571eb4ce2009a224d4ee5ba2e27eb0a7a1cf6f7f2fe43ddde2d75d30c502b98aa895b88aa588266260ce06c628e75b8bdf2c5c220bafc869c9e6b1ced1a83
 SHA512 
060c0e6798e29d2d0dde9f11ada405647efb8a79654d50ffe53f66ad29b7b6ae7998bbcaba5e013db501277fb78556e49bae0a239fc33ec4ce6dd344cd8ac407
+DIST hcloud-python-1.6.1.tar.gz 71866 BLAKE2B 
0a1d37d4dc8be4e28595385ec7622ec65367c40f9cdd455e03827a5ee2983f43026b1dbb7e9bd20d241ed9a4748015d33bdcb53b15ce148c401984960e158716
 SHA512 
0b2ecaa311b4dac44b3122a45a38f76f8377bc189b1550f21327ea3f56fefad624ea6809c4abd6bbaf5c8fc23dfa5e6edd352dcbbcfae6c87af897ff376ce2cf

diff --git a/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild 
b/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
new file mode 100644
index 000..12cb839f08d
--- /dev/null
+++ b/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Official Hetzner Cloud python library"
+HOMEPAGE="https://github.com/hetznercloud/hcloud-python";
+SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples"
+
+COMMON_DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
+   

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

2019-10-09 Thread Agostino Sarubbo
commit: 4e7f5802dc8d26d3255c1b9da04af51abdf19869
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 13:47:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 13:47:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7f5802

dev-python/hcloud-python: remove old

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

 dev-python/hcloud-python/Manifest  |  3 --
 .../hcloud-python/hcloud-python-1.3.0.ebuild   | 37 -
 .../hcloud-python/hcloud-python-1.4.1.ebuild   | 38 --
 .../hcloud-python/hcloud-python-1.5.0.ebuild   | 38 --
 4 files changed, 116 deletions(-)

diff --git a/dev-python/hcloud-python/Manifest 
b/dev-python/hcloud-python/Manifest
index 273a30b3c4d..e6d4da4daec 100644
--- a/dev-python/hcloud-python/Manifest
+++ b/dev-python/hcloud-python/Manifest
@@ -1,5 +1,2 @@
 DIST hcloud-python-1.2.1.tar.gz 63592 BLAKE2B 
9a6d2dae97ff405ebd9b92bc833c9d953c13840e68be4eb43fed375a60e55cf4bf9b4b742b26fb03401f631b7f7127815961861cb673adf4839c829141c8ed00
 SHA512 
cb70d190350457fc3c6e474bc6c943070102762595dac2f386041956f64255f390a928a2f2411be861645cd65b015ab9e0c931b36aeed0076b06d9f67ac72d1c
-DIST hcloud-python-1.3.0.tar.gz 71208 BLAKE2B 
1a074f64aaff87991ef5c565bb8976184a1f5ca54c0d2fe19ac3dc4f8425d3a2d92ef13cbcec7ecbfb8958572ab5561953098cf0ed9f141ba43c3eb0a90ffc10
 SHA512 
6dfff2301ad91db3c79fc8f68a05b5a886f86824a34f044d14a6a35771d23fdba9764055c797d11f404cccf3ae6338af940e4814113859d7809733629d7c2659
-DIST hcloud-python-1.4.1.tar.gz 71379 BLAKE2B 
8f6f0a4e23dd3b99bd4375644ebdd161fb0c305773ccf10992fdcc05cefa37ad58e33eb0516eccd377ebb642749f5014ed5baad4d37f3eea91cece7eeaac0c56
 SHA512 
3eff15d6b46caa2b46f398f26efc1f986af0818253888ee42c97652f5d0369738558eea57e6ca934c4f7e88fea379f5a0e9e671908717f07cf32ec74d8415d42
-DIST hcloud-python-1.5.0.tar.gz 71691 BLAKE2B 
6b1571eb4ce2009a224d4ee5ba2e27eb0a7a1cf6f7f2fe43ddde2d75d30c502b98aa895b88aa588266260ce06c628e75b8bdf2c5c220bafc869c9e6b1ced1a83
 SHA512 
060c0e6798e29d2d0dde9f11ada405647efb8a79654d50ffe53f66ad29b7b6ae7998bbcaba5e013db501277fb78556e49bae0a239fc33ec4ce6dd344cd8ac407
 DIST hcloud-python-1.6.1.tar.gz 71866 BLAKE2B 
0a1d37d4dc8be4e28595385ec7622ec65367c40f9cdd455e03827a5ee2983f43026b1dbb7e9bd20d241ed9a4748015d33bdcb53b15ce148c401984960e158716
 SHA512 
0b2ecaa311b4dac44b3122a45a38f76f8377bc189b1550f21327ea3f56fefad624ea6809c4abd6bbaf5c8fc23dfa5e6edd352dcbbcfae6c87af897ff376ce2cf

diff --git a/dev-python/hcloud-python/hcloud-python-1.3.0.ebuild 
b/dev-python/hcloud-python/hcloud-python-1.3.0.ebuild
deleted file mode 100644
index d9ca18e4f9c..000
--- a/dev-python/hcloud-python/hcloud-python-1.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="https://github.com/hetznercloud/hcloud-python";
-SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-COMMON_DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-
-DEPEND="${COMMON_DEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-RDEPEND="${COMMON_DEPEND}
-   dev-python/future[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/hcloud-python/hcloud-python-1.4.1.ebuild 
b/dev-python/hcloud-python/hcloud-python-1.4.1.ebuild
deleted file mode 100644
index 12cb839f08d..000
--- a/dev-python/hcloud-python/hcloud-python-1.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="https://github.com/hetznercloud/hcloud-python";
-SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-COMMON_DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-   https://github.com/hetznercloud/hcloud-python";
-SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-COMMON_DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-   

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

2019-10-09 Thread Agostino Sarubbo
commit: ba314a60877094d5281b57dc0584c942c9860e7c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  9 14:05:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  9 14:05:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba314a60

app-admin/hcloud: amd64 stable

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

 app-admin/hcloud/hcloud-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/hcloud/hcloud-1.13.0.ebuild 
b/app-admin/hcloud/hcloud-1.13.0.ebuild
index 4367320daaa..8ba6e8b3dd5 100644
--- a/app-admin/hcloud/hcloud-1.13.0.ebuild
+++ b/app-admin/hcloud/hcloud-1.13.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE=""
 DEPEND="dev-lang/go:="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-projectm/

2019-10-09 Thread Craig Andrews
commit: eff7cea579dcaec0c589df9c97209d5a771f150d
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct  9 16:07:42 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Oct  9 16:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff7cea5

media-plugins/kodi-visualization-projectm: 2.3.2 version bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-visualization-projectm/Manifest |  1 +
 .../kodi-visualization-projectm-2.3.2.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/media-plugins/kodi-visualization-projectm/Manifest 
b/media-plugins/kodi-visualization-projectm/Manifest
index 14d8c2541fe..7314d7835b5 100644
--- a/media-plugins/kodi-visualization-projectm/Manifest
+++ b/media-plugins/kodi-visualization-projectm/Manifest
@@ -2,3 +2,4 @@ DIST kodi-visualization-projectm-2.1.0.tar.gz 2479742 BLAKE2B 
e0fc2953ef1d242aa8
 DIST kodi-visualization-projectm-2.2.0.tar.gz 2478953 BLAKE2B 
89e4d75de74b920dcb4829303c20cbafa5bcf843279c98817c35aca547408b961e6df9d1fd8f0bbdd3113ab2f5836c6b5f353e6f363f896b79341742d4850bf2
 SHA512 
6b16f6d186d7ab3bcc84ef60a1227f61a6244c2328ba685d606a29dd6b8e08270e58de26498af274970c3e2ad0a41597cd091a30209ad05c88bb8313995ae3a7
 DIST kodi-visualization-projectm-2.3.0.tar.gz 2478538 BLAKE2B 
17da0bb095e778c355dbe2b9d1452961a5ae1520a86e9c0ad87a0a2e46ff8b85a88eaafcb4b35b66881540eb2126b54333cb8555e20a10661a0f987c59792a85
 SHA512 
85ef698652d8f4b57019566353a5d9f60b2feb22e3931316fd060c0fef7cee4f041da15a846a8b0a6687ad6685fa8e0baf48b1c637b25d8d590e72052db6048b
 DIST kodi-visualization-projectm-2.3.1.tar.gz 2479809 BLAKE2B 
ee990450e5d7a6187041c0b730fa469e67180d1068110e5398a001a88f0e5bb0f230f58509755a31e321a72416c54e5dc68fa75cf4a3bd6686b7afe8f822b8bb
 SHA512 
8ad446721c83d5c9b55e5b7f8af1be3332319aff590c9cc62a658b033d32df91013623f22ec00d00535b148080b972f0bc92cef4bf74f06b1726ab05341f2bbc
+DIST kodi-visualization-projectm-2.3.2.tar.gz 2479794 BLAKE2B 
b90b90b11d930ea10f23285976273a4970a09c63dc34833b71a75139c6a18a054884cec96921218aba791969361e7634b0148debba5e1664272c5cd313b3a6d5
 SHA512 
e7915fd690aa6012a61ace58d6f3868084212775fa30948d5f6be83e8b0437297900b11eb9fffda51531281581349d194457caa0b6e2eadbb2c5357caa58a7f5

diff --git 
a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.2.ebuild
 
b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.2.ebuild
new file mode 100644
index 000..42a3197de6e
--- /dev/null
+++ 
b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="ProjectM visualizer for Kodi"
+HOMEPAGE="https://github.com/xbmc/visualization.projectm";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/visualization.projectm.git";
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/visualization.projectm/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/visualization.projectm-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   >=media-libs/libprojectm-3.1.1_rc4:=
+   >=media-libs/glm-0.9.9.5
+   virtual/opengl
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare(){
+   [ -d depends ] && rm -rf depends || die
+   cmake-utils_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/, net-misc/openssh/files/

2019-10-09 Thread Thomas Deutschmann
commit: 0148cb4b99350b09cc7eaa229ad42d4b6009d0e9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  9 16:17:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  9 16:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0148cb4b

net-misc/openssh: fix integer overflows

- Fix integer overflow in XMSS private key parsing
- Fix an unreachable integer overflow similar to the XMSS case
- Fix putty tests

Closes: https://bugs.gentoo.org/493866
Bug: https://bugs.gentoo.org/697046
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/openssh/Manifest  |   1 +
 ...integer-overflow-similar-to-the-XMSS-case.patch |  76 
 ...eger-overflow-in-XMSS-private-key-parsing.patch |  14 +
 .../files/openssh-8.0_p1-fix-putty-tests.patch |  57 +++
 net-misc/openssh/openssh-8.0_p1-r4.ebuild  | 467 +
 5 files changed, 615 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index d6d9347cc46..bd50ff4493c 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -13,6 +13,7 @@ DIST openssh-7.9p1-sctp-1.2.patch.xz 7360 BLAKE2B 
60e209371ecac24d0b60e48459d4d4
 DIST openssh-7.9p1.tar.gz 1565384 BLAKE2B 
de15795e03d33d4f9fe4792f6b14500123230b6c00c1e5bd7207bb6d6bf6df0b2e057c1b1de0fee709f58dd159203fdd69fe1473118a6baedebaa0c1c4c55b59
 SHA512 
0412c9c429c9287f0794023951469c8e6ec833cdb55821bfa0300dd90d0879ff60484f620cffd93372641ab69bf0b032c2d700ccc680950892725fb631b7708e
 DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0bc107e5daa2509fe762fb14ce7bb2ce9a115e8177a93340c1d19247b6c2c854b7e1f9ae9af9fd932e5fa9c0a6b2ba438cd11a42991
 SHA512 
1867fb94c29a51294a71a3ec6a299757565a7cda5696118b0b346ed9c78f2c81bb1b888cff5e3418776b2fa277a8f070c5eb9327bb005453e2ffd72d35cdafa7
 DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08
+DIST openssh-8.0p1+x509-12.1-gentoo.diff.gz 680853 BLAKE2B 
b24ee61d6328bf2de8384d6ecbfc5ae0be4719a3c7a2d714be3a144d327bba5038e7e36ffcc313af2a8a94960ce1f56387654d2d21920af51826af61957aa4cc
 SHA512 
178728139473b277fe50a03f37be50b3f8e539cea8f5937ddfe710082944e799d845cdb5994f585c13564c4a89b80ccf75e87753102aebacdb4c590f0b8a1482
 DIST openssh-8.0p1+x509-12.1.diff.gz 680389 BLAKE2B 
b1e353c496dd6dbd104c32bc5e9a3f055673a7876944d39c80f185cdb589d09b8d509754f04f2e051ceef2b39a3d810ba00b8894a4b67c7a6a0170a4ed0518a5
 SHA512 
831988d636a19e89a881616e07e38bc6ca44e90443b2bbf290fab3f120877e2eef60f21ad6e0c64098d07e09379f9f73f0ce2e5df975aa1bd43944582f8b8b3e
 DIST openssh-8.0p1-sctp-1.2.patch.xz 7348 BLAKE2B 
bc3d3815f1ef5dbab605b93182a00c2fec258f49d56684defb6564d2b60886429c615a7ab076cc071a590f9df0908b1862ceb0961b7e6f6d1090237fec9035d3
 SHA512 
2f9f774286db75d0240e6fb01655a8a193fb2a5dc4596ad68ed22d64f97c9c46dad61a06478f2e972fd37cbad4d9aca5829bb91097cc56638601ff94a972b24f
 DIST openssh-8.0p1.tar.gz 1597697 BLAKE2B 
5ba79872eabb3b3964d95a8cdd690bfe0323f018d7f944d4e1acb52576c9f6d7a1ddac15e88dc42eac6ecbfabfad1c228e303a2262588769e307c38107a4cd54
 SHA512 
e280fa2d56f550efd37c5d2477670326261aa8b94d991f9eb17aad90e0c6c9c939efa90fe87d33260d0f709485cb05c379f0fd1bd44fc0d5190298b6398c9982

diff --git 
a/net-misc/openssh/files/openssh-8.0_p1-fix-an-unreachable-integer-overflow-similar-to-the-XMSS-case.patch
 
b/net-misc/openssh/files/openssh-8.0_p1-fix-an-unreachable-integer-overflow-similar-to-the-XMSS-case.patch
new file mode 100644
index 000..bffc591ef66
--- /dev/null
+++ 
b/net-misc/openssh/files/openssh-8.0_p1-fix-an-unreachable-integer-overflow-similar-to-the-XMSS-case.patch
@@ -0,0 +1,76 @@
+https://github.com/openssh/openssh-portable/commit/29e0ecd9b4eb3b9f305e2240351f0c59cad9ef81
+
+--- a/sshkey.c
 b/sshkey.c
+@@ -3209,6 +3209,10 @@ sshkey_private_deserialize(struct sshbuf *buf, struct 
sshkey **kp)
+   if ((r = sshkey_froms(buf, &k)) != 0 ||
+   (r = sshbuf_get_bignum2(buf, &dsa_priv_key)) != 0)
+   goto out;
++  if (k->type != type) {
++  r = SSH_ERR_INVALID_FORMAT;
++  goto out;
++  }
+   if (!DSA_set0_key(k->dsa, NULL, dsa_priv_key)) {
+   r = SSH_ERR_LIBCRYPTO_ERROR;
+   goto out;
+@@ -3252,6 +3256,11 @@ sshkey_private_deserialize(struct sshbuf *buf, struct 
sshkey **kp)
+   if ((r = sshkey_froms(buf, &k)) != 0 ||
+   (r = sshbuf_get_bignum2(buf, &exponent)) != 0)
+   goto out;
++  if (k->type != type ||
++  k->ecdsa_nid != sshkey_ecdsa_nid_from_name(tname)) {
++  

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

2019-10-09 Thread Manuel Rüger
commit: 823df5c504a2f7764e1f458eaa8b4c8dbb97c0df
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct  9 14:25:13 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct  9 16:57:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823df5c5

app-emulation/docker: Version bump to 19.03.3

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-19.03.3.ebuild | 309 +
 2 files changed, 310 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 0e4d9c3760d..58ba3448abc 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,2 +1,3 @@
 DIST docker-18.09.9.tar.gz 15299640 BLAKE2B 
2a4fa670ddac0136e85300fd137a8ea91651c51c54fa3d52ddc5b1a640a1ee202a34f428fcf9eea286c581f49a2c28b711100e7541773e5bc1f2e37884cae2dc
 SHA512 
d0235ae54e4d8d4d0893f6f35293f36177afabc71d0b3e6a74341260e52dcd9351a924efe8fa299cf9a51efdc68b6b284f6435d7210c44193a673f7fff71ce0b
 DIST docker-19.03.2.tar.gz 16657356 BLAKE2B 
3e48ea67f1ef65786c30b4d47b29dbe92d7fb7b043d2c4f15c07cdc929554a07870ce5ade2c1fe26eebea74d28dc71752e9c96e86fe12e0d96608059b5c91f11
 SHA512 
6b594fdbb53dcc0228781375a3884eb370446738c44f7c1e42945c4ccc263e75f53d984bc8ea6a6a498446859e667305bd967299c12956f1cb925d868a4bf2b8
+DIST docker-19.03.3.tar.gz 16960782 BLAKE2B 
8ce23ca22edf7c4435dbaca5a0321de52b108951b935d5ed82439c57409757cd054698934f9dbab0db74d5c9f6a6d04c5ca33e64212dedc0c9bf92d06ddb
 SHA512 
251756ca8b5d8eb962fde447fdab8307ce8013e14dc3b955387af5d8bdfdee16ea170ecb37a59e5900fa5c2e366f0d4080e79c28e5b8ef945cc67cb959d88eef

diff --git a/app-emulation/docker/docker-19.03.3.ebuild 
b/app-emulation/docker/docker-19.03.3.ebuild
new file mode 100644
index 000..1cbb014cfdd
--- /dev/null
+++ b/app-emulation/docker/docker-19.03.3.ebuild
@@ -0,0 +1,309 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker-ce"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git";
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   DOCKER_GITCOMMIT="1576bd7"
+   MY_PV=${PV/_/-}
+   SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init device-mapper hardened +overlay 
seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   >=dev-lang/go-1.12
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   dev-libs/libltdl
+   ~app-emulation/containerd-1.2.10
+   ~app-emulation/runc-1.0.0_rc9[apparmor?,seccomp?]
+   ~app-emulation/docker-proxy-0.8.0_p20190807
+   container-init? ( >=sys-process/tini-0.18.0[static] )
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
+   ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_MATCH_CONNTRACK 
~NETFILTER_XT_MATCH_IPVS
+   ~IP_NF_NAT ~NF_NAT ~NF_NAT_NEEDED
+   ~POSIX_MQUEUE
+
+   ~USER_NS
+   ~SECCOMP
+   ~CGROUP_PIDS
+   ~MEMCG_SWAP ~MEMCG_SWAP_ENABLED
+
+   ~BLK_CGROUP ~BLK_DEV_THROTTLING
+   ~CGROUP_PERF
+   ~CGROUP_HUGETLB
+   ~NET_CLS_CGROUP
+   ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED
+   ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR
+
+   ~VXLAN
+   ~CRYPTO ~CRYPTO_AEAD ~CRYPTO_GCM ~

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/

2019-10-09 Thread Manuel Rüger
commit: 60c3c138353e5b0f54dcdf37434f86074209c73e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct  9 14:20:02 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct  9 16:57:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c3c138

app-emulation/docker-proxy: Version bump for docker-19.03.3

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/docker-proxy/Manifest|  1 +
 .../docker-proxy-0.8.0_p20190807.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emulation/docker-proxy/Manifest 
b/app-emulation/docker-proxy/Manifest
index a387c1564a0..8622733d583 100644
--- a/app-emulation/docker-proxy/Manifest
+++ b/app-emulation/docker-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST docker-proxy-0.8.0_p20190513.tar.gz 2705298 BLAKE2B 
ff897b18b8265b3d718caf7afaf10f7b8eeed9be0cc9c73b02d5c42c5c9ddd1be32cf7d1259ce26d56219cda57707e25e154e50cfa2cc80e823a4b924da4e5e0
 SHA512 
0a833510df002bfc05c23445a58a8b2ff165c0fb2fd5c411498d1e89b5b1990d2778b32346dd2b6d61c166ff707c6277a5d1937db6345c77d3825eb59875
 DIST docker-proxy-0.8.0_p20190604.tar.gz 2721379 BLAKE2B 
edc36302ca4b2be297505a5bfd8acd45f17bc752e88bcaa72f34e2d972230d92b9bfe3d0dccbb2f1e04718fb1adc95631fc0f533ca5572bdcfc468d843ce480e
 SHA512 
dea31fd82ab2d445fbd39fe15550a91f7e489a06f6dedd32ea1925f7e9a7971952d26b874f9687249609a0d204ea35da357e0a957b819df2026a0cf8109cb354
+DIST docker-proxy-0.8.0_p20190807.tar.gz 3377742 BLAKE2B 
c1ccc76dd9157c715d09db27b6800a86b0dc7532089d87eb78a6e656f3b42d4c4824c34e972196038f915e3b08b12197f305fd1a86e3fe75fec621ed49e5e71a
 SHA512 
ffe18805dc6b85f8b058e342cde2baedf2497465298daa444fecba8222885606c85242ca59016bc32a5c2c0164c1c980b92ed3d5f82e011a7e9871a67d67b947

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190807.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190807.ebuild
new file mode 100644
index 000..1c5ef257e17
--- /dev/null
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190807.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/docker/libnetwork"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   EGIT_COMMIT="45c710223c5fbf04dc3028b9a90b51892e36ca7f"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="Docker container networking"
+HOMEPAGE="https://github.com/docker/libnetwork";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test" # needs dockerd
+
+src_compile() {
+   GOPATH="${WORKDIR}/${P}" go build -o "bin/docker-proxy" ./cmd/proxy || 
die
+}
+
+src_install() {
+   dodoc README.md CHANGELOG.md
+   dobin bin/docker-proxy
+}



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

2019-10-09 Thread Thomas Deutschmann
commit: f5e265631ec86909edbbd712947af1f5c933e789
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  9 16:58:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  9 16:58:54 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f5e26563

gen_funcs.sh: check_disk_space_requirements(): Fix error message

Fixes 467c2e82 ("Add feature to check for free disk space early at genkernel 
start")
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_funcs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_funcs.sh b/gen_funcs.sh
index 0e7c5ba..8a8c490 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -1720,7 +1720,7 @@ check_disk_space_requirements() {
available_free_disk_space=${available_free_disk_space%M}
if [ ${available_free_disk_space} -lt 
${CHECK_FREE_DISK_SPACE_KERNELOUTPUTDIR} ]
then
-   gen_die 
"${CHECK_FREE_DISK_SPACE_KERNELOUTPUTDIR} MB free disk space is required in 
'${BOOTDIR}' but only ${available_free_disk_space} MB is available!"
+   gen_die 
"${CHECK_FREE_DISK_SPACE_KERNELOUTPUTDIR} MB free disk space is required in 
'${KERNEL_OUTPUTDIR}' but only ${available_free_disk_space} MB is available!"
fi
else
print_warning 1 "Invalid df value; Skipping free disk 
space check for '${KERNEL_OUTPUTDIR}' ..."



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

2019-10-09 Thread Zac Medico
commit: 50c8c7c4cf350eefdce502070db628841c944d9f
Author: Guillaume Castagnino  xwing  info>
AuthorDate: Wed Oct  9 17:27:18 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Oct  9 17:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c8c7c4

app-text/calibre: fix 4.1.0 PyQtWebEngine dep

As calibre has migrated from webkit to webengine, the PyQt dependency
must be updated.  Calibre now needs the webengine python bindings,
not anymore webkit one. If not updated, the ebook reader part fail
to open with a python stack trace.

Closes: https://bugs.gentoo.org/697048
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/{calibre-4.1.0.ebuild => calibre-4.1.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/calibre/calibre-4.1.0.ebuild 
b/app-text/calibre/calibre-4.1.0-r1.ebuild
similarity index 98%
rename from app-text/calibre/calibre-4.1.0.ebuild
rename to app-text/calibre/calibre-4.1.0-r1.ebuild
index dc7b6fb4792..a435558ef33 100644
--- a/app-text/calibre/calibre-4.1.0.ebuild
+++ b/app-text/calibre/calibre-4.1.0-r1.ebuild
@@ -65,7 +65,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.12[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
+   >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-qt/qtcore:5=
dev-qt/qtdbus:5=



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

2019-10-09 Thread Matt Turner
commit: c453197ab39164cc062700cf5781594e612199b8
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct  9 17:54:19 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct  9 17:55:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c453197a

media-libs/mesa: Version bump to 19.2.1

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-19.2.1.ebuild | 548 +
 2 files changed, 549 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 6cd19c9a24c..fd4f4086e9f 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,2 +1,3 @@
 DIST mesa-19.1.7.tar.xz 10941152 BLAKE2B 
6be14ddac404668bdd8b7b8756388019c3610ac41b65a7723a419b97b7eccbca666ad6d904f4cde186c4b171e056636a8a6a5727e30963c8fa177d7861bd6cfb
 SHA512 
0865b5f91e5daa00e1da2b3d8b65fe5d2ff6332372bf8fec7d671d05d8d64ec5a7abea1858cdfc506c76b7226d2bea0af3426565f156b796d8e0f949ea33dc15
 DIST mesa-19.2.0.tar.xz 11464180 BLAKE2B 
f2f260e9efb928532501ff4f1c0137621f954991ef6d30fbdc61c28fb95e3ddb9e81276d345bc7bff6871e603dcbb29073b788427d0dea565dfa9b7f8b88966d
 SHA512 
7278bbfba9c29fe91d1959ff1a48422e917db85287460523d12ae8c6d7f49f76e9636bf4c0d8d7d89e5569b3c67135f1b23b8f6c9d52d39413d8ec22e3bb40f0
+DIST mesa-19.2.1.tar.xz 11468492 BLAKE2B 
9f6a1a5426343213a19dccb07917326b887ddc6ec02426b0604bea35a529f33c18ca46e2db09eb44c5b4a3b6e70da5f8fc7e049b1a0febd35d0de8f2ec4d2641
 SHA512 
decd74976fe866bf67fac4ae55a62d8e33ad24278dd58effe533e7d258b249f0ead848360e7e71444265184c6d9d9b04361caf0c6df99504e33599e7a0cd6c5d

diff --git a/media-libs/mesa/mesa-19.2.1.ebuild 
b/media-libs/mesa/mesa-19.2.1.ebuild
new file mode 100644
index 000..27301deb54b
--- /dev/null
+++ b/media-libs/mesa/mesa-19.2.1.ebuild
@@ -0,0 +1,548 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris lima nouveau 
panfrost vc4 virgl vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm
+   lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
+   vdpau vulkan vulkan-overlay wayland +X xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_iris 
video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   vulkan-overlay? ( vulkan )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_iris?   ( gallium )
+   video_cards_lima?   ( gallium )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_panfrost? ( gallium )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+   xa? ( X )
+   xvmc? ( X )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.99"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   libglvnd? (
+   >=media-libs/libglvnd-1.2.0[${MULTILIB_USEDEP}]
+   !app-eselect/eselect-opengl
+   )
+   !libglvnd? (
+   >=app-eselect/eselect-opengl

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

2019-10-09 Thread Matt Turner
commit: 14bd6ea9f76685de7929735a79aefe31c4fce34c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct  9 17:57:06 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct  9 17:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bd6ea9

x11-libs/libX11: Version bump to 1.6.9

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libX11/Manifest|  1 +
 x11-libs/libX11/libX11-1.6.9.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
index 5a16ca0b8a1..8ee0e1ff8c0 100644
--- a/x11-libs/libX11/Manifest
+++ b/x11-libs/libX11/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.6.8.tar.bz2 2395911 BLAKE2B 
50f8871d7ff2aee14767085a6cf78e9f6e2b01c5143227089590c86db8006836432cb051d6259893850d78d2daea3332a26885a34f07989b869c14b8ddeefa28
 SHA512 
1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76
+DIST libX11-1.6.9.tar.bz2 2283814 BLAKE2B 
00fb965b9cd19bde79c4e598c677d21058c85a8ac37d9addab7fb0b2faf67e3d65b91e1864bcd7180e5fd8b0ab7ec3cf68ae7f95ac8e82a049529b5a139b43bd
 SHA512 
fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31

diff --git a/x11-libs/libX11/libX11-1.6.9.ebuild 
b/x11-libs/libX11/libX11-1.6.9.ebuild
new file mode 100644
index 000..6cd68250158
--- /dev/null
+++ b/x11-libs/libX11/libX11-1.6.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X.Org X11 library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="ipv6 test"
+
+RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/xtrans"
+BDEPEND="test? ( dev-lang/perl )"
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_with doc xmlto)
+   $(use_enable doc specs)
+   $(use_enable ipv6)
+   --without-fop
+   )
+}



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

2019-10-09 Thread Sergei Trofimovich
commit: 2e78de5be33079b2d4a169f7d160e8f7a9254242
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct  9 08:46:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct  9 18:21:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e78de5b

dev-libs/libassuan: stable 2.5.3 for hppa, bug #695700

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libassuan/libassuan-2.5.3.ebuild 
b/dev-libs/libassuan/libassuan-2.5.3.ebuild
index 58926c15ebf..d8bf8e0cb77 100644
--- a/dev-libs/libassuan/libassuan-2.5.3.ebuild
+++ b/dev-libs/libassuan/libassuan-2.5.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



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

2019-10-09 Thread Sergei Trofimovich
commit: d7cd3ab72a84983dd58067de5f5766535062e24a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct  9 10:45:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct  9 18:21:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cd3ab7

app-crypt/gpgme: stable 1.13.0-r1 for hppa, bug #695700

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-crypt/gpgme/gpgme-1.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild 
b/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild
index caaeed2a619..6dd7211ccf6 100644
--- a/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp static-libs cxx python qt5"
 
 COMMON_DEPEND=">=app-crypt/gnupg-2



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2019-10-09 Thread Jason Zaman
commit: 6bf8fec1c4a92b0b1fdd7852648826c68295a03c
Author: Jan Vesely  gmail  com>
AuthorDate: Thu Aug 15 07:23:20 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Oct  9 18:31:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf8fec1

dev-util/nvidia-cuda-toolkit: Bump version to 10.1.243

Adapt to the new download location.
Adapt to new directory names for nsight-compute and nsight-systems.
Use rm -r instead of rm -rf to catch removing non-existent files.
Bump disk requirements to 6.8GB (cuda is 3.4GB unpacked).

Closes: https://github.com/gentoo/gentoo/pull/12715
Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 dev-util/nvidia-cuda-toolkit/Manifest  |   1 +
 .../nvidia-cuda-toolkit-10.1.243.ebuild| 150 +
 2 files changed, 151 insertions(+)

diff --git a/dev-util/nvidia-cuda-toolkit/Manifest 
b/dev-util/nvidia-cuda-toolkit/Manifest
index 33a355068f4..c329f3a714f 100644
--- a/dev-util/nvidia-cuda-toolkit/Manifest
+++ b/dev-util/nvidia-cuda-toolkit/Manifest
@@ -1,6 +1,7 @@
 DIST cuda_10.0.130_410.48_linux.run 2020126691 BLAKE2B 
f784f41c06d81b6f89d07e756347fb94148f79e5fd50650fc340feb6b49dcc2bedd05cf4c7c2662da39955f9393efc048aa17fa921aad86e182186fb6d98ec50
 SHA512 
409ea4cc6aa0fe7063450e77c3b67b9b41aab1bbe556db673fb1a80610b20bd52e2020bf94034a92ab68c721d3d5739500bae4bd7a3558b2d8e73730a3b4ea25
 DIST cuda_10.1.105_418.39_linux.run 2423314285 BLAKE2B 
924872eaaa4e8ecd6b81765c91d5e538d968e4fc88792a805339dd9cae15dd70372f310d39b9668d76cadbab875e3c4abcfca5a5cf71e4d83c9db056dc02f51c
 SHA512 
07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622
 DIST cuda_10.1.168_418.67_linux.run 2526901749 BLAKE2B 
ed2207400730600c63895cc894e02a14dce59c6293f198ea2a94f6dd0fab25a005d4754f91376c267cb95f3fdc66ee08e4353ec17b69d28881c59190b9eb4746
 SHA512 
85635012ec7081e200fb46f973852939f9709e802f495c288d5f31ff1fbd283a578fdaca0afa8955e6e0c7ca6c4862428da5168e0938b48390952d8633350910
+DIST cuda_10.1.243_418.87.00_linux.run 2572375299 BLAKE2B 
df9cb4faecc536e72697c6c73d544219f1b23cacb7fed646b0908fc7e573e85920861d56f76776ba637d84964cd1c789a0fe0d6541a4e0adf618b6c74d3c
 SHA512 
f92b19d0242969a65a6e6db43bc293e442abc07a9e168c9e995692e1a401679504598c782e511be3879e1650b90f71a50bbc63c9ee45654c26b5007cdf33c4fe
 DIST cuda_6.5.14_linux_32.run 76788277 BLAKE2B 
75e79dce6cac5155bde8a3cafa945047c489b10272f8a3b94bf55d499df4b9c8b82506a81a20f9fd816bd4fd0514e515a6435399db1cb62b027c76490bd4dfae
 SHA512 
89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc
 DIST cuda_6.5.14_linux_64.run 972320904 BLAKE2B 
4a4361fb7a90989ec4b4aa433189e7b358e5a2272fb9b9c59429e0014ac14e3b8de1b247ee98dc30c3f3ee4cc009eca4fdd86027bd3b9527a683353d60bdf5c6
 SHA512 
fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e
 DIST cuda_6.5.19_linux_32.run 81882112 BLAKE2B 
cf55ef7c969503c156431fc56301ed4e9a1234ae0cb867f12649636069f35e56bf6fc9df7482b6baade45d78c8baa2d98c41a28696da59294e0f575c4a0344ce
 SHA512 
1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild
new file mode 100644
index 000..1ce496fbb55
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.243.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs cuda toolchain-funcs unpacker
+
+MYD=$(ver_cut 1-2 ${PV})
+DRIVER_PV="418.87.00"
+
+DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
+HOMEPAGE="https://developer.nvidia.com/cuda-zone";
+SRC_URI="https://developer.download.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run
 -> cuda_${PV}_${DRIVER_PV}_linux.run"
+
+LICENSE="NVIDIA-CUDA"
+SLOT="0/${PV}"
+KEYWORDS="-* ~amd64 ~amd64-linux"
+IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
+
+BDEPEND=""
+RDEPEND="
+   =x11-drivers/nvidia-drivers-${DRIVER_PV}[X,uvm]
+   debugger? (
+   dev-libs/openssl-compat:1.0.0
+   sys-libs/libtermcap-compat
+   sys-libs/ncurses-compat:5[tinfo]
+   )
+   eclipse? ( >=virtual/jre-1.6 )
+   profiler? ( >=virtual/jre-1.6 )"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="opt/cuda/*"
+
+CHECKREQS_DISK_BUILD="6800M"
+
+pkg_setup() {
+   # We don't like to run cuda_pkg_setup as it depends on us
+   check-reqs_pkg_setup
+}
+
+src_prepare() {
+   local cuda_supported_gcc
+
+   cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3"
+
+   sed \
+   -e "s:CUDA_SUPPORT

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

2019-10-09 Thread Ben Kohler
commit: dd1297d949f8bc247642262eee75bce8460beecd
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct  9 19:28:03 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct  9 19:28:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1297d9

net-wireless/unifi: bump to 5.11.52 & 5.12.13

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/unifi/Manifest |  2 +
 net-wireless/unifi/unifi-5.11.52.ebuild | 73 +
 net-wireless/unifi/unifi-5.12.13.ebuild | 73 +
 3 files changed, 148 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index c93ac4e4d0c..57d1fddc3a0 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,4 +1,6 @@
 DIST unifi-5.11.46.zip 112381219 BLAKE2B 
7f73cf5db1d132af85fd54dda36cb82cedddae1d3c8e84282f9dcfe0766a839f165d17a8292096bfe976ccced1e29173476de9042f96cdc2c15c4edf24ee9c65
 SHA512 
41b03e49089bd40e3e715d7c9a447b42a6df61a2d3551175ae55b85010fd896318909f394bb166bd7a8e9fd7611439158a8141df349acf3b4980bbe9dd6b
 DIST unifi-5.11.50.zip 112355461 BLAKE2B 
5d63c3a0488a1da7ed696993982728cd1b7449d7af65ee1a49d065fd928feef5628a84d5add7d670ddc5bed3d9df2084fd0905a417cde22737dd74de15a74b39
 SHA512 
509e54b1237a41bea08d96eaa9efacbd45d823dc4e2d6965ac577aab159bf907378322aa6ad15a776dd0fc725a6737951f2d4cdafe073443a18e36d2d4827ead
+DIST unifi-5.11.52.zip 114092809 BLAKE2B 
902dec158ba60fa424ff0b59b53776aeabc3f1ae7a9b88e549f0d62974e280b51ce5b8bb3eac150c1d75e4b0816b46bb19bd953e987bf6d8a58c3e271efdaea3
 SHA512 
887b25c22d7ac7a14854b95007794a63c200717fdfec791be5e1b03fe4bda1c44a05767d44f55062c691b922e54fa8c183b249407c30fb2d596906e00fa969e0
 DIST unifi-5.12.11.zip 114358218 BLAKE2B 
197a224154abdd0eab050ef4aabe9cd5a28e6705d165008f4456bd3c1279570a30a841e47458a9a5d355b2580d8715a032dd2385ee91a63f79961dd16113869a
 SHA512 
7040017de149231d76d2a3346301401f4f28744983882517cf939a1cb7f4459e1fa41d377a9e4895a1a8c157e694274310a8fa78aa0d147d294fc7a0412a19ce
+DIST unifi-5.12.13.zip 114644574 BLAKE2B 
4a2217c7696f23a7602a89bb3eaf0c58094b23331ed60f210e3626c2f194dbc272de18dd0e46fe1cc829e0adb1fb704a8b00191039573544e0111dfd1e2b6cb1
 SHA512 
4af685239df47891adb93afd95ad53fd89f85bc3f0c9346b91dbafabdbca57113eddb2b317a5342c93d44b250637d16d740fda34df35851f3466277abd814bac
 DIST unifi-5.6.42.zip 63581448 BLAKE2B 
dc12149acc56587043b9f6c45a43327a9a067dda86127c60ad62a4681a0c8ba873435b60183989332f561fb52f71c7207480766ec23d9c0e892cc20c521a9819
 SHA512 
467c0ad284a84795537484f371867d851e67c7e396215d539a9705f17f374b50db4051121a6634d1944474a2474bdd75fca860ab00b48634a5d3e8749a122989

diff --git a/net-wireless/unifi/unifi-5.11.52.ebuild 
b/net-wireless/unifi/unifi-5.11.52.ebuild
new file mode 100644
index 000..5a12db360e5
--- /dev/null
+++ b/net-wireless/unifi/unifi-5.11.52.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Set this var for any releases except stable
+RC_SUFFIX="-3b4f13d722"
+
+inherit systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com";
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/5.11"
+IUSE="systemd"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:1.8
+"
+
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}/UniFi"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Linux, Mac and Windows
+   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
+   fi
+
+   default
+}
+
+src_install() {
+   # Install MongoDB wrapper script, to avoid problems with >= 3.6.0
+   # See 
https://community.ubnt.com/t5/UniFi-Routing-Switching/MongoDB-3-6/td-p/2195435
+   exeinto /usr/lib/unifi/bin
+   newexe "${FILESDIR}"/mongod-wrapper mongod
+
+   insinto /usr/lib/unifi
+   doins -r dl lib webapps
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
+   systemd_dounit "${FILESDIR}"/unifi.service
+
+   newconfd "${FILESDIR}"/unifi.confd unifi
+
+   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
+   doenvd "${T}"/99unifi
+
+   einstalldocs
+}

diff 

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

2019-10-09 Thread Lars Wendler
commit: 0e357b0b368eb8c0f59cfc6d9cd0626e787cfe40
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct  9 20:15:36 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct  9 20:16:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e357b0b

sys-libs/libblockdev: Fixed build with USE="gtk-doc"

Closes: https://bugs.gentoo.org/697088
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libblockdev/libblockdev-2.22.ebuild | 2 +-
 sys-libs/libblockdev/libblockdev-2.23.ebuild | 2 +-
 sys-libs/libblockdev/libblockdev-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.22.ebuild 
b/sys-libs/libblockdev/libblockdev-2.22.ebuild
index 043dd58c3e8..cf78fd03465 100644
--- a/sys-libs/libblockdev/libblockdev-2.22.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.22.ebuild
@@ -13,7 +13,6 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git";
BDEPEND="
sys-devel/autoconf-archive
-   gtk-doc? ( dev-util/gtk-doc )
"
 else
MY_PV="${PV}-1"
@@ -60,6 +59,7 @@ DEPEND="
 BDEPEND+="
>=dev-libs/gobject-introspection-1.3.0
dev-util/gtk-doc-am
+   gtk-doc? ( dev-util/gtk-doc )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}

diff --git a/sys-libs/libblockdev/libblockdev-2.23.ebuild 
b/sys-libs/libblockdev/libblockdev-2.23.ebuild
index 6108db98a24..cd986a9091b 100644
--- a/sys-libs/libblockdev/libblockdev-2.23.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.23.ebuild
@@ -13,7 +13,6 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git";
BDEPEND="
sys-devel/autoconf-archive
-   gtk-doc? ( dev-util/gtk-doc )
"
 else
MY_PV="${PV}-1"
@@ -59,6 +58,7 @@ DEPEND="
 
 BDEPEND+="
dev-util/gtk-doc-am
+   gtk-doc? ( dev-util/gtk-doc )
introspection? ( >=dev-libs/gobject-introspection-1.3.0 )
 "
 

diff --git a/sys-libs/libblockdev/libblockdev-.ebuild 
b/sys-libs/libblockdev/libblockdev-.ebuild
index 6108db98a24..cd986a9091b 100644
--- a/sys-libs/libblockdev/libblockdev-.ebuild
+++ b/sys-libs/libblockdev/libblockdev-.ebuild
@@ -13,7 +13,6 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git";
BDEPEND="
sys-devel/autoconf-archive
-   gtk-doc? ( dev-util/gtk-doc )
"
 else
MY_PV="${PV}-1"
@@ -59,6 +58,7 @@ DEPEND="
 
 BDEPEND+="
dev-util/gtk-doc-am
+   gtk-doc? ( dev-util/gtk-doc )
introspection? ( >=dev-libs/gobject-introspection-1.3.0 )
 "
 



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

2019-10-09 Thread Thomas Deutschmann
commit: 4c16aa18318891f1224dba19390ae85e22bde6f0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  9 20:39:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  9 20:39:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c16aa18

net-misc/openssh: security cleanup

Bug: https://bugs.gentoo.org/697046
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/openssh/Manifest |   1 -
 net-misc/openssh/openssh-8.0_p1-r3.ebuild | 463 --
 2 files changed, 464 deletions(-)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index bd50ff4493c..fb6e51679b2 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -14,7 +14,6 @@ DIST openssh-7.9p1.tar.gz 1565384 BLAKE2B 
de15795e03d33d4f9fe4792f6b14500123230b
 DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0bc107e5daa2509fe762fb14ce7bb2ce9a115e8177a93340c1d19247b6c2c854b7e1f9ae9af9fd932e5fa9c0a6b2ba438cd11a42991
 SHA512 
1867fb94c29a51294a71a3ec6a299757565a7cda5696118b0b346ed9c78f2c81bb1b888cff5e3418776b2fa277a8f070c5eb9327bb005453e2ffd72d35cdafa7
 DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08
 DIST openssh-8.0p1+x509-12.1-gentoo.diff.gz 680853 BLAKE2B 
b24ee61d6328bf2de8384d6ecbfc5ae0be4719a3c7a2d714be3a144d327bba5038e7e36ffcc313af2a8a94960ce1f56387654d2d21920af51826af61957aa4cc
 SHA512 
178728139473b277fe50a03f37be50b3f8e539cea8f5937ddfe710082944e799d845cdb5994f585c13564c4a89b80ccf75e87753102aebacdb4c590f0b8a1482
-DIST openssh-8.0p1+x509-12.1.diff.gz 680389 BLAKE2B 
b1e353c496dd6dbd104c32bc5e9a3f055673a7876944d39c80f185cdb589d09b8d509754f04f2e051ceef2b39a3d810ba00b8894a4b67c7a6a0170a4ed0518a5
 SHA512 
831988d636a19e89a881616e07e38bc6ca44e90443b2bbf290fab3f120877e2eef60f21ad6e0c64098d07e09379f9f73f0ce2e5df975aa1bd43944582f8b8b3e
 DIST openssh-8.0p1-sctp-1.2.patch.xz 7348 BLAKE2B 
bc3d3815f1ef5dbab605b93182a00c2fec258f49d56684defb6564d2b60886429c615a7ab076cc071a590f9df0908b1862ceb0961b7e6f6d1090237fec9035d3
 SHA512 
2f9f774286db75d0240e6fb01655a8a193fb2a5dc4596ad68ed22d64f97c9c46dad61a06478f2e972fd37cbad4d9aca5829bb91097cc56638601ff94a972b24f
 DIST openssh-8.0p1.tar.gz 1597697 BLAKE2B 
5ba79872eabb3b3964d95a8cdd690bfe0323f018d7f944d4e1acb52576c9f6d7a1ddac15e88dc42eac6ecbfabfad1c228e303a2262588769e307c38107a4cd54
 SHA512 
e280fa2d56f550efd37c5d2477670326261aa8b94d991f9eb17aad90e0c6c9c939efa90fe87d33260d0f709485cb05c379f0fd1bd44fc0d5190298b6398c9982
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 
9ce5d7e5d831c972f0f866b686bf93a048a03979ab38627973f5491eeeaa45f9faab0520b3a7ed90a13a67213fdc9cd4cf11e423acad441ea91b71037c8b435b

diff --git a/net-misc/openssh/openssh-8.0_p1-r3.ebuild 
b/net-misc/openssh/openssh-8.0_p1-r3.ebuild
deleted file mode 100644
index 9dfce4329c2..000
--- a/net-misc/openssh/openssh-8.0_p1-r3.ebuild
+++ /dev/null
@@ -1,463 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user eapi7-ver flag-o-matic multilib autotools pam systemd
-
-# Make it more portable between straight releases
-# and _p? releases.
-PARCH=${P/_}
-#HPN_PV="${PV^^}"
-HPN_PV="7.8_P1"
-
-HPN_VER="14.16"
-HPN_PATCHES=(
-   ${PN}-${HPN_PV/./_}-hpn-DynWinNoneSwitch-${HPN_VER}.diff
-   ${PN}-${HPN_PV/./_}-hpn-AES-CTR-${HPN_VER}.diff
-)
-
-SCTP_VER="1.2" SCTP_PATCH="${PARCH}-sctp-${SCTP_VER}.patch.xz"
-X509_VER="12.1" X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz"
-
-PATCH_SET="openssh-7.9p1-patches-1.0"
-
-DESCRIPTION="Port of OpenBSD's free SSH release"
-HOMEPAGE="https://www.openssh.com/";
-SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
-   ${SCTP_PATCH:+sctp? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${SCTP_PATCH} )}
-   ${HPN_VER:+hpn? ( $(printf 
"mirror://sourceforge/hpnssh/HPN-SSH%%20${HPN_VER/./v}%%20${HPN_PV/_P/p}/%s\n" 
"${HPN_PATCHES[@]}") )}
-   ${X509_PATCH:+X509? ( 
https://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )}
-   "
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-# Probably want to drop ssl defaulting to on in a future version.
-IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam 

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

2019-10-09 Thread Thomas Deutschmann
commit: 16a48f47227819cfb092a2579f6c4ba50a5dedcf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  9 20:38:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  9 20:39:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a48f47

net-misc/openssh: move stable keywords

Bug: https://bugs.gentoo.org/697046
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/openssh/openssh-8.0_p1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-8.0_p1-r4.ebuild 
b/net-misc/openssh/openssh-8.0_p1-r4.ebuild
index bb9b0b1209e..77b83fd3629 100644
--- a/net-misc/openssh/openssh-8.0_p1-r4.ebuild
+++ b/net-misc/openssh/openssh-8.0_p1-r4.ebuild
@@ -32,7 +32,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam +pie sctp selinux +ssl static test X X509 xmss"
 RESTRICT="!test? ( test )"



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

2019-10-09 Thread Matt Turner
commit: 1c4c2edd5ce02309fa6b556391c9cceba1e76e05
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct  9 21:21:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct  9 21:22:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4c2edd

xfce-extra/xfce4-screensaver: added ~ppc

Signed-off-by: Matt Turner  gentoo.org>

 xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.8.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.8.ebuild
index 534375f08d2..4c684afae2f 100644
--- a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.8.ebuild
+++ b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
 IUSE="consolekit elogind +locking opengl pam systemd"
 
 # Xrandr: optional but automagic



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

2019-10-09 Thread Andreas K. Hüttel
commit: b12f7b3b83729b4a144883996e628889c8a2df78
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  9 21:48:21 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  9 21:49:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12f7b3b

dev-perl/DBD-mysql: Drop old, vulnerable and masked versions.

Also drops embedded useflag support.

Closes: https://bugs.gentoo.org/634192
Closes: https://bugs.gentoo.org/598048
Closes: https://bugs.gentoo.org/644174
Closes: https://bugs.gentoo.org/598060
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild  |  49 --
 dev-perl/DBD-mysql/DBD-mysql-4.37.0.ebuild |  68 
 dev-perl/DBD-mysql/DBD-mysql-4.41.0-r2.ebuild  |  69 
 dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild |  65 
 dev-perl/DBD-mysql/DBD-mysql-4.42.0.ebuild |  66 
 dev-perl/DBD-mysql/Manifest|   4 -
 .../files/4.041-amvis-type-conversions.patch   |  47 --
 dev-perl/DBD-mysql/files/4.041-no-dot-inc.patch| 103 
 dev-perl/DBD-mysql/files/4.042-no-dot-inc.patch| 178 -
 .../files/DBD-mysql-print_embedded_options.patch   |  20 ---
 dev-perl/DBD-mysql/metadata.xml|   1 -
 11 files changed, 670 deletions(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild
deleted file mode 100644
index c167c867d20..000
--- a/dev-perl/DBD-mysql/DBD-mysql-4.32.0-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CAPTTOFU
-MODULE_VERSION=4.032
-inherit eutils perl-module
-
-DESCRIPTION="The Perl DBD:mysql Module"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="embedded test"
-
-RDEPEND="dev-perl/DBI
-   dev-perl/Test-Deep
-CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';"
-   einfo "> CREATE DATABASE test;"
-   einfo "> GRANT ALL PRIVILEGES ON test.* TO 'test'@'localhost';"
-   einfo
-   sleep 5
-   perl-module_src_test
-}

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.37.0.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.37.0.ebuild
deleted file mode 100644
index 9ebdaccc60f..000
--- a/dev-perl/DBD-mysql/DBD-mysql-4.37.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MICHIELB
-DIST_VERSION=4.037
-inherit eutils perl-module
-
-DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-# embedded=on disables ssl support
-# https://metacpan.org/source/MICHIELB/DBD-mysql-4.036/dbdimp.c#L1886
-REQUIRED_USE="?? ( embedded ssl )"
-IUSE="embedded test +ssl"
-
-RDEPEND=">=dev-perl/DBI-1.609.0
-CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';"
-   einfo "> CREATE DATABASE test;"
-   einfo "> GRANT ALL PRIVILEGES ON test.* TO 'test'@'localhost';"
-   einfo
-   sleep 5
-   perl_rm_files t/pod.t t/manifest.t
-   # Don't be a hero and try to do EXTENDED_TESTING=1 unless you can figure
-   # out why 60leaks.t fails
-   perl-module_src_test
-}

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.41.0-r2.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.41.0-r2.ebuild
deleted file mode 100644
index 1595e68121f..000
--- a/dev-perl/DBD-mysql/DBD-mysql-4.41.0-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MICHIELB
-DIST_VERSION=4.041
-inherit eutils perl-module
-
-DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-# embedded=on disables ssl support
-# https://metacpan.org/source/MICHIELB/DBD-mysql-4.036/dbdimp.c#L1886
-REQUIRED_USE="?? ( embedded ssl )"
-IUSE="embedded test +ssl"
-
-RDEPEND=">=dev-perl/DBI-1.609.0
-CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';"
-   einfo "> CREATE DATABASE test;"
-   einfo "> GRANT ALL PRIVILEGES ON test.* TO 'test'@'localhost';"
-   einfo
-   sleep 5
-   perl_rm_files t/pod.t t/manifest.t
-   # Don't be a hero and try to do EXTENDED_TESTING=1 unless you can figure
-   # out why 60leaks.t fails
-   

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

2019-10-09 Thread Matt Turner
commit: cb195b661cd7874d5494f9acb01768f8468981cd
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct  9 22:10:37 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct  9 22:12:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb195b66

profiles: Mask x11-libs/libX11-1.6.9

Closes: https://bugs.gentoo.org/697098
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index df80980bb66..805a1700f98 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2019-10-09)
+# Needs unreleased xorgproto. Bug #697098.
+=x11-libs/libX11-1.6.9
+
 # Michał Górny  (2019-10-07)
 # Unmaintained.  A few versions behind upstream.  Forces an old version
 # of dev-java/ant-contrib.



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

2019-10-09 Thread Matt Turner
commit: 9c24cbe8feea118501ed38a9c1d255b3efb6dfef
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct  9 22:11:58 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct  9 22:12:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c24cbe8

x11-libs/libX11: Add blocker on old xorgproto

Bug: https://bugs.gentoo.org/697098
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libX11/libX11-1.6.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.6.9.ebuild 
b/x11-libs/libX11/libX11-1.6.9.ebuild
index 6cd68250158..ff545068a6c 100644
--- a/x11-libs/libX11/libX11-1.6.9.ebuild
+++ b/x11-libs/libX11/libX11-1.6.9.ebuild
@@ -12,7 +12,8 @@ DESCRIPTION="X.Org X11 library"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ipv6 test"
 
-RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
+   !

[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/

2019-10-09 Thread Georgy Yakovlev
commit: 977d011fc60f303d758bd1bf733be3ac2508df6a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  9 23:23:35 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  9 23:23:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977d011f

net-news/newsboat: remove virtual/cargo dep

Bug: https://bugs.gentoo.org/695698
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-news/newsboat/newsboat-2.16.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-news/newsboat/newsboat-2.16.1.ebuild 
b/net-news/newsboat/newsboat-2.16.1.ebuild
index 6e87c25932b..5c684e5eab6 100644
--- a/net-news/newsboat/newsboat-2.16.1.ebuild
+++ b/net-news/newsboat/newsboat-2.16.1.ebuild
@@ -133,7 +133,6 @@ DEPEND="${RDEPEND}
app-text/asciidoc
virtual/pkgconfig
sys-devel/gettext
-   virtual/cargo
virtual/rust
 "
 



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

2019-10-09 Thread Thomas Deutschmann
commit: d930d39c8fa5fdee7087d30867cd61f410739102
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 10 00:37:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 10 01:14:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d930d39c

app-text/ghostscript-gpl: drop urw-fonts naming patch

Closes: https://bugs.gentoo.org/673856
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/ghostscript-gpl/Manifest   | 2 +-
 ...ostscript-gpl-9.28_rc4.ebuild => ghostscript-gpl-9.28_rc4-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ghostscript-gpl/Manifest 
b/app-text/ghostscript-gpl/Manifest
index ebe367bfd89..351ad1ccd71 100644
--- a/app-text/ghostscript-gpl/Manifest
+++ b/app-text/ghostscript-gpl/Manifest
@@ -1,4 +1,4 @@
 DIST ghostscript-9.26.tar.xz 33059724 BLAKE2B 
7ccb9730db8ae056e67bf8d7fa097a4cb529605e12214ab81253d2d354d26c24e393c8bec2ecdb51a1fefe8443b8af47758705c2fb6b1dab59932140c5de07ca
 SHA512 
3ddb83029edf32282357bf606f4045a9ac73df6543cd423cfad09158ec12ada083a0dbb5aac3b73ae24cbc6c1e9d7574257a5c1fae63ba8776fbb00150ef2a3e
 DIST ghostscript-9.28rc4.tar.xz 34608244 BLAKE2B 
f659b73d88b14f07e2c5b0ece7bc8dff5f9daf831a6da3f37e9613b00799929fb505c5ce7b98f181f617f2a2744b7abcf8be770b2ca0bb8389c439934541432b
 SHA512 
a73dda81de96d93c1cdcc712356b1e06349d0e35af3db726b3581e5e1289cb656db52426f2aefa699c8fb137d0058e7a1238f54f0d2165f0c7ca86c96eb42fbc
 DIST ghostscript-gpl-9.26-patchset-1.tar.xz 3716 BLAKE2B 
0a4c32b3d0c0152b0dc7c62bf2b0bc8e30a369c2aed7c7be4a231948123c2242ce96ae5b1fd485bdae84d7cde1be9f3b3a16831fe77dfbc7ac6cd28bb5e14442
 SHA512 
7ad9558b00cc11d0872b32d2f1430d2e47730a2360c79d88299c87f8d6d4c15adb5c679ebdcaf50c58d9051c6a1d6f6873e4d81aadfbf3ce202ad94b6dc8981f
-DIST ghostscript-gpl-9.28-patchset-1.tar.xz 3276 BLAKE2B 
7fc0adc8ed45e82772447106c0171fb3767f15ad4df479cf521faf3ef8fc1bc19f8839d30e60ed32c4e7c89ddab951a30d6d3539b9931d8ffd97889ef647a59f
 SHA512 
6b4369811a970e3d19e26d3be00db01312154feaf66c07af71605bd6c25150d0640b7ebf5379bfa7860ef743a640f756ddf2d55f0fbd696c023c7cc2ca59b65e
+DIST ghostscript-gpl-9.28-patchset-2.tar.xz 2560 BLAKE2B 
137b6a817c9773f723e3533635866cdb0aef53fe957d432cc86ad314b0e972cba8aab4eec27fcb2e16972158f9b5692288d7e783398b5a5900a9f835a1d62eba
 SHA512 
52c14d15a3cdda9c19102e25a10c5c5f57352414124bb4fb2b803e89b34bddf9ab6fc83e343619e4ff98f707f0b4acea6806419882ebe1d18e3486a8ff975526

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild
similarity index 99%
rename from app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4.ebuild
rename to app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild
index e484ac77593..12cf5f01563 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV/_}"
 PVM=$(ver_cut 1-2)
 PVM_S=$(ver_rs 1-2 "")
 
-MY_PATCHSET="ghostscript-gpl-9.28-patchset-1.tar.xz"
+MY_PATCHSET="ghostscript-gpl-9.28-patchset-2.tar.xz"
 
 
SRC_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz";
 if [[ -n "${MY_PATCHSET}" ]] ; then



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

2019-10-09 Thread Thomas Deutschmann
commit: 0485402274682b6b2fdf1b92da532c9c5cda9d2f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 10 01:07:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 10 01:14:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04854022

app-text/ghostscript-gpl: fix net-dns/libidn dependency

Closes: https://bugs.gentoo.org/695728
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild
index 12cf5f01563..e079c408870 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.28_rc4-r1.ebuild
@@ -43,7 +43,7 @@ DEPEND="
cups? ( >=net-print/cups-1.3.8 )
dbus? ( sys-apps/dbus )
gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) )
-   unicode? ( net-dns/libidn:= )
+   unicode? ( net-dns/libidn:0= )
tiff? ( >=media-libs/tiff-4.0.1:0= )
X? ( x11-libs/libXt x11-libs/libXext )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-go/delve/

2019-10-09 Thread Joonas Niilola
commit: e38fa2910754358b5e8e99f82d99c29ac991750b
Author: Kirill Che  gmail  com>
AuthorDate: Mon Oct  7 14:19:54 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 02:54:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38fa291

dev-go/delve: bump version to 1.3.0

Bug: https://bugs.gentoo.org/675900
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Kirill Che  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13127
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-go/delve/Manifest   |  1 +
 dev-go/delve/delve-1.3.0.ebuild | 25 +
 dev-go/delve/metadata.xml   | 20 +++-
 3 files changed, 41 insertions(+), 5 deletions(-)

diff --git a/dev-go/delve/Manifest b/dev-go/delve/Manifest
index b220e3de2df..8d1c2b78f7a 100644
--- a/dev-go/delve/Manifest
+++ b/dev-go/delve/Manifest
@@ -1 +1,2 @@
 DIST delve-1.0.0.tar.gz 1573015 BLAKE2B 
de9318cb1fa289984fd2c7daabcff61fe4a0ed141460bfa3020097fd8d1cde535ddf4825371608521e03cc0f9c25a59e2a7dedc65a781cb86911d0c2c2f2e025
 SHA512 
128311bb7fd61b5b681c89060d7c0817da649fdbeef6367e627ca537ad4c3f07771d638e7e803c052c95bace8a7f5c8fb07feda1e06ce0ef34fd87143c29fece
+DIST delve-1.3.0.tar.gz 7725559 BLAKE2B 
4817536620ba86a0eefaaefe3249941f23e11ef66bab11c50847e021b3f86ca0d77bcead455fb4ecde5ca4d2753eb858b832109b0b2ab0a0902f24eb8dd21515
 SHA512 
9c7f543d855d3e27a16622a37ddf1ffc74f9abc06b34ec32d0202692def098e664e877f1c89ffe65683758dc43ed2cca350ba64e55c564920145323bb5e4ea13

diff --git a/dev-go/delve/delve-1.3.0.ebuild b/dev-go/delve/delve-1.3.0.ebuild
new file mode 100644
index 000..633dec94b7c
--- /dev/null
+++ b/dev-go/delve/delve-1.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+EGO_PN="github.com/go-delve/delve"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A source-level debugger for the Go programming language"
+HOMEPAGE="https://github.com/go-delve/delve";
+
+LICENSE="MIT BSD BSD-2 Apache-2.0"
+SLOT="0"
+
+RESTRICT="test"
+
+src_compile() {
+   go build -ldflags="-X main.Build=${a3e884e}" -o "${S}/dlv" ./cmd/dlv || 
die
+}
+
+src_install() {
+   dodoc README.md CHANGELOG.md
+   dobin dlv

diff --git a/dev-go/delve/metadata.xml b/dev-go/delve/metadata.xml
index 483b7af8d32..0633e7a01e6 100644
--- a/dev-go/delve/metadata.xml
+++ b/dev-go/delve/metadata.xml
@@ -1,8 +1,18 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   
-   derekparker/delve
-   
+
+g4s8.pub...@gmail.com
+Kirill Che
+
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+
+
+  Delve is a source level debugger for Go programs.
+
+
+go-delve/delve
+
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/

2019-10-09 Thread Joonas Niilola
commit: 89231b29b4b1b63f8eef1c4258fcca420b6e2e72
Author: Kirill Che  gmail  com>
AuthorDate: Mon Oct  7 18:54:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 02:50:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89231b29

www-apps/hugo: bump version to 0.50

Bug: https://bugs.gentoo.org/670470
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Kirill Che  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13132
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/hugo/Manifest |  64 
 www-apps/hugo/hugo-0.50.ebuild | 108 +
 www-apps/hugo/metadata.xml |  22 +++--
 3 files changed, 190 insertions(+), 4 deletions(-)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index 2d8d908d71d..452006af8e2 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -1,65 +1,129 @@
 DIST 
github.com-BurntSushi-locker-a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a.tar.gz 
2112 BLAKE2B 
3b3a6de509b7e9a2f925252a28a93e4d94e68f81e10b6a39bcb8066984ceff1e2d898c0f726b85a6984a396e88b382f5b7488c79a1d8bf6ddb7bf6eaae3d889d
 SHA512 
b6eaa606660ab6fd2a952a8ef727c830db859658636ee7b214014f2b4a1ec3c671d85745f94ed118ed9d2cc9909a15d26c6be72baed5b6e13eccb5cfe20e58bd
 DIST 
github.com-BurntSushi-toml-a368813c5e648fee92e5f6c30e3944ff9d5e8895.tar.gz 
42256 BLAKE2B 
65fba0e39dbd7d9ffc5707379629ba9e8d91f186214afeb6b5f5960bd7d4b0f233247ecc1b23bff9c4ea8572f00b106ce5b833f88d975be5ffb29778fc18dcee
 SHA512 
8a54f8b1f2fb9b5882d3c1498376c15aaf00eb8d9379090c38b03a6a291215923637dae9f36db1cca700687169cb08911e515222cd72fc153a5082ff4ddb5573
 DIST 
github.com-PuerkitoBio-purell-0bcb03f4b4d0a9428594752bd2a3b9aa0a9d4bd4.tar.gz 
11651 BLAKE2B 
5303cc2264bc289d94cbe81766e12ce42e5ab59a5fedf3bb9b1fba76d0ab543af8f7c34b991837f9ed6270003b5e1eb2d94721c27dc409ad67472c8dc0315d82
 SHA512 
faf9ef8e24db59d477073fb8a06de337827f21b84a69c03cf47c6ddd8d3d67772319e261d98fe1fafbcc80c725db52541e02f8f2d598986246d02b8e381b4e6a
+DIST github.com-PuerkitoBio-purell-v1.1.0.tar.gz 11653 BLAKE2B 
34d1028a6d47261d7952d6c06eb9e753d6a9fe421fa56c84885acaa397b9840e5f9ef872ed5302ac56fd57b475271d90a67ef2a59e6264f7698921db965f0221
 SHA512 
17e734a28ece431657fa9c7c1a492185d8d0a976ad4bd17285b038144252dc3ff595e54b3924408d80ed02cb2f6e99b72c05490fe23f88dcb338f358a6cda7f5
+DIST github.com-PuerkitoBio-urlesc-de5bf2ad4578.tar.gz 6799 BLAKE2B 
8e27467b05093ef6af830c07a3a5a9fcfbd158c75893c6e0279538b02d70ed8ed48981ed1369aa1472903bec16c48b020a7949759dce625f6fa5cb8fe6fc4e03
 SHA512 
a7c80ad1cb51be792f92dd34fec99dd1d3f11e5762e196e8f2d126afaf7e62548f3355dcb2616a989d0e4afc4cd7f559a0bf528ca0e20b0d1013b27498308a30
 DIST 
github.com-PuerkitoBio-urlesc-de5bf2ad457846296e2031421a34e2568e304e35.tar.gz 
6799 BLAKE2B 
8e27467b05093ef6af830c07a3a5a9fcfbd158c75893c6e0279538b02d70ed8ed48981ed1369aa1472903bec16c48b020a7949759dce625f6fa5cb8fe6fc4e03
 SHA512 
a7c80ad1cb51be792f92dd34fec99dd1d3f11e5762e196e8f2d126afaf7e62548f3355dcb2616a989d0e4afc4cd7f559a0bf528ca0e20b0d1013b27498308a30
+DIST github.com-alecthomas-assert-405dbfeb8e38.tar.gz 71099 BLAKE2B 
2894bc0568c3d114aff71724dade89c604d9f0528cbe8f5c644c4a850941f146eec9a862886cb3241b75212c6f2272efc50a6923166eeb571be26c8aded40e0d
 SHA512 
182f141d83bb9b1d7d94cf3b1beb2e7c4074f9be3bd0250e3423fe64e6182f34b54b36e517397aa88440e42fe116973ed435bde6b8343df299db6ebb32591331
 DIST 
github.com-alecthomas-assert-405dbfeb8e38effee6e723317226e93fff912d06.tar.gz 
71099 BLAKE2B 
2894bc0568c3d114aff71724dade89c604d9f0528cbe8f5c644c4a850941f146eec9a862886cb3241b75212c6f2272efc50a6923166eeb571be26c8aded40e0d
 SHA512 
182f141d83bb9b1d7d94cf3b1beb2e7c4074f9be3bd0250e3423fe64e6182f34b54b36e517397aa88440e42fe116973ed435bde6b8343df299db6ebb32591331
 DIST 
github.com-alecthomas-chroma-5d7fef2ae60b501bbf28d476c3f273b8017d8261.tar.gz 
317261 BLAKE2B 
94922cf2a294e5109c79213eab7bac6a9ac7c33830d07fed8999dbdea7417f19f175e97f5ed1cfce1e6e33232248ce036ec4cf694e0a8b518482a5ae4cba8b20
 SHA512 
305b73b5e67a5d5567f22a84f44c1d25430ec132522d9ec91abbcf6167de8e25d283dd151aa078838fb7cf7e66ace13c58c62921c41dd3f088f982acbeef40d4
+DIST github.com-alecthomas-chroma-v0.5.0.tar.gz 317226 BLAKE2B 
62bf9c802fb5868ccbda6c9e89985dabbc86aa28b5edf0c883701c1073622c0b1c7c8f3828054312cfc13702bc8e2d8e3ac61fad47ff877bc386be10b60d90a8
 SHA512 
bdab62d9a99cf5362248a703080e99187cc463052dacfda931d8acb07e70ac800750171abb7b3739b43af443cb29a2178a9bdd4d249264299c0882b2d7047cba
+DIST github.com-alecthomas-colour-60882d9e2721.tar.gz 3483 BLAKE2B 
e4ecc9503cc8c6053adb66f87ddaf1e9fb66fa18060c07a0e26c1fd8fa1b143d48345ea73c399571f787b8104a7522672a945d885f5e24dcf0718a995d6567f0
 SHA512 
e428ba9fdc2fcf097ec9892241cbca65631924dfe66a08ec4131e7cfba24125145600f03b753b7bc4452b06f0c7380560d9165ebeb7dddb30d35db512c825796
 DIST 
github.com-alecthomas-colour-60882d9e27213e8552dcff6328914fe4c2b44bc9.tar.gz 
3483 BLAKE2B 
e4ecc9503cc8c6053adb66f87ddaf1e9fb66fa18060c07a0e26c1fd8fa1

[gentoo-commits] repo/gentoo:master commit in: dev-go/delve/

2019-10-09 Thread Joonas Niilola
commit: dbd8008deb2ba67ad53a81e208f50fc86c92ff05
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 10 03:19:35 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 03:19:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd8008d

dev-go/delve: fix typo in 1.3.0

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-go/delve/delve-1.3.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-go/delve/delve-1.3.0.ebuild b/dev-go/delve/delve-1.3.0.ebuild
index 633dec94b7c..41d537d305a 100644
--- a/dev-go/delve/delve-1.3.0.ebuild
+++ b/dev-go/delve/delve-1.3.0.ebuild
@@ -23,3 +23,4 @@ src_compile() {
 src_install() {
dodoc README.md CHANGELOG.md
dobin dlv
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/pacvis/

2019-10-09 Thread Brian Gloyer
commit: 274f594ca8ddbb16ec63227b8ffa47a63a6f09cd
Author: brian gloyer  gmail  com>
AuthorDate: Thu Oct 10 04:07:10 2019 +
Commit: Brian Gloyer  gmail  com>
CommitDate: Thu Oct 10 04:14:02 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=274f594c

app-portage/pacvis: New Package

Shows an interactive graph of packages using a web interface

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: brian gloyer  gmail.com>

 app-portage/pacvis/Manifest|  1 +
 app-portage/pacvis/metadata.xml| 16 
 app-portage/pacvis/pacvis-0.4.1.ebuild | 18 ++
 app-portage/pacvis/pacvis-.ebuild  | 19 +++
 4 files changed, 54 insertions(+)

diff --git a/app-portage/pacvis/Manifest b/app-portage/pacvis/Manifest
new file mode 100644
index 000..4959bde
--- /dev/null
+++ b/app-portage/pacvis/Manifest
@@ -0,0 +1 @@
+DIST pacvis-0.4.1.tar.gz 511582 BLAKE2B 
61fe99358b2d1c6f1b500583fa9f4b017ba2548e246c0a4ed2ab59e224e8e8273cfb9c1fdaa233421ce3f45a0e498598b757995c2e74e568450e81cbd44184aa
 SHA512 
146dc13f66c7dcb81f8cbe67461a58df2ea8874c7e4fe97910006b3295c55ce4aa1dff989586a46e2c50ab8156a8dd2519962bf041c54877d1e4de43915ae015

diff --git a/app-portage/pacvis/metadata.xml b/app-portage/pacvis/metadata.xml
new file mode 100644
index 000..90bbe38
--- /dev/null
+++ b/app-portage/pacvis/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+brian.glo...@gmail.com
+brian gloyer
+  
+  
+
+  brian.glo...@gmail.com
+  brian gloyer
+
+https://github.com/bgloyer/pacvis/issues/
+bgloyer/pacvis
+  
+

diff --git a/app-portage/pacvis/pacvis-0.4.1.ebuild 
b/app-portage/pacvis/pacvis-0.4.1.ebuild
new file mode 100644
index 000..2e20d84
--- /dev/null
+++ b/app-portage/pacvis/pacvis-0.4.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Displays dependency graphs of packages"
+HOMEPAGE="https://github.com/bgloyer/pacvis.git";
+SRC_URI="https://github.com/bgloyer/pacvis/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]"

diff --git a/app-portage/pacvis/pacvis-.ebuild 
b/app-portage/pacvis/pacvis-.ebuild
new file mode 100644
index 000..90458ae
--- /dev/null
+++ b/app-portage/pacvis/pacvis-.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+EGIT_REPO_URI="https://github.com/bgloyer/pacvis.git";
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Displays dependency graphs of packages"
+HOMEPAGE="https://github.com/bgloyer/pacvis.git";
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-admin/stow/, app-admin/xstow/, dev-scheme/chicken/

2019-10-09 Thread Matt Turner
commit: 2a96c370e5e805c6da5050af7adcb5ea9b336a44
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Oct 10 05:00:54 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct 10 05:07:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a96c370

*/*: Retire Erik Falor from proxied maintainer role

Retire the inactive proxied maintainer. Only one submission in Oct
2016. No bugzilla activity in 11 months.

Closes: https://bugs.gentoo.org/633294
Signed-off-by: Matt Turner  gentoo.org>

 app-admin/stow/metadata.xml | 8 
 app-admin/xstow/metadata.xml| 8 
 dev-scheme/chicken/metadata.xml | 8 
 3 files changed, 24 deletions(-)

diff --git a/app-admin/stow/metadata.xml b/app-admin/stow/metadata.xml
index 04f725369a7..ceeed1534bd 100644
--- a/app-admin/stow/metadata.xml
+++ b/app-admin/stow/metadata.xml
@@ -1,16 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   ewfa...@gmail.com
-   Erik Falor
-   

maksbo...@gentoo.org
Maxim Koltsov

-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
 

diff --git a/app-admin/xstow/metadata.xml b/app-admin/xstow/metadata.xml
index b3d90cf176b..4154b725534 100644
--- a/app-admin/xstow/metadata.xml
+++ b/app-admin/xstow/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   ewfa...@gmail.com
-   Erik Falor
-   

maksbo...@gentoo.org
Maxim Koltsov

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
A program that manages the installation of software 
packages.

xstow

diff --git a/dev-scheme/chicken/metadata.xml b/dev-scheme/chicken/metadata.xml
index 0d1a5690eef..05e1d88e139 100644
--- a/dev-scheme/chicken/metadata.xml
+++ b/dev-scheme/chicken/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   ewfa...@gmail.com
-   Erik Falor
-
 
maksbo...@gentoo.org
Maxim Koltsov
@@ -13,10 +9,6 @@
sch...@gentoo.org
Gentoo Scheme Project
 
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
 
 CHICKEN is a compiler for the Scheme programming language. CHICKEN produces
 portable, efficient C, supports almost all of the current Scheme language



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

2019-10-09 Thread Joonas Niilola
commit: 0e8a917aaa7f345261b8c043b9e4e4da58961ff8
Author: Daniel Kenzelmann  k8n  de>
AuthorDate: Mon Oct  7 19:44:30 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:21:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8a917a

app-misc/flirc: new version 3.24.0

Revbump to 3.24.0
Closes: https://bugs.gentoo.org/696446
Signed-off-by: Daniel Kenzelmann  k8n.de>
Closes: https://github.com/gentoo/gentoo/pull/13201
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/flirc/Manifest|  3 +++
 app-misc/flirc/flirc-3.24.0.ebuild | 49 ++
 2 files changed, 52 insertions(+)

diff --git a/app-misc/flirc/Manifest b/app-misc/flirc/Manifest
index 4306a4ba199..1f496854e0b 100644
--- a/app-misc/flirc/Manifest
+++ b/app-misc/flirc/Manifest
@@ -1,3 +1,6 @@
 DIST flirc-3.22.4_amd64.deb 9013138 BLAKE2B 
5624f981fab68d58951d6f0411c059d098d260cf89a98c238b7fed0b7eebc2952d7584bfc9f0a6364757002a565faefbf489c2992031e91177ec8f3bb11979a0
 SHA512 
ad493a6efa30dcfd6f92dd7176cdd751c1129f669fdbaa4cf06a41447a5e1fc3ebd5d9100f82698ce82592fdd032bce86266489035879edc73f876177531576e
 DIST flirc-3.22.4_arm.deb 10643940 BLAKE2B 
ace0ecf667e177253a1de50d6c629092ac39ad16c838e5b99006ba39c6bc068ebb1cf624d024e5634d10ae0d03e9bddc5e91357bc0a8fa5eac84eabc28f691f0
 SHA512 
6767e0e8c7ef1bdc3c1d0b0637bf01816382dac544b2cd7fd344a0ec5e54b0ecd1b2d5a668533f7808b171eacddd54c0fb2463f79acbfdb3dd448fec0e8564ae
 DIST flirc-3.22.4_x86.deb 8989574 BLAKE2B 
bb1171def52e9171e3f97df7230de1f7bb6e2e571577e45aa9fe88bb11b663c322f90c0e74b4001e792954f8667105401aa0d3a05aa7b49264ea507a76f5c63e
 SHA512 
4b51d0c6f89411ba54f412ac89b82760b8817ad774838de1af467dd0ca6d2ebf567a073d222f8563aedb68755dce53de8bff4a5dfa785d27f3123d206bbf2869
+DIST flirc-3.24.0_amd64.deb 9027598 BLAKE2B 
5ab9b0c24eeeace872aa0c022d78afbd19a1edd5b54be26216f4cd1e63f2ecd11b257c53254c76aab0fa96eea57d2a346633c091ba109aa08551a5d6aeae4115
 SHA512 
12bc6fedc097491cbfa30ca26c0bf3c97a2fdbeb51e2a9ad26d0bf44f9020d2f2becbeaf2d760338894466f5c7f455abb608cdc11cd46893fb4bb79ed1ce7f37
+DIST flirc-3.24.0_arm.deb 8988130 BLAKE2B 
c201521e8cf4fd1e2dbd5be4eaab30a00660271524d0be9ee58563f60731247ee488721d6c2561cc4bbf24aeef56530ed87be5d83c73696bc2877b1a35e58526
 SHA512 
b5af7ca16587e6f89ea32b9127ed6f6fb1a4634189a39ca9242a87471efb6f0400a8e9ae2f0652095cc3a92476e419b2df529d938685435ab1f740dfe2621790
+DIST flirc-3.24.0_x86.deb 8992950 BLAKE2B 
2435d65371cf4209a16862e2f18b3bfa24af6b1336bae87bf3fc701a764b491551c687602d0ed68834fd7083a8271b234db70003240e23bc970e844383faa92b
 SHA512 
8c9a16c59a88057b90f6f9640c0729e2ed2c862f544cff8e42fcf3a7ee85cd2be4ae1e4b5e76e38d733996b985b01cdae40892f4fa1ddc52fe327a7ef07282c2

diff --git a/app-misc/flirc/flirc-3.24.0.ebuild 
b/app-misc/flirc/flirc-3.24.0.ebuild
new file mode 100644
index 000..0db412357a0
--- /dev/null
+++ b/app-misc/flirc/flirc-3.24.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop udev unpacker
+
+DESCRIPTION="Allows you to pair any remote control with your computer or media 
center"
+HOMEPAGE="https://flirc.tv/";
+SRC_URI="
+   amd64? ( https://apt.fury.io/flirc/${P}-amd64 -> ${P}_amd64.deb )
+   arm? ( https://apt.fury.io/flirc/${P}-armhf -> ${P}_arm.deb )
+   x86? ( https://apt.fury.io/flirc/${P}-i386  -> ${P}_x86.deb )"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~x86"
+IUSE="+qt5"
+
+RESTRICT="bindist mirror strip"
+
+S="${WORKDIR}"
+
+DEPEND=""
+RDEPEND="virtual/libusb:1
+   dev-libs/hidapi
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+   )"
+
+QA_PREBUILT="/usr/bin/*"
+
+src_install () {
+   udev_newrules etc/udev/rules.d/99-flirc.rules 51-flirc.rules
+   dobin usr/bin/flirc_util
+   doman usr/share/doc/flirc/flirc_util.1
+   if use qt5 ; then
+   dobin usr/bin/Flirc
+   doman usr/share/doc/flirc/Flirc.1
+   doicon usr/share/pixmaps/Flirc.png
+   domenu usr/share/applications/Flirc.desktop
+   fi
+}



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

2019-10-09 Thread Joonas Niilola
commit: df68f09db2a59b2d4e0dc98ba79eb67bd190f58c
Author: Angelos Kouratzinos  zoho  com>
AuthorDate: Sun Oct  6 22:31:25 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:21:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df68f09d

app-misc/dfshow: version bump to 0.8.2 beta

Closes: https://bugs.gentoo.org/696430
Signed-off-by: Angelos Kouratzinos  zoho.com>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/13193
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/dfshow/Manifest |  1 +
 app-misc/dfshow/dfshow-0.8.2_beta.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest
index ce73746af13..26d4ec08f7f 100644
--- a/app-misc/dfshow/Manifest
+++ b/app-misc/dfshow/Manifest
@@ -1 +1,2 @@
 DIST dfshow-0.8.0_beta.tar.gz 97301 BLAKE2B 
fa98ef37d23ef39e8512eed410d4a3a9e45aee87d9ee1c35230a9bea47af61c936091117c7232c195cd661ba61b09376ba1db4167bf8388323311f2a2fa7b6a6
 SHA512 
79cd82916521500d5f6f7ab00770af084f1a52069fe5625b7336f3081084ece6d2773be7f5480c55ad3151e603d937b3feb279a18502c435c1a05d6d1446
+DIST dfshow-0.8.2_beta.tar.gz 97733 BLAKE2B 
99790b6901760a5e4adc7942fa84d11fb9d5e2f4e60a5d4abc2ce8fed0e86ab5f3def67c2f567b1ca54f1ecdbbe04522d4a75d69694b0ad213a69d86d49514e4
 SHA512 
1fca7f72c0200df13ac6e640314f9ad94ea3b88eb62a18a606f3a06a02252107f59747fbd404891fff5898b3796650023827ca59ceb690a0aa45e3c0a8bca749

diff --git a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild 
b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild
new file mode 100644
index 000..2b75216f7b9
--- /dev/null
+++ b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PV="${PV//_beta/-beta}"
+
+DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from 
DF-EDIT"
+HOMEPAGE="https://github.com/roberthawdon/dfshow";
+SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libconfig
+   sys-libs/ncurses:0=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm 
-lconfig -ltinfow/' Makefile.am ||
+   die "sed in Makefile.am failed"
+   eautoreconf
+   eautomake --add-missing
+}



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

2019-10-09 Thread Joonas Niilola
commit: 8c5cb2851409df84d390a16f97b0ee04a85942f1
Author: Christian Tietz  mailbox  org>
AuthorDate: Sun Oct  6 01:21:28 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:21:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5cb285

sys-apps/bleachbit: Bump to 2.3 beta (GTK+3 port)

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christian Tietz  mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/13181
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index d7df8d9ddbe..938076bcdf0 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1 +1,2 @@
 DIST bleachbit-2.2.tar.gz 1100913 BLAKE2B 
a16e63a2533f9d9c385d384e2fd65dbb32a8f064e769f99e8a8cab9c4069cc7b21e6896c5fa8d02d8204e8c93da8a5f66605601eb44ecc354d41f1a6d9fe2d0a
 SHA512 
c7661cc64358a6420768c3ee1a6ec97d2fd4f0bf67b393be045ef79cef8b3f8cc273a51a5dd7c79d89b8a14cd1357f7714fc860addc9ae74af48bd8d427b3a5a
+DIST bleachbit-2.3.tar.gz 1167950 BLAKE2B 
61f7248ade73be167a8717ea63f4fc3c899ed437b2bd2bcdfbcdf844a5259056bbf4e90e0142d0b6ca393daf796067ff3f39eef1beef275f44ea7f4f16ee0a46
 SHA512 
27e6ddfa5dd773cd27508e566aa5ef3fe790543a6737a35e9c92fcebbb5f6d5a5e30faa52ce8c3cb70b0aadcfa4b1a48ed3622e3ed6fca9e35a3dfea7426f098

diff --git a/sys-apps/bleachbit/bleachbit-2.3.ebuild 
b/sys-apps/bleachbit/bleachbit-2.3.ebuild
new file mode 100644
index 000..903b5a3f45c
--- /dev/null
+++ b/sys-apps/bleachbit/bleachbit-2.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit desktop distutils-r1
+
+DESCRIPTION="Clean junk to free disk space and to maintain privacy"
+HOMEPAGE="https://www.bleachbit.org";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gtk"
+
+RDEPEND="
+   dev-python/chardet[$PYTHON_USEDEP]
+   dev-python/scandir[$PYTHON_USEDEP]
+   gtk? ( dev-python/pygobject:3[$PYTHON_USEDEP] )
+"
+BDEPEND="
+   dev-python/setuptools[$PYTHON_USEDEP]
+   sys-devel/gettext
+"
+
+python_prepare_all() {
+   # choose correct Python implementation, bug #465254
+   sed -i 's/python/$(PYTHON)/g' po/Makefile || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   emake -C po local
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_newscript ${PN}.py ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   emake -C po DESTDIR="${D}" install
+
+   # https://bugs.gentoo.org/388999
+   insinto /usr/share/bleachbit/cleaners
+   doins cleaners/*.xml
+
+   insinto /usr/share/bleachbit
+   doins data/app-menu.ui
+
+   doicon ${PN}.png
+   domenu ${PN}.desktop
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2019-10-09 Thread Joonas Niilola
commit: 55f7a9c93aab2e4847bcd29fb57fd09dcdae57c7
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Mon Oct  7 20:19:53 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:22:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f7a9c9

app-benchmarks/stress-ng: drop old version

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13202
Signed-off-by: Joonas Niilola  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 -
 app-benchmarks/stress-ng/stress-ng-0.10.05.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index a15b186c3a1..e489877fddb 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1 @@
-DIST stress-ng-0.10.05.tar.xz 401176 BLAKE2B 
f9562656b361e9a931f4ed65e57865310ac6b1630e48c1fd3680f5d5aeb644ac59f1b4f57760faebe6604cfa1f3619530aeef883f34bd573594767095e6d1201
 SHA512 
b6ea5d9b20431297988861c4416250960c340050a2e1958f93459b3bbfd4c801c61463efdf5a190d33b76627db05fe8288ebbb3aa12f48734dc93d36266bf363
 DIST stress-ng-0.10.07.tar.xz 400796 BLAKE2B 
c0a5630b2de32768e8294afcd4c8f8ab4474325e54ca50f4c19001ac7493d15a2daa0aa755f606693ba7bc84686c9d259d948041148341d7b7a99d6148ed14fd
 SHA512 
eb5c945ef64af06201ec3f28e1e5c5421dc53cb5b93b4781476a11fb80777a24f50f45f4e59d2ad0c19d753c3f170dc91b0868ffb5b5eb7674a3cbf41e615b31

diff --git a/app-benchmarks/stress-ng/stress-ng-0.10.05.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.10.05.ebuild
deleted file mode 100644
index b2c3a4b18a1..000
--- a/app-benchmarks/stress-ng/stress-ng-0.10.05.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/";
-SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   net-misc/lksctp-tools
-   sys-apps/attr
-   sys-apps/keyutils:=
-   sys-libs/libapparmor
-   sys-libs/libcap
-   sys-libs/zlib:=
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
-
-PATCHES=( "${FILESDIR}/${PN}-0.09.53-makefile.patch" )
-
-src_compile() {
-   tc-export CC
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/

2019-10-09 Thread Joonas Niilola
commit: 38483737ae63522731f8bd4b212f92f6009e09e0
Author: YUE Daian  gmail  com>
AuthorDate: Mon Oct  7 15:04:23 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:21:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38483737

dev-lisp/roswell: bump version to 19.09.12.102

Closes: https://bugs.gentoo.org/696698

Signed-off-by: YUE Daian  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13198
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lisp/roswell/Manifest|  1 +
 dev-lisp/roswell/roswell-19.09.12.102.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest
index 5bf4ffbf0c8..9f5afd42b1d 100644
--- a/dev-lisp/roswell/Manifest
+++ b/dev-lisp/roswell/Manifest
@@ -1 +1,2 @@
 DIST roswell-19.08.10.101.tar.gz 163259 BLAKE2B 
80080a7d2665fd674281ae8af7ac735e8ebfa142cb2beac93e9536ab0251d654ce6f18e329b06bb1e8bb3a233ab15b42c35e544b4d2b9c87229d9290403cec31
 SHA512 
6a7dde53ba5f0793e3f5dac780265e1a88d35a0d4a2388fec6ecafde0904a36db222a3cfe867ae5bd90f38f08a5da09941182e72f81184bfd7f084d927e63ce3
+DIST roswell-19.09.12.102.tar.gz 164475 BLAKE2B 
432a9aae8a2f2caa4b7c996829daff1e6a8807cccf936bf7d9aefc69e8842b73b355aede1213ed8ad3e2f3ed093fbb33f0d4f48c991ad4ae5dc3f919d5ea7c38
 SHA512 
04f6db828c81b7e6310c612e4a3fcd0d0abe6e9dbac794f78f9830902c8b8ad02bda7ff313edfebfd31fa299b2553f258dc82307ccdaf025b9eef2a13e93de54

diff --git a/dev-lisp/roswell/roswell-19.09.12.102.ebuild 
b/dev-lisp/roswell/roswell-19.09.12.102.ebuild
new file mode 100644
index 000..11cdfe7deea
--- /dev/null
+++ b/dev-lisp/roswell/roswell-19.09.12.102.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A lisp installer and launcher for major environment"
+HOMEPAGE="https://github.com/roswell/roswell";
+SRC_URI="https://github.com/roswell/roswell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="!net-libs/librouteros"
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2019-10-09 Thread Joonas Niilola
commit: 5ad7ed974ed5b833e877e246d69894172c72a8b0
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Mon Oct  7 20:19:17 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:21:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad7ed97

app-benchmarks/stress-ng: bump to version 0.10.07

Closes: https://bugs.gentoo.org/696722
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 1a7ee8d7cfa..a15b186c3a1 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.10.05.tar.xz 401176 BLAKE2B 
f9562656b361e9a931f4ed65e57865310ac6b1630e48c1fd3680f5d5aeb644ac59f1b4f57760faebe6604cfa1f3619530aeef883f34bd573594767095e6d1201
 SHA512 
b6ea5d9b20431297988861c4416250960c340050a2e1958f93459b3bbfd4c801c61463efdf5a190d33b76627db05fe8288ebbb3aa12f48734dc93d36266bf363
+DIST stress-ng-0.10.07.tar.xz 400796 BLAKE2B 
c0a5630b2de32768e8294afcd4c8f8ab4474325e54ca50f4c19001ac7493d15a2daa0aa755f606693ba7bc84686c9d259d948041148341d7b7a99d6148ed14fd
 SHA512 
eb5c945ef64af06201ec3f28e1e5c5421dc53cb5b93b4781476a11fb80777a24f50f45f4e59d2ad0c19d753c3f170dc91b0868ffb5b5eb7674a3cbf41e615b31

diff --git a/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild
new file mode 100644
index 000..b2c3a4b18a1
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/";
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   net-misc/lksctp-tools
+   sys-apps/attr
+   sys-apps/keyutils:=
+   sys-libs/libapparmor
+   sys-libs/libcap
+   sys-libs/zlib:=
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
+
+PATCHES=( "${FILESDIR}/${PN}-0.09.53-makefile.patch" )
+
+src_compile() {
+   tc-export CC
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: acct-user/epmd/

2019-10-09 Thread Joonas Niilola
commit: 36c5d591f6ad7217821ac74b84015e881eb14b2a
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Oct  1 13:32:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:37:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c5d591

acct-user/epmd: New user for dev-lang/erlang (UID 335)

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-user/epmd/epmd-0.ebuild | 12 
 acct-user/epmd/metadata.xml  | 12 
 2 files changed, 24 insertions(+)

diff --git a/acct-user/epmd/epmd-0.ebuild b/acct-user/epmd/epmd-0.ebuild
new file mode 100644
index 000..687e5b16486
--- /dev/null
+++ b/acct-user/epmd/epmd-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for Erlang Protmapper Daemon"
+ACCT_USER_ID=335
+ACCT_USER_GROUPS=( epmd )
+
+acct-user_add_deps

diff --git a/acct-user/epmd/metadata.xml b/acct-user/epmd/metadata.xml
new file mode 100644
index 000..7c3db330c14
--- /dev/null
+++ b/acct-user/epmd/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   arka...@atlas.cz
+   Petr Vaněk
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/epmd/

2019-10-09 Thread Joonas Niilola
commit: f5b53a01659693eb92756c4b213ed14478f383f2
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Oct  1 13:32:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:37:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b53a01

acct-group/epmd: New group for dev-lang/erlang (GID 335)

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-group/epmd/epmd-0.ebuild |  9 +
 acct-group/epmd/metadata.xml  | 12 
 2 files changed, 21 insertions(+)

diff --git a/acct-group/epmd/epmd-0.ebuild b/acct-group/epmd/epmd-0.ebuild
new file mode 100644
index 000..0e059ec7f09
--- /dev/null
+++ b/acct-group/epmd/epmd-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for Erlang Portmapper Daemon"
+ACCT_GROUP_ID=335

diff --git a/acct-group/epmd/metadata.xml b/acct-group/epmd/metadata.xml
new file mode 100644
index 000..7c3db330c14
--- /dev/null
+++ b/acct-group/epmd/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   arka...@atlas.cz
+   Petr Vaněk
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



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

2019-10-09 Thread Joonas Niilola
commit: a7cb94d24d67edc0c226c13376fea9dd67a636fb
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Oct  1 16:10:08 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:37:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cb94d2

dev-lang/erlang: version bump to 22.1.1

Closes: https://bugs.gentoo.org/695770
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/13141
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lang/erlang/Manifest  |   3 +
 dev-lang/erlang/erlang-22.1.1.ebuild  | 150 ++
 dev-lang/erlang/files/epmd.confd-r1   |   2 +
 dev-lang/erlang/files/epmd.init-r2|  23 ++
 dev-lang/erlang/files/epmd.service-r1 |  11 +++
 5 files changed, 189 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index 6ad8b3fcc55..2d556eff32c 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,7 +1,10 @@
 DIST erlang-21.1.1.tar.gz 53854332 BLAKE2B 
32ab508b5a305eb92eac9f49bd513374c573966e7565d98aa6ba986ce42eb955a46130b9f33dbb415f48de5c179b308a8b06b345a844afcb2700f7e3f257f27e
 SHA512 
dc11aace126aad5411b0d583579fe95a7263be328612fdc9f9c02d917aef7ea7a128b1e54ddcf7a52232980d2c81fc8e90ae5a8806ee5ae6ea97f00a9cf3faab
 DIST erlang-22.0.2.tar.gz 54805264 BLAKE2B 
d30fd8a7a4ada892f4b8e14c82ab7e20f77caa78573774d0b591a1abcc26c63ae5e0a65ae5c30f0f5cc8a6e4c5e13d167929eb049cbb172fcf2899d61f5ec8dc
 SHA512 
6dbc3705a8b9ba5c8b6694e256c226c882521d87c3af4deb9212c33fff83b510191ea547888d15ced17dd66857fb1d7ba72d9fbd54a5c63091aa86680b960436
 DIST erlang-22.0.7.tar.gz 54814307 BLAKE2B 
0f44c225bd4d762a529b5c154a086636a3677d0ff44df619ce4cc17eb168b5fdc0d33e1a82c85e9f3daafa1313fede22d702021323252380c76dacde91a3f204
 SHA512 
cf84cc20b97ed46f9ab3c7f1d77bcf6254ac3ebbb5c1e4e5202f4d5ba3d9c3bf5542567b047edaa68c204bc67ca667b1d96eb8153ac660e628c78fe271b6a8d9
+DIST erlang-22.1.1.tar.gz 54951145 BLAKE2B 
917813f750eacd3dc7da25f1fa9e1f9c55e6cf1b88ba4e5576caae8554bbac667c87830935c7ddd58723f61e54f3c99ae4ef08660344035dea460e92a40832cc
 SHA512 
ee1a3bb355ffd083c3355caf60189799d322cff2a01314ba5df141ccdc4de45dbfe3967e661e3dfbcf14fc04dc1f855d7a3660f9b2daa2451a83422eda7cba39
 DIST erlang_doc_html_21.1.tar.gz 32692731 BLAKE2B 
a7fa8ebe1c876ab7eecd2dd46ffd4d288db6d308e0f131d53c26ee4b67a92cb6fcb89b6c880ef34df395c7ad61fcdc81eac32e0fcf7336be7d517263218146bc
 SHA512 
0d659f55bfb01eecf140a310154724489ef56b6ccbe9ac30f6b053f598276721b80de7b5b3200707cf8a6e77b8854eae5453f655225f431fcc982550539f767f
 DIST erlang_doc_html_22.0.tar.gz 33737075 BLAKE2B 
f49aba36e9b84e5bc4422052e33aab5cb407dfcf2086ddb8a2370003dc63842acc79a67d9d453ee9e59d7b69416b23527e2d9f564b2d8a58d4c46bc3a93881c4
 SHA512 
89229a97fb5c78246ce9fa6a2d23446c6c3c2de15617911739e133b7e58714a91b1360af64bf61659d96808a816d84e4c410f8c8efe1e544930f88d73242b6e7
+DIST erlang_doc_html_22.1.tar.gz 33824830 BLAKE2B 
2d50802fff81eba8bcf5f630da49d68d7cb2098175012e12f13941e69949a109c9f601c3cfaa2700b669415cd0c6c15961d8e4dd94b9b228cee17b661fe5400a
 SHA512 
cc24927a4ff98b04d8f93fbc46bb36ffb34570521e4f31154b778dc17cf1cff60869239c26c327d7a9360c06528f9b380a302b39fa47285e50dfd4656b508202
 DIST erlang_doc_man_21.1.tar.gz 1317726 BLAKE2B 
5e5c2b77a41da6ab9ae1264ba5824a9f3bda6d3b7a824b372e01356888db437ed9e45bf987d678aca3fd8d0f0e6dce25080c7a2aaa4e061936f1e6ac4717e843
 SHA512 
94c6191ba9f42bffeb398e865026fbc79f3b233389c7d471f0c680799aa3669e97ab5305cd53f26d6525aed33d738ebfc4eb79a8f1a0b29dc4b79a2a37a29a4f
 DIST erlang_doc_man_22.0.tar.gz 1347830 BLAKE2B 
52fd7adf46c9727dba70edc73150b2c7e9b96728ccb0af6d717ab9881bcb38fd98cd1d9d8ff9b2869cf162230dc0f054377446a21d9114ad70e706aef863
 SHA512 
f980439d21aea6e1487afbd2e22a1a909cee40bd2464569219159bd38048d7d8d7adc9c5c639c04d5fe3160d090b51f2fd33b3ef479969731ce1861338278e41
+DIST erlang_doc_man_22.1.tar.gz 1355169 BLAKE2B 
eca02e36709587d59099dd87263b3ffcea55002cbcbf0a9980fface3cc30cb4ce0210fbdf80c8957da7a09a3b866ca81be22fd577f7f948562ef4e4ca516cbf5
 SHA512 
4f590f82293c97529c827c042bce673e6777c577e52e0e1876a8d6c1a0dc774c09637e85e3562f9a8af44372219d57174c002cc12a9646ae015c7bb1da34c750

diff --git a/dev-lang/erlang/erlang-22.1.1.ebuild 
b/dev-lang/erlang/erlang-22.1.1.ebuild
new file mode 100644
index 000..7e8d77b2888
--- /dev/null
+++ b/dev-lang/erlang/erlang-22.1.1.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0"
+
+inherit elisp-common java-pkg-opt-2 systemd wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(ver_cut 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime environment and libraries 
(OTP)"
+HOMEPAGE="https://www.erlang.org/";
+SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
+   http://erlang.org/download/otp_doc_

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

2019-10-09 Thread Joonas Niilola
commit: f0e764aafc52bfb9acba98df822bf6f49d1ad5bc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 10 05:40:06 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 10 05:40:06 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=f0e764aa

uid-gid.txt: add UID/GID (335) for epmd

Signed-off-by: Joonas Niilola  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index e271a3c..1a517c2 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -188,6 +188,7 @@ bacula  273 273 requested
 openntpd   321 321 requested
 amavis 333 333 requested
 opendkim   334 334 requested
+epmd   335 335 acct
 dnscrypt-proxy 353 353 acct
 slurm  400 400 acct
 guest  405 -   historical  Removed from baselayout 
in 
[r889](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=286&r2=889&pathrev=2545)



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

2019-10-09 Thread Hans de Graaff
commit: d944ef7dcd2517637e36621e5b44b84ef63d521c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 05:05:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d944ef7d

dev-ruby/zeitwerk: add 2.2.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zeitwerk/Manifest  |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.2.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index ac77a0899c2..caa94f2a9ae 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -2,3 +2,4 @@ DIST zeitwerk-1.4.3.tar.gz 84202 BLAKE2B 
8e14790f4a5b5122efacbe89a0d1ede5c993356
 DIST zeitwerk-2.1.10.tar.gz 92514 BLAKE2B 
509cdaeecb8d7d369282a5fc9e8632a19eb2036881290b33a36deeb1953329ce6541ead79a1cd70c7467ea4ae4a0d9197b02009265ff0932e60030a2446f04c2
 SHA512 
6a6997c45fe322dd4a65832af450efd7e19d942868b9c948e795b7f5614f2f95a53fc29461fa831e0e525917e34c1e7a592970e1582a921227e9977cb669b74a
 DIST zeitwerk-2.1.8.tar.gz 90774 BLAKE2B 
b42c56937b5f9709ce05125ab9358012f4132a49f23a3a56f464aed0c20ba7582e77e7d6cb65d2607d75eed089140827efcec14a2ffe8dd1adb3ead3c10fc882
 SHA512 
14db7e467b45536cb796f7dae4ca96e8167be023a562cc723843b1a63586ec6678ed23cb3307c3389ce5dba099c70dbdd257d23f5ce649af676aea795fa36243
 DIST zeitwerk-2.1.9.tar.gz 92046 BLAKE2B 
e4b48c9de3ee575d6b82427211e129478c9839d5716472896f2d6056ba42b7aaf861e644f92329af5034d92092bf02789f04cf6e5d6390151601eb138d7dfa58
 SHA512 
15de54c5e5b4042e99109707240627aaf5b76f4bf21a1a94d1230c1973404fdeecdc5f64ab16f75158608f64865ff8cc55f4841091c76e2731cc274b0109f677
+DIST zeitwerk-2.2.0.tar.gz 94494 BLAKE2B 
7000628d230c6f65ced2202a924afdbed9092e4f9520cb49f41323c36ace441e1e4e37aa914fed9ff25498f246ef09dff835540624ce4eeacfe26e6c37106d1c
 SHA512 
cebe2f3169cd7a3a3a477f24eaa81048fd5988d7e846bf95bfe6e06da54ade0cf22808319defa1b7a9603550f2a4c075cc5284cf7b53b1899555c3cb5d756e05

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.2.0.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.2.0.ebuild
new file mode 100644
index 000..71326b63c15
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk";
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2019-10-09 Thread Hans de Graaff
commit: c655773ff08c8fcb3f9c7df81f89848f53982ff4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 05:25:45 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c655773f

dev-ruby/rspec-mocks: add 3.8.2

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rspec-mocks/Manifest |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 49e5bebd825..06659058617 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 
27ae180381d427b642c53c351e7b53602caba4252ddf5393949d940be8474110eb0697901afaaa878cd8d368f081c6644c0fcbce86d9d14b9f93f48c027ae808
 SHA512 
dd3b9394d56de8d3089dbcda1e1a5bbdc46486876a99a8a83b602b84ba0320913d8e8dabe5e0367645eb01b943607b93e67d87cc26e380c8db6e048e4e0d
 DIST rspec-mocks-3.7.0-git.tgz 189170 BLAKE2B 
a0a622ac593660c673cd80b3f3caddd2ac389000f42a7ed1745e1fcfd28d1986e61e83c265d736f3ad0649531973719bc9c5f6ab07e289cb2da89c4482e64184
 SHA512 
8673726571ccf8a901281e44faeb25ffcb59579dc380138f0557cd9310192cd340081e5e8ad65ae28127b502cca2f6877134b0fb48f2e0ea40b133002aff
 DIST rspec-mocks-3.8.1-git.tgz 191543 BLAKE2B 
dae8b22a011a3563eb65d1709006169bf5dcf310749cb858f4ff20c7b82e7675a616fc427136fe5e0edeef1db0b42a1d0af1c5623eed35807e84dc355131c8cc
 SHA512 
ec71c4b815beef315f8db329bd2b0e60cdbb1fa37939c624799c1589d94dd28f74b3d1a4c0b9025bc98a809f80d625315458351fe7dec8291bad20e79beecca8
+DIST rspec-mocks-3.8.2-git.tgz 191807 BLAKE2B 
9ec44fcaad9fe1e9d75cfb84253e52411b7083070de5dbb19bcdf7c518eb2439e6493e979daf814df7b31bab8bbe72821d42eb797ab88d95e051a700b63d93b5
 SHA512 
42b9b952386ce862a1cc19116991ae6b4633d551db057babe2e4aa6553acb6eafbb05b98df8a5c6cb362a00025ac3ce0f43f3c4e4ea63343c8bf0dad769a3aed

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild
new file mode 100644
index 000..73ff3bfd25f
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+#RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.3.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+}



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

2019-10-09 Thread Hans de Graaff
commit: 155d25e63c8d21f123d1ddae531b6a47f7c1f865
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 05:20:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155d25e6

dev-ruby/rspec-expectations: add 3.8.6

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.8.6.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 27fc7a6593e..b23f67b9fa1 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
+DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
new file mode 100644
index 000..6f396186674
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2019-10-09 Thread Hans de Graaff
commit: d7f0088fe21afd3122edf47f2172d6afba6e0fec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 04:59:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f0088f

dev-ruby/will_paginate: add 3.2.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.2.0.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 25e237c9bf5..0f336859036 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,3 +1,4 @@
 DIST will_paginate-3.1.6.gem 36864 BLAKE2B 
c6babf7125c20d7ed646930b7df39db864d0d46fd89d743daab73ba35254650ec0b4c7e203c5d5a2b00439d928b95508c1a82107db142f8cd77d27a14be00e7f
 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
 DIST will_paginate-3.1.7.gem 36864 BLAKE2B 
d003952c78f3447a21c332c2dd6e878cd5c24486e7697e0abe6d70db5e0c56858a0d03fa76a4c18dcf10e121b706cd80812d9f438360eb931430244a0e31ee11
 SHA512 
2741fb24482a6b55322e6ae83fc1d269074be39014e1b0e719025c86d20edf82b6b551cfb1264381b28dec240a0b5b10e9f41e3b081dd5aca94767cd98ce7376
 DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa
+DIST will_paginate-3.2.0.gem 37888 BLAKE2B 
d53bba1576d1f8cffbbeb24138d1e776f35c717fa6354c059dc73d5c1accbf11a53d04137d56050239d7e4b86f490cc42cd9d2aebae7f618b31b5dcbaa6a8eba
 SHA512 
461e8c186bae8a94295c04839e71d2a8449ce5bd8e28f5cf23964b22e64cbd10b15d7d88f379c26dbce4ff980e91ac35e1f839cd26f377ada152db254740c4d1

diff --git a/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild
new file mode 100644
index 000..3c47cb11bde
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types-data/

2019-10-09 Thread Hans de Graaff
commit: d88b65771fa5bdca325444c6153e53181a1ea9fd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 04:56:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88b6577

dev-ruby/mime-types-data: add 3.2019.1009

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mime-types-data/Manifest  |  1 +
 .../mime-types-data-3.2019.1009.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/mime-types-data/Manifest 
b/dev-ruby/mime-types-data/Manifest
index 68e5909c929..5b4014b6b86 100644
--- a/dev-ruby/mime-types-data/Manifest
+++ b/dev-ruby/mime-types-data/Manifest
@@ -1,2 +1,3 @@
 DIST mime-types-data-3.2019.0331.gem 158720 BLAKE2B 
513716a6095208f63eb479497af4e713308a367ef24808d7dd05fae5844482d4eccae7fe32834302caf9a6161df0bbc2506e2f34395315dae98b32e96dba1af8
 SHA512 
e5b158a90ce78eba2e0f328bda98d3622d8114ab61bb9636069b5e89a507d39e4c41de7f6ab48a4f49e4b5976cad645928c5d1bcc79f09654dde87e5babeba03
 DIST mime-types-data-3.2019.0904.gem 160256 BLAKE2B 
7329657e943de126efe83dd48f6583a55b93978837665e71bc9a138b4826933d083e365e0f5bbbd4074a323d8d69731e3e0a4b831bb67503d652b0104fa03ec6
 SHA512 
a91d31fbc051b6ad57d22e6c4810191f8fdc05137418f11280744cb3164b912e81073c0ee92c18e9b3fb415071ca764a541c30a0a98e1850fba87a4b5b25899e
+DIST mime-types-data-3.2019.1009.gem 160768 BLAKE2B 
c03348c8fb03d6398ca542679789e323cd9e11a575119d84c8310c78f05a4b71f0b26b7268b95dbaa4b5a5c19ee005c25ce0b4d31acd3a6de9c731e78c1ca0a9
 SHA512 
f4a18fccb5bb4cb558c273276ba83cc1189faa9ce97ea671f2168449b9b1d35fa0be26d7147c2b80ef12624b427a754b9fa78fc4684c835b4a51f7b6d888d6cf

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild
new file mode 100644
index 000..1b219150f2e
--- /dev/null
+++ b/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Registry for information about MIME media type definitions"
+HOMEPAGE="https://github.com/mime-types/mime-types-data";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""



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

2019-10-09 Thread Joshua Kinard
commit: b91c32b8621b375fcab5f3555760a1f4389dd60f
Author: Joshua Kinard  gentoo  org>
AuthorDate: Thu Oct 10 06:14:56 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Thu Oct 10 06:14:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91c32b8

sys-kernel/mips-sources: Fix minor issues w/ 4.19.x & update LTS again.

4.19.x kernels in mips-sources are based off of torvalds' kernel.org git
repo due to the migration away from linux-mips.org.  Set EXTRAVERSION to
"-gentoo-mips" due to the extra patches added for SGI system support.

Older LTS kernels are based off their respective linux-mips.org
snapshots, and will remain so until their retirement.

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 sys-kernel/mips-sources/Manifest| 10 +-
 ...4.14.147.ebuild => mips-sources-4.14.148.ebuild} |  0
 ...s-4.19.77.ebuild => mips-sources-4.19.78.ebuild} | 21 +
 ...s-4.4.195.ebuild => mips-sources-4.4.196.ebuild} |  0
 ...s-4.9.195.ebuild => mips-sources-4.9.196.ebuild} |  0
 5 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest
index 57b3ab8ca19..cd4545198b2 100644
--- a/sys-kernel/mips-sources/Manifest
+++ b/sys-kernel/mips-sources/Manifest
@@ -5,15 +5,15 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST mips-sources-4.14.0-patches-v2.tar.xz 287560 BLAKE2B 
9fb6b07dcb0336be95c86346e13f68877e891a2c97084ce798e3c39cf57a71832ae4ae5b74a0f60ab6f26ed8f08a35fc3704b34361a8426136055d6fb700dac9
 SHA512 
e163ed8cdef9a027b55794b168fb4dac77dc871c209463ac8344ef932757d48ce39f44af4ba7312ee27ce04b175a3ea2f6eaa8a7929d6beebcbaa3de4a764cd6
 DIST mips-sources-4.18.0-patches-v2.tar.xz 288096 BLAKE2B 
13a9e3a5e4d59357b8747c7143cdd935e39038fcd098d114755f2e4a2ebc52607e9913df9d898824be2135daee7e467587eab219e9dfaabdd7fc266eb3927a5b
 SHA512 
b6a14393fc3cb9cd689d070b5df806773ce8531a4f8214fe24671eba9fbc5075fee70f7a3ea0bbc6c7fdb06a3283c4679386bef4af8206bbc4ad80d83fdd2c27
-DIST mips-sources-4.19.0-patches-v1.tar.xz 290004 BLAKE2B 
5d6c88dbcf994d299c5abb6031e32d750a65c71f58b1f2520660fb32c62b97812597bc8b2026c6a77ad68daac5dd3b9e3d870039c8add93d3101054132033be5
 SHA512 
37d50436c65fef5774ca0e07b6dcc6bc338f18a596084e09a919156154e950a5f32f6266df791b7f2e39c494b1a4251989198500ea96e62c11c2f9b29b81e633
+DIST mips-sources-4.19.0-patches-v2.tar.xz 289940 BLAKE2B 
ffca5540cbd663ed3eab3f748dec7727ca6f1abe11ce107fe1780b8191175b77d8c59f70d5e9254f01c43d507f805f081f15bd150f66da1d11e2a91715dcb038
 SHA512 
c67ac8c6f041a96348a5a6023919fc5586b70b6c3aa52777945d5f1a831e6bd24d867c0318034cf304a3c8f4c6ff0d2af3611b3ad2bc476f3bf3762d39a215f8
 DIST mips-sources-4.4.0-patches-v2.tar.xz 156396 BLAKE2B 
7b6a50e3768d7d67b525457a8a1b7ed024b3c8762e37734d250478bb0fc4d9d4c76598a45afcd239a5dc1dcf6052c24c69111aeccec11951093396212910c5a9
 SHA512 
4186ee382037ec32126976ba453f78fc80c627a4ebdd79d8462f12559eb06dce25f926f3c205c7c4e5032cb501942ee10c8cb3a17339352cec3cf565c669dd52
 DIST mips-sources-4.9.0-patches-v2.tar.xz 233540 BLAKE2B 
afd8c346ee7944edcd4efe7f2baba9a735fd1a883465baffc87681792d5fa8dab1d416ba4b8e52afad439fc8f3b26c00e7b747ed93ea323b30d44121563adbab
 SHA512 
4690ce5e4fbee8610c9a996cfe9d861c101fc2d92af6605e3a0e114c3ae8171db2683e71cb3629f6b65076e6b2c29d2093c12e5afe0cdafb5ebe2517ef0103c1
 DIST mipsgit-4.14.0-20180128.diff.xz 1008 BLAKE2B 
2a317ff97aab096883680c6b653e993aee31994e6caec52c52dfbbb61f1dc1f25d03ebd3182fa122923a67aeee0aa598b36e603692333e4c9ccdc741fd456d96
 SHA512 
378deb1bc1d10a6b4912e5e4a0d6fcab28952e2e59c35fc879601841cf8160081b318a2598ef74db225e95f0f26483f6b9a56a348811b1ee7b8934391dd271ae
 DIST mipsgit-4.18.0-20181112.diff.xz 996 BLAKE2B 
4f233173c587bf717229b469a0f25c172a72987bfbd0fc38723ec6483293ae966867274ef1799039fa7c0e2425678df525361e608c6f659edd3c6701406a8603
 SHA512 
b5abf06bc6d9bb80bd51670885b9639fdd2a489dadbc45b99f221025a2f4bf2e0ec70691c5ee840b1d73d655fad152244b8aa4988eec519389caebff8c93d0d9
 DIST mipsgit-4.4.0-20160123.diff.xz 1908 BLAKE2B 
a8be92376d1360246359e8d3674fa30727363297d0f3c1f1fa41ad031235fcd59cfca3fa8645d2fd8ab34fcb79b49f622a28eaddd80da76cf23afc05970d7bae
 SHA512 
0086c470064dd4e5c2fefd8161b70200475659fe925e68d374ff139b506147c39163f366be689bbb92a9aaf72e8c58cdaaaff5def6718c5e87ff7e047551a1f8
 DIST mipsgit-4.9.0-20161216.diff.xz 1120 BLAKE2B 
1207d943aa39d157cf1ed87918082fe53c26e5342f8249cce1c21b47d38d9a33ec3fb024cb6358cb659e8630e58840d67570be731fb05e9124d86387793e045b
 SHA512 
d1d8d95661d349826e2978d2259df9e30dbd6779a6506fe769dd8e60699e8461920b290a2064a432b8c3bd9554f4dbcc2ba40929c58f0dd165fc

  1   2   >