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

2020-01-03 Thread Andrey Grozin
commit: 8e2fe72dd992802d976efeeac3b213f0d1c5d6a8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jan  4 02:38:17 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jan  4 02:38:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2fe72d

media-gfx/asymptote: fix install with USE=examples

Closes: https://bugs.gentoo.org/show_bug.cgi?id=704384
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/asymptote-2.61.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild 
b/media-gfx/asymptote/asymptote-2.61.ebuild
index 8d329c6d405..8518a6a3999 100644
--- a/media-gfx/asymptote/asymptote-2.61.ebuild
+++ b/media-gfx/asymptote/asymptote-2.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -143,7 +143,6 @@ src_install() {
insinto /usr/share/${PN}/examples
doins \
examples/*.asy \
-   examples/*.eps \
doc/*.asy \
doc/*.csv \
doc/*.dat \
@@ -160,6 +159,8 @@ src_install() {
if use examples; then
insinto /usr/share/${PN}/examples
doins latexusage.tex
+   insinto /usr/share/${PN}/examples/animations
+   doins ../examples/animations/*.tex
fi
cd .. || die
fi



[gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/

2020-01-03 Thread Michael Palimaka
commit: a3af7fbe42ab33bc1046be705c3bb139bf37e79d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan  4 02:33:03 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan  4 02:33:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3af7fbe

net-irc/unrealircd: version bump 5.0.1

Closes: https://bugs.gentoo.org/70
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Palimaka  gentoo.org>

 net-irc/unrealircd/Manifest|   1 +
 net-irc/unrealircd/unrealircd-5.0.1.ebuild | 168 +
 2 files changed, 169 insertions(+)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 34b46325804..948ea8360d7 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,2 +1,3 @@
 DIST unrealircd-4.2.4.1.tar.gz 6090725 BLAKE2B 
817a7c2a13a495944676d08ed90b36f6795fe43ee171efc6661980e6da9a8cc8d98c4fb0eb8221ac6af85ab1a9b5578a2e992d7b41696434430e58918bc30145
 SHA512 
752573c4af1f92a10739bb2b0cdaade1948207b46d28ae5177e1dfd6b0663044bc22dce5ffe8549882cd70325e3ef7e3296182fffbb84e08d59dbbdd6551a686
 DIST unrealircd-5.0.0.tar.gz 4891870 BLAKE2B 
f65156e83e2fbdbbf1f843199fded988cf3aa5304de877e1a1804ae2409308aa17ced6ed875f569313026f94fd0fb82d8f23f64b58661912a32de9f17ebadb81
 SHA512 
48fd93b0edcd3d9489fd9d1c7ea8b60ad3404383ec126df2840be587b087e2f9a6b267e08f616cdd63b3e33f498c552f4cfa5d6b9db820cb73da0fc6ba86e333
+DIST unrealircd-5.0.1.tar.gz 4892906 BLAKE2B 
bf3515dc962ead462b32dd3a2dd44b292306ea4c64f1405c54e89d835565506394b5dab9d244a9df316afc150808baddcb53c500ef026db50c570024295cc4e1
 SHA512 
5ca8a05f985d07ad9e676c39a8ba5e1409797a155a9df505f685ab4d6616af30ad3946b933df75bdea66ab3984578af77144f67bea7fd65b16ba6da250c09eed

diff --git a/net-irc/unrealircd/unrealircd-5.0.1.ebuild 
b/net-irc/unrealircd/unrealircd-5.0.1.ebuild
new file mode 100644
index 000..10fd8b75326
--- /dev/null
+++ b/net-irc/unrealircd/unrealircd-5.0.1.ebuild
@@ -0,0 +1,168 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SSL_CERT_MANDATORY=1
+inherit ssl-cert
+
+DESCRIPTION="An advanced Internet Relay Chat daemon"
+HOMEPAGE="https://www.unrealircd.org/;
+SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
+IUSE="class-nofakelag curl libressl +operoverride operoverride-verify 
+prefixaq showlistmodes"
+
+RDEPEND="
+   acct-group/unrealircd
+   acct-user/unrealircd
+   >=app-crypt/argon2-20171227-r1:=
+   dev-libs/libpcre2
+   >=net-dns/c-ares-1.7:=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   curl? ( net-misc/curl[adns] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( 
doc/{Authors,Donation,RELEASE-NOTES.md,tao.of.irc,technical/,translations.txt} )
+
+src_prepare() {
+   # QA check against bundled pkgs
+   rm -r extras || die
+
+   # building third-party modules (which we don't do) cause a sandbox 
violation
+   # bug 70
+   echo "" > src/buildmod || die
+
+   if use class-nofakelag; then
+   sed -i -e 's:#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
+   fi
+
+   eapply_user
+}
+
+src_configure() {
+   # Default value for privatelibdir adds a build path to -Wl,-rpath.
+   econf \
+   --with-bindir="${EPREFIX}"/usr/bin \
+   --with-cachedir="${EPREFIX}"/var/lib/${PN} \
+   --with-confdir="${EPREFIX}"/etc/${PN} \
+   --with-datadir="${EPREFIX}"/var/lib/${PN} \
+   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --with-logdir="${EPREFIX}"/var/log/${PN} \
+   
--with-modulesdir="${EPREFIX}"/usr/"$(get_libdir)"/${PN}/modules \
+   --without-privatelibdir \
+   --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
+   --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
+   --with-maxconnections=1024 \
+   --with-nick-history=2000 \
+   --with-permissions=0640 \
+   --with-system-argon2 \
+   --with-system-cares \
+   --with-system-pcre2 \
+   --enable-dynamic-linking \
+   --enable-ssl="${EPREFIX}"/usr \
+   $(use_enable curl libcurl "${EPREFIX}"/usr) \
+   $(use_enable prefixaq) \
+   $(use_with showlistmodes) \
+   $(use_with !operoverride no-operoverride) \
+   $(use_with operoverride-verify)
+}
+
+src_install() {
+   keepdir /var/log/${PN}
+   keepdir /var/lib/${PN}/tmp
+
+   newbin src/ircd ${PN}
+
+   (
+   cd src/modules || die
+   for subdir in $(find . -type d -print); do
+   if [[ -n $(shopt -s nullglob; echo ${subdir}/*.so) ]]; 
then
+   

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

2020-01-03 Thread Georgy Yakovlev
commit: 371398bf74fa53a6ba958e029aa966c963072d58
Author: Valentin Finini  cysec  systems>
AuthorDate: Fri Jan  3 15:21:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan  4 00:30:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371398bf

cargo.eclass: Delete /usr/.crates2.json in cargo_src_install

Signed-off-by: Valentin Finini  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14231
Signed-off-by: Georgy Yakovlev  gentoo.org>

 eclass/cargo.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index f2a726d5167..b1fb237e1d2 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -179,6 +179,7 @@ cargo_src_install() {
--root="${ED}/usr" $(usex debug --debug "") "$@" \
|| die "cargo install failed"
rm -f "${ED}/usr/.crates.toml"
+   rm -f "${ED}/usr/.crates2.json"
 
[ -d "${S}/man" ] && doman "${S}/man" || return 0
 }



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

2020-01-03 Thread Mike Pagano
commit: cc48798f0688e6dea518c1f6f22750fd54bb913f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Jan  4 00:12:51 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Jan  4 00:12:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc48798f

dev-util/idea-community: Prevent automatic updates

Append a setting to the properties file which
will prevent automatic updates and show the user
from within the application that Gentoo is controlling
that.

Closes: https://bugs.gentoo.org/704494
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mike Pagano  gentoo.org>

 ...> idea-community-2019.3.193.5233.102-r1.ebuild} | 28 +++---
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild 
b/dev-util/idea-community/idea-community-2019.3.193.5233.102-r1.ebuild
similarity index 84%
rename from dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild
rename to dev-util/idea-community/idea-community-2019.3.193.5233.102-r1.ebuild
index c869f99be75..bf5c5606c6a 100644
--- a/dev-util/idea-community/idea-community-2019.3.193.5233.102.ebuild
+++ b/dev-util/idea-community/idea-community-2019.3.193.5233.102-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -57,15 +57,16 @@ QA_PREBUILT="opt/${PN}-${MY_PV}/*"
 
 # jbr11 binary doesn't unpack nicely into a single folder
 src_unpack() {
-if use !jbr11 ; then
-default_src_unpack
-else
-cd "${WORKDIR}"
-unpack ${MY_PN}IC-${PV_STRING}.tar.gz
-cd "${S}"
-mkdir jre64 && cd jre64 && unpack 
jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz
-fi
+   if use !jbr11 ; then
+   default_src_unpack
+   else
+   cd "${WORKDIR}"
+   unpack ${MY_PN}IC-${PV_STRING}.tar.gz
+   cd "${S}"
+   mkdir jre64 && cd jre64 && unpack 
jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz
+   fi
 }
+
 src_prepare() {
if use amd64; then
JRE_DIR=jre64
@@ -75,6 +76,15 @@ src_prepare() {
if use jbr8; then
mv "${WORKDIR}/jre" ./"${JRE_DIR}"
fi
+
+   sed -i \
+   -e "\$a" \
+   -e 
"\$a#---" \
+   -e "\$a# Disable automatic updates as these are handled through 
Gentoo's" \
+   -e "\$a# package manager. See bug #704494" \
+   -e 
"\$a#---" \
+   -e "\$aide.no.platform.update=Gentoo"  bin/idea.properties
+
eapply_user
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2020-01-03 Thread Zac Medico
commit: 56f60a2ed1de96cd44dd68ce37fb6ed61a888526
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan  3 23:41:53 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan  3 23:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f60a2e

app-portage/repoman: Fix Manifest

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

 app-portage/repoman/Manifest | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest
index 9efbf2df3fd..41a96d8aa32 100644
--- a/app-portage/repoman/Manifest
+++ b/app-portage/repoman/Manifest
@@ -1,6 +1,3 @@
 DIST repoman-2.3.11.tar.bz2 86807 BLAKE2B 
f5bf8e9b7bac7816ee9b1139d0e0d30e99fc06da4fb742e430c237d9be0e6261bcf5d8f3412f1c20a34e2766c5acc86176b4731f20adc9554de9949bd5622a5d
 SHA512 
331614554bb7ba49b8b63b8612642426fb458aa84de78bb9958be85d03e43d662fc094ecd2472a6f06c6b4f0368ec0542083b04c25f7d8b6aabb432cd2b32367
 DIST repoman-2.3.16.tar.bz2 86739 BLAKE2B 
dc3e3b5e72df751cfacc17e6f5c847160438a4d6f5d86b4dd17ab8a3a69cd0502f2965934c456ea7538f228c40364535e861c489ab2a09a0df14183b111e9a38
 SHA512 
d0e8bee1e3bd6dd8aecb1278fc7877768552612c4638488b61a9b8856ad9cd7333c7d52f0c334925d90170a1d8af20e9ead6533edbc10cae02baec629dece121
-DIST repoman-2.3.17.tar.bz2 86732 BLAKE2B 
95324a3513513349f3127b5c758766d3a05f9aa47ed9cbf1808a49b402b90004c469c2d621e5402358c307f53bfa04ac2873d0b3c5d6bc8548a092f9cde408b2
 SHA512 
a3c798482d5f91b61c979636876e8f127c5c84627b433c20343f359bc89b65b48f17fbe0d34fb0a8b9cbd3aabbacef71302ad87abc88763f51829e74a9d9f8fd
-DIST repoman-2.3.18.tar.bz2 86765 BLAKE2B 
99ba098b17d676a24c03cd37fb8aa81ce34e178af0973083e67196af88acb4473b0992e6c7706aefc20f4540c03544776fe74dcef7e6b1e1789ea95e43e457d4
 SHA512 
f041acc2f848f02a14cc8b50ad6e9b556db5a3409fb31b6d3e3e1755b44439252a90bee50e004f5921fd6326307c80a140a58e833bb6d902a603d96970cd6ef0
-DIST repoman-2.3.19.tar.bz2 87027 BLAKE2B 
af2cdab503f886a1c54770874fe21126f1a5465fac358505a3c5d17101046a0a0b1fcaa2575a1c5e52e3f93ef5fc1d0a44e0fc2dd2179b1b7d7583b4cca460fd
 SHA512 
240dded2dcc491e155cf33f701f900f3745fa37e2ce0de9bb9ec7fedf3a25b2002d2737156bc8945c95e8d612bbae5c01642868796026551e172201281d4beb9
 DIST repoman-2.3.20.tar.bz2 87313 BLAKE2B 
cc0ff9b651e01b12202b32d48979f42ffde6e8a7c72095a3f75228a54892bc11c521f015738443133bec223f9ca0faf5687388680ddfd19e07514f873094b0f9
 SHA512 
edb5564de920156fd89b4df136d86b73401d4d5cf591abc2fbbf97f0ebb7bb43ed17d076560a76a1f3269d19a64c7c52d48540134a9fb86d9fa952d1702e01e2



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

2020-01-03 Thread Sergei Trofimovich
commit: 01d4f6e4e3736a9f74f6dbd310208afe134809f4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan  3 20:18:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan  3 23:36:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d4f6e4

dev-libs/tinyxml: stable 2.6.2-r3 for hppa, bug #704452

Package-Manager: Portage-2.3.79, 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/tinyxml/tinyxml-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild 
b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
index ee098a7a96f..69f291da214 100644
--- a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
+++ b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-macos ~x86-macos"
 IUSE="debug doc static-libs +stl"
 
 RDEPEND=""



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

2020-01-03 Thread Sergei Trofimovich
commit: 184b524ae07bcebc426ee9358f8adb203c271e85
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan  3 08:42:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan  3 23:36:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184b524a

dev-python/pycairo: stable 1.18.2 for hppa, bug #704474

Package-Manager: Portage-2.3.79, 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-python/pycairo/pycairo-1.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycairo/pycairo-1.18.2.ebuild 
b/dev-python/pycairo/pycairo-1.18.2.ebuild
index 6767dbbcf99..faa6d238df0 100644
--- a/dev-python/pycairo/pycairo-1.18.2.ebuild
+++ b/dev-python/pycairo/pycairo-1.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples test"
 
 BDEPEND="



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

2020-01-03 Thread Sergei Trofimovich
commit: ec9320e747bd3eef98750edb400365857a3673c7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan  3 08:43:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan  3 23:36:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9320e7

dev-python/pycodestyle: stable 2.5.0 for hppa, bug #704476

Package-Manager: Portage-2.3.79, 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-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 2f52e086ed0..b39875cee79 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~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 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



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

2020-01-03 Thread Matt Turner
commit: e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jan  3 23:03:21 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jan  3 23:03:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ef2c4b

dev-go/logrus: Remove

Closes: https://bugs.gentoo.org/683286
Closes: https://bugs.gentoo.org/687462
Closes: https://bugs.gentoo.org/700792
Signed-off-by: Matt Turner  gentoo.org>

 dev-go/logrus/Manifest|  1 -
 dev-go/logrus/logrus-1.4.1.ebuild | 21 -
 dev-go/logrus/metadata.xml| 12 
 3 files changed, 34 deletions(-)

diff --git a/dev-go/logrus/Manifest b/dev-go/logrus/Manifest
deleted file mode 100644
index dd26661fb7d..000
--- a/dev-go/logrus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST logrus-1.4.1.tar.gz 40811 BLAKE2B 
cde067ff74800153f555e3f9f00021d4cd9d11adadfa6df6b3da0cf86cc7a8cf7137e5d8e12adc7fdfd45022e9dc0c309a6e23ec4b50d9b9cfc37d73038e21b9
 SHA512 
7e8e215abb0a7909602378caf8ad746b73f3097b56d2ffd81fc7fb4c9a6b68dd8be25ad452cb19b02d7129e0abbb1e29aca51d91a9421ecdec711abcb97da268

diff --git a/dev-go/logrus/logrus-1.4.1.ebuild 
b/dev-go/logrus/logrus-1.4.1.ebuild
deleted file mode 100644
index f7b7b05c129..000
--- a/dev-go/logrus/logrus-1.4.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-EGO_PN=github.com/sirupsen/logrus
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Structured, pluggable logging for Go"
-HOMEPAGE="https://github.com/sirupsen/logrus;
-LICENSE="MIT"
-SLOT="0"
-DEPEND="dev-go/go-sys:="
-RDEPEND=""

diff --git a/dev-go/logrus/metadata.xml b/dev-go/logrus/metadata.xml
deleted file mode 100644
index df270e5a709..000
--- a/dev-go/logrus/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-matts...@gentoo.org
-Matt Turner
-  
-  
-sirupsen/logrus
-https://github.com/sirupsen/logrus/
-  
-



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

2020-01-03 Thread Matt Turner
commit: e3030dc0c88fc343271a0f00841b61088916f4c3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jan  3 22:59:30 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jan  3 23:01:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3030dc0

www-plugins/passff: Version bump to 1.9.1

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

 www-plugins/passff/Manifest   | 2 +-
 www-plugins/passff/{passff-1.9.ebuild => passff-1.9.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
index 6dc113ca0cf..911b19fc39a 100644
--- a/www-plugins/passff/Manifest
+++ b/www-plugins/passff/Manifest
@@ -1 +1 @@
-DIST passff-1.9-fx.xpi 72849 BLAKE2B 
8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671
 SHA512 
7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850
+DIST passff-1.9.1-fx.xpi 72849 BLAKE2B 
8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671
 SHA512 
7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850

diff --git a/www-plugins/passff/passff-1.9.ebuild 
b/www-plugins/passff/passff-1.9.1.ebuild
similarity index 95%
rename from www-plugins/passff/passff-1.9.ebuild
rename to www-plugins/passff/passff-1.9.1.ebuild
index d2745055d54..3abafff5d72 100644
--- a/www-plugins/passff/passff-1.9.ebuild
+++ b/www-plugins/passff/passff-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2019 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: profiles/, www-plugins/browserpass/

2020-01-03 Thread Matt Turner
commit: 75f35c099849abdbb420792e09e0bfd157978ca3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jan  3 23:04:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jan  3 23:04:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f35c09

www-plugins/browserpass: Drop old versions

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

 profiles/package.mask|  8 
 www-plugins/browserpass/browserpass-3.0.6.ebuild | 53 
 2 files changed, 61 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7a14fe5ae94..552b6a6a752 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -690,14 +690,6 @@ app-text/pdfshuffler
 # Removal in 30 days.  Bug #695392.
 dev-python/quixote
 
-# Matt Turner  (2019-12-01)
-# browserpass ebuild ported to go-modules, so these modules now have no reverse
-# dependencies.
-# Removal in 30 days. Bugs #683286, #683310, #687462, #700792
-=www-plugins/browserpass-3.0.6
-dev-go/zglob
-dev-go/logrus
-
 # Bernard Cafarelli  (2019-11-29)
 # Beta for new major version with initial Python 3 support
 =app-backup/rdiff-backup-1.4.0_beta*

diff --git a/www-plugins/browserpass/browserpass-3.0.6.ebuild 
b/www-plugins/browserpass/browserpass-3.0.6.ebuild
deleted file mode 100644
index 9792a5fd8f3..000
--- a/www-plugins/browserpass/browserpass-3.0.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=browserpass-native
-EGO_PN=github.com/browserpass/${MY_PN}
-
-if [[ ${PV} ==  ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-#  MY_P="${MY_PN}-${PV}"
-#  S="${WORKDIR}/${MY_P}"
-   SRC_URI="https://github.com/browserpass/${MY_PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="WebExtension host binary for pass, a UNIX password manager"
-HOMEPAGE="https://github.com/browserpass/browserpass-native;
-LICENSE="ISC"
-SLOT="0"
-RDEPEND="app-crypt/gnupg"
-DEPEND="${RDEPEND}
-   dev-go/logrus:=
-   dev-go/zglob:="
-
-src_compile() {
-   golang-build_src_compile
-
-   pushd "src/${EGO_PN}" >/dev/null || die
-   sed -e 's|%%replace%%|'${EPREFIX}'/usr/libexec/browserpass-native|' \
-   -i browser-files/firefox-host.json 
browser-files/chromium-host.json || die
-   popd >/dev/null || die
-}
-
-src_install() {
-   exeinto /usr/libexec
-   doexe browserpass-native
-
-   pushd "src/${EGO_PN}" >/dev/null || die
-   insinto /usr/$(get_libdir)/mozilla/native-messaging-hosts
-   newins browser-files/firefox-host.json 
com.github.browserpass.native.json
-
-   insinto /etc/chromium/native-messaging-hosts
-   newins browser-files/chromium-host.json 
com.github.browserpass.native.json
-
-   insinto /etc/opt/chrome/native-messaging-hosts
-   newins browser-files/chromium-host.json 
com.github.browserpass.native.json
-
-   popd >/dev/null || die
-}



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

2020-01-03 Thread Matt Turner
commit: 3908fcf03336e48466465ff9530b31d27ccd92f7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jan  3 23:01:36 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jan  3 23:01:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3908fcf0

dev-go/zglob: Remove

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

 dev-go/zglob/Manifest |  1 -
 dev-go/zglob/metadata.xml |  5 -
 dev-go/zglob/zglob-0_p20171230.ebuild | 35 ---
 3 files changed, 41 deletions(-)

diff --git a/dev-go/zglob/Manifest b/dev-go/zglob/Manifest
deleted file mode 100644
index 6d88855ead2..000
--- a/dev-go/zglob/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zglob-0_p20171230.tar.gz 7993 BLAKE2B 
dd441531a30f6491c5c85b82e364bf8a21adb9d3842793ef2d9afc617ab5a7b7f6d83e53bb911bfe0a8205f5a434aaee42f2ab7160cce103f0e83cc198757fa7
 SHA512 
6eec0222ee27527b992809f235b6e06d24e857866f969f25901eaf21c9a352d6f50ec3ef2874d51cc7b91015bc9c6f197e79445e2c36ed1facad4ec04e919d83

diff --git a/dev-go/zglob/metadata.xml b/dev-go/zglob/metadata.xml
deleted file mode 100644
index 585b0dc75dd..000
--- a/dev-go/zglob/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   

diff --git a/dev-go/zglob/zglob-0_p20171230.ebuild 
b/dev-go/zglob/zglob-0_p20171230.ebuild
deleted file mode 100644
index 2d0bf65d558..000
--- a/dev-go/zglob/zglob-0_p20171230.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/mattn/go-zglob
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-   EGIT_COMMIT=4959821b481786922ac53e7ef25c61ae19fb7c36
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Unix-optimized file globbing and directory walking for Go"
-HOMEPAGE="https://github.com/mattn/go-zglob;
-LICENSE="MIT"
-SLOT="0/${PVR}"
-RDEPEND=""
-
-src_compile() {
-   EGO_PN="${EGO_PN}/cmd/zglob" golang-build_src_compile
-}
-
-src_install() {
-   dobin zglob
-
-   golang-build_src_install
-
-   pushd "src/${EGO_PN}" >/dev/null || die
-   einstalldocs
-   popd >/dev/null || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/

2020-01-03 Thread Andreas Sturmlechner
commit: f81b332c2d062ddd62cd8f31ae028e1bd346dd85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 23:00:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 23:00:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81b332c

sys-apps/xdg-desktop-portal: Drop bogus econf arg

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
index 656a81da481..83e57d114bf 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
@@ -40,7 +40,6 @@ src_configure() {
$(use_enable geolocation geoclue)
$(use_enable screencast pipewire)
--disable-libportal # not packaged
-   --disable-geoclue
)
econf "${myeconfargs[@]}"
 }



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

2020-01-03 Thread Andreas Sturmlechner
commit: a2ef00aabd2c4f03464ecba52b2fca0784ffe115
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 22:22:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 22:54:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ef00aa

dev-util/kdbg: 3.0.1 version bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-util/kdbg/Manifest  |  1 +
 dev-util/kdbg/kdbg-3.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-util/kdbg/Manifest b/dev-util/kdbg/Manifest
index 7ae514ce5ac..89ce8342844 100644
--- a/dev-util/kdbg/Manifest
+++ b/dev-util/kdbg/Manifest
@@ -1 +1,2 @@
 DIST kdbg-3.0.0.tar.gz 430150 BLAKE2B 
62411f95f1d109d95647e83defc2f5a84f9f7d7dc715f5a2f84eb6ecd18c7e1d02da0d68bf5bc8bb37216f98edbac11c24286f03ffc2ab9ad9fc7203ccd498dd
 SHA512 
6398a7bbb9c744a837dd73645b497ab00eeaca9a326d61b135dc9040c616b4a2bdc0cf1da59c101dc68a159e12bc3b4a994a9d1dbf33f7d152e5c3003abb498a
+DIST kdbg-3.0.1.tar.gz 431143 BLAKE2B 
869bf9765650b2a4a2330f99303b51f599df764848ff18442c8c6813421fece2671e5e78a0e8c66a59bd77f06a7f02677ec08a49fb9a28874b92b0f84bf8f74f
 SHA512 
9f3e0073bf37e56fa8ad0c3ae5f0be80331d8963b564ff376aee40c3ccebab5b5a482c31f110fd0f4dd14f9614cff31102d8edf62ffb33f4ae361d24346543ea

diff --git a/dev-util/kdbg/kdbg-3.0.1.ebuild b/dev-util/kdbg/kdbg-3.0.1.ebuild
new file mode 100644
index 000..5a91055027d
--- /dev/null
+++ b/dev-util/kdbg/kdbg-3.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm
+
+DESCRIPTION="Graphical debugger interface"
+HOMEPAGE="http://www.kdbg.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   sys-devel/gdb
+"
+
+src_prepare() {
+   # allow documentation to be handled by eclass
+   mv kdbg/doc . || die
+   sed -i -e '/add_subdirectory(doc)/d' kdbg/CMakeLists.txt || die
+   echo "add_subdirectory ( doc ) " >> CMakeLists.txt || die
+
+   ecm_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/

2020-01-03 Thread Andreas Sturmlechner
commit: 062a5b3a1a31e918a8e609686d90af2aa7bd5a87
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 22:52:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 22:54:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062a5b3a

sys-apps/xdg-desktop-portal: 1.6.0 version bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-apps/xdg-desktop-portal/Manifest   |  1 +
 .../xdg-desktop-portal-1.6.0.ebuild| 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/xdg-desktop-portal/Manifest 
b/sys-apps/xdg-desktop-portal/Manifest
index c07ddc5f59f..495b8273cf4 100644
--- a/sys-apps/xdg-desktop-portal/Manifest
+++ b/sys-apps/xdg-desktop-portal/Manifest
@@ -1 +1,2 @@
 DIST xdg-desktop-portal-1.4.2.tar.xz 421660 BLAKE2B 
5395218fa182947c589ff51cd43b838591e47442b23c4fe0719f0970bff3602e81c4f79ad93890bde97a529ca34a733032e85a1f21f41e9aa230d5c2d40e1136
 SHA512 
9a19dc8f6899a24f8827ce36447316ce74f293abed469be24adfaa16d18deac0b7c5d77f744eed9b540b54cd23145281dacb6811dc52b34180b21d6dc02efc5a
+DIST xdg-desktop-portal-1.6.0.tar.xz 453516 BLAKE2B 
13ffcb21de6b61ddeb0782dcfc7b684287e54f94b9494b19589178594d1383a15048b8f9aeed7fb1260c3a2c967b267061d1db401085a686938c8629de8824c3
 SHA512 
7a0c702851762a55326142cb6b470205775284e0f749620ae6b648f216afcd684f8b20500339680b42812f628634344c9e826ab7cf13dd918fdbf733381d44ce

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
new file mode 100644
index 000..656a81da481
--- /dev/null
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="Desktop integration portal"
+HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal;
+SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc geolocation screencast"
+
+BDEPEND="
+   dev-util/gdbus-codegen
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? (
+   app-text/xmlto
+   app-text/docbook-xml-dtd:4.3
+   )
+"
+DEPEND="
+   dev-libs/glib:2[dbus]
+   dev-libs/json-glib
+   media-libs/fontconfig
+   sys-fs/fuse:0
+   geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
+   screencast? ( media-video/pipewire:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local myeconfargs=(
+   --with-systemduserunitdir="$(systemd_get_userunitdir)"
+   $(use_enable doc docbook-docs)
+   $(use_enable geolocation geoclue)
+   $(use_enable screencast pipewire)
+   --disable-libportal # not packaged
+   --disable-geoclue
+   )
+   econf "${myeconfargs[@]}"
+}



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

2020-01-03 Thread Mart Raudsepp
commit: 3ba0cdea3eae7b69ade6cdc94066754d562e5785
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan  3 22:39:45 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan  3 22:48:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba0cdea

net-libs/webkit-gtk: Unconditionally build WebGL with enabled OpenGL

Building with ENABLE_GL but without WEBGL is unsupported upstream and has
no real benefits. The WebGL support can be disabled at runtime, if
desired. Therefore tie the choice of WebGL support to having enabled
GL support (full opengl or gles2), matching what upstream does if an
explicit ENABLE_WEBGL _private_ configuration value isn't given. We keep
it as a separately passed arg for now just for the sake of being explicit.

WebGL has been fine without gstreamer for a while now - that seems to
have been a temporary bug in the ancient 2.10 series - so all this does
not mean that gstreamer is required with GL and the REQUIRED_USE that
was there is dropped (not only due to IUSE=webgl going away - had it
stayed, the restriction was wrong with USE=webgl being there too).
It should also be fine without libXcomposite and libXdamage on wayland-only
builds, so those deps are simply dropped (they are still there for USE=X).
This may have been a reason some may have wanted to disable WebGL for
wayland-only builds, but it was probably legacy wrong deps.

Update a comment about WebRTC (upstream is using libwebrtc instead of
OpenWebRTC right now, but isn't a supported build option out of tarballs,
plus it may end up using gstreamer instead before it becomes non-experimental).
Also remove outdated comment about FTL_JIT (it doesn't need llvm anymore and
we are letting it be handled automatically by upstream cmake per-architecture
conditionals).

Drop -fno-strict-aliasing build flags forcing - upstream build system is
supposed to take care of it these days. As I confirmed I still get it in the
compiler calls, this change does not necessitate a revbump either (the rest
are --changed-use territory).

Closes: https://bugs.gentoo.org/704538
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild | 17 +++--
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
index b743a3359c9..24b67060587 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
@@ -18,15 +18,12 @@ LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
 KEYWORDS="amd64"
 
-IUSE="aqua coverage doc +egl +geolocation gles2-only gnome-keyring +gstreamer 
+introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell wayland 
+webgl +X"
+IUSE="aqua coverage doc +egl +geolocation gles2-only gnome-keyring +gstreamer 
+introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell wayland +X"
 
-# webgl needs gstreamer, bug #560612
 # gstreamer with opengl/gles2 needs egl
 REQUIRED_USE="
gles2-only? ( egl !opengl )
gstreamer? ( opengl? ( egl ) )
-   webgl? ( gstreamer
-   || ( gles2-only opengl ) )
wayland? ( egl )
|| ( aqua wayland X )
 "
@@ -38,7 +35,7 @@ RESTRICT="test"
 # Aqua support in gtk3 is untested
 # Dependencies found at Source/cmake/OptionsGTK.cmake
 # Various compile-time optionals for gtk+-3.22.0 - ensure it
-# Missing OpenWebRTC checks and conditionals, but 
ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF)
+# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is 
experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.26
 # >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
 wpe_depend="
>=gui-libs/libwpe-1.3.0:1.0
@@ -93,9 +90,6 @@ RDEPEND="
opengl? ( ${wpe_depend} )
gles2-only? ( ${wpe_depend} )
)
-   webgl? (
-   x11-libs/libXcomposite
-   x11-libs/libXdamage )
 
seccomp? (
>=sys-apps/bubblewrap-0.3.1
@@ -205,9 +199,6 @@ src_configure() {
 #  append-ldflags "-Wl,--reduce-memory-overheads"
 #  fi
 
-   # Multiple rendering bugs on youtube, github, etc without this, bug 
#547224
-   append-flags $(test-flags -fno-strict-aliasing)
-
# Ruby situation is a bit complicated. See bug 513888
local rubyimpl
local ruby_interpreter=""
@@ -223,8 +214,6 @@ src_configure() {
# TODO: Check Web Audio support
# should somehow let user select between them?
#
-   # FTL_JIT requires llvm
-   #
# opengl needs to be explicetly handled, bug #576634
 
local use_wpe_renderer=OFF
@@ -254,11 +243,11 @@ src_configure() {
-DENABLE_SPELLCHECK=$(usex spell)
-DENABLE_WAYLAND_TARGET=$(usex wayland)

[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2020-01-03 Thread Zac Medico
commit: bcbf06297bfbfd46bc75f430472265016f890153
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan  3 22:18:58 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan  3 22:22:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf0629

app-portage/repoman: Remove old versions

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

 app-portage/repoman/repoman-2.3.17.ebuild | 63 ---
 app-portage/repoman/repoman-2.3.18.ebuild | 63 ---
 app-portage/repoman/repoman-2.3.19.ebuild | 63 ---
 3 files changed, 189 deletions(-)

diff --git a/app-portage/repoman/repoman-2.3.17.ebuild 
b/app-portage/repoman/repoman-2.3.17.ebuild
deleted file mode 100644
index f4313d582c6..000
--- a/app-portage/repoman/repoman-2.3.17.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-PYTHON_REQ_USE='bzip2(+)'
-
-inherit distutils-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git;
-   S="${WORKDIR}/${P}/repoman"
-else
-   SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=sys-apps/portage-2.3.43[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   esetup.py test
-}
-
-python_install() {
-   # Install sbin scripts to bindir for python-exec linking
-   # they will be relocated in pkg_preinst()
-   distutils-r1_python_install \
-   --system-prefix="${EPREFIX}/usr" \
-   --bindir="$(python_get_scriptdir)" \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
-   --sbindir="$(python_get_scriptdir)" \
-   --sysconfdir="${EPREFIX}/etc" \
-   "${@}"
-}
-
-pkg_postinst() {
-   if [[ -z {REPLACING_VERSIONS} ]]; then
-   elog ""
-   elog "This release of repoman is from the new portage/repoman 
split"
-   elog "release code base."
-   elog "This new repoman code base is still being developed.  So 
its API's"
-   elog "are not to be considered stable and are subject to 
change."
-   elog "The code released has been tested and considered ready 
for use."
-   elog "This however does not guarantee it to be completely bug 
free."
-   elog "Please report any bugs you may encounter."
-   elog ""
-   fi
-}

diff --git a/app-portage/repoman/repoman-2.3.18.ebuild 
b/app-portage/repoman/repoman-2.3.18.ebuild
deleted file mode 100644
index 7ce444e7657..000
--- a/app-portage/repoman/repoman-2.3.18.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-PYTHON_REQ_USE='bzip2(+)'
-
-inherit distutils-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git;
-   S="${WORKDIR}/${P}/repoman"
-else
-   SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=sys-apps/portage-2.3.72[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   esetup.py test
-}
-
-python_install() {
-   # Install sbin scripts to bindir for python-exec linking
-   # they will be relocated in pkg_preinst()
-   distutils-r1_python_install \
-   --system-prefix="${EPREFIX}/usr" \
-   --bindir="$(python_get_scriptdir)" \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   

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

2020-01-03 Thread Andreas Sturmlechner
commit: 63792620ae8d8cbb153fe7b15a6a8a28c285046f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 13:27:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 21:45:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63792620

dev-python/pytest-runner: Drop 2.11.1, 2.6.2, 4.0

4.2 is stable, EAPI-5 cleanup.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pytest-runner/Manifest  |  3 --
 .../pytest-runner/pytest-runner-2.11.1.ebuild  | 40 
 .../pytest-runner/pytest-runner-2.6.2.ebuild   | 43 --
 dev-python/pytest-runner/pytest-runner-4.0.ebuild  | 42 -
 4 files changed, 128 deletions(-)

diff --git a/dev-python/pytest-runner/Manifest 
b/dev-python/pytest-runner/Manifest
index d024ac74ad5..339a4428076 100644
--- a/dev-python/pytest-runner/Manifest
+++ b/dev-python/pytest-runner/Manifest
@@ -1,5 +1,2 @@
-DIST pytest-runner-2.11.1.tar.gz 9661 BLAKE2B 
300b63de61ef36c299a95c60af469b071c27ae483f641c7cad594f7b6f582d9e1e076192f9fd5019850cf9227af183e9f80b4049719d074a180e72c25521bc14
 SHA512 
5249e0a368bab21bb034a9b0121edbcda635f559cc22ba79c87565dcbc070056bfed47a69c16f4733403f61ea5b73adfd1ccf945700116043cbf3940d37d4067
-DIST pytest-runner-2.6.2.tar.gz 6379 BLAKE2B 
4f676a4cd59309cdd0e6462c83718482622817781d302ed95a2b7cb9d92a0b0f38b411c1172ecce9003f5781cdb168338bce6f446b1c91069a2024fb75574bfc
 SHA512 
6a993e8729d5e203986f2526d46e96b7ac19e65fc26493a55a98e858304ecde0c47576476864a0ee1817ea1a7b02cfda952fc03f79b84fff249021f140f3d00d
-DIST pytest-runner-4.0.tar.gz 11401 BLAKE2B 
3be4527e68b8c1ae7e1bb5bad111367e459a07cf20de1f3b2d8ab993a7e016f9656618075bf515f576fef457aa86f0f7dcc4c20a04166703bf9272c395c1
 SHA512 
a7f3defcc698f43b3b6ceec3f59dbd0e00c651167ddc76a9d1a093d722a013c9ffd2bad3438e49170688d503166cb6d8bf55bbaf7bc6f9e6d80eff049c202b08
 DIST pytest-runner-4.2.tar.gz 11947 BLAKE2B 
97495bead800a81d879659f1ee522822f76fe8ac80579537d43e21e663323d7c10be8d2da7d05ffdb0931145149d8c10ef7c72b3ab4da2ce856d44d3f00a724e
 SHA512 
278da7add27f77134e63470747ffd9fe663d93ab8e7cebfbae98902bb1d5ffba45277574107f958255251cb9e499b85a0db3e8173f9f10fb31d1561ca709a379
 DIST pytest-runner-5.2.tar.gz 15534 BLAKE2B 
0bcbd5991808aaa4b85b9071ce142e03287683e919687fa76f5b7929ad07dca6ae6edaf7ad30a1bc1ba0163f43505ec18ab2cd5e0462399b8252c8ca761d7b29
 SHA512 
5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245

diff --git a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild 
b/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
deleted file mode 100644
index 746367bac74..000
--- a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Adds support for tests during installation of setup.py files"
-HOMEPAGE="https://pypi.org/project/pytest-runner/ 
https://github.com/pytest-dev/pytest-runner;
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-SLOT="0"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? (
-  dev-python/rst-linker[${PYTHON_USEDEP}]
-  dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? ( ${RDEPEND} )
-"
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   fi
-}
-
-python_test() {
-   esetup.py pytest
-}

diff --git a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild 
b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
deleted file mode 100644
index 476f6b3fba4..000
--- a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Adds support for tests during installation of setup.py files"
-HOMEPAGE="https://pypi.org/project/pytest-runner/ 
https://github.com/pytest-dev/pytest-runner;
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86"
-SLOT="0"
-IUSE="doc"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   "
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-
-# Test not included

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

2020-01-03 Thread Anthony G. Basile
commit: 8f426fb91a7cd4bafcdfe00c137fee1ebeddb83d
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Dec 29 20:28:25 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan  3 21:31:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f426fb9

net-dns/getdns: Remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-dns/getdns/getdns-1.6.0_beta1.ebuild | 87 
 1 file changed, 87 deletions(-)

diff --git a/net-dns/getdns/getdns-1.6.0_beta1.ebuild 
b/net-dns/getdns/getdns-1.6.0_beta1.ebuild
deleted file mode 100644
index 7b782226afc..000
--- a/net-dns/getdns/getdns-1.6.0_beta1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-_SRCURI_P="${P/%_beta1/-beta.1}"
-
-inherit cmake-utils fcaps systemd
-
-DESCRIPTION="Modern asynchronous DNS API"
-HOMEPAGE="https://getdnsapi.net/;
-SRC_URI="https://getdnsapi.net/releases/${_SRCURI_P//./-}/${_SRCURI_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples +getdns-query +getdns-server-mon gnutls +idn libev libevent 
libuv static-libs stubby +unbound"
-
-S="${WORKDIR}/${_SRCURI_P}"
-
-# https://bugs.gentoo.org/661760
-# https://github.com/getdnsapi/getdns/issues/407
-RESTRICT="test"
-
-DEPEND="
-   dev-libs/libbsd:=
-   dev-libs/libyaml:=
-   dev-libs/openssl:0=
-   idn? ( net-dns/libidn2:= )
-   gnutls? (
-   net-libs/gnutls:0=[dane,openssl]
-   dev-libs/nettle:0=
-   )
-   libev? ( dev-libs/libev:= )
-   libevent? ( dev-libs/libevent:= )
-   libuv? ( dev-libs/libuv:= )
-   unbound? ( >=net-dns/unbound-1.5.9:= )
-"
-RDEPEND="
-   ${DEPEND}
-   stubby? (
-   acct-group/stubby
-   acct-user/stubby
-   sys-libs/libcap:=
-   )
-"
-BDEPEND="
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.4.2-stubby.service.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_RUNSTATEDIR=/var/run
-   -DENABLE_STATIC=$(usex static-libs)
-   -DBUILD_GETDNS_QUERY=$(usex getdns-query)
-   -DBUILD_GETDNS_SERVER_MON=$(usex getdns-server-mon)
-   -DUSE_GNUTLS=$(usex gnutls)
-   -DUSE_LIBIDN2=$(usex idn)
-   -DUSE_LIBEV=$(usex libev)
-   -DUSE_LIBEVENT2=$(usex libevent)
-   -DUSE_LIBUV=$(use_with libuv)
-   -DBUILD_STUBBY=$(usex stubby)
-   -DENABLE_UNBOUND_EVENT_API=$(usex unbound)
-   -DBUILD_DOXYGEN=$(usex doc)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   if use stubby; then
-   newinitd "${FILESDIR}"/stubby.initd-r2 stubby
-   newconfd "${FILESDIR}"/stubby.confd-r1 stubby
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/stubby.logrotate stubby
-   systemd_dounit "${S}"/stubby/systemd/stubby.service
-   systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf
-   fi
-}
-
-pkg_postinst() {
-   if use stubby; then
-   fcaps cap_net_bind_service=ei /usr/bin/stubby
-   fi
-}



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

2020-01-03 Thread Anthony G. Basile
commit: 06f3f121631f90bddbd09bef70f13140e03ac518
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Dec 29 20:27:15 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan  3 21:31:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f3f121

net-dns/getdns: fix forgot use_with replaced by usex and switch to cmake.eclass

Closes: https://bugs.gentoo.org/703886
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-dns/getdns/getdns-1.6.0_beta1-r1.ebuild | 87 +
 1 file changed, 87 insertions(+)

diff --git a/net-dns/getdns/getdns-1.6.0_beta1-r1.ebuild 
b/net-dns/getdns/getdns-1.6.0_beta1-r1.ebuild
new file mode 100644
index 000..434509bab8d
--- /dev/null
+++ b/net-dns/getdns/getdns-1.6.0_beta1-r1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+_SRCURI_P="${P/%_beta1/-beta.1}"
+
+inherit cmake fcaps systemd
+
+DESCRIPTION="Modern asynchronous DNS API"
+HOMEPAGE="https://getdnsapi.net/;
+SRC_URI="https://getdnsapi.net/releases/${_SRCURI_P//./-}/${_SRCURI_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples +getdns-query +getdns-server-mon gnutls +idn libev libevent 
libuv static-libs stubby +unbound"
+
+S="${WORKDIR}/${_SRCURI_P}"
+
+# https://bugs.gentoo.org/661760
+# https://github.com/getdnsapi/getdns/issues/407
+RESTRICT="test"
+
+DEPEND="
+   dev-libs/libbsd
+   dev-libs/libyaml
+   dev-libs/openssl:=
+   idn? ( net-dns/libidn2:= )
+   gnutls? (
+   net-libs/gnutls:0=[dane,openssl]
+   dev-libs/nettle:0=
+   )
+   libev? ( dev-libs/libev:= )
+   libevent? ( dev-libs/libevent:= )
+   libuv? ( dev-libs/libuv:= )
+   unbound? ( >=net-dns/unbound-1.5.9:= )
+"
+RDEPEND="
+   ${DEPEND}
+   stubby? (
+   acct-group/stubby
+   acct-user/stubby
+   sys-libs/libcap
+   )
+"
+BDEPEND="
+   doc? ( app-doc/doxygen )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.4.2-stubby.service.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_RUNSTATEDIR=/var/run
+   -DENABLE_STATIC=$(usex static-libs)
+   -DBUILD_GETDNS_QUERY=$(usex getdns-query)
+   -DBUILD_GETDNS_SERVER_MON=$(usex getdns-server-mon)
+   -DUSE_GNUTLS=$(usex gnutls)
+   -DUSE_LIBIDN2=$(usex idn)
+   -DUSE_LIBEV=$(usex libev)
+   -DUSE_LIBEVENT2=$(usex libevent)
+   -DUSE_LIBUV=$(usex libuv)
+   -DBUILD_STUBBY=$(usex stubby)
+   -DENABLE_UNBOUND_EVENT_API=$(usex unbound)
+   -DBUILD_DOXYGEN=$(usex doc)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   if use stubby; then
+   newinitd "${FILESDIR}"/stubby.initd-r2 stubby
+   newconfd "${FILESDIR}"/stubby.confd-r1 stubby
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/stubby.logrotate stubby
+   systemd_dounit "${S}"/stubby/systemd/stubby.service
+   systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf
+   fi
+}
+
+pkg_postinst() {
+   if use stubby; then
+   fcaps cap_net_bind_service=ei /usr/bin/stubby
+   fi
+}



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

2020-01-03 Thread Andreas Sturmlechner
commit: d3aad02d9011648f04788acfd9672bb8a101b104
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 21:23:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 21:29:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3aad02d

cmake.eclass: src_prepare: Revert to cmake-utils.eclass behaviour

Re-adding pushd/popd until we figure out how to make it consistent
across the eclass.

Bug: https://bugs.gentoo.org/704524
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/cmake.eclass | 4 
 1 file changed, 4 insertions(+)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 93ede2588c8..b2b9ae87961 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -294,6 +294,8 @@ _cmake_modify-cmakelists() {
 cmake_src_prepare() {
debug-print-function ${FUNCNAME} "$@"
 
+   pushd "${S}" > /dev/null || die
+
default_src_prepare
_cmake_check_build_dir
 
@@ -327,6 +329,8 @@ cmake_src_prepare() {
# Remove dangerous things.
_cmake_modify-cmakelists
 
+   popd > /dev/null || die
+
# make ${S} read-only in order to detect broken build-systems
if [[ ${CMAKE_QA_SRC_DIR_READONLY} && ! ${CMAKE_IN_SOURCE_BUILD} ]]; 
then
chmod -R a-w "${S}"



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

2020-01-03 Thread Andreas Schuerch
commit: f8a1d692b28c55a15276b9139fa414bb337c7215
Author: Andreas Schuerch  gentoo  org>
AuthorDate: Fri Jan  3 21:28:58 2020 +
Commit: Andreas Schuerch  gentoo  org>
CommitDate: Fri Jan  3 21:28:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a1d692

net-im/coturn: remove unused user eclass

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Andreas Schuerch  gentoo.org>

 net-im/coturn/coturn-4.5.1.1.ebuild | 4 ++--
 net-im/coturn/coturn-.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/coturn/coturn-4.5.1.1.ebuild 
b/net-im/coturn/coturn-4.5.1.1.ebuild
index 9978e282984..4a1fd749973 100644
--- a/net-im/coturn/coturn-4.5.1.1.ebuild
+++ b/net-im/coturn/coturn-4.5.1.1.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils user systemd tmpfiles
+inherit eutils systemd tmpfiles
 DESCRIPTION="coturn TURN server project"
-HOMEPAGE="https://github.com/${PN}/${PN};
+HOMEPAGE="https://github.com/coturn/coturn;
 
 if [ ${PV} =  ]; then
KEYWORDS=""

diff --git a/net-im/coturn/coturn-.ebuild b/net-im/coturn/coturn-.ebuild
index 9978e282984..4a1fd749973 100644
--- a/net-im/coturn/coturn-.ebuild
+++ b/net-im/coturn/coturn-.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils user systemd tmpfiles
+inherit eutils systemd tmpfiles
 DESCRIPTION="coturn TURN server project"
-HOMEPAGE="https://github.com/${PN}/${PN};
+HOMEPAGE="https://github.com/coturn/coturn;
 
 if [ ${PV} =  ]; then
KEYWORDS=""



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

2020-01-03 Thread Zac Medico
commit: 3cbe56337670278d38964cab89af89a2c6944675
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan  3 21:10:17 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan  3 21:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbe5633

package.deprecated: Deprecate dev-go/go-sqlite3

Signed-off-by: Zac Medico  gentoo.org>

 profiles/package.deprecated | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 93679901fd6..d47fcc1c158 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -72,3 +72,4 @@ dev-python/pytest-cov
 dev-go/go-crypto
 dev-go/go-net
 dev-go/go-sys
+dev-go/go-sqlite3



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-scheduler/, media-plugins/vdr-scheduler/files/

2020-01-03 Thread Jörg Bornkessel
commit: 22f33acb99a80bf7083c5ec2a4b09eb338d3727c
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 21:09:07 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 21:09:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f33acb

media-plugins/vdr-scheduler: version bump, fixed for vdr-2.4

Closes: https://bugs.gentoo.org/703996
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-scheduler/Manifest   |  1 +
 .../vdr-scheduler/files/vdr-2.3.5_compat.patch | 17 +
 media-plugins/vdr-scheduler/vdr-scheduler-0.1.6.ebuild | 18 ++
 3 files changed, 36 insertions(+)

diff --git a/media-plugins/vdr-scheduler/Manifest 
b/media-plugins/vdr-scheduler/Manifest
index 3716e6d201d..fc1177c19b0 100644
--- a/media-plugins/vdr-scheduler/Manifest
+++ b/media-plugins/vdr-scheduler/Manifest
@@ -1 +1,2 @@
 DIST vdr-scheduler-0.1.3.tgz 36556 BLAKE2B 
def23bb74a917c45bebc8f4bfb81c938eb6e73a71e00055ce61fe71bb605c0442bf5187be732b5984a7b7b9fae5782cf86b991a42202aa77191142f42765e11c
 SHA512 
bb574377b6ea9237ca8259f73cf9f376e217ccded9b4ff33404364e669ef7b7ba727e69e274f27aacdafa14ba89943bb3a68404212e8c6471f9e015ce16de0db
+DIST vdr-scheduler-0.1.6.tgz 39541 BLAKE2B 
0d8003397c6a3d92758eba6d276128a826f2e0f6cd379fc5fcaaf65fbaa728d4835ee3ae7bc134a171ba7e05a362f921538b524c0934518e3ebad69d0fee3131
 SHA512 
21997459ee452f3a1e65b07a8a2467b887537abcf30df5f29d97db2de96b8e23639c9a251002c32ada3f51e2d47244e9affb241d61cba77e5d22ccc7d972b360

diff --git a/media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch 
b/media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch
new file mode 100644
index 000..546015d3eb8
--- /dev/null
+++ b/media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBS with VDR >=2.3.5
+Origin: 
http://www.minidvblinux.de/git/?a=commit=vdr-plugin-scheduler=25981073415e8c74dd5ebe3f7d9d9a9407665f6a
+Author: Andreas McPherson 
+--- a/task.h
 b/task.h
+@@ -94,6 +94,11 @@
+ 
+ 
+  public:
++   cTask& operator= (const cTask )
++   {
++ return *this;
++   };
++
+   cTask(void);
+   cTask(const char* Name, const char* Cmd, int AnnounceMode = 0);
+ 

diff --git a/media-plugins/vdr-scheduler/vdr-scheduler-0.1.6.ebuild 
b/media-plugins/vdr-scheduler/vdr-scheduler-0.1.6.ebuild
new file mode 100644
index 000..b7247376003
--- /dev/null
+++ b/media-plugins/vdr-scheduler/vdr-scheduler-0.1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR plugin: allows to control externel jobs from within VDR"
+HOMEPAGE="http://winni.vdr-developer.org/scheduler/index.html;
+SRC_URI="http://winni.vdr-developer.org/scheduler/downloads/${P}.tgz;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=media-video/vdr-2.3.5"
+
+PATCHES=( "${FILESDIR}/vdr-2.3.5_compat.patch" )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-epgsearch/files/, media-plugins/vdr-epgsearch/

2020-01-03 Thread Jörg Bornkessel
commit: 20d66f658150e85f68e43bd7a508a9272cbdae39
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 20:53:22 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 20:54:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d66f65

media-plugins/vdr-epgsearch: man page creation fixed

https://projects.vdr-developer.org/issues/2581
Manpages with encoding will not created correct

Signed-off-by: Martin Dummer  gmx.net>
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-epgsearch/Manifest   |   1 +
 .../vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch   |  12 ++
 .../files/vdr-epgsearch-2.4.0_fix-docs.patch   | 124 +
 .../vdr-epgsearch-2.4.0_p20191202.ebuild   |  88 +++
 4 files changed, 225 insertions(+)

diff --git a/media-plugins/vdr-epgsearch/Manifest 
b/media-plugins/vdr-epgsearch/Manifest
index f9adc5c6bd1..65444331481 100644
--- a/media-plugins/vdr-epgsearch/Manifest
+++ b/media-plugins/vdr-epgsearch/Manifest
@@ -1,3 +1,4 @@
 DIST vdr-epgsearch-1.0.1_p20141227.tar.gz 472802 BLAKE2B 
9ffc067c2aff29e3d79b620edf88ff7aca64ad5d1de3aa32b19fbc1889673e2439a6d65b46e2f3ff5fd3d416ff24cbafd6d41f562b3775210f0234c6990f03ab
 SHA512 
952d58f6f03d2804f97be14779faf37c3788b42d78a6460102e2f1c74f6a58d7d68639e7e95e40f27417ce3658c0d5bf856399b6e8e8c214ea143d2865507562
 DIST vdr-epgsearch-2.2.0.tgz 472502 BLAKE2B 
f98053d95a6fe56aff48bd3e86ae8a37166b3b8556fe3500c956901cb3f8d19c5792b157606d372392b7387c05a72f4d664881a27bbd5b9484640d8de73b8673
 SHA512 
c0fef60069addc3cca82535c22b7e1f73f01de7466bc6d0b837ba34df7a7dd0fe2cbf7e9b9bc36a523a75a3db18889a1ff9040fb2647c889ea74666067c3a1e4
 DIST vdr-epgsearch-2.4.0.tgz 479041 BLAKE2B 
1d0b87bca573c90d13fb07d39c2945be1451ac405739ba788482488994832d3fc053dd076d474cc4e78e9a6b3078952fac7e799945120ff220d58b7f2fc2f181
 SHA512 
4fec779edeee0b326624b6904b5e6b5f0c8243208938389787433638355436fe82899864d33f512c3a9e0feadde1f770d4ca562f06212f83f8d753a9a34700e4
+DIST vdr-epgsearch-2.4.0_p20191202.tar.gz 480101 BLAKE2B 
800fcaab72dba1f4977dc3040ddfa856d3ad0051b04658c84891ce4836d30593be740cc6712a853093c0e02a9f3fe915cb6079b7dc2ba47509060e2fb5046474
 SHA512 
494562cd9b2c1cdc94a3a93ea5fcfd3f0e034156ab40d7ee332a2dfd5994cb6528744ae2391e3437860804604dca0b6fc1a387487b6fda12e19a8f79caac451c

diff --git 
a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch
 
b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch
new file mode 100644
index 000..591323f7860
--- /dev/null
+++ 
b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_docsrc2man-no-gzip.patch
@@ -0,0 +1,12 @@
+Signed-off-by: Martin Dummer  ( 2020 Jan 03 )
+--- vdr-plugin-epgsearch-2.4.0/docsrc2man.sh.orig  2018-04-16 
21:49:48.0 +0200
 vdr-plugin-epgsearch-2.4.0/docsrc2man.sh   2019-03-14 12:46:58.515844269 
+0100
+@@ -55,7 +55,7 @@
+ function man_gz () {
+   if [ $PRINT_DEPS -eq 0 ]; then
+   rm "$DOCSRC"/$1/*~ 2>/dev/null
+-  gzip -f man/$1/*.[0-9]
++# do nothing // gzip -f man/$1/*.[0-9]
+   fi
+ }
+ 

diff --git 
a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_fix-docs.patch 
b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_fix-docs.patch
new file mode 100644
index 000..ae6c6dc517e
--- /dev/null
+++ b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.4.0_fix-docs.patch
@@ -0,0 +1,124 @@
+https://projects.vdr-developer.org/issues/2581
+Manpages with encoding will not created correct
+
+Reviewed-by: Martin Dummer  (2020 Jan 03)
+--- a/doc-src/de/epgsearch.1.txt
 b/doc-src/de/epgsearch.1.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - Suchtimer und Ersatz für VDR's Standard-Programm-Menü
+--- a/doc-src/de/epgsearch.conf.5.txt
 b/doc-src/de/epgsearch.conf.5.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - Die gespeicherten Suchtimer
+--- a/doc-src/de/epgsearchblacklists.conf.5.txt
 b/doc-src/de/epgsearchblacklists.conf.5.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - Die gespeicherten Auschlusslisten-Suchtimer
+--- a/doc-src/de/epgsearchcats.conf.5.txt
 b/doc-src/de/epgsearchcats.conf.5.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - Die Kategorien des erweiterten EPGs, sofern vorhanden.
+--- a/doc-src/de/epgsearchchangrps.conf.5.txt
 b/doc-src/de/epgsearchchangrps.conf.5.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - Liste der Kanalgruppen
+--- a/doc-src/de/epgsearchcmds.conf.5.txt
 b/doc-src/de/epgsearchcmds.conf.5.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - EPG-Befehle
+--- a/doc-src/de/epgsearchdirs.conf.5.txt
 b/doc-src/de/epgsearchdirs.conf.5.txt
+@@ -1,4 +1,5 @@
+ =encoding utf8
++
+ =head1 NAME
+ 
+ F - Liste von Aufnahmepfaden zur einfachen Auswahl
+--- a/doc-src/de/epgsearchmenu.conf.5.txt
 

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

2020-01-03 Thread David Seifert
commit: f24cd559d5213c9f30302156d056e724fdc8abbd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:46:15 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:46:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24cd559

dev-python/cmd2: Remove python_gen_cond_dep calls for py3.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/cmd2/cmd2-0.9.21.ebuild | 3 +--
 dev-python/cmd2/cmd2-0.9.22.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/cmd2/cmd2-0.9.21.ebuild 
b/dev-python/cmd2/cmd2-0.9.21.ebuild
index 715f6032dc2..68c78f3022d 100644
--- a/dev-python/cmd2/cmd2-0.9.21.ebuild
+++ b/dev-python/cmd2/cmd2-0.9.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,6 @@ DEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python3_5)
dev-python/pytest[${PYTHON_USEDEP}]
)
 "

diff --git a/dev-python/cmd2/cmd2-0.9.22.ebuild 
b/dev-python/cmd2/cmd2-0.9.22.ebuild
index 715f6032dc2..68c78f3022d 100644
--- a/dev-python/cmd2/cmd2-0.9.22.ebuild
+++ b/dev-python/cmd2/cmd2-0.9.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,6 @@ DEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python3_5)
dev-python/pytest[${PYTHON_USEDEP}]
)
 "



[gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/

2020-01-03 Thread David Seifert
commit: 5ccc42f4924fc5c85f5fcb14aa3d5381b1b91a45
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:46:13 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:46:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccc42f4

virtual/python-funcsigs: Update python_gen_cond_dep

Closes: https://github.com/gentoo/gentoo/pull/14216
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 virtual/python-funcsigs/python-funcsigs-2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
index 0104a230fbb..38bf30e8bc7 100644
--- a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' 
python2_7 python3_5 pypy )"
+   $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' -2)"



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

2020-01-03 Thread David Seifert
commit: 5feb373c3ea53ba2575b432ee72bb741ec84b4a1
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:46:18 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:46:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feb373c

dev-python/pytest-asyncio: Remove python_gen_cond_dep calls for py3.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
index 080e363ecfa..45187f24bf6 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
@@ -19,9 +19,7 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/async_generator[${PYTHON_USEDEP}]' \
-   python3_5)"
+   dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}



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

2020-01-03 Thread David Seifert
commit: 3b7907c5803f3cff8448cb739325678bbbc9b828
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:46:17 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:46:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7907c5

dev-python/pytest: Remove python_gen_cond_dep calls for py3.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pytest/pytest-3.10.1.ebuild | 6 +++---
 dev-python/pytest/pytest-4.5.0.ebuild  | 2 +-
 dev-python/pytest/pytest-4.6.6.ebuild  | 4 ++--
 dev-python/pytest/pytest-4.6.7.ebuild  | 6 +++---
 dev-python/pytest/pytest-4.6.8.ebuild  | 4 ++--
 dev-python/pytest/pytest-5.3.0.ebuild  | 3 +--
 dev-python/pytest/pytest-5.3.1.ebuild  | 3 +--
 dev-python/pytest/pytest-5.3.2.ebuild  | 3 +--
 8 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/dev-python/pytest/pytest-3.10.1.ebuild 
b/dev-python/pytest/pytest-3.10.1.ebuild
index 551cebba719..743c17f71e9 100644
--- a/dev-python/pytest/pytest-3.10.1.ebuild
+++ b/dev-python/pytest/pytest-3.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,8 +27,8 @@ RDEPEND="
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python2_7 )
$(python_gen_cond_dep 
'=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{5,6,7} pypy{,3} )
-   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 
python3_5 )
+   $(python_gen_cond_dep 
'>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{6,7} pypy{,3} )
+   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7)
>=dev-python/pluggy-0.7[${PYTHON_USEDEP}]
>=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
>=dev-python/setuptools-40[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-4.5.0.ebuild 
b/dev-python/pytest/pytest-4.5.0.ebuild
index e5795dd521d..7e4a0403ce2 100644
--- a/dev-python/pytest/pytest-4.5.0.ebuild
+++ b/dev-python/pytest/pytest-4.5.0.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
>=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 
python3_5 )
+   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7)
>=dev-python/pluggy-0.11[${PYTHON_USEDEP}]
=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-4.6.6.ebuild 
b/dev-python/pytest/pytest-4.6.6.ebuild
index 4f85c1855b6..00edbafb327 100644
--- a/dev-python/pytest/pytest-4.6.6.ebuild
+++ b/dev-python/pytest/pytest-4.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
\
-2 python3_{5,6,7} pypy3)
-   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2 
python3_5)
+   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2)
>=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-4.6.7.ebuild 
b/dev-python/pytest/pytest-4.6.7.ebuild
index 4f85c1855b6..0efddd35ef8 100644
--- a/dev-python/pytest/pytest-4.6.7.ebuild
+++ b/dev-python/pytest/pytest-4.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,8 +27,8 @@ RDEPEND="
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
\
-   -2 python3_{5,6,7} pypy3)
-   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2 
python3_5)
+   -2 python3_{6,7} pypy3)
+   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2)
>=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-4.6.8.ebuild 
b/dev-python/pytest/pytest-4.6.8.ebuild
index 4f85c1855b6..00edbafb327 100644
--- a/dev-python/pytest/pytest-4.6.8.ebuild
+++ b/dev-python/pytest/pytest-4.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
  

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

2020-01-03 Thread David Seifert
commit: 817e61e649c3037e902ce81ce8a02278ed0b16b5
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:46:16 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:46:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817e61e6

dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/jaraco-text/jaraco-text-3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-text/jaraco-text-3.1.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.1.ebuild
index 7a2066c941c..9e1507221e7 100644
--- a/dev-python/jaraco-text/jaraco-text-3.1.ebuild
+++ b/dev-python/jaraco-text/jaraco-text-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,7 @@ RDEPEND="
dev-python/jaraco-functools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' pypy pypy3 python2_7 
python3_5 python3_6)
+   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' -2 pypy3 python3_6)
 "
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-01-03 Thread David Seifert
commit: 5eb1b5c77a719aa966a3b9075916b61a33f0ab71
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:46:19 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:46:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb1b5c7

dev-python/pbr: Remove python_gen_cond_dep calls for py3.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pbr/pbr-3.1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pbr/pbr-3.1.1.ebuild b/dev-python/pbr/pbr-3.1.1.ebuild
index 1214ba60668..79334e1a07f 100644
--- a/dev-python/pbr/pbr-3.1.1.ebuild
+++ b/dev-python/pbr/pbr-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,8 +29,8 @@ DEPEND="
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.5.1[$(python_gen_usedep 'python2_7' 
'python3_5' 'python3_6')]
-   !~dev-python/sphinx-1.6.1[$(python_gen_usedep 'python2_7' 
'python3_5' 'python3_6')]
+   >=dev-python/sphinx-1.5.1[$(python_gen_usedep 'python2_7' 
'python3_6')]
+   !~dev-python/sphinx-1.6.1[$(python_gen_usedep 'python2_7' 
'python3_6')]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]



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

2020-01-03 Thread Matthew Thode
commit: 6870ec497edae69537ca8c54317ef03e91da04ad
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jan  3 20:41:43 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jan  3 20:41:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6870ec49

sys-apps/bolt: simplify systemd dependency

Fixes: https://bugs.gentoo.org/699308
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-apps/bolt/bolt-0.8.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-apps/bolt/bolt-0.8.ebuild b/sys-apps/bolt/bolt-0.8.ebuild
index 6e3dac6aa8c..7adce26d5ac 100644
--- a/sys-apps/bolt/bolt-0.8.ebuild
+++ b/sys-apps/bolt/bolt-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ DEPEND="
virtual/udev
dev-util/umockdev
sys-auth/polkit[introspection]
-   systemd? ( sys-apps/systemd:0= )
+   systemd? ( sys-apps/systemd )
doc? ( app-text/asciidoc )"
 RDEPEND="${DEPEND}"
 
@@ -31,7 +31,6 @@ src_configure() {
--sysconfdir=/etc
--localstatedir=/var
--sharedstatedir=/var/lib
-   -Dsystemd=$(usex systemd true false)
)
meson_src_configure
 }



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

2020-01-03 Thread David Seifert
commit: 13f43687f2155c409396291c9425efc5d97d4629
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:40:37 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:40:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f43687

app-office/abiword: Add myself as maintainer

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Acked-by: Mart Raudsepp  gentoo.org>
Signed-off-by: David Seifert  gentoo.org>

 app-office/abiword/metadata.xml | 37 -
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/app-office/abiword/metadata.xml b/app-office/abiword/metadata.xml
index 0c7c6cbc0c8..a164ec1c622 100644
--- a/app-office/abiword/metadata.xml
+++ b/app-office/abiword/metadata.xml
@@ -1,21 +1,24 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Enable collaborative editing plugin
-   Enable goffice plugin
-   Enable grammar checking via 
dev-libs/link-grammar
-   Enable world map support through 
media-libs/libchamplain
-   Enable support for 
x11-libs/gtkmathview
-   Enable Text Summarizer plugin
-   Enable plugins build (see 
http://www.abisource.com/wiki/PluginMatrix for more information). If your
-   file cannot be opened due lack of support, try enabling 
this.
-   Enables support redland and raptor libs.
-   Enable thesaurus support
-   Enable wordperfect file support via 
app-text/libwpd
-
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+   
+   s...@gentoo.org
+   David Seifert
+   
+   
+   Enable collaborative editing plugin
+   Enable goffice plugin
+   Enable grammar checking via 
dev-libs/link-grammar
+   Enable world map support through 
media-libs/libchamplain
+   Enable support for 
x11-libs/gtkmathview
+   Enable Text Summarizer plugin
+   Enable plugins build (see 
http://www.abisource.com/wiki/PluginMatrix for more information). If your file 
cannot be opened due lack of support, try enabling this.
+   Enables support redland and raptor 
libs.
+   Enable thesaurus support
+   Enable wordperfect file support via 
app-text/libwpd
+   
 



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

2020-01-03 Thread David Seifert
commit: 0b8e9e5e18b42db2d300e4f31dc50d3f219e0337
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:40:36 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:40:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8e9e5e

app-office/gnumeric: Add myself as maintainer

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Acked-by: Mart Raudsepp  gentoo.org>
Signed-off-by: David Seifert  gentoo.org>

 app-office/gnumeric/metadata.xml | 23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/app-office/gnumeric/metadata.xml b/app-office/gnumeric/metadata.xml
index 056277a4991..fd1550416d1 100644
--- a/app-office/gnumeric/metadata.xml
+++ b/app-office/gnumeric/metadata.xml
@@ -1,14 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Enable database support through
-   gnome-extra/libgda.
-   Enable python plugin loader.
-   Enable perl plugin loader.
-
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+   
+   s...@gentoo.org
+   David Seifert
+   
+   
+   Enable database support through 
gnome-extra/libgda.
+   Enable python plugin loader.
+   Enable perl plugin loader.
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/files/, sci-libs/scipy/

2020-01-03 Thread David Seifert
commit: 68aeb905a310ee748d1f26d117d9d0987ecae6a9
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan  3 20:40:38 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan  3 20:40:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68aeb905

sci-libs/scipy: Remove old

Closes: https://github.com/gentoo/gentoo/pull/14188
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/scipy/Manifest|  12 --
 sci-libs/scipy/files/scipy-0.12.0-blitz.patch  |  28 
 .../files/scipy-0.12.0-restore-sys-argv.patch  |  15 ---
 .../files/scipy-0.16.1-glibc-2.22-backport.patch   |  30 -
 sci-libs/scipy/scipy-0.16.1.ebuild | 149 -
 sci-libs/scipy/scipy-0.18.1.ebuild | 147 
 sci-libs/scipy/scipy-0.19.1.ebuild | 143 
 sci-libs/scipy/scipy-1.0.0.ebuild  | 142 
 8 files changed, 666 deletions(-)

diff --git a/sci-libs/scipy/Manifest b/sci-libs/scipy/Manifest
index 755da305b08..e77eff00229 100644
--- a/sci-libs/scipy/Manifest
+++ b/sci-libs/scipy/Manifest
@@ -1,15 +1,3 @@
-DIST scipy-0.16.1-html.zip 33158474 BLAKE2B 
dfeac8456ea328f293a28c379e3723f8a2fa2e5c47fc2771902083fb89764df9041f71c2ee656fc4c9a00017367f5e4726c798d309f8c2c50dd020c0fd93d168
 SHA512 
47b1ebd43b58ada7f4fd772e2a94c25d8ee2b03d808743ac386c7fbcc8a1daa3082906156ba421b1dd91ce2fb4f0114639ea124caac7522d919507029fee6c1a
-DIST scipy-0.16.1-ref.pdf 33916573 BLAKE2B 
8bb2fbb592168c1233fa0e464cd8ded7ab05f4ab9b27ed54e45a71f1902ea4378ad6099cdbce633364372dfa6c0525f906cff7fab3d38d62f9d8c8b698d96fd9
 SHA512 
eaf7221c2dcb2cf0bcddcaf6064e52f3d1542edaf0238fa96ae62e27911b275a3bc7ee624fe655b0abd00055312f18582d49cafdccf339f7c38aa93ca5badea9
-DIST scipy-0.16.1.tar.gz 12221561 BLAKE2B 
8181330d7e83c75ee3e3b88cdc7736fdedbf0eb410fc237a3aa0d45bc5919d79d2bec8876351dee9c331016371becf6a6a1a0b419e50739e717125334d5512bd
 SHA512 
1761a943a0629179fd546fe3754b16101ca86b98eb0539b73614ea65bce24055ca898f295683eb3f3f63402e9248aa2a9f6a1d7d6cdf5e1e7486b15c1a8b
-DIST scipy-0.18.1-html.zip 32907714 BLAKE2B 
e1e32d4472f8bb3064e732689cdbe7055a441e7dea38a0fff37458e4530b841db969fdcad92967d9ee2bc37120ed7dae238365d566363ec6b86a188b6cb2a746
 SHA512 
fc61ce9a9dcc7091da29d35a42cc38074b0c4f5ff81d5ca5dea9c2d32e5e3ee1e8463fcb4e18c931c0c0e4f00410f8cd16d0f81c219fb326edc20d2286866e03
-DIST scipy-0.18.1-ref.pdf 14824115 BLAKE2B 
94ecf2332925adba1f40fbf303a5ec6ecddfb5ab30d25f038945e6c2328cee2e5182f4a8214bd49e7f4cc5af2fa5d6e70b7f6248cbc7964ed38c5479914ce17f
 SHA512 
e668420ae3668f459d15cb88765045c89df02f9c73854c8ddce8fe1611973e8c9d40ac49a1db0342282074b1d46b8156bb75430b7df079efd1c3a6ccb4bf2c37
-DIST scipy-0.18.1.tar.gz 13141689 BLAKE2B 
b761c2543e962eb04cc9c9651e6c95612e421393a2b3d519a52fbb3dd0f7583972004632429ddbe9ea007248908c937b26050a0579f45472978b2f3629a27c67
 SHA512 
f2ee21c808141d8002f69e48e7cf006e36982b1a7041323a8f4d803a1de3d191ffcc40227aac351dd876c28843de366ef89e9cf84dc106fadac86a3f40491659
-DIST scipy-0.19.1-html.zip 38201310 BLAKE2B 
28ba5538ecfb1a8a6b7676a2b427a320d3fd6e76f591203d25451e4de8e2534ef3bfaee960322d427774459319da3098c70bf69b176641a75eb64e17a53d5690
 SHA512 
7eecef83a92aa99a726a8839e2cdac1171129ba0efcaf8e36b07d6714fde20cce9ce9f676be6b4835845930c49f740cb11ce0d93012d0b8c990e7061bb3afbcc
-DIST scipy-0.19.1-ref.pdf 17530855 BLAKE2B 
a0b0011ded7ee1f6bf9944b0c6d474581b64debb192277ebf142ebcc297f8e2f52412a4a8bfb7e618984c0c32233e2a6346d9795565276e08f00be5e782da04f
 SHA512 
79718fde0aedb4c9906b37f2d75878719b614268160e645ad69ea797d6baeecaff9153884171906e6b7673b65da997ff4fd245e0f42ab766497ee9c96f4f9fd2
-DIST scipy-0.19.1.tar.gz 14083805 BLAKE2B 
65369ffec2726a8e16da2d6852a71965277b8d4637316a375122e5b6cbf0e05cdcbd3304bcd14ca0b9b6677620a27c0fed6d4924eb8b1726c22ec0ec663feeac
 SHA512 
5c124c44c672dcb53c31f8592fd9f74189f04cb0bade99476a2a6eb4844338e3e9842f27a148b007b7eed25cbfde090a697575a381ebe4ca066abdf54c214203
-DIST scipy-1.0.0-html.zip 47873725 BLAKE2B 
0c6c1070e46e644c9e5700a116e700a0ce8d69c1cfaa0ae63ae34af8844db83a7b61c5d072c54bdc23ef7016440ec6d378a45965778c0e8078113bf1a54bade3
 SHA512 
15d5726ad527bbe3e3e1579d5d2f6031393a2eca8e27adc6f78b16697e9dd67633407a160f461d7a18a8b8bde83201ccf363cdda8f9ca3531b6d6ec1491e0f14
-DIST scipy-1.0.0-ref.pdf 31394378 BLAKE2B 
bc8e590509cfb4bfda9deab40bbc6ebc919e39cb03a5817040ad2e9bbdfd0acc1a1dc194a88ac890a9052b6ddb3bb7b39292d08d925e3d1eb310605ca0589450
 SHA512 
657ef3c643ab61a8452dd85982018eb2210cd1531edd152c9b1c3d8c722f8a45ab1efd03f5bbb3c763a75e70e6d39036a845869ec5135f2aa0445480a074f3e0
-DIST scipy-1.0.0.tar.gz 15246397 BLAKE2B 
37cd50c59830c91f0516c72cf11b367670faf5c1fe3fd3cf37bc6f30a4b1f44f7b1d124ff7097c3dcb8c32c3876e166ab1caaa3991a637df5f61bb26b0f52c3f
 SHA512 
7d55c5660ac606933d517171a229b288fd0ea8d9fdd8e30fac3d294545a26b2700c7b100b014a93231c4122dee0f1ddd741c00f5902643a6ccc287cdf581da7a
 DIST 

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

2020-01-03 Thread Michał Górny
commit: 8f22b32f4d5bfd7ff043b3dd49574f1290a5e688
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:49:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f22b32f

net-dns/resolvconf-symlink: Remove useless HOMEPAGE

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

 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild 
b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index d11ff4ab625..f7ad0c45626 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 DESCRIPTION="Make /etc/resolv.conf a symlink to a runtime-writable location"
-HOMEPAGE="https://www.gentoo.org;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI=""
 
 LICENSE="public-domain"



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

2020-01-03 Thread Michał Górny
commit: 3dd9591c26a2d8d03b2e1bd8c56e1958eb3fba19
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:51:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd9591c

net-dns/resolvconf-symlink: Bump to EAPI=7

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

 .../resolvconf-symlink/resolvconf-symlink-0.ebuild | 24 +++---
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild 
b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index f7ad0c45626..dbf2b430fba 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -1,35 +1,34 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Make /etc/resolv.conf a symlink to a runtime-writable location"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI=""
+S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+symlink"
 
-S=${WORKDIR}
-
 pkg_preinst() {
if use symlink; then
-   if [[ -f "${ROOT}"etc/resolv.conf && ! -L 
"${ROOT}"etc/resolv.conf ]]
+   if [[ -f ${EROOT}/etc/resolv.conf && ! -L 
${EROOT}/etc/resolv.conf ]]
then # migrate existing resolv.conf
-   if [[ "$(head -n 1 "${ROOT}"etc/resolv.conf)" \
+   if [[ "$(head -n 1 "${EROOT}"/etc/resolv.conf)" \
!= "# Generated by "* ]]; then
 
-   eerror "${ROOT}etc/resolv.conf seems not to be 
autogenerated."
+   eerror "${EROOT}/etc/resolv.conf seems not to 
be autogenerated."
eerror "Aborting build to avoid removing user 
data. If that file is supposed"
eerror "to be autogenerated, please remove it 
manually. Otherwise, please"
eerror "set USE=-symlink to avoid installing 
resolv.conf symlink."
 
-   die "${ROOT}etc/resolv.conf not autogenerated"
+   die "${EROOT}/etc/resolv.conf not autogenerated"
else
-   ebegin "Moving ${ROOT}etc/resolv.conf to 
${ROOT}var/run/"
-   mv "${ROOT}"etc/resolv.conf "${ROOT}"var/run/
+   ebegin "Moving ${EROOT}/etc/resolv.conf to 
${EROOT}/var/run/"
+   mv "${EROOT}"/etc/resolv.conf 
"${EROOT}"/var/run/
eend ${?} || die
fi
fi
@@ -44,9 +43,10 @@ src_install() {
 
 pkg_postrm() {
# Don't leave the user with no resolv.conf
-   if [[ ! -e "${ROOT}"etc/resolv.conf && -f "${ROOT}"var/run/resolv.conf 
]]; then
-   ebegin "Moving ${ROOT}var/run/resolv.conf to ${ROOT}etc/"
-   mv "${ROOT}"var/run/resolv.conf "${ROOT}"etc/
+   if [[ ! -e ${EROOT}/etc/resolv.conf && -f ${EROOT}/var/run/resolv.conf 
]]
+   then
+   ebegin "Moving ${EROOT}/var/run/resolv.conf to ${EROOT}/etc/"
+   mv "${EROOT}"/var/run/resolv.conf "${EROOT}"/etc/
eend ${?} || die
fi
 }



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

2020-01-03 Thread Michał Górny
commit: 4635123abf91c601cce24791a5384433e96b1168
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:58:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4635123a

dev-lang/python-exec: Remove outdated blockers

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

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

diff --git a/dev-lang/python-exec/python-exec-2.4.6-r1.ebuild 
b/dev-lang/python-exec/python-exec-2.4.6-r1.ebuild
index 9125b6ba996..f55531bf88a 100644
--- a/dev-lang/python-exec/python-exec-2.4.6-r1.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,15 +15,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc 
ppc64 ~riscv s390 sh sp
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_}"
 
-# eselect-python because of /usr/bin/python* collisions and new config
-# python versions because of missing $scriptdir/python* symlinks
-RDEPEND="
-   !

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

2020-01-03 Thread Michał Górny
commit: 018fd85f5142b3250774812f651b8d2147f022e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:54:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018fd85f

net-dns/resolvconf-symlink: Use relative symlink path

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

 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild 
b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index dbf2b430fba..782762cc845 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -38,7 +38,7 @@ pkg_preinst() {
 src_install() {
# XXX: /run should be more correct, when it's supported by baselayout
 
-   use symlink && dosym /var/run/resolv.conf /etc/resolv.conf
+   use symlink && dosym ../var/run/resolv.conf /etc/resolv.conf
 }
 
 pkg_postrm() {



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

2020-01-03 Thread Michał Górny
commit: bc6220386b2e80f32ddfceeefd844358f69bf53c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 17:02:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc622038

games-emulation/mupen64plus-core: Remove outdated blockers

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

 .../mupen64plus-core/mupen64plus-core-2.5.9.ebuild | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild 
b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild
index a6144ccc365..f7e5603250c 100644
--- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild
+++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,20 +26,10 @@ RDEPEND="media-libs/libpng:0=
media-libs/freetype:2=
virtual/opengl:0=
virtual/glu:0=
-   )
-   !

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

2020-01-03 Thread Michał Górny
commit: 15b44dd793c7cde2d9db7c682d35681c28595418
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 20:38:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b44dd7

dev-python/urllib3: Copy doc-deps fix to 1.24.2

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

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

diff --git a/dev-python/urllib3/urllib3-1.24.2.ebuild 
b/dev-python/urllib3/urllib3-1.24.2.ebuild
index 6f77d2dfe89..c25eddfae85 100644
--- a/dev-python/urllib3/urllib3-1.24.2.ebuild
+++ b/dev-python/urllib3/urllib3-1.24.2.ebuild
@@ -37,7 +37,9 @@ DEPEND="
)
 "
 
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs \
+   dev-python/alabaster \
+   dev-python/mock
 
 python_prepare_all() {
# skip appengine tests



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

2020-01-03 Thread Michał Górny
commit: ed7f86859c676fc5ab9ca3188b628e32dcacc2d0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:57:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7f8685

www-plugins/lightspark: Use HTTPS

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

 www-plugins/lightspark/lightspark-0.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/lightspark/lightspark-0.8.2.ebuild 
b/www-plugins/lightspark/lightspark-0.8.2.ebuild
index a844f48a701..4c87950ba8f 100644
--- a/www-plugins/lightspark/lightspark-0.8.2.ebuild
+++ b/www-plugins/lightspark/lightspark-0.8.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit cmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="High performance flash player"
-HOMEPAGE="http://lightspark.github.io/;
+HOMEPAGE="https://lightspark.github.io/;
 SRC_URI="https://github.com/lightspark/lightspark/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-3"



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

2020-01-03 Thread Michał Górny
commit: d55ed2587bef2015970b23d6e792c71dec14bca8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 17:01:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55ed258

games-emulation/m64py: Remove SRC_URI redirect

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

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

diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild 
b/games-emulation/m64py/m64py-0.2.4.ebuild
index 3a2bbf16337..4b2366ea830 100644
--- a/games-emulation/m64py/m64py-0.2.4.ebuild
+++ b/games-emulation/m64py/m64py-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit distutils-r1 xdg-utils
 
 DESCRIPTION="A frontend for Mupen64Plus"
 HOMEPAGE="http://m64py.sourceforge.net/;
-SRC_URI="mirror://sourceforge/m64py/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/project/m64py/${P}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/multilib-gcc-wrapper/

2020-01-03 Thread Michał Górny
commit: 6e63130a333ca145178f802c82d2ed1c0d17e455
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:55:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e63130a

sys-devel/multilib-gcc-wrapper: Remove useless HOMEPAGE

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

 sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild 
b/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
index 369fcd4b8bd..26ada4c9b53 100644
--- a/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
+++ b/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit multilib
 
 DESCRIPTION="Wrappers for gcc tools to be used on non-native CHOSTs"
-HOMEPAGE="https://www.gentoo.org;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI=""
 
 LICENSE="public-domain"



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

2020-01-03 Thread Michał Górny
commit: bdfeb4202d7251c88683e6a47b4ce7c626e3ed73
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:44:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfeb420

media-video/bashnapi: Remove outdated blocker

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

 media-video/bashnapi/bashnapi-1.3.5.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-video/bashnapi/bashnapi-1.3.5.ebuild 
b/media-video/bashnapi/bashnapi-1.3.5.ebuild
index 9671be6e261..993294be32e 100644
--- a/media-video/bashnapi/bashnapi-1.3.5.ebuild
+++ b/media-video/bashnapi/bashnapi-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,9 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-# subotage is now integrated into bashnapi
-RDEPEND="app-arch/p7zip
-   !media-video/subotage"
+RDEPEND="app-arch/p7zip"
 
 S=${WORKDIR}/napi-${PV}
 



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

2020-01-03 Thread Michał Górny
commit: 5d5a19c56d794114387258999a817fd2d901f8d2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 17:01:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5a19c5

net-misc/minidlna: Remove SRC_URI redirect

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

 net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild 
b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
index 0f41e274672..53e65e1fb74 100644
--- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
+++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,8 @@ inherit autotools eutils linux-info systemd tmpfiles 
toolchain-funcs user
 
 DESCRIPTION="DLNA/UPnP-AV compliant media server"
 HOMEPAGE="https://sourceforge.net/projects/minidlna/;
-SRC_URI="mirror://sourceforge/minidlna/${PV}/${P}.tar.gz
+SRC_URI="
+   
https://downloads.sourceforge.net/project/minidlna/${PN}/${PV}/${P}.tar.gz
https://dev.gentoo.org/~xmw/minidlna-gentoo-artwork.patch.xz;
 
 LICENSE="BSD GPL-2"



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-ui-console/

2020-01-03 Thread Michał Górny
commit: 67b7a690b90164150d0564bd292e601824ec32e4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 17:02:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7a690

games-emulation/mupen64plus-ui-console: Remove outdated blocker

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

 .../mupen64plus-ui-console/mupen64plus-ui-console-2.5.9.ebuild   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5.9.ebuild 
b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5.9.ebuild
index ec20f855224..d97c76a54fe 100644
--- a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5.9.ebuild
+++ b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,8 +17,7 @@ IUSE=""
 
 RDEPEND="
>=games-emulation/mupen64plus-core-${PV}:0=
-   media-libs/libsdl2:0=
-   !

[gentoo-commits] repo/gentoo:master commit in: sys-devel/multilib-gcc-wrapper/

2020-01-03 Thread Michał Górny
commit: e5ff875ed043ef2173b53108f26fb143b748c246
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 16:56:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 20:39:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ff875e

sys-devel/multilib-gcc-wrapper: Fix EROOT → ESYSROOT

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

 sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild 
b/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
index 26ada4c9b53..c12a4c8cfac 100644
--- a/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
+++ b/sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
@@ -8,6 +8,7 @@ inherit multilib
 DESCRIPTION="Wrappers for gcc tools to be used on non-native CHOSTs"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI=""
+S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
@@ -16,8 +17,6 @@ IUSE=""
 
 RDEPEND="sys-devel/gcc:="
 
-S=${WORKDIR}
-
 src_install() {
local host_prefix=${CHOST}
# stolen from sys-devel/gcc-config
@@ -26,7 +25,7 @@ src_install() {
cpp cc gcc c++ g++ f77 g77 gcj gcjh gdc gdmd gfortran gccgo
)
 
-   cd "${EROOT%/}"/usr/bin || die
+   cd "${ESYSROOT}"/usr/bin || die
shopt -s nullglob
 
# same as toolchain.eclass



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

2020-01-03 Thread Matthew Thode
commit: 9bd5996f8e338b43bce43f664065247b77b769bf
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jan  3 20:28:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jan  3 20:29:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd5996f

app-admin/puppet-agent: fix dep on augeas

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 .../puppet-agent/puppet-agent-6.11.1-r1.ebuild | 77 ++
 1 file changed, 77 insertions(+)

diff --git a/app-admin/puppet-agent/puppet-agent-6.11.1-r1.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.11.1-r1.ebuild
new file mode 100644
index 000..36e4354f6f3
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-6.11.1-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with hiera and facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}
+   app-admin/augeas"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   sys-libs/readline:0/7
+   sys-libs/ncurses:0[tinfo]
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/run/puppet puppet
+}
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/pxp-agent
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/pxp-agent
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   dodir var/log/puppetlabs/puppet/
+   fperms 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd" puppet
+   systemd_dounit lib/systemd/system/puppet.service
+   systemd_dounit lib/systemd/system/pxp-agent.service
+   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
+   # symlinks
+   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
+   chmod 0755 
"${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
+   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
+   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
+   dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
+   dosym ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
+}



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

2020-01-03 Thread Andreas Sturmlechner
commit: 7e2afb61ddae9852e6a0834d00aabe6e8b1c8ded
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 20:06:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 20:07:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2afb61

app-office/scribus: Switch to cmake.eclass and fix 

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/scribus/scribus-1.5.5.ebuild | 8 
 app-office/scribus/scribus-.ebuild  | 3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-office/scribus/scribus-1.5.5.ebuild 
b/app-office/scribus/scribus-1.5.5.ebuild
index 88bcd5cc441..fa0caa4e246 100644
--- a/app-office/scribus/scribus-1.5.5.ebuild
+++ b/app-office/scribus/scribus-1.5.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="tk?"
-inherit cmake-utils desktop flag-o-matic python-single-r1 xdg
+inherit cmake desktop flag-o-matic python-single-r1 xdg
 
 DESCRIPTION="Desktop publishing (DTP) and layout program"
 HOMEPAGE="https://www.scribus.net/;
@@ -78,7 +78,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
rm -r codegen/cheetah scribus/third_party/hyphen || die
 
@@ -124,11 +124,11 @@ src_configure() {
-DWITH_PODOFO=$(usex pdf)
-DWANT_NOTEMPLATES=$(usex !templates)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
if ! use tk; then
rm 
"${ED}"/usr/share/scribus/scripts/{FontSample,CalendarWizard}.py || die

diff --git a/app-office/scribus/scribus-.ebuild 
b/app-office/scribus/scribus-.ebuild
index da3a47d2520..2fc0d191008 100644
--- a/app-office/scribus/scribus-.ebuild
+++ b/app-office/scribus/scribus-.ebuild
@@ -77,8 +77,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   default
-   _CMAKE_SRC_PREPARE_HAS_RUN=1
+   cmake_src_prepare
 
rm -r codegen/cheetah scribus/third_party/hyphen || die
 



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

2020-01-03 Thread Matthew Thode
commit: dc43abbfdb9598691308eb2ae4eb32394116fb11
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jan  3 20:00:51 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jan  3 20:00:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43abbf

app-crypt/certbot: remove acme dir correctly

Fixes: https://bugs.gentoo.org/703926
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/certbot-1.0.0-r1.ebuild | 7 +++
 app-crypt/certbot/certbot-.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-crypt/certbot/certbot-1.0.0-r1.ebuild 
b/app-crypt/certbot/certbot-1.0.0-r1.ebuild
index 37c17aa225d..dd227e9e27f 100644
--- a/app-crypt/certbot/certbot-1.0.0-r1.ebuild
+++ b/app-crypt/certbot/certbot-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,12 +7,11 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;
inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-   S=${WORKDIR}/certbot-${PV}/certbot
 fi
+S=${WORKDIR}/${P}/${PN}
 
 inherit distutils-r1
 
@@ -47,6 +46,6 @@ DEPEND="
 
 python_test() {
# acme is not installed, removing it here is fine, the dir just 
confuses tests
-   rm -R acme
+   rm -R ../acme
pytest -vv ${PN} || die
 }

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-.ebuild
index fba37e4616c..d53164ebcea 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,6 +11,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
+S=${WORKDIR}/${P}/${PN}
 
 inherit distutils-r1
 
@@ -45,6 +46,6 @@ DEPEND="
 
 python_test() {
# acme is not installed, removing it here is fine, the dir just 
confuses tests
-   rm -R acme
+   rm -R ../acme
pytest -vv ${PN} || die
 }



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/

2020-01-03 Thread Matthew Thode
commit: 6ff8cce4cf0added0c3919b2f08b24d48bdbb00a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jan  3 19:55:39 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jan  3 19:55:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff8cce4

sys-boot/plymouth: made udev dependency optional

Fixes: https://bugs.gentoo.org/704562
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-boot/plymouth/plymouth-0.9.4-r1.ebuild | 7 ---
 sys-boot/plymouth/plymouth-.ebuild | 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild 
b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild
index ca1a0bce4cb..1ade24f98db 100644
--- a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug gdm +gtk +libkms +pango +split-usr static-libs"
+IUSE="debug gdm +gtk +libkms +pango +split-usr static-libs +udev"
 
 CDEPEND="
>=media-libs/libpng-1.2.16:=
@@ -41,7 +41,7 @@ DEPEND="${CDEPEND}
 "
 # Block due bug #383067
 RDEPEND="${CDEPEND}
-   virtual/udev
+   udev? ( virtual/udev )
!https://cgit.freedesktop.org/plymouth/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug gdm +gtk +libkms +pango static-libs"
+IUSE="debug gdm +gtk +libkms +pango static-libs +udev"
 
 CDEPEND="
>=media-libs/libpng-1.2.16:=
@@ -41,7 +41,7 @@ DEPEND="${CDEPEND}
 "
 # Block due bug #383067
 RDEPEND="${CDEPEND}
-   virtual/udev
+   udev? ( virtual/udev )
!

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

2020-01-03 Thread Matthew Thode
commit: 6b629cc051e0b3355923a83e8c66cd456f0a8c54
Author: Lucius Q. User <31438459+Lucius-Q-User  users  noreply 
 github  com>
AuthorDate: Tue Dec 24 22:01:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jan  3 19:50:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b629cc0

dev-python/josepy: Add support for python 3.8

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Sasha Finkelstein  outlook.com>
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/josepy/josepy-1.2.0.ebuild 
b/dev-python/josepy/josepy-1.2.0.ebuild
index a345fc6f361..7b9e2f43fe7 100644
--- a/dev-python/josepy/josepy-1.2.0.ebuild
+++ b/dev-python/josepy/josepy-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 )
 inherit distutils-r1
 
 DESCRIPTION="JOSE protocol implementation in Python"



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkdnd/

2020-01-03 Thread Alfredo Tupone
commit: dcb3fdbce455e6a03cf7b38e83131e6135556b6d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Jan  3 19:49:54 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Jan  3 19:50:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb3fdbc

dev-tcltk/tkdnd: remove old version

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tkdnd/Manifest |  1 -
 dev-tcltk/tkdnd/tkdnd-2.8.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/dev-tcltk/tkdnd/Manifest b/dev-tcltk/tkdnd/Manifest
index 34f7972cc74..9ac6ca2ccc9 100644
--- a/dev-tcltk/tkdnd/Manifest
+++ b/dev-tcltk/tkdnd/Manifest
@@ -1,2 +1 @@
 DIST tkdnd-release-test-v2.9.2.tar.gz 573739 BLAKE2B 
4e9cae26542cc7774a0faf3d91a8a3f3b3b598735fcdb4e0565be26893514fe2e3f301ecaa7c698913f570b30f37ba0e2e890c6651ceebbc5d6cd9f66caf57c8
 SHA512 
dd1538ad884e8287d9c90c3b1565b95a047f552a271f921b0d0d7cb7bde8d8d6ad7e8c3247b647c09080c2e23c57ca11c30bde516cf66abcbe1dac6dd0e7cdc7
-DIST tkdnd2.8-src.tar.gz 185025 BLAKE2B 
3f7c1b728d12c2ad7d7fea82dae1c3f29207b70fd382fb6aa7aa6602602b0a9b5c4604347b9b1aa1faff7c5952d9557046157cb6af4268b56483f7398d4b55e3
 SHA512 
0cca1783ed4e481565fa23cebc12382f223c8a02f24a2795af3818d56769d265b45e2ce74d2a4a3a8203718bad6426efe37a5382e8376dd6a0820ef81866050e

diff --git a/dev-tcltk/tkdnd/tkdnd-2.8.ebuild b/dev-tcltk/tkdnd/tkdnd-2.8.ebuild
deleted file mode 100644
index e1855dc6cd8..000
--- a/dev-tcltk/tkdnd/tkdnd-2.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils eutils
-
-MY_PN="TkDND"
-
-DESCRIPTION="Extension that adds native drag & drop capabilities to the tk 
toolkit"
-HOMEPAGE="http://www.ellogon.org/petasis/tcltk-projects/tkdnd/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${MY_PN}%20${PV}/${P/-/}-src.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug threads X"
-
-DEPEND="dev-lang/tk:="
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${P/-/}
-
-RESTRICT="test"
-
-src_prepare() {
-   sed \
-   -e 's:-O2::g' \
-   -e 's:-fomit-frame-pointer::g' \
-   -e 's:-pipe::g' \
-   -i configure tclconfig/tcl.m4 || die
-}
-
-src_configure() {
-   local myeconfargs
-   use X && myeconfargs+=( --with-x )
-   use debug && myeconfargs+=( --with-symbols )
-   use threads && myeconfargs+=( --enable-threads )
-   autotools-utils_src_configure
-}



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

2020-01-03 Thread Andreas Sturmlechner
commit: e630067021daa4554261067cf3398a9a3d1fac1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 19:39:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 19:40:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6300670

media-gfx/graphite2: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/graphite2/graphite2-1.3.13.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild 
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
index afb99b3c7fe..a297b8ce652 100644
--- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7} )
 
+CMAKE_ECLASS=cmake
 GENTOO_DEPEND_ON_PERL="no"
 inherit perl-module python-any-r1 cmake-multilib
 
@@ -47,7 +48,7 @@ python_check_deps() {
 }
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
# make tests optional
if ! use test; then
@@ -65,11 +66,11 @@ multilib_src_configure() {
-DGRAPHITE2_NSEGCACHE:BOOL=ON
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 
# fix perl linking
if multilib_is_native_abi && use perl; then
-   # we rely on the fact that cmake-utils_src_configure sets 
BUILD_DIR
+   # we rely on the fact that cmake_src_configure sets BUILD_DIR
sed -e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
-i "${S}"/contrib/perl/Build.PL || die
fi
@@ -86,7 +87,7 @@ src_compile() {
 
 multilib_src_test() {
if multilib_is_native_abi; then
-   cmake-utils_src_test
+   cmake_src_test
else
einfo "Cannot test since python is not multilib."
fi



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

2020-01-03 Thread Matthew Thode
commit: a8f78da7c40f76345b9681864c2b24dcab80f431
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jan  3 19:39:30 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jan  3 19:39:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f78da7

media-sound/spotify: add missing dep on at-spi2-atk

fixes: https://bugs.gentoo.org/703818
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/spotify-1.1.10-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/spotify/spotify-1.1.10-r1.ebuild 
b/media-sound/spotify/spotify-1.1.10-r1.ebuild
index 56c8b2a3fa7..8267b9da0b3 100644
--- a/media-sound/spotify/spotify-1.1.10-r1.ebuild
+++ b/media-sound/spotify/spotify-1.1.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,6 +32,7 @@ RDEPEND="
|| ( media-sound/pulseaudio media-sound/apulse )
systray? ( gnome-extra/gnome-integration-spotify )
x11-libs/gtk+:2
+   app-accessibility/at-spi2-atk
x11-libs/libXScrnSaver
x11-libs/libXtst
 "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-streamdev/

2020-01-03 Thread Jörg Bornkessel
commit: 682af47f141f95e154b18ab76f92716455c40186
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 19:29:21 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 19:30:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682af47f

media-plugins/vdr-streamdev: version bump, minor fixes

readdy for vdr-2.4
fixed prepare/install phase depend by use-flags

Suggested-by: Martin Dummer  gmx.net>
Closes: https://bugs.gentoo.org/703992
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-streamdev/Manifest   |  1 +
 .../vdr-streamdev/vdr-streamdev-0.6.1.ebuild   |  4 +-
 .../vdr-streamdev-0.6.1_p20160320.ebuild   |  4 +-
 .../vdr-streamdev-0.6.1_p20170930.ebuild   | 78 ++
 4 files changed, 83 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-streamdev/Manifest 
b/media-plugins/vdr-streamdev/Manifest
index daf09a582a6..e6086445fdf 100644
--- a/media-plugins/vdr-streamdev/Manifest
+++ b/media-plugins/vdr-streamdev/Manifest
@@ -1,2 +1,3 @@
 DIST vdr-plugin-streamdev-674bb5b331240de3ba2a8beb63a1276003e64e3e.tar.bz2 
163096 BLAKE2B 
f451c435b24b69b0b09b5f2f041888ed3593ed7deee727a027672df9dd4d7c9183a68d40751ae5c12765037b4d5520f8ad824ead357b2a6597aaa15be7e573f5
 SHA512 
f9439a4c3dd453869f9cf3171ddb5e34c2a625d7873cb1648138e4b94715ec3acd8d3db69df5ae5bf1bc21f0401f9b12a126395b0f2696c129ee7725c1715902
+DIST vdr-plugin-streamdev-e2a9b979d3fb92967c7a6a8221e674eb7e55c813.tar.bz2 
163403 BLAKE2B 
4cacadc091ab8d28ccd4318eaf18aaef8f45e6caab86ef461d1b1047039ec921984ebad091d29420779982b5b37606defe5aa6c6828e8f2876ba9839efea
 SHA512 
e1eb69f62785178c06fa6700bd1b94ac12f2c58b1a7b8067312613279b59c5ef8157474e27863e8b2d0e47700f67fca7a61595c49809512e9e1efdb27c85eac8
 DIST vdr-streamdev-0.6.1.tgz 186546 BLAKE2B 
7d5d92c8ec92e7a57e8e335bdbdf5c91bcbfcdc3ea96fe8154af7015f33d6f2822cf35681a8018cad5b19776199d90870b747bc0a551f42a7b0eedc94f040188
 SHA512 
bbe6231bd8e69e299c8d94173e7ed4b1f49e5b17b7bcadf2d1e827b5e8dd57c6b975c8c409fd44f252110099b3565a7d4d8c2f7d03636fc2d2e3580d0050d971

diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild 
b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
index bdacdc2493d..86fe10fda4b 100644
--- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
+++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="client +server"
+IUSE="client server"
 
 DEPEND=">=media-video/vdr-1.7.25"
 RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild 
b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
index 8e69d583132..855928673f0 100644
--- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
+++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapsho
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="client +server"
+IUSE="client server"
 
 DEPEND=">=media-video/vdr-1.7.25"
 RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20170930.ebuild 
b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20170930.ebuild
new file mode 100644
index 000..b5c3b4f0a9c
--- /dev/null
+++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20170930.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+GIT_VERSION="e2a9b979d3fb92967c7a6a8221e674eb7e55c813"
+
+DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev;
+SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="client server"
+REQUIRED_USE="|| ( client server )"
+
+DEPEND=">=media-video/vdr-2.3"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="
+   usr/lib/vdr/plugins/libvdr-streamdev-.*
+   usr/lib64/vdr/plugins/libvdr-streamdev-.*"
+S="${WORKDIR}/vdr-plugin-streamdev-${GIT_VERSION}"
+
+# vdr-plugin-2.eclass changes
+PO_SUBDIR="client server"
+
+src_prepare() {
+   # make detection in vdr-plugin-2.eclass for new Makefile handling happy
+   echo "# SOFILE" >> Makefile || die "modify Makefile failed"
+
+   # rm unneeded entry
+   sed -i 

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

2020-01-03 Thread Joonas Niilola
commit: 8d1ff250a90d06907692f225c67ffbebc95cd178
Author: Horea Christian  yandex  com>
AuthorDate: Thu Dec 13 03:17:50 2018 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan  3 19:26:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1ff250

sys-fs/tmsu: version bump to 0.7.4

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://bugs.gentoo.org/669810
Signed-off-by: Horea Christian  yandex.com>
Closes: https://github.com/gentoo/gentoo/pull/10626
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/tmsu/Manifest  |  1 +
 sys-fs/tmsu/tmsu-0.7.4.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
index 133a72c041b..f4289969409 100644
--- a/sys-fs/tmsu/Manifest
+++ b/sys-fs/tmsu/Manifest
@@ -1,2 +1,3 @@
 DIST tmsu-0.6.1.tar.gz 92874 BLAKE2B 
492145376c1e96dfab5be2692ae98d5171e6a3797bd132151ecf34db27c223be429fb7ca675f6724f875884b30e2887e0c357f9ed0020de7a2fda6718280dd5d
 SHA512 
53bc9d880f9138e9d88b25a151f72a5a3110418002c2a1a6101d2794c0b6fd854ebd52e589f3b1ffa18f1b5c2f2298550246fc6cb1bfebbfd0131692c2fa5512
 DIST tmsu-0.7.0.tar.gz 98108 BLAKE2B 
560d7a241d6e6ca3a0e3cde4a446af458bebf83ae8449d043789756bca56c1cbe03453d23dbc397ae205df68c38e14e97ebfec107b45a7fc4671a527dbb5
 SHA512 
c3f719f4962291a9701d2438381aeb65ea470b896ab6acf5a0871b1984bbb2758380a73ddc94c2b37ea2a45477fb66eb1a2afcae3f1e7ca3e469913f7562bd66
+DIST tmsu-0.7.4.tar.gz 98631 BLAKE2B 
4af013de08f43b6ee337259b394aafce0862d3f0811174b196785d6e05d520a188ef6a1ce6f320dddcff6b2ab47cae8c248201a27d79bdd09d80b91e12161abd
 SHA512 
28af79a03c774d8c08651cfac794d14a3363d3b5f6b037de1a74968b22053da45e6290ec9c5159950539e1e6577d01c06c62a05eb2b4f01ad5635d98e52b4e20

diff --git a/sys-fs/tmsu/tmsu-0.7.4.ebuild b/sys-fs/tmsu/tmsu-0.7.4.ebuild
new file mode 100644
index 000..3eed835c14a
--- /dev/null
+++ b/sys-fs/tmsu/tmsu-0.7.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build
+
+EGO_PN="github.com/oniony/TMSU/"
+DESCRIPTION="Files tagger and virtual tag-based filesystem"
+HOMEPAGE="https://github.com/oniony/TMSU/wiki;
+SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="
+   dev-go/go-sqlite3
+   dev-lang/go
+   dev-libs/go-fuse
+   test? ( ${RDEPEND} )
+"
+
+src_unpack() {
+   default
+   mv TMSU-${PV} ${P} || die "Failed to move sorce directory."
+}
+
+src_install() {
+   dobin misc/bin/*
+   doman misc/man/tmsu.*
+   newbin TMSU tmsu
+
+   insinto /usr/share/zsh/site-functions
+   doins misc/zsh/_tmsu
+}
+
+src_test() {
+   cd tests || die
+   ./runall || die
+}



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

2020-01-03 Thread Joonas Niilola
commit: 27f8a3eb571e92c18bbb7e3b4d58a921e2267fb7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jan  3 19:24:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan  3 19:26:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f8a3eb

sys-fs/tmsu: update licenses

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

 sys-fs/tmsu/tmsu-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/tmsu/tmsu-0.7.4.ebuild b/sys-fs/tmsu/tmsu-0.7.4.ebuild
index 3eed835c14a..7483ecb0b7d 100644
--- a/sys-fs/tmsu/tmsu-0.7.4.ebuild
+++ b/sys-fs/tmsu/tmsu-0.7.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Files tagger and virtual tag-based filesystem"
 HOMEPAGE="https://github.com/oniony/TMSU/wiki;
 SRC_URI="https://github.com/oniony/TMSU/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3+"
+LICENSE="AGPL-3 AGPL-3+ BSD-4 GPL-3+ MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"



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

2020-01-03 Thread Ulrich Müller
commit: 8103dadd1a3353199398d84a06696a18e2aff63d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan  3 19:24:16 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan  3 19:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8103dadd

skel.ebuild: Happy new year 2020!

Signed-off-by: Ulrich Müller  gentoo.org>

 skel.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skel.ebuild b/skel.ebuild
index 6e855e8fa6c..2184a1651c3 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NOTE: The comments in this file are for instruction and documentation.



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

2020-01-03 Thread Patrice Clement
commit: 5a9cb9951e7b7f60915a23012b11a70548acb4ba
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan  3 19:19:19 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan  3 19:19:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9cb995

net-misc/mosh: drop package to m-n.

Bug: https://bugs.gentoo.org/704710
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement  gentoo.org>

 net-misc/mosh/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index 60cf94f0567..3bf153fbc07 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   monsie...@gentoo.org
-   Patrice Clement
-   
+   

Build network client
Include example scripts



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

2020-01-03 Thread Andreas Sturmlechner
commit: c6f94bfb32cc2d062fe565944858b1bbb85b6cdd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:59:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:59:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f94bfb

media-gfx/yafaray: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/yafaray/yafaray-3.3.0-r2.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/yafaray/yafaray-3.3.0-r2.ebuild 
b/media-gfx/yafaray/yafaray-3.3.0-r2.ebuild
index c54d1fbb0c7..dfaafd34cbb 100644
--- a/media-gfx/yafaray/yafaray-3.3.0-r2.ebuild
+++ b/media-gfx/yafaray/yafaray-3.3.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 PYTHON_COMPAT=( python3_{5,6,7} )
 
-inherit cmake-utils flag-o-matic python-single-r1
+inherit cmake flag-o-matic python-single-r1
 
 DESCRIPTION="A free open-source montecarlo raytracing engine"
 HOMEPAGE="http://www.yafaray.org;
@@ -41,7 +41,7 @@ pkg_setup() {
 
 src_prepare() {
append-flags "-pthread"
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
sed -i -e "s/@YAFARAY_BLENDER_EXPORTER_VERSION@/v${PV}/" 
"${WORKDIR}/Blender-Exporter-${PV}/__init__.py" || die
 
@@ -72,11 +72,11 @@ src_configure() {
-DWITH_Freetype="$(usex truetype)"
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
python_domodule "${BUILD_DIR}/src/bindings/yafaray_v3_interface.py"
python_domodule "${BUILD_DIR}/src/bindings/_yafaray_v3_interface.so"



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

2020-01-03 Thread Andreas Sturmlechner
commit: a82c1d74fab751a318cd0efce9c90a6036935125
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:44:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82c1d74

dev-libs/9libs: Drop 1.0-r3

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/9libs/9libs-1.0-r3.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/dev-libs/9libs/9libs-1.0-r3.ebuild 
b/dev-libs/9libs/9libs-1.0-r3.ebuild
deleted file mode 100644
index 22450aa79db..000
--- a/dev-libs/9libs/9libs-1.0-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A package of Plan 9 compatibility libraries"
-HOMEPAGE="https://www.netlib.org/research/9libs/9libs-1.0.README;
-SRC_URI="https://www.netlib.org/research/9libs/${P}.tar.bz2;
-
-LICENSE="PLAN9"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   >=x11-libs/libX11-1.0.0
-   >=x11-libs/libXt-1.0.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # Bug 385387
-   epatch "${FILESDIR}/${PN}-va_list.patch"
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   --includedir=/usr/include/9libs \
-   --enable-shared
-}
-
-src_install() {
-   make install DESTDIR="${D}"
-   dodoc README
-
-   # rename some man pages to avoid collisions with dev-libs/libevent
-   local f
-   for f in add balloc bitblt cachechars event frame graphics rgbpix; do
-   mv "${D}"/usr/share/man/man3/${f}.{3,3g} || die
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pgplot/

2020-01-03 Thread Andreas Sturmlechner
commit: 1df4989e276d9e167d41d7b1aa68fd2002543cea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:45:57 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df4989e

sci-libs/pgplot: Drop 5.2.2-r6

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/pgplot/pgplot-5.2.2-r6.ebuild | 180 -
 1 file changed, 180 deletions(-)

diff --git a/sci-libs/pgplot/pgplot-5.2.2-r6.ebuild 
b/sci-libs/pgplot/pgplot-5.2.2-r6.ebuild
deleted file mode 100644
index 87dd80c669a..000
--- a/sci-libs/pgplot/pgplot-5.2.2-r6.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils fortran-2 toolchain-funcs multilib
-
-MY_P="${PN}${PV//.}"
-
-DESCRIPTION="FORTRAN/C device-independent scientific graphic library"
-HOMEPAGE="http://www.astro.caltech.edu/~tjp/pgplot/;
-SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz;
-
-SLOT="0"
-LICENSE="free-noncomm"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc motif static-libs tk"
-
-RDEPEND="
-   media-libs/libpng
-   x11-libs/libX11
-   x11-libs/libXt
-   motif? ( >=x11-libs/motif-2.3:0 )
-   tk? ( dev-lang/tk )"
-DEPEND="${RDEPEND}
-   doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-drivers.patch \
-   "${FILESDIR}"/${PN}-makemake.patch \
-   "${FILESDIR}"/${PN}-compile-setup.patch \
-   "${FILESDIR}"/${PN}-headers.patch \
-   "${FILESDIR}"/${PN}-libpng15.patch \
-   "${FILESDIR}"/${PN}-tk86.patch
-
-   # gfortran < 4.3 does not compile gif, pp and wd drivers
-   if [[ $(tc-getFC) == *gfortran* ]] &&
-   [[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]] ; then
-   echo
-   ewarn "Warning!"
-   ewarn "gfortran < 4.3 selected: does not compile all drivers"
-   ewarn "disabling gif, wd, and ppd drivers"
-   ewarn "if you want more drivers, use gfortran >= 4.3"
-   echo
-   sed -i \
-   -e 's/GIDRIV/! GIDRIV/g' \
-   -e 's/PPDRIV/! GIDRIV/g' \
-   -e 's/WDDRIV/! GIDRIV/g' \
-   drivers.list || die "sed drivers failed"
-   fi
-
-   # fix pointers for 64 bits
-   if use amd64 || use ia64; then
-   sed -i \
-   -e 's/INTEGER PIXMAP/INTEGER*8 PIXMAP/g' \
-   drivers/{gi,pp,wd}driv.f || die "sed 64bits failed"
-   fi
-
-   cp sys_linux/g77_gcc.conf local.conf
-
-   sed -i \
-   -e "s:FCOMPL=.*:FCOMPL=\"$(tc-getFC)\":g" \
-   -e "s:CCOMPL=.*:CCOMPL=\"$(tc-getCC)\":g" \
-   local.conf || die "sed flags failed"
-
-   if [[ "$(tc-getFC)" = if* ]]; then
-   sed -i \
-   -e 's/-Wall//g' \
-   -e 's/TK_LIBS="/TK_LIBS="-nofor-main /' \
-   local.conf || die "sed drivers failed"
-   fi
-
-   sed -i \
-   -e "s:/usr/local/pgplot:/usr/$(get_libdir)/pgplot:g" \
-   -e "s:/usr/local/bin:/usr/bin:g" \
-   src/grgfil.f makehtml maketex || die "sed path failed"
-
-   use motif && sed -i -e '/XMDRIV/s/!//' drivers.list
-   use tk && sed -i -e '/TKDRIV/s/!//' drivers.list
-}
-
-src_configure() {
-   ./makemake . linux
-   # post makefile creation prefix hack
-   sed -i -e "s|/usr|${EROOT}/usr|g" makefile || die
-}
-
-src_compile() {
-   emake \
-   CFLAGS="${CFLAGS} -fPIC" \
-   FFLAGS="${FFLAGS} -fPIC" \
-   shared cpg-shared pgxwin_server pgdisp pgplot.doc
-
-   use tk && emake CFLAGS="${CFLAGS} -fPIC" libtkpgplot.so
-   use motif && emake CFLAGS="${CFLAGS} -fPIC" libXmPgplot.so
-
-   emake -j1 clean
-   use static-libs && emake all cpg
-
-   if use doc; then
-   export VARTEXFONTS="${T}/fonts"
-   emake pgplot.html pgplot-routines.tex
-   pdflatex pgplot-routines.tex
-   pdflatex pgplot-routines.tex
-   fi
-
-   # this just cleans out not needed files
-   emake -j1 clean
-}
-
-src_test() {
-   # i can go to 16
-   local i j
-   for i in 1 2 3; do
-   emake pgdemo${i}
-   # j can also be LATEX CPS...
-   for j in NULL PNG PS CPS LATEX; do
-   local testexe=./test_${j}_${i}
-   echo "LD_LIBRARY_PATH=. ./pgdemo${i} < ${testexe}
-   echo "/${j}" >> ${testexe}
-   echo "EOF" >> ${testexe}
-

[gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/

2020-01-03 Thread Andreas Sturmlechner
commit: a59687d166c949d5a50e59f7292a7f8327d1b2da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:46:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59687d1

sci-libs/lrslib: Drop 042c-r2 and 051

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/lrslib/Manifest  |  2 --
 sci-libs/lrslib/lrslib-042c-r2.ebuild | 60 ---
 sci-libs/lrslib/lrslib-051.ebuild | 44 -
 3 files changed, 106 deletions(-)

diff --git a/sci-libs/lrslib/Manifest b/sci-libs/lrslib/Manifest
index 7a3ea7bd1f8..e6fd1344b66 100644
--- a/sci-libs/lrslib/Manifest
+++ b/sci-libs/lrslib/Manifest
@@ -1,3 +1 @@
-DIST lrslib-042c.tar.gz 168765 BLAKE2B 
d9ac0d59e4ca356f4cf76fa4f3756b6badd79a8c8546b7bd3a2dc65d211af30d354b9829395e68d79bb5acf24ba2087ca4d8a390a7c7d98e6cad86d0f9a27eac
 SHA512 
a5fdd65b2c4e4cadd5fb9679e0e94ddc6b3564cdb9bdfcb7304351fec943527d2dccf117148d8d418ad8bd4577c9f69dabd6ca07107c1c1555c8c6d17f38fa60
-DIST lrslib-051.tar.gz 179396 BLAKE2B 
22697dc4e99bf9ae528328c1a03e87f5101b1e0c74cbee9c7dafb5e1c897ad07587e9664abd9710094a6fe78cba0cff48c0489f687bedb616886101286153cc6
 SHA512 
65e4752ae75f06bccb74b0e12e0b03943654cba048d54dbcf93a36bea7f73b32826babe066d5fe20d3c6609548dc957063558633affe64d795c240c1fe748927
 DIST lrslib-062.tar.gz 292745 BLAKE2B 
1a2c0e264d590c38d83ee35616b1ec36d8a093b5c7f08179019261d8b321d5b95d8889ca6555ae69853f919d6d66358a865a8a2002516dfd560bec6658f3913d
 SHA512 
1d644a7798580457ff266730f42f6fac317ec8cdf2509ad6028e7a838e5c4c948bd0f9499b840c227bad4269f7144ff72b87fe3a19bdb9ad0925ebe4a7bc4f9f

diff --git a/sci-libs/lrslib/lrslib-042c-r2.ebuild 
b/sci-libs/lrslib/lrslib-042c-r2.ebuild
deleted file mode 100644
index 8fafdff0cba..000
--- a/sci-libs/lrslib/lrslib-042c-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="self-contained ANSI C implementation of the reverse search 
algorithm"
-HOMEPAGE="http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
-SRC_URI="http://cgm.cs.mcgill.ca/~avis/C/lrslib/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gmp"
-
-DEPEND="gmp? ( dev-libs/gmp )"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-   sed -i "s/gcc/$(tc-getCC)/g" makefile || die
-   sed -i "s/-O3/${CFLAGS} ${LDFLAGS}/g" makefile || die
-   # We don't like static linking to gmp or anywhere.
-   if use amd64 ; then
-   # This macro may only change messages that the
-   # binary outputs, but just in case... (Bug 384195)
-   sed -i "s/-static/-DB64/g" makefile || die
-   else
-   sed -i "s/-static//g" makefile || die
-   fi
-}
-
-src_compile () {
-   if use amd64 ; then
-   emake all64
-   else
-   emake
-   fi
-   if use gmp ; then
-   emake gmp
-   fi
-}
-
-src_install() {
-   dobin lrs redund redund1
-   # Collides with sys-block/buffer
-   newbin buffer lrsbuffer
-   if use x86; then
-   dobin nash setupnash setupnash2 2nash
-   # Prevent clash with cddlib:
-   newbin fourier lrsfourier
-   fi
-   if use gmp; then
-   dobin glrs gredund gfourier
-   # Clash with www-plugins/gnash
-   newbin gnash lrsgnash
-   fi
-   dodoc readme
-   dohtml lrslib.html
-}

diff --git a/sci-libs/lrslib/lrslib-051.ebuild 
b/sci-libs/lrslib/lrslib-051.ebuild
deleted file mode 100644
index 8c8e791b794..000
--- a/sci-libs/lrslib/lrslib-051.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="self-contained ANSI C implementation of the reverse search 
algorithm"
-HOMEPAGE="http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
-SRC_URI="http://cgm.cs.mcgill.ca/~avis/C/lrslib/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gmp"
-
-DEPEND="gmp? ( dev-libs/gmp:0= )"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-   sed -i "s/gcc/$(tc-getCC)/g" makefile || die
-   sed -i "s/-O3/${CFLAGS} ${LDFLAGS}/g" makefile || die
-   # Prefix for install
-   sed -i "s,/usr/local,/usr,g" makefile || die
-}
-
-src_compile () {
-   if use gmp ; then
-   emake all
-   emake all-shared
-   else
-   emake allmp
-   fi
-}
-
-src_install() {
-   dodoc readme
-   # Library
-   if use gmp ; then
-   emake DESTDIR="${D}" install-shared
-   fi
-   # Install default set of binaries
-   emake DESTDIR="${D}" install-common
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/primegen/

2020-01-03 Thread Andreas Sturmlechner
commit: 6a62b1d3e56db740b1d3ce538653774c4e986393
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:45:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a62b1d3

sci-libs/primegen: Drop 0.97-r1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/primegen/primegen-0.97-r1.ebuild | 51 ---
 1 file changed, 51 deletions(-)

diff --git a/sci-libs/primegen/primegen-0.97-r1.ebuild 
b/sci-libs/primegen/primegen-0.97-r1.ebuild
deleted file mode 100644
index 4dc121e56cd..000
--- a/sci-libs/primegen/primegen-0.97-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Small, fast library to generate primes in order"
-HOMEPAGE="http://cr.yp.to/primegen.html;
-SRC_URI="http://cr.yp.to/primegen/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-man.patch"
-   epatch "${FILESDIR}/${P}-missing-headers.patch"
-   find . -type f -exec \
-   sed -i -e 's:\(primegen.a\):lib\1:' {} \;
-   mkdir usr
-}
-
-src_configure() {
-   # Fixes bug #161015
-   append-flags -fsigned-char
-   echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-   echo "${S}/usr" > conf-home
-   echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
-}
-
-src_test() {
-   [[ $(./primes 1 1 | md5sum ) == 
"4e2b0027288a27e9c99699364877c9db "* ]] || die "test failed"
-}
-
-src_install() {
-   dobin primegaps primes primespeed
-   doman primegaps.1 primes.1 primespeed.1 primegen.3
-   dolib.a libprimegen.a
-   # include the 2 typedefs to avoid collision (bug #248327)
-   sed -i \
-   -e "s/#include \"uint32.h\"/$(grep typedef uint32.h)/" \
-   -e "s/#include \"uint64.h\"/$(grep typedef uint64.h)/" \
-   primegen.h || die
-   insinto /usr/include
-   doins primegen.h
-   dodoc BLURB CHANGES README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/opencascade/

2020-01-03 Thread Andreas Sturmlechner
commit: 4bfb6fed9ab59bbdeb4451dfabaf8a066d0c4dca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 19:00:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 19:00:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfb6fed

sci-libs/opencascade: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/opencascade/opencascade-7.4.0.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/opencascade/opencascade-7.4.0.ebuild 
b/sci-libs/opencascade/opencascade-7.4.0.ebuild
index 5c0a6496857..372cacad7c8 100644
--- a/sci-libs/opencascade/opencascade-7.4.0.ebuild
+++ b/sci-libs/opencascade/opencascade-7.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # TODO:
@@ -7,7 +7,7 @@
 
 EAPI=7
 
-inherit check-reqs cmake-utils flag-o-matic java-pkg-opt-2 multilib
+inherit check-reqs cmake flag-o-matic java-pkg-opt-2
 
 DESCRIPTION="Development platform for CAD/CAE, 3D surface/solid modeling and 
data exchange"
 HOMEPAGE="https://www.opencascade.com;
@@ -77,7 +77,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
use java && java-pkg-opt-2_src_prepare
 }
 
@@ -104,7 +104,7 @@ src_configure() {
 
use examples && mycmakeargs+=( -DBUILD_SAMPLES_QT=$(usex qt5) )
 
-   cmake-utils_src_configure
+   cmake_src_configure
 
# prepare /etc/env.d file
sed -e 's|VAR_CASROOT|'${EROOT%}'/usr/'$(get_libdir)'/'${P}'/ros|g' < 
"${FILESDIR}/${P}.env.in" >> "${T}/${PV}" || die
@@ -122,7 +122,7 @@ src_configure() {
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
# respect slotting
insinto "/etc/env.d/${PN}"



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

2020-01-03 Thread Andreas Sturmlechner
commit: 96a214b1fd9c4daeefadaadcd452b9741167a30c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:59:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:59:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a214b1

media-gfx/alembic: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/alembic/alembic-1.7.11.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/alembic/alembic-1.7.11.ebuild 
b/media-gfx/alembic/alembic-1.7.11.ebuild
index a306c9ea3d7..eaf86523653 100644
--- a/media-gfx/alembic/alembic-1.7.11.ebuild
+++ b/media-gfx/alembic/alembic-1.7.11.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils multiprocessing python-single-r1
+inherit cmake multiprocessing python-single-r1
 
 DESCRIPTION="Open framework for storing and sharing scene data"
 HOMEPAGE="https://www.alembic.io/;
@@ -50,7 +50,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
if use doc; then
doxygen -u Doxyfile || die "Failed to update Doxyfile"
sed -i -e 's|DOT_NUM_THREADS[ \t]*= 0|DOT_NUM_THREADS = 
'$(makeopts_jobs)'|' Doxyfile || die "Failed to change dot threads"
@@ -73,11 +73,11 @@ src_configure() {
-DUSE_PYALEMBIC=$(usex python)
-DUSE_TESTS=$(usex test)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_compile() {
-   cmake-utils_src_compile
+   cmake_src_compile
if use doc; then
doxygen Doxyfile || die "Failed to build documentation"
fi
@@ -85,7 +85,7 @@ src_compile() {
 
 src_install() {
use doc && local HTML_DOCS=( doc/html/. )
-   cmake-utils_src_install
+   cmake_src_install
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: sci-libs/med/

2020-01-03 Thread Andreas Sturmlechner
commit: d504f844f33f37825b1943bd22be4377d16222cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan  3 18:59:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  3 18:59:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d504f844

sci-libs/med: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/med/med-4.0.0-r2.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-libs/med/med-4.0.0-r2.ebuild b/sci-libs/med/med-4.0.0-r2.ebuild
index 7f05bac5c3a..2e060a824c7 100644
--- a/sci-libs/med/med-4.0.0-r2.ebuild
+++ b/sci-libs/med/med-4.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ FORTRAN_NEEDED=fortran
 # complicated for the build system
 PYTHON_COMPAT=( python3_{5,6,7} )
 
-inherit cmake-utils fortran-2 python-single-r1
+inherit cmake fortran-2 python-single-r1
 
 DESCRIPTION="A library to store and exchange meshed data or computation 
results"
 HOMEPAGE="https://www.salome-platform.org/user-section/about/med;
@@ -68,7 +68,7 @@ src_prepare() {
"${cm}" || die "sed on ${cm} failed"
done
 
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }
 
 src_configure() {
@@ -85,11 +85,11 @@ src_configure() {
-DMEDFILE_INSTALL_DOC=$(usex doc)
-DMEDFILE_USE_MPI=$(usex mpi)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
# we don't need old 2.3.6 include files
rm -r "${ED}"/usr/include/2.3.6 || die "failed to delete obsolete 
include dir"
@@ -113,5 +113,5 @@ src_install() {
 src_test() {
# override parallel mode only for tests
local myctestargs=( "-j 1" )
-   cmake-utils_src_test
+   cmake_src_test
 }



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/arch/arm64/

2020-01-03 Thread Rick Farina
commit: 9a9654aa702f69ff585058736acfc430eba952b0
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Jan  3 18:51:09 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Jan  3 18:52:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9654aa

profile: use masks for kismet on some arches

profiles/arch/arm64/package.use.mask
profiles/arch/powerpc/package.use.mask

Anyone is welcome to test, keyword, and remove these masks

Signed-off-by: Rick Farina  gentoo.org>

 profiles/arch/arm64/package.use.mask   | 4 
 profiles/arch/powerpc/package.use.mask | 5 +
 2 files changed, 9 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 90095cd7875..d46de46125f 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Rick Farina  (2020-01-03)
+# ubertooth needs net-libs/libbtbb and net-wireless/ubertooth which aren't 
keyworded
+net-wireless/kismet ubertooth
+
 # Aaron Bauman  (2019-12-27)
 # ffmpeg does support 64 bit neon
 media-video/ffmpeg -cpu_flags_arm_neon

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 8a231ee1bdd..336c8c453ed 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Rick Farina  (2020-01-03)
+# ubertooth needs net-libs/libbtbb and net-wireless/ubertooth which aren't 
keyworded
+# rtl-sdr needs net-wireless/rtl-sdr
+net-wireless/kismet rtlsdr ubertooth
+
 # Tomáš Mózes  (2019-12-19)
 # dev-libs/criterion is not keyworded yet
 app-admin/syslog-ng test



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

2020-01-03 Thread Rick Farina
commit: 95b1ce70859e013fa5b6e1b092fe9e3a114ae5d6
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Jan  3 18:50:38 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Jan  3 18:52:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b1ce70

net-wireless/kismet: update

had to mask some new use flags on some arches.  happy for testing to
unmask

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/Manifest| 1 +
 net-wireless/kismet/{kismet-.ebuild => kismet-2019.12.1.ebuild} | 4 ++--
 net-wireless/kismet/kismet-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-wireless/kismet/Manifest b/net-wireless/kismet/Manifest
index 0998be1bd6a..15bf9dd9fb7 100644
--- a/net-wireless/kismet/Manifest
+++ b/net-wireless/kismet/Manifest
@@ -1,2 +1,3 @@
 DIST kismet-2016-07-R1.tar.xz 709364 BLAKE2B 
5b667a02b517bd413d569f40df1f2a2e1158357c602fa807d712870543a7fade25077f449c07c023ad1d2150870352aa754484846d8c2a0d9f027113bb57c1fc
 SHA512 
88891a0cd5ef94a4815d259e433f946f52552c125e05a5d8ac447d04e6090f2bd92f8bd8573440f0dfe446b29233bef81d9889e53170757ad0116ddfc2cb8416
 DIST kismet-2019-09-R1.tar.xz 3034832 BLAKE2B 
9f7818549e5260dc081ac39ea8323c70f2e4d0b959bc42dacc253c9d72bf72c2547f7c6d65d84ee7d0ca4a41068f5973028e48f6f9f3c5a7cd50c35246570814
 SHA512 
eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88
+DIST kismet-2019-12-R1.tar.xz 3125732 BLAKE2B 
8196bb9eb0c087edf3cdd224b48c0f1f3f79ef05347aa9cbc4c19d8f32526c43a9a7ea3d93ea3a74136e84aae9eaf627b80f18979322b626dee87e9c02577d03
 SHA512 
aa49e99ae161ceb0fcc4cead580a0ea665a2a541822c356f903561ed866b2bafbd718f688179aa25669546b9ef601c845bad41ec2f02bd3e9575b7e7f5a2641d

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-2019.12.1.ebuild
similarity index 98%
copy from net-wireless/kismet/kismet-.ebuild
copy to net-wireless/kismet/kismet-2019.12.1.ebuild
index 3438a10b65c..2a02da5e424 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-2019.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ else

#SRC_URI="https://github.com/kismetwireless/kismet/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"
 
-   KEYWORDS="amd64 arm ~arm64 ~ppc x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 fi
 
 DESCRIPTION="IEEE 802.11 wireless LAN sniffer"

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 3438a10b65c..2a02da5e424 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ else

#SRC_URI="https://github.com/kismetwireless/kismet/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"
 
-   KEYWORDS="amd64 arm ~arm64 ~ppc x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 fi
 
 DESCRIPTION="IEEE 802.11 wireless LAN sniffer"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/

2020-01-03 Thread Jörg Bornkessel
commit: 415a2f04b5e0172f6f5cf7d0175c3267d4a557a3
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 18:12:21 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 18:12:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415a2f04

media-plugins/vdr-radio: bump, keyworded ~arm

this version works up from vdr-2.2
added keyword ~arm (rpi tested)
new project page and SRC_URI, fixed

Closes: https://bugs.gentoo.org/703998
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-radio/Manifest   |  1 +
 media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/media-plugins/vdr-radio/Manifest b/media-plugins/vdr-radio/Manifest
index 0e6f58db547..37da0def67e 100644
--- a/media-plugins/vdr-radio/Manifest
+++ b/media-plugins/vdr-radio/Manifest
@@ -1 +1,2 @@
+DIST vdr-plugin-radio-1.1.0.tar.gz 710385 BLAKE2B 
fa9c692d528d718ace371359fea915eaf972b8ec759c28f86f52b9564c4f6e405da87639522af9a2c24138808351ee421d112dfacf3954d9779da9307a1f0a94
 SHA512 
d6c5ea7c457b5611b689bd5bc051c185feb108be6d82ea45ae9e9847a86cd06df38b38a1851bcdcf49808111cd1e9aea1f08decca66973c8020592d3a261aae6
 DIST vdr-radio-0.9.1.tgz 353414 BLAKE2B 
ff0d735188e6972e029256599b2832d4eea9bed377721966f2b956b5a750f47a34b474492addba0bb3f8964188611f2f10a3a47db3aa60101c851e1db43955f0
 SHA512 
81ab0d92ee390eecbbce73bc035714dda6157dc1f0781b6f8765603f65707e1711af64a48168923e2a78b77e0d869471fa313656d517cba27a3104e483085f43

diff --git a/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild 
b/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild
new file mode 100644
index 000..c99c2cec7b6
--- /dev/null
+++ b/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR plugin: show background image for radio and decode RDS Text"
+HOMEPAGE="https://projects.vdr-developer.org/projects/vdr-plugin-radio;
+SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-radio.git/snapshot/vdr-plugin-radio-${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="media-video/vdr"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/vdr-plugin-radio-${PV}"
+
+src_install() {
+   vdr-plugin-2_src_install
+
+   cd "${S}"/config || die "Can't enter source folder"
+
+   insinto /usr/share/vdr/radio
+   doins mpegstill/rtext*
+   dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg
+   dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg
+
+   exeinto /usr/share/vdr/radio
+   doexe scripts/radioinfo*
+}



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

2020-01-03 Thread Lars Wendler
commit: 294ecc52c53cbc776f2710382c8921198d89c379
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan  3 16:43:46 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan  3 17:35:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294ecc52

net-misc/dhcpcd: Removed 8.1.4 by upstream request

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

 net-misc/dhcpcd/Manifest|   1 -
 net-misc/dhcpcd/dhcpcd-8.1.4.ebuild | 144 
 2 files changed, 145 deletions(-)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 5dd3c844cb7..19438ad5049 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,5 +1,4 @@
 DIST dhcpcd-7.2.3.tar.xz 213552 BLAKE2B 
5f89e11424b85702b05da6207ec346480c029de1416cc8892471de428ca0a4395a8915700e2237bfa2b133648973bc2a7c7d15aa2d0ba492f96fbf3908d7f613
 SHA512 
271cca422fad10eaf842acfd5b590c0ad537f5f23ee919a3928d8ad98463ab03bde21c0bc08741ea9618ee31095160a7c00066155eae2c74b17c49af65ba566f
 DIST dhcpcd-7.2.5.tar.xz 214124 BLAKE2B 
7a5f32b66187afcaa2bb4a1cbcc0d704a28a27ff6d1f9fea409bab242ebf4d263d81590cb4a4959c9f1119966795e26fa582ed16a525c1e46a72dd0905868074
 SHA512 
ee0c70f3996f6a06031c2f663a4bdf4f147d637c31e54bb94fcb9d86282c33ad7b0f5569abe09acd7698efbb34c35afb228fe0825e4a95ad6a42832d1838ca72
 DIST dhcpcd-8.0.6.tar.xz 224552 BLAKE2B 
5d0fab5977597ce182a2de56c8c4d085d3595a8f1209fc76788b707af0fffd4285a958cebfe7bab6c04ae7a2ba94c466d689dc9c3a71708c1baabd328b2bbf3e
 SHA512 
19a568800a4e510a250de7cc111700b364c68bfe3907f1ac2cda81aacd079cb9ac87731cbabbf8f1e85e055a11c7ba88e419f6c4d7b33f8842dfaeadc7d1e193
-DIST dhcpcd-8.1.4.tar.xz 229228 BLAKE2B 
d68a11472f96d7be45c138bd2f50efcfc2da8713d1f17cecbe91ba43918bd4b8b29bb56a2961c09562ccfda583ac68eb371ba3ec09019e08cc3ae87435b9fea1
 SHA512 
4fe05853928a25d0a15acd4ece84a32ffa9093cd8a7b254d92c200f13591d6e7d16d45c9affa5ec1e6a561be3808181c42002bd2c267d8434d0e0067a30fa5ac
 DIST dhcpcd-8.1.5.tar.xz 229212 BLAKE2B 
9b60485a673001479d21727548266440eb44e070af873d014a43b3b0f189e2c6d3d1e3c04b7d67fd45f54edf75e0e24703f0bacb3c3ae114273b8428ca30d1d4
 SHA512 
59c8ae255b18b6678b22d4bd5f6797ac20e762d1d22e5ba4c0aefce5ec0d4f863876c06c03dd4c5e71f4d65884474cef9c29f95658eac55097603becd96e3846

diff --git a/net-misc/dhcpcd/dhcpcd-8.1.4.ebuild 
b/net-misc/dhcpcd/dhcpcd-8.1.4.ebuild
deleted file mode 100644
index 97babad6cfa..000
--- a/net-misc/dhcpcd/dhcpcd-8.1.4.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git;
-else
-   MY_P="${P/_alpha/-alpha}"
-   MY_P="${MY_P/_beta/-beta}"
-   MY_P="${MY_P/_rc/-rc}"
-   SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
-HOMEPAGE="https://roy.marples.name/projects/dhcpcd;
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
-
-COMMON_DEPEND="udev? ( virtual/udev )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-src_configure() {
-   local myeconfargs=(
-   --dbdir="${EPREFIX}/var/lib/dhcpcd"
-   --libexecdir="${EPREFIX}/lib/dhcpcd"
-   --localstatedir="${EPREFIX}/var"
-   --prefix="${EPREFIX}"
-   --with-hook=ntp.conf
-   $(use_enable embedded)
-   $(use_enable ipv6)
-   $(usex elibc_glibc '--with-hook=yp.conf' '')
-   $(usex kernel_linux '--rundir=${EPREFIX}/run' '')
-   $(usex udev '' '--without-dev --without-udev')
-   CC="$(tc-getCC)"
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   keepdir /var/lib/dhcpcd
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-}
-
-pkg_postinst() {
-   local dbdir="${EROOT}"/var/lib/dhcpcd old_files=()
-
-   local old_old_duid="${EROOT}"/var/lib/dhcpcd/dhcpcd.duid
-   local old_duid="${EROOT}"/etc/dhcpcd.duid
-   local new_duid="${dbdir}"/duid
-   if [[ -e "${old_old_duid}" ]] ; then
-   # Upgrade the duid file to the new format if needed
-   if ! grep -q '..:..:..:..:..:..' "${old_old_duid}"; then
-   sed -i -e 's/\(..\)/\1:/g; s/:$//g' "${old_old_duid}"
-   fi
-
-   # Move the duid to /etc, a more sensible location
-   if [[ ! -e "${old_duid}" ]] ; then
-   cp -p "${old_old_duid}" "${new_duid}"
-   fi
- 

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

2020-01-03 Thread Lars Wendler
commit: bd043883324a47e3a02b4174fbcc13b3eebd7c15
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan  3 17:34:56 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan  3 17:35:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd043883

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

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

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

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 8076bf73927..538f094924d 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,3 +1,4 @@
 DIST cups-filters-1.25.11.tar.xz 1482792 BLAKE2B 
67801904dbe025933d1209817e23ff74b661b35c3af560081f12d4f9a26102e009bac9d4741e15dc257dd477967b18ae23911647f8f56b361e9f8d51b0d619f2
 SHA512 
67e7c624952b5e2db33a698ac1287a3448a4787fa28000cefc5a982c2fa18a4f56e11e3ba65da8a6e565a53a193c6eb31ba1867ad36ca8dc7e61250f11232681
 DIST cups-filters-1.25.13.tar.xz 1485860 BLAKE2B 
03fbbbefdd36e8f619fabf17e6e13d051f48f68f87260747a181f6976ff88728d7d01b646227cd5f054e0321f6fe0e64e4c6b1bdba631d9d703304ad98a625eb
 SHA512 
4b5ef647870235436276db68f3ef1879b578807338a025100a1d43115a7330a8f506be631df9c43edb2f1ec15f9a42f15f7cdc725bb5d39612b37bae04631611
 DIST cups-filters-1.26.0.tar.xz 1489308 BLAKE2B 
4a0c67f9dba60c409cd62c3f47e167b79be01fd53c51d08c368e62919020d9f1ebe72ebd570e773537053ae4cc42846f426c166675faa0a18392afdb1d66c284
 SHA512 
a6e0a1b8dfec2e46cb2475639b33f60da3a74090718334883564711530e13c7524952b9f145303c1063e1ae21eb585dce1fd9c87e4ce7884ec687fdef58f2124
+DIST cups-filters-1.26.1.tar.xz 1489804 BLAKE2B 
8a5b18cdd192b2847889b4a5ab865152653b443ea01246b52a12fc20b022d6d0d09187cb9c2483d684452a8d7308ae60cb8217efe3e2e13de5001f43b727fe8d
 SHA512 
0aaad7ceeb763aa3da4f961c99f85c0200cf4fcd071617506daf97dad4914de38fa744ae692b6fbc1d00a0eec62b4de4d7c5f865fd0e32e4155ab3f0c5a21ede

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

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vompserver/

2020-01-03 Thread Jörg Bornkessel
commit: 99239c498c526da8d0eb8bcfa40af5a3d7b76ec1
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 17:27:55 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 17:28:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99239c49

media-plugins/vdr-vompserver: version bump

this version needs >=vdr-2.4
older version moved to eapi 7
keyworded ~arm

Closes: https://bugs.gentoo.org/703986
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-vompserver/Manifest   |  1 +
 media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild|  4 ++--
 ...-vompserver-0.4.1.ebuild => vdr-vompserver-0.5.1.ebuild} | 13 -
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/media-plugins/vdr-vompserver/Manifest 
b/media-plugins/vdr-vompserver/Manifest
index afc00ef5077..24383473dc5 100644
--- a/media-plugins/vdr-vompserver/Manifest
+++ b/media-plugins/vdr-vompserver/Manifest
@@ -1 +1,2 @@
 DIST vdr-vompserver-0.4.1.tgz 87056 BLAKE2B 
a2106bc88407a198a218a003bb7973af8e96e5d367f7c6a86b95e802adfc9135dc2ede2534594284428acec418f22604ad49fe4ac245b37c0f51c5889a689cfe
 SHA512 
79fbc311b48a752206842f21ec8d864df67aa7614f092b4e6a6623d732d4e053c2e35af7981aaed7d392f6510ebaac59f60640acae540e13c4f38cce04ddd1bd
+DIST vdr-vompserver-0.5.1.tgz 97156 BLAKE2B 
a4c122cd83eb9f228ec2acb53b3e4ca0774effdda85516d8af131d9d93b791d92e78373fc79c9260d6dc7961039acc452789b37e8a5f873bfb8293dc1123e40e
 SHA512 
24c5c67c25889a62735ad473143246a99df72cc972ffa68989821214765cc16eb49e4057fd7e1987e7602afe631f07c6e3554499c768cfc45e3a030db105ce45

diff --git a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild 
b/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild
index 4f5b50989fd..b1a50c27fad 100644
--- a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild
+++ b/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 

diff --git a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild 
b/media-plugins/vdr-vompserver/vdr-vompserver-0.5.1.ebuild
similarity index 70%
copy from media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild
copy to media-plugins/vdr-vompserver/vdr-vompserver-0.5.1.ebuild
index 4f5b50989fd..c42150ece85 100644
--- a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild
+++ b/media-plugins/vdr-vompserver/vdr-vompserver-0.5.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -11,11 +11,9 @@ SRC_URI="http://www.loggytronic.com/dl/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
+KEYWORDS="~amd64 ~arm ~x86"
 
-DEPEND=">=media-video/vdr-1.7.36-r1"
-RDEPEND="${DEPEND}"
+DEPEND=">=media-video/vdr-2.4.1"
 
 KEEP_I18NOBJECT="yes"
 
@@ -31,7 +29,4 @@ pkg_postinst() {
vdr-plugin-2_pkg_postinst
 
elog "\nHave a look to the VOMP sample files in /etc/vdr/plugins.\n"
-
-   elog "You have to download the dongle file (i.e. firmware) and adapt"
-   elog "the vomp configuration files accordingly."
 }



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

2020-01-03 Thread Jory Pratt
commit: 02b84bc0f766b3a2bd66a39524c017d2923ed0fe
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri Jan  3 17:25:20 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Jan  3 17:25:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b84bc0

sys-kernel/ck-sources: Version bump 5.4.7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jory Pratt  gentoo.org>

 sys-kernel/ck-sources/Manifest|  3 +++
 sys-kernel/ck-sources/ck-sources-5.4.7.ebuild | 30 +++
 2 files changed, 33 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 7db7f6600bb..9f885a72eef 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -7,5 +7,8 @@ DIST genpatches-5.4-4.extras.tar.xz 1736 BLAKE2B 
5bcf5c53a0859cd457342b4946ee1eb
 DIST genpatches-5.4-7.base.tar.xz 172168 BLAKE2B 
2fbd34f833b9a2a61d526d26737ed4be669722821f72fa6d0d43609b1d4f3a5695a8f04fe64146271195a0b3fd9e22f4cd7ee211bbf7b30975d0336f687b47a4
 SHA512 
e7040222c46b6419ddbcdb8386afa6180bcab989707d3e5ee0a36086452a459e871e47502f8c5c5fe3d1a441d89e39c7327a59c71adbbf64d45c13857e1d960a
 DIST genpatches-5.4-7.experimental.tar.xz 6140 BLAKE2B 
fd12efeb145b4b9627731e5670218d5b29345186b945c804fe347741a802ae366f10c670b5d0fdec501f3afe708a931c82bb8f1c27985db34a1e0b418659947c
 SHA512 
ab23c62920d6ad7dde1a0b935598a02ef1e0a921d01a78d14f7e3da1365bd889718f9a3fdb1f24db8708d3a36e1c1642af97b07269548e861987f12536292cc0
 DIST genpatches-5.4-7.extras.tar.xz 1736 BLAKE2B 
b49ef42de2fa115b1a731793ccbebee4ed6d97a9d0396b696b13d7c4932770ae80b3e4cefe7a4594f198b85e80ff431b0a27a632b8373c0a47d9ac1e88171f15
 SHA512 
b55e3fc5e502f947ca3ad289affd8452b2f30ddf89e22510d3d56fff9dabb023f38823205f168be8140f021b529536b483e40f54d2a7b9bb687d75ca80b30307
+DIST genpatches-5.4-8.base.tar.xz 278716 BLAKE2B 
29677214f09a56f1c4f145cdbaaa1f676fe0959e1f1ca35fef68f0d6e49812b654fafb2f3b9368d5419d61552226ce7b16ca80cb07bbd7a32252dc62b125d470
 SHA512 
f4a3b68019aa7981bbc303126963bc5992305115f0bbac1f54c905dc83c3878021140092d859e796360d4d9583d02ba73fbaab72a2afff8880c03a3db9b4b3a9
+DIST genpatches-5.4-8.experimental.tar.xz 6140 BLAKE2B 
362ce5701cefbb28f912b908a7d4a2f4e77a96e521ac3e5bf2c61a64ab4d6b8d1b3d87e60fde5b87c0acec30f39091dc108957cf01a9fd036a9be63122dbbb9e
 SHA512 
c7c5636c8b54382347a52cc805f051068019f34aa4fc5b1d2ba25f6a875944684273444e8a0a603ebff4dd1f76e29cda947f844895ee47bd7ec16a9818c0f227
+DIST genpatches-5.4-8.extras.tar.xz 1740 BLAKE2B 
615ac79824e249adc3101f4308c228391d3f794076aa2eff5caa25633a212c91125185b3be0b50daf941cc63beffa048d105a6075d1e2891727df0d6e6269500
 SHA512 
d805e3921b803d1afe079e1f43e5a7bb83446fad0a2c7ff72f94c541426ea55108977eb0181769407e3134e217c6ada67e99c1ae7a3c81fea1c49c21f5abc218
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-5.4-ck1.xz 104668 BLAKE2B 
8faff0d2b95eda0b96e8042367634c45c1e823238e99793daeda5614efdc448dfe28172bf13f0d988cf4d5cbb4892089893e0183cd8825de7f54942283f2b5a0
 SHA512 
a2ea79df39b79dfc2d1c7a6acf745dfe4d5c9f4da1c54b9a5d9ff6227d0d0715cd372b7f448454976c1c6a8eb171bc248d004ee55931521ef74d5b7be8f14c6a

diff --git a/sys-kernel/ck-sources/ck-sources-5.4.7.ebuild 
b/sys-kernel/ck-sources/ck-sources-5.4.7.ebuild
new file mode 100644
index 000..1205d7c5c45
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-5.4.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="8"
+K_SECURITY_UNSUPPORTED="1"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+IUSE="experimental"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+CK_EXTRAVERSION="ck1"
+CK_URI="http://ck.kolivas.org/patches/5.0/${K_BRANCH_ID}/${K_BRANCH_ID}-${CK_EXTRAVERSION}/patch-${K_BRANCH_ID}-${CK_EXTRAVERSION}.xz;
+
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/patch-${K_BRANCH_ID}-${CK_EXTRAVERSION}.xz
+   "${FILESDIR}"/ck-5.4-revert-version.patch"
+UNIPATCH_STRICTORDER="yes"



[gentoo-commits] repo/gentoo:master commit in: sys-block/parted/, sys-block/parted/files/

2020-01-03 Thread Jeroen Roovers
commit: 6e9c60bfbd378315b88e3aeaffe1d4695f3fc741
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan  3 17:22:33 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan  3 17:23:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9c60bf

Revert "sys-block/parted: Reintroduce PED_ASSERT with correct assertion"

This reverts commit 4bab6569878f89180d50a40524a675712b0cec2a.
Apparently the initial "fix" was better.

Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-block/parted/files/parted-3.3-atari.patch   | 2 +-
 sys-block/parted/{parted-3.3-r2.ebuild => parted-3.3-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/parted/files/parted-3.3-atari.patch 
b/sys-block/parted/files/parted-3.3-atari.patch
index af9c488d48d..41771d02d4e 100644
--- a/sys-block/parted/files/parted-3.3-atari.patch
+++ b/sys-block/parted/files/parted-3.3-atari.patch
@@ -5,7 +5,7 @@
PED_ASSERT (sizeof (AtariRawTable) == 512);
/* GNU Libc doesn't support NULL instead of the locale name */
 -  PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL)) != NULL);
-+  PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", (locale_t) 0)) 
!= (locale_t) 0);
++  atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL);
  
ped_disk_type_register (_disk_type);
  }

diff --git a/sys-block/parted/parted-3.3-r2.ebuild 
b/sys-block/parted/parted-3.3-r1.ebuild
similarity index 100%
rename from sys-block/parted/parted-3.3-r2.ebuild
rename to sys-block/parted/parted-3.3-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2020-01-03 Thread Alexey Shvetsov
commit: 6732c807534cdeb7384a498f98749d5e57c3bc8c
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Jan  3 16:57:34 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Jan  3 16:57:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6732c807

sci-chemistry/gromacs: Fix bashcomp install

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/gromacs-2020..ebuild | 2 +-
 sci-chemistry/gromacs/gromacs-2020.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/gromacs/gromacs-2020..ebuild 
b/sci-chemistry/gromacs/gromacs-2020..ebuild
index 859628fa107..293e5209837 100644
--- a/sci-chemistry/gromacs/gromacs-2020..ebuild
+++ b/sci-chemistry/gromacs/gromacs-2020..ebuild
@@ -318,7 +318,7 @@ src_install() {
for x in "${ED}"/usr/bin/gmx-completion-*.bash ; do
local n=${x##*/gmx-completion-}
n="${n%.bash}"
-   cat "${ED}"/usr/bin/gmx-completion.bash "$x" > "${T}/${n}" || 
die
+   cat "${ED}"/usr/bin/gmx-completion-gmx.bash "$x" > "${T}/${n}" 
|| die
newbashcomp "${T}"/"${n}" "${n}"
done
rm "${ED}"/usr/bin/gmx-completion*.bash || die

diff --git a/sci-chemistry/gromacs/gromacs-2020.ebuild 
b/sci-chemistry/gromacs/gromacs-2020.ebuild
index 859628fa107..293e5209837 100644
--- a/sci-chemistry/gromacs/gromacs-2020.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2020.ebuild
@@ -318,7 +318,7 @@ src_install() {
for x in "${ED}"/usr/bin/gmx-completion-*.bash ; do
local n=${x##*/gmx-completion-}
n="${n%.bash}"
-   cat "${ED}"/usr/bin/gmx-completion.bash "$x" > "${T}/${n}" || 
die
+   cat "${ED}"/usr/bin/gmx-completion-gmx.bash "$x" > "${T}/${n}" 
|| die
newbashcomp "${T}"/"${n}" "${n}"
done
rm "${ED}"/usr/bin/gmx-completion*.bash || die



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

2020-01-03 Thread Thomas Deutschmann
commit: f98c10d051368db0db612d60403381757f966c03
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan  3 16:54:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan  3 16:56:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98c10d0

profiles/package.mask: Mask x11-themes/skinenigmang-logos for removal

This will fix commit 71d9486a905eece63c41329d2ddb30f03efec737
which masked media-plugins/vdr-skinenigmang for removal but forgot about
x11-themes/skinenigmang-logos rdepend.

Bugs: https://bugs.gentoo.org/314315
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a8ba177c146..7a14fe5ae94 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -39,6 +39,7 @@
 # wrt bug 314315
 # removal ~2020-01-31
 media-plugins/vdr-skinenigmang
+x11-themes/skinenigmang-logos
 
 # Jonas Stein  (2019-12-30)
 # Package masked for removal. Broken SRC_URI, 



[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2020-01-03 Thread Michał Górny
commit: 11d2f5c8531e6bbc880ebe30340d06dcc80bc0d6
Author: Stephen Shkardoon  ss23  geek  nz>
AuthorDate: Fri Jan  3 16:16:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 16:23:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d2f5c8

media-tv/plex-media-server: Remove old versions

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Stephen Shkardoon  ss23.geek.nz>
Closes: https://github.com/gentoo/gentoo/pull/14232
Signed-off-by: Michał Górny  gentoo.org>

 media-tv/plex-media-server/Manifest|   2 -
 .../plex-media-server-1.11.3.ebuild| 153 
 .../plex-media-server-1.12.3.ebuild| 155 -
 3 files changed, 310 deletions(-)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 4f366aec977..03de430cdcb 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -1,5 +1,3 @@
-DIST plexmediaserver_1.11.3.4803-c40bba82e_amd64.deb 108830880 BLAKE2B 
7ed912756b8bdedb695c4cbf99d0565da53904814cedb8e026614b8db9bb638cbd437f35e05915d6d1c87ecf1136ea9ae08797bca2ebbe4f2e0a861b4841
 SHA512 
0bda324e733b1e86e8dba7c10f6bab3e9dad5463113c5998059492bd7d4a49e105068d1d9313c9405d7a3c85c99e6528be6c0f1c9f52db115a1da1545a9485b5
-DIST plexmediaserver_1.12.3.4973-215c28d86_amd64.deb 109277946 BLAKE2B 
6a868943c77a1355dd0a4dbe88323b937d827dbfe84e729cf1f5c5c7d4a7d44e9af7e69121a7e3cf9f5d60786c9877bd3e303d9d5d301c86f08984afb1062730
 SHA512 
1befe9196926bf4cabd1f9c746e958efc72392479a844f8c3d9161282618fe28e29dbb9c12ddccf5db5b852ae58cd43dc0d988f00732431e16106021c8618347
 DIST plexmediaserver_1.13.2.5154-fd05be322_amd64.deb 111093662 BLAKE2B 
26b1161107a8f9223f7065ff4119a32470c06794a159a42181b9278107a6d14f9fbb582e515223aaa659e9007d9b18299cd65b2a068e1d7dd934d52552a44cd1
 SHA512 
548c033272d56f6c54ab073536327b285fdbda3192c203a3ea3ff2b6c7afbc79ba7d56d7251f623ca1e09db572c92000d7baa7a8a555d853d85fdb9d1dfb8479
 DIST plexmediaserver_1.14.1.5488-cc260c476_amd64.deb 105175642 BLAKE2B 
59f7cc130115ae2179bcf0ddf5ef4583886c11447c423ada2b1da62f83c3840c89aa2b6d9c56e3a358d1da03bc9a6bd340cae7fee1b6da102e9bc785de4f8e27
 SHA512 
48f25ac27a8dc5d1a4ae74a04793994bb21431ed3069a9808373e0c5a424fd53f577d0912e1e46a155133b094bdafb7edeb5b6c9ef428a08e07e24e055267e86
 DIST plexmediaserver_1.16.4.1469-6d5612c2f_amd64.deb 74427444 BLAKE2B 
f90973aaadaf8e11fbcaa0aaa817a11b62049b1eaa22c04daf65d4fc21e73eb90d982e3faa66b482fdb4e7b53467246e20845c432920718334c5419c760e85bd
 SHA512 
0753e82d4cd2c5a35f8f62329c3013eff297edd1bf9afcfd1444c3f3f85d33b3aec4a553c70931182d3a45df44dd26ce10ddbee9b59755914c988f0edbe5aa70

diff --git a/media-tv/plex-media-server/plex-media-server-1.11.3.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.11.3.ebuild
deleted file mode 100644
index 0d8c34abcbf..000
--- a/media-tv/plex-media-server/plex-media-server-1.11.3.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils user systemd unpacker pax-utils python-single-r1
-
-MINOR_VERSION="4803-c40bba82e"
-
-_APPNAME="plexmediaserver"
-_USERNAME="plex"
-_SHORTNAME="${_USERNAME}"
-_FULL_VERSION="${PV}.${MINOR_VERSION}"
-
-URI="https://downloads.plex.tv/plex-media-server;
-
-DESCRIPTION="A free media library that is intended for use with a plex client."
-HOMEPAGE="https://www.plex.tv/;
-SRC_URI="amd64? ( 
${URI}/${_FULL_VERSION}/plexmediaserver_${_FULL_VERSION}_amd64.deb )"
-SLOT="0"
-LICENSE="Plex"
-RESTRICT="bindist strip"
-KEYWORDS="-* amd64"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   sys-apps/fix-gnustack
-   dev-python/virtualenv[${PYTHON_USEDEP}]"
-
-RDEPEND="
-   net-dns/avahi
-   ${PYTHON_DEPS}"
-
-QA_DESKTOP_FILE="usr/share/applications/plexmediamanager.desktop"
-QA_PREBUILT="*"
-QA_MULTILIB_PATHS=(
-   "usr/lib/${_APPNAME}/.*"
-   "usr/lib/${_APPNAME}/Resources/Python/lib/python2.7/.*"
-)
-
-EXECSTACKED_BINS=( "${ED%/}/usr/lib/plexmediaserver/libgnsdk_dsp.so*" )
-BINS_TO_PAX_MARK=( "${ED%/}/usr/lib/plexmediaserver/Plex Script Host" )
-
-S="${WORKDIR}"
-PATCHES=( "${FILESDIR}/virtualenv_start_pms.patch" )
-
-pkg_setup() {
-   enewgroup ${_USERNAME}
-   enewuser ${_USERNAME} -1 /bin/bash /var/lib/${_APPNAME} 
"${_USERNAME},video"
-   python-single-r1_pkg_setup
-}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_install() {
-   # Move the config to the correct place
-   local CONFIG_VANILLA="/etc/default/plexmediaserver"
-   local CONFIG_PATH="/etc/${_SHORTNAME}"
-   dodir "${CONFIG_PATH}"
-   insinto "${CONFIG_PATH}"
-   doins "${CONFIG_VANILLA#/}"
-   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i 
"${S}"/usr/sbin/start_pms || die
-
-   # Remove Debian specific files
-   rm -rf "usr/share/doc" || die
-
- 

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

2020-01-03 Thread Johannes Huber
commit: ec657f359a1da42595c590e5ccec751c9119039c
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jan  3 16:18:32 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jan  3 16:22:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec657f35

sys-fs/fuse-zip: Version bump 0.7.0

Closes: https://bugs.gentoo.org/700510
Bug: https://bugs.gentoo.org/702724
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber  gentoo.org>

 sys-fs/fuse-zip/Manifest  |  1 +
 sys-fs/fuse-zip/fuse-zip-0.7.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/sys-fs/fuse-zip/Manifest b/sys-fs/fuse-zip/Manifest
index 8855d8d8e38..ff3c3d84cbf 100644
--- a/sys-fs/fuse-zip/Manifest
+++ b/sys-fs/fuse-zip/Manifest
@@ -1 +1,2 @@
 DIST fuse-zip-0.4.5.tar.gz 687727 BLAKE2B 
5a03eee7e44eb0599129c3266cf8779545426e8992b8d4a473ca87e3b65c51bdde5720e9cea3e5a121b2983dd320f7ff4f352359702e5e2e8e83598153d575c5
 SHA512 
5a3338d8b820ec5b218db849d139b74d2f4413b94ec75ba8d1a69b8d0e3fdbca0195b1af2f33322fdf9c35f56d3e2e5c4142a7ff3fd3a84bfe7649bbe29b6e98
+DIST fuse-zip-0.7.0.tar.gz 712853 BLAKE2B 
fd8bdaf30321bfbf897598de0291b1b285171b9b254e21acc1ca9f9d5af2b3a199dcb05696e92983a9b7491b4993b59defa53ec37d0a958d4fb80d2baf322194
 SHA512 
ea08bee4a7d0e7a0584237c6e9560d0fd2665bea59e87bc020697c3fc6bdc3c4c5c5d4dcdb454eed8cb735c176dd54d7c9bf879a04ac2d5b38bc271cc3128b69

diff --git a/sys-fs/fuse-zip/fuse-zip-0.7.0.ebuild 
b/sys-fs/fuse-zip/fuse-zip-0.7.0.ebuild
new file mode 100644
index 000..1fefa7a93ca
--- /dev/null
+++ b/sys-fs/fuse-zip/fuse-zip-0.7.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP 
archives"
+HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip;
+SRC_URI="https://bitbucket.org/agalanin/${PN}/downloads/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/libzip:=
+   sys-fs/fuse:0
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT="test"
+
+DOCS=( changelog README.md )
+
+PATCHES=( "${FILESDIR}/${PN}-0.4.5-makefile.patch" )
+
+src_compile() {
+   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+   default
+   doman fuse-zip.1
+}



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

2020-01-03 Thread Johannes Huber
commit: 33050524eed97ef725fafefa48d12d91338657d9
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jan  3 16:19:45 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jan  3 16:22:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33050524

sys-fs/fuse-zip: Remove 0.4.5

Bug: https://bugs.gentoo.org/702724
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber  gentoo.org>

 sys-fs/fuse-zip/Manifest  |  1 -
 sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/sys-fs/fuse-zip/Manifest b/sys-fs/fuse-zip/Manifest
index ff3c3d84cbf..05528afb1dd 100644
--- a/sys-fs/fuse-zip/Manifest
+++ b/sys-fs/fuse-zip/Manifest
@@ -1,2 +1 @@
-DIST fuse-zip-0.4.5.tar.gz 687727 BLAKE2B 
5a03eee7e44eb0599129c3266cf8779545426e8992b8d4a473ca87e3b65c51bdde5720e9cea3e5a121b2983dd320f7ff4f352359702e5e2e8e83598153d575c5
 SHA512 
5a3338d8b820ec5b218db849d139b74d2f4413b94ec75ba8d1a69b8d0e3fdbca0195b1af2f33322fdf9c35f56d3e2e5c4142a7ff3fd3a84bfe7649bbe29b6e98
 DIST fuse-zip-0.7.0.tar.gz 712853 BLAKE2B 
fd8bdaf30321bfbf897598de0291b1b285171b9b254e21acc1ca9f9d5af2b3a199dcb05696e92983a9b7491b4993b59defa53ec37d0a958d4fb80d2baf322194
 SHA512 
ea08bee4a7d0e7a0584237c6e9560d0fd2665bea59e87bc020697c3fc6bdc3c4c5c5d4dcdb454eed8cb735c176dd54d7c9bf879a04ac2d5b38bc271cc3128b69

diff --git a/sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild 
b/sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild
deleted file mode 100644
index a6bf2433100..000
--- a/sys-fs/fuse-zip/fuse-zip-0.4.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP 
archives"
-HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip;
-SRC_URI="https://bitbucket.org/agalanin/${PN}/downloads/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libzip-0.11.2:=
-   >=sys-fs/fuse-2.7:="
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-DOCS=( changelog README.md )
-
-PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
-
-src_compile() {
-   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-   default
-   doman fuse-zip.1
-}



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

2020-01-03 Thread Agostino Sarubbo
commit: c97488706be09f018f3e273607a791567b85fa07
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:16:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:16:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9748870

sys-apps/grep: amd64 stable wrt bug #704694

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

 sys-apps/grep/grep-3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/grep/grep-3.3-r1.ebuild b/sys-apps/grep/grep-3.3-r1.ebuild
index 8be7e831e0a..fda50cdf7a0 100644
--- a/sys-apps/grep/grep-3.3-r1.ebuild
+++ b/sys-apps/grep/grep-3.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/

2020-01-03 Thread Agostino Sarubbo
commit: 9f9eaaf5e4db0adc2288d78b3f4958da567f486b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:14:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:14:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9eaaf5

x11-drivers/xf86-input-wacom: arm stable wrt bug #704592

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

 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.38.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.38.0.ebuild
index 6c82866aba8..90489362e5e 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.38.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.38.0.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/linuxwacom/xf86-input-wacom;
 [[ ${PV} != * ]] && \

SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2;
 
-KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/libwacom



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

2020-01-03 Thread Agostino Sarubbo
commit: ee9815f9fcd64238f7fa9a4efc233432dd6daa15
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:14:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:14:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9815f9

media-libs/libepoxy: arm stable wrt bug #704592

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

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

diff --git a/media-libs/libepoxy/libepoxy-1.5.4.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.4.ebuild
index 680b1befbba..bb355d7d261 100644
--- a/media-libs/libepoxy/libepoxy-1.5.4.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 
sparc x86"
SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2020-01-03 Thread Agostino Sarubbo
commit: 8dbfedfe61498f81ad30750b87153609087e44e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:14:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:14:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbfedfe

media-libs/mesa: arm stable wrt bug #704592

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

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

diff --git a/media-libs/mesa/mesa-19.2.8.ebuild 
b/media-libs/mesa/mesa-19.2.8.ebuild
index c2f320e9841..4dee4e5d39d 100644
--- a/media-libs/mesa/mesa-19.2.8.ebuild
+++ b/media-libs/mesa/mesa-19.2.8.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]]; then
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-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2020-01-03 Thread Agostino Sarubbo
commit: 48a2892ece99593c88c61e55f40bc0f184dda798
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:14:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:14:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a2892e

sys-apps/grep: arm stable wrt bug #704694

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

 sys-apps/grep/grep-3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/grep/grep-3.3-r1.ebuild b/sys-apps/grep/grep-3.3-r1.ebuild
index a623fd4f312..8be7e831e0a 100644
--- a/sys-apps/grep/grep-3.3-r1.ebuild
+++ b/sys-apps/grep/grep-3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2020-01-03 Thread Agostino Sarubbo
commit: ace70e556f3b2eea6dfd31856b4774b63d03059d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:14:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:14:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace70e55

x11-base/xorg-server: arm stable wrt bug #704592

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

 x11-base/xorg-server/xorg-server-1.20.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.6.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.6.ebuild
index 9bd0dcc83e8..8aad53ff879 100644
--- a/x11-base/xorg-server/xorg-server-1.20.6.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.6.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



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

2020-01-03 Thread Agostino Sarubbo
commit: 678b48cd3e9e99246ec351a1936c6b8cc7782f27
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 16:14:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 16:14:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678b48cd

x11-libs/libXpm: arm stable wrt bug #704592

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

 x11-libs/libXpm/libXpm-3.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXpm/libXpm-3.5.13.ebuild 
b/x11-libs/libXpm/libXpm-3.5.13.ebuild
index 37c34e49684..078a8b42acc 100644
--- a/x11-libs/libXpm/libXpm-3.5.13.ebuild
+++ b/x11-libs/libXpm/libXpm-3.5.13.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xpm library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2020-01-03 Thread Hans de Graaff
commit: 631d989618ef986ccd8076ab4562efb9d0c87767
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:16:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631d9896

dev-ruby/text: add ruby27

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

 dev-ruby/text/text-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/text/text-1.3.1.ebuild b/dev-ruby/text/text-1.3.1.ebuild
index dc2d7466773..433cfc4e274 100644
--- a/dev-ruby/text/text-1.3.1.ebuild
+++ b/dev-ruby/text/text-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



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

2020-01-03 Thread Hans de Graaff
commit: 04c7e2306a9a5da77be34116bc2623df82e406e2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:25:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c7e230

dev-ruby/state_machine: add ruby27

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

 dev-ruby/state_machine/state_machine-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/state_machine/state_machine-1.2.0.ebuild 
b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
index 0a3e543e0c8..377475add7e 100644
--- a/dev-ruby/state_machine/state_machine-1.2.0.ebuild
+++ b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_TASK_DOC=""



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

2020-01-03 Thread Hans de Graaff
commit: be38cfab5d87f206cc43302227c1e08717ec0708
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:19:45 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be38cfab

dev-ruby/test_declarative: add ruby27

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

 dev-ruby/test_declarative/test_declarative-0.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild 
b/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
index 77ad94130e8..fbd9981c7aa 100644
--- a/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
+++ b/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2020-01-03 Thread Hans de Graaff
commit: 19ac0a5c1def368879637b21c1ea2cb074a5aa3d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:22:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ac0a5c

dev-ruby/systemu: add ruby27

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

 dev-ruby/systemu/systemu-2.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild 
b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 9a3690b4937..1b7c7763d89 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2020-01-03 Thread Hans de Graaff
commit: f653a3ed2b9efebb4547dc22a36fe132ba5c3301
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:43:55 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f653a3ed

dev-ruby/sourcemap: add ruby27

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

 dev-ruby/sourcemap/sourcemap-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild 
b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index 9ea63448deb..18ed1e0abf8 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2020-01-03 Thread Hans de Graaff
commit: fb742d1ebe8c472da50bf11f318ba92878749918
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:34:42 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb742d1e

dev-ruby/sshkey: add ruby27

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

 dev-ruby/sshkey/sshkey-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sshkey/sshkey-2.0.0.ebuild 
b/dev-ruby/sshkey/sshkey-2.0.0.ebuild
index 5f2b5314198..135aaec5d53 100644
--- a/dev-ruby/sshkey/sshkey-2.0.0.ebuild
+++ b/dev-ruby/sshkey/sshkey-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2020-01-03 Thread Hans de Graaff
commit: d556993307d9adb0028030250627616c56a8e477
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:41:16 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5569933

dev-ruby/minitest: add ruby27

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

 dev-ruby/minitest/minitest-4.7.5-r2.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/minitest/minitest-4.7.5-r2.ebuild 
b/dev-ruby/minitest/minitest-4.7.5-r2.ebuild
index 7397bdd3279..5ced7ac74dc 100644
--- a/dev-ruby/minitest/minitest-4.7.5-r2.ebuild
+++ b/dev-ruby/minitest/minitest-4.7.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
@@ -20,11 +20,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 
s390 ~sh sparc x86 ~am
 IUSE="doc test"
 
 each_ruby_prepare() {
-   case ${RUBY} in
-   *ruby24|*ruby25|*ruby26)
-   sed -i -e 's/Fixnum/Integer/' 
test/minitest/test_minitest_spec.rb || die
-   ;;
-   esac
+   sed -i -e 's/Fixnum/Integer/' test/minitest/test_minitest_spec.rb || die
 }
 
 each_ruby_test() {



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-peer/

2020-01-03 Thread Jörg Bornkessel
commit: 0f927ca4b1df29a2c750d5bd70a6ef0c1f258e11
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 15:28:10 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 15:28:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f927ca4

media-plugins/vdr-peer: DEPEND restricte to ~vdr-2.2.0

function is integrated in later vdr version

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild 
b/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild
index 94281572462..e753fca3cca 100644
--- a/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild
+++ b/media-plugins/vdr-peer/vdr-peer-0.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -12,7 +12,5 @@ SRC_URI="http://vdr.schmirler.de/peer/${P}.tgz;
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=">=media-video/vdr-2"
-RDEPEND="${DEPEND}"
+DEPEND="~media-video/vdr-2.2.0"



[gentoo-commits] repo/gentoo:master commit in: sys-block/parted/files/, sys-block/parted/

2020-01-03 Thread Jeroen Roovers
commit: 4bab6569878f89180d50a40524a675712b0cec2a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan  3 15:13:06 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan  3 15:14:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bab6569

sys-block/parted: Reintroduce PED_ASSERT with correct assertion

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Bug: https://bugs.gentoo.org/704704
Fixes: 1af57544e419afdbc54cb6dc76e053593e4bb088
Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-block/parted/files/parted-3.3-atari.patch   | 2 +-
 sys-block/parted/{parted-3.3-r1.ebuild => parted-3.3-r2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/parted/files/parted-3.3-atari.patch 
b/sys-block/parted/files/parted-3.3-atari.patch
index 41771d02d4e..af9c488d48d 100644
--- a/sys-block/parted/files/parted-3.3-atari.patch
+++ b/sys-block/parted/files/parted-3.3-atari.patch
@@ -5,7 +5,7 @@
PED_ASSERT (sizeof (AtariRawTable) == 512);
/* GNU Libc doesn't support NULL instead of the locale name */
 -  PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL)) != NULL);
-+  atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL);
++  PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", (locale_t) 0)) 
!= (locale_t) 0);
  
ped_disk_type_register (_disk_type);
  }

diff --git a/sys-block/parted/parted-3.3-r1.ebuild 
b/sys-block/parted/parted-3.3-r2.ebuild
similarity index 100%
rename from sys-block/parted/parted-3.3-r1.ebuild
rename to sys-block/parted/parted-3.3-r2.ebuild



[gentoo-commits] proj/portage-utils:master commit in: travis/

2020-01-03 Thread Fabian Groffen
commit: 71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan  3 15:07:12 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan  3 15:07:12 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=71e52bce

travis: coverity fails with "success", so just ignore output

Signed-off-by: Fabian Groffen  gentoo.org>

 travis/main.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis/main.sh b/travis/main.sh
index 5cbd480..6313d1b 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -24,7 +24,7 @@ if [[ ${CC} == coverity ]] ; then
   # ensure we end up with an existing compiler
   export CC=gcc
   v ./configure ${DEFARGS} --enable-qmanifest --enable-qtegrity
-  curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh' 
| bash
+  curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh' 
| bash || true
 elif [[ ${CC} == valgrind ]] ; then
   export CC=gcc
   do_run CFLAGS=-g ${DEFARGS} --enable-qmanifest --enable-qtegrity



[gentoo-commits] proj/portage-utils:master commit in: /

2020-01-03 Thread Fabian Groffen
commit: 2b76d24d2b793ebd859bd3103b48fd3601067c91
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan  3 15:04:15 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan  3 15:04:15 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2b76d24d

travis: install GNU coreutils on macOS for sane touch

Signed-off-by: Fabian Groffen  gentoo.org>

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 33f84ed..054958b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,7 @@ addons:
 - gpgme
 - gnupg
 - gnu-sed
+- coreutils
 #update: true
 
 before_install:



  1   2   3   >