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

2020-06-01 Thread Yixun Lan
commit: bf87af8bcaa4aa50563736916bafcd16b77bfb61
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun  2 05:45:53 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun  2 05:46:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf87af8b

app-i18n/ibus:  stable 1.5.22 for x86

stable wrt bug #726532

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus/ibus-1.5.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.22.ebuild b/app-i18n/ibus/ibus-1.5.22.ebuild
index dc50412b9b3..cd531b49791 100644
--- a/app-i18n/ibus/ibus-1.5.22.ebuild
+++ b/app-i18n/ibus/ibus-1.5.22.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc x86"
 IUSE="+X +emoji +gtk +gtk2 +introspection kde nls +python test +unicode vala 
wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="emoji? ( gtk )



[gentoo-commits] proj/qa-scripts:master commit in: /

2020-06-01 Thread Michał Górny
commit: 18199dda8992e45acf9683af895c044f47df25b8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  1 11:14:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 05:40:45 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=18199dda

gpyutils: Add py2 reports

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

 Makefile.gpyutils | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index f8fb1b8..ae93e5a 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -10,7 +10,7 @@ upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt 
$(outdir)/38-to-39.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
-upgr_txt = $(upgr_base) $(upgr_streq)
+upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/py2.txt $(outdir)/py23.txt
 upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
 upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
 upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)
@@ -69,6 +69,16 @@ $(outdir)/38-to-39-stablereq.txt: $(timestamp)
gpy-upgrade-impl -s python3_8 python3_9 > $@.new
mv $@.new $@
 
+$(outdir)/py2.txt: $(timestamp)
+   mkdir -p $(outdir)
+   gpy-py2 > $@.new
+   mv $@.new $@
+
+$(outdir)/py23.txt: $(timestamp)
+   mkdir -p $(outdir)
+   gpy-py2 -3 > $@.new
+   mv $@.new $@
+
 %.dot: %.txt
gpy-depgraph -m pyt...@gentoo.org $< > $@.new
mv $@.new $@



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

2020-06-01 Thread Joonas Niilola
commit: 6278182b804d014121bf4ac83006bdc69f89174e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jun  2 04:50:41 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun  2 04:51:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6278182b

package.mask: last-rite x11-themes/terminology-themes

Bug: https://bugs.gentoo.org/656098
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4ea2a3140f2..cb0ab1374ca 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Joonas Niilola  (2020-06-02)
+# Last snapshot is from 2+ years ago, which doesn't build. Latest 
+# upstream commit won't build with in-tree efl versions. Has a bug 
+# open and unanswered for 2 years, so this package seems unmaintained
+# in Gentoo. Removal in ~30 days. Bug #656098
+x11-themes/terminology-themes
+
 # Jonas Stein  (2020-06-01)
 # Last rite package due to missing/unclear license.
 # Removal after 2020-08-01



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

2020-06-01 Thread Hans de Graaff
commit: e64489dec060e082f6cfdd9a8da55b3b8387c5f3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  1 07:29:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  2 04:43:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64489de

dev-ruby/sprockets-rails: avoid bundler dependency

Closes: https://bugs.gentoo.org/724040
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
index 872fece3262..9f10fcd5789 100644
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
+++ b/dev-ruby/sprockets-rails/sprockets-rails-3.2.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
@@ -33,6 +33,8 @@ ruby_add_bdepend "
)"
 
 all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
# Help load correct rack version consistently
sed -i -e "3irequire 'action_controller'" test/test_helper.rb || die
 }



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

2020-06-01 Thread Hans de Graaff
commit: 27cb70d36804f7ed9b3f7b3d692bae897f016da3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  2 04:34:11 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  2 04:43:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cb70d3

dev-ruby/uglifier: add ruby27

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

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

diff --git a/dev-ruby/uglifier/uglifier-4.2.0.ebuild 
b/dev-ruby/uglifier/uglifier-4.2.0.ebuild
index 0d8a2324de6..9535966db86 100644
--- a/dev-ruby/uglifier/uglifier-4.2.0.ebuild
+++ b/dev-ruby/uglifier/uglifier-4.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=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2020-06-01 Thread Hans de Graaff
commit: cb81ed453a3f10aebe6118ecec9181036d83df08
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  2 04:49:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  2 04:49:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb81ed45

dev-ruby/coderay: add 1.1.3

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

 dev-ruby/coderay/Manifest |  1 +
 dev-ruby/coderay/coderay-1.1.3.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/coderay/Manifest b/dev-ruby/coderay/Manifest
index 0efe78a971d..96ebaa024b4 100644
--- a/dev-ruby/coderay/Manifest
+++ b/dev-ruby/coderay/Manifest
@@ -1 +1,2 @@
 DIST coderay-1.1.2.tar.gz 220645 BLAKE2B 
85405da2b148ae23573abf2c3fcf94a643024756308e83c4cecf0a5edae2fedc4ca7c7bdf8fb5936310f6699ca8f06f91cceb475e00511a54af0a96dd517c234
 SHA512 
cfce5e9f0a0d988e7920912e064ecbef3b54200a08ca2e07453452edd7f382a1eb9292bc566e069f5d1b784033e816f13d9ddfb39520e8e44a8d1e898aa33591
+DIST coderay-1.1.3.tar.gz 229139 BLAKE2B 
a900cc5fbac950f66814d9300876d6a273b296d07139297d5344d26c5710d23c37761e5743ef972f523afa20fa663f239c03d9d2ad47232b77e53fe5053736f0
 SHA512 
a5208965e8dbad53d179fdc1c57df59ba4e13522a1a57c371ccd3f9369408a1c7d878867df48b201a1d590b46ef0f9bada3f3e7810866f17d244b5b370aba3fb

diff --git a/dev-ruby/coderay/coderay-1.1.3.ebuild 
b/dev-ruby/coderay/coderay-1.1.3.ebuild
new file mode 100644
index 000..8f6f8414aeb
--- /dev/null
+++ b/dev-ruby/coderay/coderay-1.1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+# The test target also contains test:exe but that requires
+# shoulda-context which we do not have packaged yet.
+RUBY_FAKEGEM_TASK_TEST="test:functional test:units"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="Changes-pre-1.0.textile Changes.textile FOLDERS 
README_INDEX.rdoc README.markdown"
+
+RUBY_FAKEGEM_GEMSPEC="coderay.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby library for syntax highlighting"
+HOMEPAGE="http://coderay.rubychan.de/;
+SRC_URI="https://github.com/rubychan/coderay/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+# Redcloth is an optional but automagically tested dependency. This
+# requires redcloth-4.2.2. We don't depend on this version to make
+# bootstrapping rspec with new versions easier, since redcloth depends
+# on rake-compiler.
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e '/git ls-files/ s:^:#:' coderay.gemspec || die
+
+   # Fix failing tests for lazy evaluation in ruby26
+   sed -i -e 's/\.filter$/.filter.to_a/' test/unit/filter.rb || die
+}



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

2020-06-01 Thread Aaron Bauman
commit: 96ce865c1b6f2d22e07e9a73ca2514de4c1331c4
Author: Pierre-Olivier Mercier  nemunai  re>
AuthorDate: Sun May 31 12:50:03 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:35:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ce865c

www-apps/gitea: drop vulnerables olds

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pierre-Olivier Mercier  nemunai.re>
Closes: https://github.com/gentoo/gentoo/pull/16031
Signed-off-by: Aaron Bauman  gentoo.org>

 www-apps/gitea/Manifest|   2 -
 www-apps/gitea/gitea-1.10.6.ebuild | 134 ---
 www-apps/gitea/gitea-1.11.5.ebuild | 141 -
 3 files changed, 277 deletions(-)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index f868988d0ed..0caedd3fa4b 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1,3 +1 @@
-DIST gitea-1.10.6.tar.gz 30147860 BLAKE2B 
e41e226be820eb0a436783f49bf90a1149eef4e0dde00edc09bc76bb086ea53ff2856563e31ab261e1529a03753785e04c1fe8a02f72eef01a6de173df82098d
 SHA512 
be64f73eb0819c28e444b9dae8d4baecd910aad790efeb515a981542125679257f48a5f4ab1c8453b5372a0c8b1e9b84275e61c89dcd2137d7f7cfe8c71f917b
-DIST gitea-src-1.11.5.tar.gz 68923871 BLAKE2B 
99e189b4a95e9ef6079a5e8455c05209da742499ff1b18e9f5edab2620ff8deb64ca3b7cb59d456b6fe25558602be8e1f8376ec234229c6af7baf24cc6d15023
 SHA512 
b12bfb2fc13bd0ca5799d52c37b5d2988879041892aa1e160546f7c80e2faef086f76cd753de90f2468fe9f87af6eca64ca21df394db160fc347137fc9a0fd52
 DIST gitea-src-1.11.6.tar.gz 68915319 BLAKE2B 
8d8fd34fe38e153aa4af932a83933d0b5ad81a63bf7b7b5be59e64dd82db3282072686979a41fafa3ac2e523f79d6926ed057b2ed18645040bf1c446c6ab04b2
 SHA512 
57d5214a5e05581c134d42e00ec29fe15f3245a75440fca26c7162937570affc5a2e4ba8e903cb7f15fcb271144183ce5aa473457245f36d52686ea9f1cc93b3

diff --git a/www-apps/gitea/gitea-1.10.6.ebuild 
b/www-apps/gitea/gitea-1.10.6.ebuild
deleted file mode 100644
index 473b669f45b..000
--- a/www-apps/gitea/gitea-1.10.6.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != * ]] ; then
-   SCM="golang-vcs-snapshot"
-else
-   SCM="git-r3"
-fi
-
-inherit golang-base tmpfiles systemd ${SCM}
-unset SCM
-
-EGO_PN="code.gitea.io/gitea"
-
-DESCRIPTION="A painless self-hosted Git service"
-HOMEPAGE="https://gitea.io;
-
-if [[ ${PV} != * ]] ; then
-   SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64"
-else
-   EGIT_REPO_URI="https://github.com/go-gitea/gitea;
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   has test ${FEATURES} && EGIT_MIN_CLONE_TYPE="mirror"
-fi
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
-SLOT="0"
-IUSE="+acct pam sqlite"
-
-BDEPEND="dev-lang/go"
-DEPEND="pam? ( sys-libs/pam )"
-RDEPEND="${DEPEND}
-   acct? (
-   acct-group/git
-   acct-user/git[gitea]
-   )
-   dev-vcs/git"
-
-DOCS=( custom/conf/app.ini.sample CONTRIBUTING.md README.md )
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-PATCHES=( "${FILESDIR}/gitea-logflags.patch" )
-
-gitea_make() {
-   local gitea_tags=(
-   bindata
-   $(usev pam)
-   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
-   )
-   local gitea_settings=(
-   "-X 
code.gitea.io/gitea/modules/setting.CustomConf=${EPREFIX}/etc/gitea/app.ini"
-   "-X 
code.gitea.io/gitea/modules/setting.CustomPath=${EPREFIX}/var/lib/gitea/custom"
-   "-X 
code.gitea.io/gitea/modules/setting.AppWorkPath=${EPREFIX}/var/lib/gitea"
-   )
-   local makeenv=(
-   TAGS="${gitea_tags[@]}"
-   LDFLAGS="-extldflags \"${LDFLAGS}\" ${gitea_settings[@]}"
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"
-   )
-   [[ ${PV} != * ]] && makeenv+=("DRONE_TAG=${PV}")
-
-   env "${makeenv[@]}" emake "$@"
-}
-
-src_prepare() {
-   default
-
-   local sedcmds=(
-   -e "s#^RUN_MODE = dev#RUN_MODE = prod#"
-   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
-   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"
-   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
-   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
-   -e "s#^MODE = console#MODE = file#"
-   -e "s#^LEVEL = Trace#LEVEL = Info#"
-   -e "s#^LOG_SQL = true#LOG_SQL = false#"
-   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
-   -e "s#^APP_ID =#;APP_ID =#"
-   -e "s#^TRUSTED_FACETS =#;TRUSTED_FACETS =#"
-   )
-
-   sed -i "${sedcmds[@]}" custom/conf/app.ini.sample || die
-   if use sqlite ; then
-   sed -i -e 

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

2020-06-01 Thread Aaron Bauman
commit: 83193116fe1109bf7fe52f8d0f5ba78a4af82d40
Author: Pierre-Olivier Mercier  nemunai  re>
AuthorDate: Sun May 31 12:46:49 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:35:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83193116

www-apps/gitea: bump to 1.11.6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pierre-Olivier Mercier  nemunai.re>
Signed-off-by: Aaron Bauman  gentoo.org>

 www-apps/gitea/Manifest|   1 +
 www-apps/gitea/gitea-1.11.6.ebuild | 141 +
 2 files changed, 142 insertions(+)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index 490bacf759c..f868988d0ed 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1,2 +1,3 @@
 DIST gitea-1.10.6.tar.gz 30147860 BLAKE2B 
e41e226be820eb0a436783f49bf90a1149eef4e0dde00edc09bc76bb086ea53ff2856563e31ab261e1529a03753785e04c1fe8a02f72eef01a6de173df82098d
 SHA512 
be64f73eb0819c28e444b9dae8d4baecd910aad790efeb515a981542125679257f48a5f4ab1c8453b5372a0c8b1e9b84275e61c89dcd2137d7f7cfe8c71f917b
 DIST gitea-src-1.11.5.tar.gz 68923871 BLAKE2B 
99e189b4a95e9ef6079a5e8455c05209da742499ff1b18e9f5edab2620ff8deb64ca3b7cb59d456b6fe25558602be8e1f8376ec234229c6af7baf24cc6d15023
 SHA512 
b12bfb2fc13bd0ca5799d52c37b5d2988879041892aa1e160546f7c80e2faef086f76cd753de90f2468fe9f87af6eca64ca21df394db160fc347137fc9a0fd52
+DIST gitea-src-1.11.6.tar.gz 68915319 BLAKE2B 
8d8fd34fe38e153aa4af932a83933d0b5ad81a63bf7b7b5be59e64dd82db3282072686979a41fafa3ac2e523f79d6926ed057b2ed18645040bf1c446c6ab04b2
 SHA512 
57d5214a5e05581c134d42e00ec29fe15f3245a75440fca26c7162937570affc5a2e4ba8e903cb7f15fcb271144183ce5aa473457245f36d52686ea9f1cc93b3

diff --git a/www-apps/gitea/gitea-1.11.6.ebuild 
b/www-apps/gitea/gitea-1.11.6.ebuild
new file mode 100644
index 000..44802e089f9
--- /dev/null
+++ b/www-apps/gitea/gitea-1.11.6.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != * ]] ; then
+   SCM="golang-vcs-snapshot"
+else
+   SCM="git-r3"
+fi
+
+inherit fcaps golang-base tmpfiles systemd ${SCM}
+unset SCM
+
+EGO_PN="code.gitea.io/gitea"
+
+DESCRIPTION="A painless self-hosted Git service"
+HOMEPAGE="https://gitea.io;
+
+if [[ ${PV} != * ]] ; then
+   
SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64"
+else
+   EGIT_REPO_URI="https://github.com/go-gitea/gitea;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   has test ${FEATURES} && EGIT_MIN_CLONE_TYPE="mirror"
+fi
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
+SLOT="0"
+IUSE="+acct build-client pam sqlite"
+
+BDEPEND="dev-lang/go
+   build-client? ( >=net-libs/nodejs-10[npm] )"
+DEPEND="pam? ( sys-libs/pam )"
+RDEPEND="${DEPEND}
+   acct? (
+   acct-group/git
+   acct-user/git[gitea]
+   )
+   dev-vcs/git"
+
+DOCS=( custom/conf/app.ini.sample CONTRIBUTING.md README.md )
+FILECAPS=( cap_net_bind_service+ep usr/bin/gitea )
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+PATCHES=( "${FILESDIR}/gitea-logflags.patch" )
+
+gitea_make() {
+   local gitea_tags=(
+   bindata
+   $(usev pam)
+   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
+   )
+   local gitea_settings=(
+   "-X 
code.gitea.io/gitea/modules/setting.CustomConf=${EPREFIX}/etc/gitea/app.ini"
+   "-X 
code.gitea.io/gitea/modules/setting.CustomPath=${EPREFIX}/var/lib/gitea/custom"
+   "-X 
code.gitea.io/gitea/modules/setting.AppWorkPath=${EPREFIX}/var/lib/gitea"
+   )
+   local makeenv=(
+   TAGS="${gitea_tags[@]}"
+   LDFLAGS="-extldflags \"${LDFLAGS}\" ${gitea_settings[@]}"
+   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"
+   )
+   [[ ${PV} != * ]] && makeenv+=("DRONE_TAG=${PV}")
+
+   env "${makeenv[@]}" emake -j1 "$@"
+}
+
+src_prepare() {
+   default
+
+   local sedcmds=(
+   -e "s#^RUN_MODE = dev#RUN_MODE = prod#"
+   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
+   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"
+   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
+   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
+   -e "s#^MODE = console#MODE = file#"
+   -e "s#^LEVEL = Trace#LEVEL = Info#"
+   -e "s#^LOG_SQL = true#LOG_SQL = false#"
+   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
+   -e "s#^APP_ID =#;APP_ID =#"
+   -e "s#^TRUSTED_FACETS =#;TRUSTED_FACETS =#"
+   )
+
+   sed -i "${sedcmds[@]}" custom/conf/app.ini.sample || die
+   if use sqlite ; then
+   sed -i -e 

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

2020-06-01 Thread Aaron Bauman
commit: 1651bbbc6a4f2446396d3c98baf73665546cab55
Author: Christian Tietz  mailbox  org>
AuthorDate: Sun May 31 22:49:53 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:30:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1651bbbc

sys-apps/bleachbit: Remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Christian Tietz  mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/16038
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-apps/bleachbit/Manifest |  1 -
 sys-apps/bleachbit/bleachbit-3.0.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index e12f04e9bab..fff9dd54226 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1,2 +1 @@
-DIST bleachbit-3.0.tar.bz2 562646 BLAKE2B 
4acdd5469ac1b36ff149231ad0b1b2e4e85a54a81c24c7751ceeed569526b905c1cc6be5201c4fb6929eb48e0553f0b27016de2584ee2f702492cc3fe659c2f9
 SHA512 
0d61f0b183c0d453275913741020c54c2915be9df45be706203e2278b125f4a02c75865117a7a2d587a034caa9bf109b2f498a4d522cc103c3879cc4a5d4854d
 DIST bleachbit-4.0.0.tar.bz2 599756 BLAKE2B 
05a4dbf9e0b6bbcba528875a82e36eb9f91ae84c5bdc6f8f69063a54bd192332f5dd1d22ee5a737243eb5fb74cf0362eace1b50a73f7c1d0557a8cba146dea01
 SHA512 
ce120239b411c6e177af0e22a16b583ac3ae8903ba13579878942492e4e221355da28f737d6c78811312bfcc888af7c8dba6c153673f4e1542cc2aceedf2d2c9

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



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

2020-06-01 Thread Aaron Bauman
commit: 7a6aaa6546db12c845cf259a9b2a7285ab556f9c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 22 08:11:20 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6aaa65

app-text/dblatex: remove unused patches

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15912
Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/dblatex/files/dblatex-path-logging.patch | 15 
 app-text/dblatex/files/dblatex-setup.patch| 28 ---
 2 files changed, 43 deletions(-)

diff --git a/app-text/dblatex/files/dblatex-path-logging.patch 
b/app-text/dblatex/files/dblatex-path-logging.patch
deleted file mode 100644
index 7f0fdb6c52a..000
--- a/app-text/dblatex/files/dblatex-path-logging.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur dblatex-0.3.7-orig/scripts/dblatex dblatex-0.3.7/scripts/dblatex
 dblatex-0.3.7-orig/scripts/dblatex 2015-08-07 10:47:53.0 +0100
-+++ dblatex-0.3.7/scripts/dblatex  2015-11-08 22:30:50.362571505 +
-@@ -1,8 +1,10 @@
- #! /usr/bin/env python
- import sys
- import os
-+import logging
- 
--package_base = os.path.join(os.path.dirname(sys.argv[0]), "..")
-+logging.basicConfig()
-+package_base = "/usr/share/dblatex"
- sys.path.append(os.path.realpath(os.path.join(package_base, "lib")))
- 
- from dbtexmf.dblatex import dblatex

diff --git a/app-text/dblatex/files/dblatex-setup.patch 
b/app-text/dblatex/files/dblatex-setup.patch
deleted file mode 100644
index f6cf4a24283..000
--- a/app-text/dblatex/files/dblatex-setup.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 dblatex-0.3.7-orig/setup.py2015-08-07 10:47:53.0 +0100
-+++ dblatex-0.3.7/setup.py 2015-11-08 22:39:03.076213227 +
-@@ -23,7 +23,6 @@
- from distutils import log
- from subprocess import Popen, PIPE
- sys.path.append("lib")
--from contrib.debian.installer import DebianInstaller
- 
- #
- # Build the command line script
-@@ -363,15 +362,12 @@
- status += "no"
- mis_stys.append(sty)
- print status
--
-+
- if mis_stys:
- raise OSError("not found: %s" % ", ".join(mis_stys))
- 
- def run(self):
--if self.install_layout == "deb":
--db = DebianInstaller(self)
--else:
--db = None
-+db = None
- 
- if not(db) and not(self.nodeps):
- try:



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

2020-06-01 Thread Aaron Bauman
commit: 617a36c176d37968a9c7b8b0e49435bb4a5fe43f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 26 18:07:49 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617a36c1

dev-libs/pigpio: remove unused file

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15977
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/pigpio/files/pigpiod.systemd | 9 -
 1 file changed, 9 deletions(-)

diff --git a/dev-libs/pigpio/files/pigpiod.systemd 
b/dev-libs/pigpio/files/pigpiod.systemd
deleted file mode 100644
index b1d28a66f82..000
--- a/dev-libs/pigpio/files/pigpiod.systemd
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Pigpio daemon
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/pigpiod
-
-[Install]
-WantedBy=multi-user.target



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

2020-06-01 Thread Aaron Bauman
commit: a49235f8280e0381b9508a7b71916f7ba3f5f596
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:18:13 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49235f8

dev-python/flask: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/flask/files/flask-1.1.1-py38.patch | 38 ---
 1 file changed, 38 deletions(-)

diff --git a/dev-python/flask/files/flask-1.1.1-py38.patch 
b/dev-python/flask/files/flask-1.1.1-py38.patch
deleted file mode 100644
index a03aa445137..000
--- a/dev-python/flask/files/flask-1.1.1-py38.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-commit c367a86cc5be70da4928b276d0218f98df6e854d
-Author: Fernanda Guimarães 
-Date:   Mon Oct 28 21:37:25 2019 -0300
-
-Test test_send_from_directory_bad_request no longer fails in Python 3.8.
-
-diff --git a/tests/test_helpers.py b/tests/test_helpers.py
-index 78a56221..21735af1 100644
 a/tests/test_helpers.py
-+++ b/tests/test_helpers.py
-@@ -11,6 +11,7 @@
- import datetime
- import io
- import os
-+import sys
- import uuid
- 
- import pytest
-@@ -780,12 +781,17 @@ class TestSendfile(object):
- assert rv.data.strip() == b"Hello Subdomain"
- rv.close()
- 
--def test_send_from_directory_bad_request(self, app, req_ctx):
-+def test_send_from_directory_null_character(self, app, req_ctx):
- app.root_path = os.path.join(
- os.path.dirname(__file__), "test_apps", "subdomaintestmodule"
- )
- 
--with pytest.raises(BadRequest):
-+if sys.version_info >= (3, 8):
-+exception = NotFound
-+else:
-+exception = BadRequest
-+
-+with pytest.raises(exception):
- flask.send_from_directory("static", "bad\x00")
- 
- 



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

2020-06-01 Thread Aaron Bauman
commit: 29c0ba389640c6f4e75443dc3aaa89d89da59298
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 22 08:08:45 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c0ba38

mail-mta/nullmailer: remove unused patch and files

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15911
Signed-off-by: Aaron Bauman  gentoo.org>

 mail-mta/nullmailer/files/init.d-nullmailer-r4 | 50 -
 mail-mta/nullmailer/files/init.d-nullmailer-r5 | 51 --
 .../files/nullmailer-1.13-unistd.h.patch   | 28 
 mail-mta/nullmailer/files/nullmailer.service   | 17 
 mail-mta/nullmailer/files/remotes.sample-1.13  | 29 
 5 files changed, 175 deletions(-)

diff --git a/mail-mta/nullmailer/files/init.d-nullmailer-r4 
b/mail-mta/nullmailer/files/init.d-nullmailer-r4
deleted file mode 100644
index 3a6e049f825..000
--- a/mail-mta/nullmailer/files/init.d-nullmailer-r4
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-command="/usr/sbin/nullmailer-send"
-
-start_stop_daemon_args="--chdir /var/nullmailer --user nullmail:nullmail"
-
-required_dirs="/var/nullmailer"
-pidfile="/run/nullmailer.pid"
-command_background="true"
-command_args="-s"
-
-depend() {
-   use net logger
-}
-
-checkconfig() {
-   local error=0
-   local f=/etc/nullmailer/me
-   if [ ! -s ${f} ]; then
-   eerror "${f} does not exist"
-   error=1
-   fi
-   f=/etc/nullmailer/defaultdomain
-   if [ ! -s ${f} ]; then
-   eerror "${f} does not exist"
-   error=1
-   fi
-   if [ ${error} -eq 1 ]; then
-   einfo "You need to run 'emerge --config nullmailer'!"
-   fi
-   if [ -e /service/nullmailer ]; then
-   eerror "Nullmailer is already running under svscan!"
-   error=2
-   fi
-   if [ ${error} -ne 0 ]; then
-   return 1
-   else
-   return 0
-   fi
-}
-
-start_pre() {
-   checkconfig
-}
-
-stop_pre() {
-   checkconfig # to avoid init.d stopping svscan instance
-}

diff --git a/mail-mta/nullmailer/files/init.d-nullmailer-r5 
b/mail-mta/nullmailer/files/init.d-nullmailer-r5
deleted file mode 100644
index 38ab1319df5..000
--- a/mail-mta/nullmailer/files/init.d-nullmailer-r5
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-command="/usr/sbin/nullmailer-send"
-
-start_stop_daemon_args="--chdir /var/spool/nullmailer --user nullmail:nullmail"
-start_stop_daemon_args+=" --stdout /var/log/nullmailer/nullmailer.log"
-start_stop_daemon_args+=" --stderr /var/log/nullmailer/nullmailer.log"
-
-required_dirs="/var/spool/nullmailer /var/log/nullmailer"
-pidfile="/run/nullmailer.pid"
-command_background="true"
-
-depend() {
-   use net logger
-}
-
-checkconfig() {
-   local error=0
-   local f=/etc/nullmailer/me
-   if [ ! -s ${f} ]; then
-   eerror "${f} does not exist"
-   error=1
-   fi
-   f=/etc/nullmailer/defaultdomain
-   if [ ! -s ${f} ]; then
-   eerror "${f} does not exist"
-   error=1
-   fi
-   if [ ${error} -eq 1 ]; then
-   einfo "You need to run 'emerge --config nullmailer'!"
-   fi
-   if [ -e /service/nullmailer ]; then
-   eerror "Nullmailer is already running under svscan!"
-   error=2
-   fi
-   if [ ${error} -ne 0 ]; then
-   return 1
-   else
-   return 0
-   fi
-}
-
-start_pre() {
-   checkconfig
-}
-
-stop_pre() {
-   checkconfig # to avoid init.d stopping svscan instance
-}

diff --git a/mail-mta/nullmailer/files/nullmailer-1.13-unistd.h.patch 
b/mail-mta/nullmailer/files/nullmailer-1.13-unistd.h.patch
deleted file mode 100644
index 8199b9627f4..000
--- a/mail-mta/nullmailer/files/nullmailer-1.13-unistd.h.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 5e9316c669e752fcd9058b28952919bccd967640 Mon Sep 17 00:00:00 2001
-From: "Anthony G. Basile" 
-Date: Sat, 31 Jan 2015 23:55:48 +
-Subject: [PATCH] lib/fdbuf/fdbuf.h: include 
-
-class fdobuf in lib/fdbuf/fdobuf.h makes use of uid_t and gid_t,
-but these are defined in  according to POSIX.  With libc's
-that adhere strictly to standards, like musl, this breaks the build.
-
-We add  to fdbuf.h which is included by fdbuf.h.
-
-Signed-off-by: Anthony G. Basile 

- lib/fdbuf/fdbuf.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/fdbuf/fdbuf.h b/lib/fdbuf/fdbuf.h
-index 4b0e9cb..0054b01 100644

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

2020-06-01 Thread Aaron Bauman
commit: bd86ec369211f44451d166694b1dfe43e31e7279
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:20:57 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd86ec36

dev-python/jaraco-functools: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../jaraco-functools-2.0-fix-py37-tests.patch  | 41 --
 1 file changed, 41 deletions(-)

diff --git 
a/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch 
b/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch
deleted file mode 100644
index dc296c4eb47..000
--- 
a/dev-python/jaraco-functools/files/jaraco-functools-2.0-fix-py37-tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From cc972095e5aa2ae80d1d69d7ca84ee94178e869a Mon Sep 17 00:00:00 2001
-From: "Jason R. Coombs" 
-Date: Sat, 20 Apr 2019 07:08:41 -0400
-Subject: [PATCH] Rewrite docstring on Python 3.7.3 to allow the test to pass.
- Fixes #12.
-

- conftest.py | 24 
- 1 file changed, 24 insertions(+)
- create mode 100644 conftest.py
-
-diff --git a/conftest.py b/conftest.py
-new file mode 100644
-index 000..b6fad41
 /dev/null
-+++ b/conftest.py
-@@ -0,0 +1,24 @@
-+import sys
-+import re
-+
-+import jaraco.functools
-+
-+
-+def pytest_configure():
-+  patch_for_issue_12()
-+
-+
-+def patch_for_issue_12():
-+  """
-+  Issue #12 revealed that Python 3.7.3 had a subtle
-+  change in the C implementation of functools that
-+  broke the assumptions around the method_cache (or
-+  any caller using possibly empty keyword arguments).
-+  This patch adjusts the docstring for that test so it
-+  can pass on that Python version.
-+  """
-+  affected_ver = 3, 7, 3
-+  if sys.version_info[:3] != affected_ver:
-+  return
-+  mc = jaraco.functools.method_cache
-+  mc.__doc__ = re.sub(r'^(\s+)75', r'\g<1>76', mc.__doc__, flags=re.M)



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

2020-06-01 Thread Aaron Bauman
commit: 1cab4fd8c64188a5f706e422fd03ac5d02a618a8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:20:40 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cab4fd8

dev-python/importlib_resources: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/importlib_resources-1.0.2-skip-wheel.patch | 12 
 1 file changed, 12 deletions(-)

diff --git 
a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
 
b/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
deleted file mode 100644
index 1cff1fafeaf..000
--- 
a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.cfg b/setup.cfg
-index c9ef791..412b1a9 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -19,7 +19,6 @@ classifiers =
- python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
- setup_requires = 
-   setuptools
--  wheel
- install_requires = 
-   pathlib2; python_version < '3'
-   typing; python_version < '3.5'



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

2020-06-01 Thread Aaron Bauman
commit: 958ac398c46bbd6356a774fddbe8b4ec8c5404f4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:22:30 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958ac398

dev-python/nltk: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../nltk/files/nltk-3.4.5-corpus-tests.patch   | 37 --
 1 file changed, 37 deletions(-)

diff --git a/dev-python/nltk/files/nltk-3.4.5-corpus-tests.patch 
b/dev-python/nltk/files/nltk-3.4.5-corpus-tests.patch
deleted file mode 100644
index 0284aec02b9..000
--- a/dev-python/nltk/files/nltk-3.4.5-corpus-tests.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/nltk/test/corpus.doctest b/nltk/test/corpus.doctest
-index 5509fe2fd..0a34c9522 100644
 a/nltk/test/corpus.doctest
-+++ b/nltk/test/corpus.doctest
-@@ -94,7 +94,7 @@ If the reader methods are called without any arguments, they 
will
- typically load all documents in the corpus.
- 
- >>> len(inaugural.words())
--145735
-+149797
- 
- If a corpus contains a README file, it can be accessed with a ``readme()`` 
method:
- 
-@@ -387,8 +387,8 @@ examples illustrate the use of the wordlist corpora:
- 
- >>> stopwords.fileids() # doctest: +ELLIPSIS
- ['arabic', 'azerbaijani', 'danish', 'dutch', 'english', 'finnish', 
'french', ...]
-->>> stopwords.words('portuguese') # doctest: +ELLIPSIS
--['de', 'a', 'o', 'que', 'e', 'do', 'da', 'em', 'um', 'para', ...]
-+>>> sorted(stopwords.words('portuguese')) # doctest: +ELLIPSIS
-+['a', 'ao', 'aos', 'aquela', 'aquelas', 'aquele', 'aqueles', ...]
- >>> names.fileids()
- ['female.txt', 'male.txt']
- >>> names.words('male.txt') # doctest: +ELLIPSIS
-diff --git a/nltk/test/unit/test_wordnet.py b/nltk/test/unit/test_wordnet.py
-index a7b26ac91..a1df3d396 100644
 a/nltk/test/unit/test_wordnet.py
-+++ b/nltk/test/unit/test_wordnet.py
-@@ -204,7 +204,7 @@ class WordnNetDemo(unittest.TestCase):
- u'preobrat',
- u'preobrat_v_mišljenju'
- ]
--self.assertEqual(S('about-face.n.02').lemma_names(lang='slv'), 
expected)
-+
self.assertEqual(sorted(S('about-face.n.02').lemma_names(lang='slv')), 
sorted(expected))
- 
- def test_iterable_type_for_all_lemma_names(self):
- # Duck-test for iterables.



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

2020-06-01 Thread Aaron Bauman
commit: b63ae5681b75df390552ec553044c9dfb1cf56da
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:22:52 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63ae568

dev-python/parver: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/parver-0.2.1-gentoo-versioning.patch | 29 --
 1 file changed, 29 deletions(-)

diff --git a/dev-python/parver/files/parver-0.2.1-gentoo-versioning.patch 
b/dev-python/parver/files/parver-0.2.1-gentoo-versioning.patch
deleted file mode 100644
index a2cae61afa4..000
--- a/dev-python/parver/files/parver-0.2.1-gentoo-versioning.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/setup.py b/setup.py
-index c5c2492..8f5c8c7 100644
 a/setup.py
-+++ b/setup.py
-@@ -18,9 +18,9 @@ LONG_DESC = open('README.rst', encoding='utf-8').read()
- 
- extras_require = {
- 'test': [
--'pytest ~= 3.5',
--'hypothesis ~= 3.56',
--'pretend ~= 1.0',
-+'pytest >= 3.5',
-+'hypothesis >= 3.56',
-+'pretend >= 1.0',
- ],
- 'docstest': [
- 'doc8',
-@@ -49,9 +49,9 @@ setup(
- packages=find_packages('src'),
- package_dir={'': 'src'},
- install_requires=[
--'arpeggio ~= 1.7',
-+'arpeggio >= 1.7',
- 'attrs >= 17.4.0',
--'six ~= 1.9',
-+'six >= 1.9',
- ],
- extras_require=extras_require,
- python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',



[gentoo-commits] repo/gentoo:master commit in: media-plugins/live/files/

2020-06-01 Thread Aaron Bauman
commit: 09d30604684830f7f63806b66708d602530e584f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat May 23 16:03:55 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d30604

media-plugins/live: remove unused patch and files

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15928
Signed-off-by: Aaron Bauman  gentoo.org>

 media-plugins/live/files/config.gentoo-r1  | 17 -
 media-plugins/live/files/config.gentoo-so-r2   | 17 -
 media-plugins/live/files/live-recursive3.patch | 14 --
 3 files changed, 48 deletions(-)

diff --git a/media-plugins/live/files/config.gentoo-r1 
b/media-plugins/live/files/config.gentoo-r1
deleted file mode 100644
index d77fb19758a..000
--- a/media-plugins/live/files/config.gentoo-r1
+++ /dev/null
@@ -1,17 +0,0 @@
-COMPILE_OPTS = $(INCLUDES) -I. -DSOCKLEN_T=socklen_t 
-D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DXLOCALE_NOT_USED
-C =c
-C_COMPILER =   $(CC)
-C_FLAGS =  $(COMPILE_OPTS) $(CFLAGS)
-CPP =  cpp
-CPLUSPLUS_COMPILER =   $(CXX)
-CPLUSPLUS_FLAGS =  $(COMPILE_OPTS) $(CXXFLAGS)
-OBJ =  o
-LINK = $(CXX) -o
-LINK_OPTS =-L.
-CONSOLE_LINK_OPTS =$(LINK_OPTS)
-LIBRARY_LINK = $(LD) -o
-LIBRARY_LINK_OPTS =$(LINK_OPTS) -r -Bstatic
-LIB_SUFFIX =   a
-LIBS_FOR_CONSOLE_APPLICATION =
-LIBS_FOR_GUI_APPLICATION =
-EXE =

diff --git a/media-plugins/live/files/config.gentoo-so-r2 
b/media-plugins/live/files/config.gentoo-so-r2
deleted file mode 100644
index fb9241ef3e8..000
--- a/media-plugins/live/files/config.gentoo-so-r2
+++ /dev/null
@@ -1,17 +0,0 @@
-COMPILE_OPTS = $(INCLUDES) -I. -DSOCKLEN_T=socklen_t 
-D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DXLOCALE_NOT_USED
-C =c
-C_COMPILER =   $(CC)
-C_FLAGS =  $(COMPILE_OPTS) -fPIC $(CFLAGS)
-CPP =  cpp
-CPLUSPLUS_COMPILER =   $(CXX)
-CPLUSPLUS_FLAGS =  $(COMPILE_OPTS) -fPIC $(CXXFLAGS)
-OBJ =  o
-LINK = $(CXX) -o
-LINK_OPTS =-L.
-CONSOLE_LINK_OPTS =$(LINK_OPTS)
-LIBRARY_LINK = $(CXX) -o
-LIBRARY_LINK_OPTS =$(LINK_OPTS) -shared -Wl,-soname,$@
-LIB_SUFFIX =   so
-LIBS_FOR_CONSOLE_APPLICATION =
-LIBS_FOR_GUI_APPLICATION =
-EXE =

diff --git a/media-plugins/live/files/live-recursive3.patch 
b/media-plugins/live/files/live-recursive3.patch
deleted file mode 100644
index 29afe86e819..000
--- a/media-plugins/live/files/live-recursive3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: live/Makefile.tail
-===
 live.orig/Makefile.tail
-+++ live/Makefile.tail
-@@ -16,9 +16,6 @@ all:
-   cd $(GROUPSOCK_DIR) ; $(MAKE)
-   cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE)
-   cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE)
--  cd $(TESTPROGS_DIR) ; $(MAKE)
--  cd $(MEDIA_SERVER_DIR) ; $(MAKE)
--  cd $(PROXY_SERVER_DIR) ; $(MAKE)
-   @echo
-   @echo "For more information about this source code (including your 
obligations under the LGPL), please see our FAQ at 
http://live555.com/liveMedia/faq.html;
- 



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

2020-06-01 Thread Aaron Bauman
commit: 35b797ac754acc1e937d67e50ad7e1771ea8c605
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:17:56 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b797ac

dev-python/docutils: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../docutils/files/docutils-0.15.2-tests.patch | 40 --
 1 file changed, 40 deletions(-)

diff --git a/dev-python/docutils/files/docutils-0.15.2-tests.patch 
b/dev-python/docutils/files/docutils-0.15.2-tests.patch
deleted file mode 100644
index 11ccbd01b90..000
--- a/dev-python/docutils/files/docutils-0.15.2-tests.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ru docutils-0.15.2.orig/test/test_writers/test_odt.py 
docutils-0.15.2/test/test_writers/test_odt.py
 docutils-0.15.2.orig/test/test_writers/test_odt.py 2019-11-25 
19:38:23.327374852 -0800
-+++ docutils-0.15.2/test/test_writers/test_odt.py  2019-11-25 
19:38:13.585433399 -0800
-@@ -38,6 +38,7 @@
-
- from __init__ import DocutilsTestSupport
-
-+import unittest
- import docutils
- import docutils.core
- from docutils._compat import BytesIO
-@@ -146,12 +147,13 @@
- #  is replaced with a name for the new test.
- # See instructions above in module doc-string.
- #
--
-+@unittest.skipIf(sys.hexversion > 0x308000, "test is buggy on 3.8")
- def test_odt_basic(self):
- self.process_test('odt_basic.txt', 'odt_basic.odt',
- save_output_name='odt_basic.odt'
- )
-
-+@unittest.skipIf(sys.hexversion > 0x308000, "test is buggy on 3.8")
- def test_odt_nested_class(self):
- self.process_test('odt_nested_class.txt',
-   'odt_nested_class.odt',
-@@ -166,11 +168,13 @@
-   save_output_name='odt_no_class.odt'
- )
-
-+@unittest.skipIf(sys.hexversion > 0x308000, "test is buggy on 3.8")
- def test_odt_tables1(self):
- self.process_test('odt_tables1.txt', 'odt_tables1.odt',
- save_output_name='odt_tables1.odt'
- )
-
-+@unittest.skipIf(sys.hexversion > 0x308000, "test is buggy on 3.8")
- def test_odt_custom_headfoot(self):
- settings_overrides = {
- 'custom_header': 'Page %p% of %P%',



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

2020-06-01 Thread Aaron Bauman
commit: 57b219c03f0e6a0ac44b0511fbb7484ca8c46fb1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:24:02 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b219c0

dev-python/pyzmq: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../pyzmq/files/pyzmq-17.1.0-test_message.patch| 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-python/pyzmq/files/pyzmq-17.1.0-test_message.patch 
b/dev-python/pyzmq/files/pyzmq-17.1.0-test_message.patch
deleted file mode 100644
index 66d0de75e38..000
--- a/dev-python/pyzmq/files/pyzmq-17.1.0-test_message.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Disable hanging test
-Bug: https://github.com/zeromq/pyzmq/issues/1202
-
-Patch by Marius Brehler 
 pyzmq-17.1.0/zmq/tests/test_message.py
-+++ pyzmq-17.1.0/zmq/tests/test_message.py
-@@ -14,6 +14,7 @@ import time
- from pprint import pprint
- from unittest import TestCase
- 
-+import pytest
- import zmq
- from zmq.tests import BaseZMQTestCase, SkipTest, skip_pypy, PYPY
- from zmq.utils.strtypes import unicode, bytes, b, u
-@@ -262,6 +263,7 @@ class TestFrame(BaseZMQTestCase):
- self.assertEqual(s,r)
- self.assertEqual(s, m.bytes)
- 
-+@pytest.mark.skip("test sometimes hangs")
- def test_buffer_numpy(self):
- """test non-copying numpy array messages"""
- try:



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

2020-06-01 Thread Aaron Bauman
commit: 4dd07da7752be066b8436a42b400d64cfec04b5e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:23:46 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd07da7

dev-python/pylint: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../pylint/files/pylint-2.3.1-no-pytest-runner.patch   | 12 
 dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch| 14 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch 
b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
deleted file mode 100644
index 4caf59bb30e..000
--- a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index a7b5e413..841a1c0d 100644
 a/setup.py
-+++ b/setup.py
-@@ -169,7 +169,6 @@ def install(**kwargs):
-  extras_require=extras_require,
-  test_suite='test',
-  python_requires='>=3.4.*',
-- setup_requires=['pytest-runner'],
-  tests_require=['pytest'],
-  **kwargs)
- 

diff --git a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch 
b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch
deleted file mode 100644
index 9353a90957f..000
--- a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-It's not worth introducing a new dependency for a mere sphinx theme...
-diff --git a/doc/conf.py b/doc/conf.py
-index ada9ec49..2bd66593 100644
 a/doc/conf.py
-+++ b/doc/conf.py
-@@ -99,7 +99,7 @@ pygments_style = 'sphinx'
- 
- # The theme to use for HTML and HTML Help pages.  See the documentation for
- # a list of builtin themes.
--html_theme = 'python_docs_theme'
-+html_theme = 'nature'
- 
- # Theme options are theme-specific and customize the look and feel of a theme
- # further.  For a list of options available for each theme, see the



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

2020-06-01 Thread Aaron Bauman
commit: 0e789c9a5aa3e4cb91acc4973b295438483d3c42
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:24:31 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e789c9a

dev-python/subprocess32: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/subprocess32-3.2.7-sandbox-test-fix.patch| 14 --
 1 file changed, 14 deletions(-)

diff --git 
a/dev-python/subprocess32/files/subprocess32-3.2.7-sandbox-test-fix.patch 
b/dev-python/subprocess32/files/subprocess32-3.2.7-sandbox-test-fix.patch
deleted file mode 100644
index 50e4a511fc4..000
--- a/dev-python/subprocess32/files/subprocess32-3.2.7-sandbox-test-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/test_subprocess32.py b/test_subprocess32.py
-index c312949..000f7d6 100644
 a/test_subprocess32.py
-+++ b/test_subprocess32.py
-@@ -538,7 +538,8 @@ class ProcessTestCase(BaseTestCase):
- [sys.executable, "-c",
-  'import os; '
-  'print([k for k in os.environ.keys() '
-- '   if ("VERSIONER" not in k and "__CF" not in k)])'],
-+ '   if ("VERSIONER" not in k and "__CF" not in k and '
-+ '   "LD_PRELOAD" not in k and "SANDBOX_" not in 
k)])'],
- stdout=subprocess.PIPE, env={})
- try:
- stdout, stderr = p.communicate()



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

2020-06-01 Thread Aaron Bauman
commit: eb96dbdc46aa5b113f22e731a071861af0451cd5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:23:07 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb96dbdc

dev-python/passlib: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/passlib/files/passlib-1.7.1-tests.patch | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-python/passlib/files/passlib-1.7.1-tests.patch 
b/dev-python/passlib/files/passlib-1.7.1-tests.patch
deleted file mode 100644
index 697262fcd9b..000
--- a/dev-python/passlib/files/passlib-1.7.1-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Only in passlib-1.7.1.orig/passlib/tests: .utils.py.swp
-Only in passlib-1.7.1/passlib/tests: .utils.py.un~
-diff -ur passlib-1.7.1.orig/passlib/tests/utils.py 
passlib-1.7.1/passlib/tests/utils.py
 passlib-1.7.1.orig/passlib/tests/utils.py  2019-11-19 21:39:07.373344777 
-0800
-+++ passlib-1.7.1/passlib/tests/utils.py   2019-11-19 21:39:13.525351120 
-0800
-@@ -16,6 +16,7 @@
- import tempfile
- import threading
- import time
-+import unittest
- from passlib.exc import PasslibHashWarning, PasslibConfigWarning
- from passlib.utils.compat import PY3, JYTHON
- import warnings
-@@ -3149,6 +3150,7 @@
- self.assertRaises(MissingBackendError, self.do_genhash, 'stub', 
hash)
- self.assertRaises(MissingBackendError, self.do_verify, 'stub', 
hash)
- 
-+@unittest.skip("fails due to unexpected support on linux, probably out of 
date")
- def test_82_crypt_support(self):
- """test platform-specific crypt() support detection"""
- # NOTE: this is mainly just a sanity check to ensure the runtime
-diff -ur passlib-1.7.1.orig/passlib/utils/__init__.py 
passlib-1.7.1/passlib/utils/__init__.py
 passlib-1.7.1.orig/passlib/utils/__init__.py   2019-11-19 
22:55:46.43894 -0800
-+++ passlib-1.7.1/passlib/utils/__init__.py2019-11-19 22:56:37.144958345 
-0800
-@@ -903,7 +903,7 @@
- 
- # the current time, to whatever precision os uses
- time.time(),
--time.clock(),
-+tick(),
- 
- # if urandom available, might as well mix some bytes in.
- os.urandom(32).decode("latin-1") if has_urandom else 0,



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

2020-06-01 Thread Aaron Bauman
commit: d5a3d0f1a24ade39ac3c38a4a5f3f57dea2dbc50
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:24:59 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a3d0f1

dev-python/yapsy: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15883
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/yapsy-1.11.223-python36-tests.patch  | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-python/yapsy/files/yapsy-1.11.223-python36-tests.patch 
b/dev-python/yapsy/files/yapsy-1.11.223-python36-tests.patch
deleted file mode 100644
index 55b6b00873b..000
--- a/dev-python/yapsy/files/yapsy-1.11.223-python36-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From b79ab28e430995cd64923bb93474b214bc38529b Mon Sep 17 00:00:00 2001
-From: Thibauld Nion 
-Date: Sun, 29 Jan 2017 18:31:06 +0100
-Subject: [PATCH] fix error on python 3.6
-

- test/test_ErrorInPlugin.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/test_ErrorInPlugin.py b/test/test_ErrorInPlugin.py
-index 171ce5d..9f22dcf 100644
 a/test/test_ErrorInPlugin.py
-+++ b/test/test_ErrorInPlugin.py
-@@ -50,7 +50,7 @@ def errorMock(*args,**kwargs):
-   self.assertEqual(len(callback_infos),1)
-   self.assertTrue(isinstance(callback_infos[0].error,tuple))
-   self.assertEqual(loadedPlugins[0],callback_infos[0])
--  self.assertEqual(callback_infos[0].error[0],ImportError)
-+  
self.assertTrue(issubclass(callback_infos[0].error[0],ImportError))
-   # check that the getCategories works
-   self.assertEqual(len(spm.getCategories()),1)
-   sole_category = spm.getCategories()[0]



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

2020-06-01 Thread Aaron Bauman
commit: 110463e1da863170f9a8b649ddbe677bba8e0dea
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:21:17 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110463e1

dev-python/jedi: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/jedi/files/jedi-0.15.1-tests.patch | 94 ---
 1 file changed, 94 deletions(-)

diff --git a/dev-python/jedi/files/jedi-0.15.1-tests.patch 
b/dev-python/jedi/files/jedi-0.15.1-tests.patch
deleted file mode 100644
index cdc59053df0..000
--- a/dev-python/jedi/files/jedi-0.15.1-tests.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-diff --git a/test/test_api/test_completion.py 
b/test/test_api/test_completion.py
-index 178daee9..0c86f837 100644
 a/test/test_api/test_completion.py
-+++ b/test/test_api/test_completion.py
-@@ -1,4 +1,5 @@
--from os.path import join, sep as s
-+from os.path import join, sep as s, dirname
-+import os
- import sys
- from textwrap import dedent
- 
-@@ -164,6 +165,7 @@ f2 = join(root_dir, 'test', 'example.py')
- os_path = 'from os.path import *\n'
- # os.path.sep escaped
- se = s * 2 if s == '\\' else s
-+current_dirname = os.path.basename(dirname(dirname(dirname(__file__
- 
- 
- @pytest.mark.parametrize(
-@@ -181,7 +183,7 @@ se = s * 2 if s == '\\' else s
- ('test%sexample.py' % se, 'r"test%scomp"' % s, 5, ['t' + s]),
- ('test%sexample.py' % se, 'r"test%scomp"' % s, 11, ['letion' + s]),
- ('test%sexample.py' % se, '"%s"' % join('test', 'completion', 
'basi'), 21, ['c.py']),
--('example.py', 'rb"' + join('..', 'jedi', 'tes'), None, ['t' + s]),
-+('example.py', 'rb"'+ join('..', current_dirname, 'tes'), None, ['t' 
+ s]),
- 
- # Absolute paths
- (None, '"' + join(root_dir, 'test', 'test_ca'), None, ['che.py"']),
-diff --git a/test/test_evaluate/test_signature.py 
b/test/test_evaluate/test_signature.py
-index 0bb5cbae..2fda3d55 100644
 a/test/test_evaluate/test_signature.py
-+++ b/test/test_evaluate/test_signature.py
-@@ -16,7 +16,7 @@ from jedi.evaluate.gradual.conversion import 
_stub_to_python_context_set
- ('str', "str(object='', /) -> str", ['object'], ge, (2, 7)),
- 
- ('pow', 'pow(x, y, z=None, /) -> number', ['x', 'y', 'z'], lt, (3, 
5)),
--('pow', 'pow(x, y, z=None, /)', ['x', 'y', 'z'], ge, (3, 5)),
-+('pow', 'pow(base, exp, mod=None)', ['base', 'exp', 'mod'], ge, (3, 
8)),
- 
- ('bytes.partition', 'partition(self, sep, /) -> (head, sep, tail)', 
['self', 'sep'], lt, (3, 5)),
- ('bytes.partition', 'partition(self, sep, /)', ['self', 'sep'], ge, 
(3, 5)),
-diff --git a/test/test_evaluate/test_sys_path.py 
b/test/test_evaluate/test_sys_path.py
-index deaa64ca..fdee2ece 100644
 a/test/test_evaluate/test_sys_path.py
-+++ b/test/test_evaluate/test_sys_path.py
-@@ -1,7 +1,9 @@
- import os
-+import os.path
- from glob import glob
- import sys
- import shutil
-+import distutils.sysconfig
- 
- import pytest
- from ..helpers import skip_if_windows, skip_if_not_windows
-@@ -33,12 +35,10 @@ def test_venv_and_pths(venv_path):
- pjoin = os.path.join
- 
- CUR_DIR = os.path.dirname(__file__)
--site_pkg_path = pjoin(venv_path, 'lib')
--if os.name == 'nt':
--site_pkg_path = pjoin(site_pkg_path, 'site-packages')
--else:
--site_pkg_path = glob(pjoin(site_pkg_path, 'python*', 
'site-packages'))[0]
--shutil.rmtree(site_pkg_path)
-+site_pkg_path = pjoin(venv_path,
-+  
distutils.sysconfig.get_python_lib().lstrip(distutils.sysconfig.BASE_PREFIX))
-+if os.path.exists(site_pkg_path):
-+shutil.rmtree(site_pkg_path)
- shutil.copytree(pjoin(CUR_DIR, 'sample_venvs', 'pth_directory'), 
site_pkg_path)
- 
- virtualenv = create_environment(venv_path)
-diff --git a/test/test_utils.py b/test/test_utils.py
-index 17328a36..71217086 100644
 a/test/test_utils.py
-+++ b/test/test_utils.py
-@@ -77,10 +77,14 @@ class TestSetupReadline(unittest.TestCase):
- # There are minor differences, e.g. the dir doesn't include deleted
- # items as well as items that are not only available on linux.
- difference = set(self.completions(s)).symmetric_difference(goal)
--difference = {x for x in difference if not x.startswith('from os 
import _')}
-+difference = {
-+x for x in difference
-+if all(not x.startswith('from os import ' + s)
-+   for s in ['_', 'O_', 'EX_', 'MFD_', 'SF_'])
-+}
- # There are quite a few differences, because both Windows and Linux
--# (posix and nt) libraries are included.
--assert len(difference) < 38
-+# (posix and nt) librariesare included.
-+assert len(difference) < 22
- 
- @cwd_at('test')
- def 

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

2020-06-01 Thread Aaron Bauman
commit: 33dcd1e862f8c08509ac7d63cd90411159448053
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:21:40 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dcd1e8

dev-python/lxml: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/lxml/files/lxml-4.4.2-tests-pypy.patch | 415 --
 1 file changed, 415 deletions(-)

diff --git a/dev-python/lxml/files/lxml-4.4.2-tests-pypy.patch 
b/dev-python/lxml/files/lxml-4.4.2-tests-pypy.patch
deleted file mode 100644
index 780970897f8..000
--- a/dev-python/lxml/files/lxml-4.4.2-tests-pypy.patch
+++ /dev/null
@@ -1,415 +0,0 @@
-diff --git a/src/lxml/tests/test_elementtree.py 
b/src/lxml/tests/test_elementtree.py
-index 435807a5..3999de1f 100644
 a/src/lxml/tests/test_elementtree.py
-+++ b/src/lxml/tests/test_elementtree.py
-@@ -27,7 +27,7 @@ if this_dir not in sys.path:
- from common_imports import BytesIO, etree, HelperTestCase
- from common_imports import ElementTree, cElementTree, ET_VERSION, CET_VERSION
- from common_imports import filter_by_version, fileInTestDir, canonicalize, 
tmpfile
--from common_imports import _str, _bytes, unicode, next, IS_PYTHON2
-+from common_imports import _str, _bytes, unicode, next, IS_PYTHON2, IS_PYPY
- 
- if cElementTree is not None and (CET_VERSION <= (1,0,7) or 
sys.version_info[0] >= 3):
- cElementTree = None
-@@ -2928,6 +2928,7 @@ class _ETreeTestCaseBase(HelperTestCase):
- self.assertEqual('TEST', root2[0].get('{%s}a' % ns_href))
- 
- required_versions_ET['test_register_namespace'] = (1,3)
-+@unittest.skipIf(IS_PYPY, "broken on pypy")
- def test_register_namespace(self):
- # ET 1.3+
- Element = self.etree.Element
-diff --git a/src/lxml/tests/test_errors.py b/src/lxml/tests/test_errors.py
-index 9dc648eb..1853e546 100644
 a/src/lxml/tests/test_errors.py
-+++ b/src/lxml/tests/test_errors.py
-@@ -13,7 +13,7 @@ this_dir = os.path.dirname(__file__)
- if this_dir not in sys.path:
- sys.path.insert(0, this_dir) # needed for Py3
- 
--from common_imports import HelperTestCase
-+from common_imports import HelperTestCase, IS_PYPY
- 
- 
- class ErrorTestCase(HelperTestCase):
-@@ -27,6 +27,7 @@ class ErrorTestCase(HelperTestCase):
- def test_empty_parse(self):
- self.assertRaises(etree.XMLSyntaxError, etree.fromstring, '')
- 
-+@unittest.skipIf(IS_PYPY, "broken on pypy")
- def test_element_cyclic_gc_none(self):
- # test if cyclic reference can crash etree
- Element = self.etree.Element
-diff --git a/src/lxml/tests/test_http_io.py b/src/lxml/tests/test_http_io.py
-index d058fad2..b905fdfb 100644
 a/src/lxml/tests/test_http_io.py
-+++ b/src/lxml/tests/test_http_io.py
-@@ -17,10 +17,11 @@ if this_dir not in sys.path:
- sys.path.insert(0, this_dir)  # needed for Py3
- 
- from .common_imports import (
--etree, HelperTestCase, BytesIO, _bytes)
-+etree, HelperTestCase, BytesIO, _bytes, IS_PYPY)
- from .dummy_http_server import webserver, HTTPRequestCollector
- 
- 
-+@unittest.skipIf(IS_PYPY, "broken on pypy")
- class HttpIOTestCase(HelperTestCase):
- etree = etree
- 
-diff --git a/src/lxml/tests/test_nsclasses.py 
b/src/lxml/tests/test_nsclasses.py
-index b8b41063..e8d275b9 100644
 a/src/lxml/tests/test_nsclasses.py
-+++ b/src/lxml/tests/test_nsclasses.py
-@@ -12,7 +12,7 @@ if this_dir not in sys.path:
- sys.path.insert(0, this_dir) # needed for Py3
- 
- from common_imports import etree, HelperTestCase, _bytes
--from common_imports import doctest, make_doctest
-+from common_imports import doctest, make_doctest, IS_PYPY
- 
- class ETreeNamespaceClassesTestCase(HelperTestCase):
- 
-@@ -49,6 +49,7 @@ class ETreeNamespaceClassesTestCase(HelperTestCase):
- self.Namespace('ns02').clear()
- self.Namespace('ns03').clear()
- 
-+@unittest.skipIf(IS_PYPY, "broken on pypy")
- def test_ns_classes(self):
- bluff_dict = {'bluff' : self.bluff_class}
- maeh_dict  = {'maeh'  : self.maeh_class}
-diff --git a/src/lxml/tests/test_objectify.py 
b/src/lxml/tests/test_objectify.py
-index 78035d04..45e73d97 100644
 a/src/lxml/tests/test_objectify.py
-+++ b/src/lxml/tests/test_objectify.py
-@@ -13,7 +13,7 @@ if this_dir not in sys.path:
- 
- from common_imports import etree, HelperTestCase, fileInTestDir
- from common_imports import SillyFileLike, canonicalize, doctest, make_doctest
--from common_imports import _bytes, _str, StringIO, BytesIO
-+from common_imports import _bytes, _str, StringIO, BytesIO, IS_PYPY
- 
- from lxml import objectify
- 
-@@ -216,11 +216,13 @@ class ObjectifyTestCase(HelperTestCase):
- expected.update(DEFAULT_NSMAP)
- self.assertEqual(root.value.nsmap, expected)
- 
-+@unittest.skipIf(IS_PYPY, "broken on pypy")
- def 

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

2020-06-01 Thread Aaron Bauman
commit: fcda5cb16e76a5d6387d9425e62ca81e1a20e3fc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:24:45 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcda5cb1

dev-python/vcrpy: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../vcrpy/files/vcrpy-skip-network-tests.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/vcrpy/files/vcrpy-skip-network-tests.patch 
b/dev-python/vcrpy/files/vcrpy-skip-network-tests.patch
deleted file mode 100644
index a1f00aa7785..000
--- a/dev-python/vcrpy/files/vcrpy-skip-network-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/tests/unit/test_stubs.py b/tests/unit/test_stubs.py
-index 7eb0684..a4bc7a1 100644
 a/tests/unit/test_stubs.py
-+++ b/tests/unit/test_stubs.py
-@@ -1,7 +1,7 @@
- from vcr.stubs import VCRHTTPSConnection
- from vcr.compat import mock
- from vcr.cassette import Cassette
--
-+import pytest
- 
- class TestVCRConnection(object):
- 
-@@ -11,6 +11,7 @@ class TestVCRConnection(object):
- assert vcr_connection.real_connection.ssl_version == 
'example_ssl_version'
- 
- @mock.patch('vcr.cassette.Cassette.can_play_response_for', 
return_value=False)
-+@pytest.mark.skip('requires network access')
- def testing_connect(*args):
- vcr_connection = VCRHTTPSConnection('www.google.com')
- vcr_connection.cassette = Cassette('test', record_mode='all')



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

2020-06-01 Thread Aaron Bauman
commit: 4d773d49d98b820005e7da7824ef13b27745
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:24:20 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d77

dev-python/requests: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../requests/files/requests-2.22.0-pytest-4.patch  | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-python/requests/files/requests-2.22.0-pytest-4.patch 
b/dev-python/requests/files/requests-2.22.0-pytest-4.patch
deleted file mode 100644
index 5b8ec34912d..000
--- a/dev-python/requests/files/requests-2.22.0-pytest-4.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From dc75b3ca0b4c95648eb07b92cb414394d99c13a0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
-Date: Mon, 8 Apr 2019 18:04:22 +0200
-Subject: [PATCH] Support pytest 4
-
-Fixes https://github.com/kennethreitz/requests/issues/5048
-
-See 
https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize

- setup.py| 2 +-
- tests/test_utils.py | 3 ++-
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test_utils.py b/tests/test_utils.py
-index 59b0b0efa..62c51494d 100644
 a/tests/test_utils.py
-+++ b/tests/test_utils.py
-@@ -33,7 +33,8 @@ class TestSuperLen:
- 'stream, value', (
- (StringIO.StringIO, 'Test'),
- (BytesIO, b'Test'),
--pytest.mark.skipif('cStringIO is None')((cStringIO, 'Test')),
-+pytest.param(cStringIO, 'Test',
-+ marks=pytest.mark.skipif('cStringIO is None')),
- ))
- def test_io_streams(self, stream, value):
- """Ensures that we properly deal with different kinds of IO 
streams."""



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/files/

2020-06-01 Thread Aaron Bauman
commit: 8a66610eee41905f10fb132dac8982249d055791
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:19:35 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a66610e

dev-python/google-apitools: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/google-apitools-0.5.30-abc.patch | 81 --
 ...tools-0.5.30-skip-enum-test-on-new-python.patch | 21 --
 2 files changed, 102 deletions(-)

diff --git a/dev-python/google-apitools/files/google-apitools-0.5.30-abc.patch 
b/dev-python/google-apitools/files/google-apitools-0.5.30-abc.patch
deleted file mode 100644
index 32f61a3d889..000
--- a/dev-python/google-apitools/files/google-apitools-0.5.30-abc.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-commit cfefe5a8322b40c6e7bd3cc794fd644edcc3a6d6
-Author: Karthikeyan Singaravelan 
-Date:   Mon Jan 27 20:21:15 2020 +0530
-
-Import ABC from collections.abc instead of collections for Python 3.9 
compatibility. (#286)
-
-diff --git a/apitools/base/py/extra_types.py b/apitools/base/py/extra_types.py
-index 847dc91..e40a785 100644
 a/apitools/base/py/extra_types.py
-+++ b/apitools/base/py/extra_types.py
-@@ -16,7 +16,6 @@
- 
- """Extra types understood by apitools."""
- 
--import collections
- import datetime
- import json
- import numbers
-@@ -30,6 +29,11 @@ from apitools.base.py import encoding_helper as encoding
- from apitools.base.py import exceptions
- from apitools.base.py import util
- 
-+if six.PY3:
-+from collections.abc import Iterable
-+else:
-+from collections import Iterable
-+
- __all__ = [
- 'DateField',
- 'DateTimeMessage',
-@@ -129,7 +133,7 @@ def _PythonValueToJsonValue(py_value):
- return JsonValue(double_value=float(py_value))
- if isinstance(py_value, dict):
- return JsonValue(object_value=_PythonValueToJsonObject(py_value))
--if isinstance(py_value, collections.Iterable):
-+if isinstance(py_value, Iterable):
- return JsonValue(array_value=_PythonValueToJsonArray(py_value))
- raise exceptions.InvalidDataError(
- 'Cannot convert "%s" to JsonValue' % py_value)
-@@ -212,7 +216,7 @@ def _JsonProtoToPythonValue(json_proto):
- def _PythonValueToJsonProto(py_value):
- if isinstance(py_value, dict):
- return _PythonValueToJsonObject(py_value)
--if (isinstance(py_value, collections.Iterable) and
-+if (isinstance(py_value, Iterable) and
- not isinstance(py_value, six.string_types)):
- return _PythonValueToJsonArray(py_value)
- return _PythonValueToJsonValue(py_value)
-diff --git a/apitools/base/py/util.py b/apitools/base/py/util.py
-index ac1a44c..ad086e4 100644
 a/apitools/base/py/util.py
-+++ b/apitools/base/py/util.py
-@@ -16,7 +16,6 @@
- 
- """Assorted utilities shared between parts of apitools."""
- 
--import collections
- import os
- import random
- 
-@@ -30,6 +29,11 @@ from apitools.base.protorpclite import messages
- from apitools.base.py import encoding_helper as encoding
- from apitools.base.py import exceptions
- 
-+if six.PY3:
-+from collections.abc import Iterable
-+else:
-+from collections import Iterable
-+
- __all__ = [
- 'DetectGae',
- 'DetectGce',
-@@ -78,7 +82,7 @@ def NormalizeScopes(scope_spec):
- if isinstance(scope_spec, six.string_types):
- scope_spec = six.ensure_str(scope_spec)
- return set(scope_spec.split(' '))
--elif isinstance(scope_spec, collections.Iterable):
-+elif isinstance(scope_spec, Iterable):
- scope_spec = [six.ensure_str(x) for x in scope_spec]
- return set(scope_spec)
- raise exceptions.TypecheckError(

diff --git 
a/dev-python/google-apitools/files/google-apitools-0.5.30-skip-enum-test-on-new-python.patch
 
b/dev-python/google-apitools/files/google-apitools-0.5.30-skip-enum-test-on-new-python.patch
deleted file mode 100644
index 6003db87a97..000
--- 
a/dev-python/google-apitools/files/google-apitools-0.5.30-skip-enum-test-on-new-python.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/apitools/base/protorpclite/descriptor_test.py 
b/apitools/base/protorpclite/descriptor_test.py
-index fc27ec4..d518e24 100644
 a/apitools/base/protorpclite/descriptor_test.py
-+++ b/apitools/base/protorpclite/descriptor_test.py
-@@ -16,6 +16,7 @@
- #
- 
- """Tests for apitools.base.protorpclite.descriptor."""
-+import sys
- import platform
- import types
- 
-@@ -78,7 +79,7 @@ class DescribeEnumTest(test_util.TestCase):
- described.check_initialized()
- self.assertEquals(expected, described)
- 
--@unittest2.skipIf('PyPy' in platform.python_implementation(),
-+@unittest2.skipIf('PyPy' in platform.python_implementation() or 
sys.hexversion >= 0x0306,
-   'todo: reenable this')
- def testEnumWithItems(self):
-   

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

2020-06-01 Thread Aaron Bauman
commit: 3f77952aa5f8a3cbe70605658885e1988460d2a7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:15:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f77952a

dev-python/coloredlogs: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/coloredlogs-2.0-skip-cli-test.patch| 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch 
b/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch
deleted file mode 100644
index cacd016159e..000
--- a/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- coloredlogs/tests.py | 6 --
- 1 file changed, 6 deletions(-)
-
-diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
-index 2010b12..7ab18a8 100644
 a/coloredlogs/tests.py
-+++ b/coloredlogs/tests.py
-@@ -160,12 +160,6 @@ class ColoredLogsTestCase(unittest.TestCase):
- for name in 'debug', 'info', 'warning', 'error', 'critical':
- assert name.upper() in output
- 
--def test_cli_conversion(self):
--"""Test the command line HTML conversion."""
--output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', 
capture=True)
--# Make sure the output is encoded as HTML.
--assert '

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

2020-06-01 Thread Aaron Bauman
commit: 3ed9149a99d6668fb344f1e273f4103a82daec1f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:23:26 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed9149a

dev-python/psutil: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/psutil/files/psutil-5.6.7-tests.patch | 96 
 1 file changed, 96 deletions(-)

diff --git a/dev-python/psutil/files/psutil-5.6.7-tests.patch 
b/dev-python/psutil/files/psutil-5.6.7-tests.patch
deleted file mode 100644
index 3e6ec254c19..000
--- a/dev-python/psutil/files/psutil-5.6.7-tests.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-diff -dupr a/psutil/_pslinux.py b/psutil/_pslinux.py
 a/psutil/_pslinux.py   2019-11-21 17:23:01.0 +0100
-+++ b/psutil/_pslinux.py   2019-11-27 12:56:11.491875281 +0100
-@@ -1108,7 +1108,7 @@ def disk_io_counters(perdisk=False):
- fields = f.read().strip().split()
- name = os.path.basename(root)
- (reads, reads_merged, rbytes, rtime, writes, writes_merged,
--wbytes, wtime, _, busy_time, _) = map(int, fields)
-+ wbytes, wtime, _, busy_time, _) = map(int, fields[:11])
- yield (name, reads, writes, rbytes, wbytes, rtime,
-wtime, reads_merged, writes_merged, busy_time)
- 
-diff -dupr a/psutil/tests/test_contracts.py b/psutil/tests/test_contracts.py
 a/psutil/tests/test_contracts.py   2019-06-20 08:10:28.0 +0200
-+++ b/psutil/tests/test_contracts.py   2019-11-27 12:56:11.492875227 +0100
-@@ -174,6 +174,7 @@ class TestAvailability(unittest.TestCase
- 
- class TestDeprecations(unittest.TestCase):
- 
-+@unittest.skip("broken with newer deps")
- def test_memory_info_ex(self):
- with warnings.catch_warnings(record=True) as ws:
- psutil.Process().memory_info_ex()
-diff -dupr a/psutil/tests/test_linux.py b/psutil/tests/test_linux.py
 a/psutil/tests/test_linux.py   2019-11-21 17:23:25.0 +0100
-+++ b/psutil/tests/test_linux.py   2019-11-27 13:18:19.715499797 +0100
-@@ -17,6 +17,7 @@ import re
- import shutil
- import socket
- import struct
-+import sys
- import tempfile
- import textwrap
- import time
-@@ -380,6 +381,8 @@ class TestSystemVirtualMemory(unittest.T
- ret = psutil.virtual_memory()
- assert m.called
- self.assertEqual(ret.available, 2057400 * 1024 + 4818144 * 1024)
-+if sys.version_info < (3,):
-+return
- w = ws[0]
- self.assertIn(
- "inactive memory stats couldn't be determined", 
str(w.message))
-@@ -410,6 +413,8 @@ class TestSystemVirtualMemory(unittest.T
- ret = psutil.virtual_memory()
- self.assertEqual(
- ret.available, 2057400 * 1024 + 4818144 * 1024)
-+if sys.version_info < (3,):
-+return
- w = ws[0]
- self.assertIn(
- "inactive memory stats couldn't be determined",
-@@ -878,7 +883,7 @@ class TestLoadAvg(unittest.TestCase):
- # =
- 
- 
--@unittest.skipIf(not LINUX, "LINUX only")
-+@unittest.skip('very fragile, broken with new ipaddress')
- class TestSystemNetIfAddrs(unittest.TestCase):
- 
- def test_ips(self):
-@@ -1363,6 +1368,7 @@ class TestMisc(unittest.TestCase):
- psutil.PROCFS_PATH = "/proc"
- os.rmdir(tdir)
- 
-+@unittest.skip('fails on Gentoo')
- def test_issue_687(self):
- # In case of thread ID:
- # - pid_exists() is supposed to return False
-@@ -2090,6 +2096,7 @@ class TestProcessAgainstStatus(unittest.
- value = self.read_status_file("nonvoluntary_ctxt_switches:")
- self.assertEqual(self.proc.num_ctx_switches().involuntary, value)
- 
-+@unittest.skip('fails on Gentoo')
- def test_cpu_affinity(self):
- value = self.read_status_file("Cpus_allowed_list:")
- if '-' in str(value):
-diff -dupr a/psutil/tests/test_process.py b/psutil/tests/test_process.py
 a/psutil/tests/test_process.py 2019-11-22 12:37:20.0 +0100
-+++ b/psutil/tests/test_process.py 2019-11-27 13:07:36.966525513 +0100
-@@ -351,6 +351,7 @@ class TestProcess(unittest.TestCase):
- self.assertGreaterEqual(io2[i], 0)
- self.assertGreaterEqual(io2[i], 0)
- 
-+@unittest.skip('fails if builder is ioniced already')
- @unittest.skipIf(not HAS_IONICE, "not supported")
- @unittest.skipIf(not LINUX, "linux only")
- def test_ionice_linux(self):
-@@ -1486,6 +1487,7 @@ class TestProcess(unittest.TestCase):
- d2 = clean_dict(os.environ.copy())
-

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

2020-06-01 Thread Aaron Bauman
commit: 17553ced6eebad9a20b7940a4e09f7995e488d5a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:14:16 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17553ced

dev-lang/micropython: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../micropython-1.9.3-prevent-stripping.patch  | 22 --
 .../micropython-1.9.4-prevent-stripping.patch  | 22 --
 2 files changed, 44 deletions(-)

diff --git 
a/dev-lang/micropython/files/micropython-1.9.3-prevent-stripping.patch 
b/dev-lang/micropython/files/micropython-1.9.3-prevent-stripping.patch
deleted file mode 100644
index 5ae7299f9f9..000
--- a/dev-lang/micropython/files/micropython-1.9.3-prevent-stripping.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 a/py/mkenv.mk  2017-11-25 09:52:30.921836372 +
-+++ a/py/mkenv.mk  2017-11-25 09:52:35.257861233 +
-@@ -50,7 +50,6 @@
- LD = $(CROSS_COMPILE)ld
- OBJCOPY = $(CROSS_COMPILE)objcopy
- SIZE = $(CROSS_COMPILE)size
--STRIP = $(CROSS_COMPILE)strip
- AR = $(CROSS_COMPILE)ar
- ifeq ($(MICROPY_FORCE_32BIT),1)
- CC += -m32
 a/py/mkrules.mk2017-11-25 09:53:13.107078063 +
-+++ a/py/mkrules.mk2017-11-25 09:53:31.898185592 +
-@@ -132,9 +132,6 @@
- # Do not pass COPT here - it's *C* compiler optimizations. For example,
- # we may want to compile using Thumb, but link with non-Thumb libc.
-   $(Q)$(CC) -o $@ $^ $(LIB) $(LDFLAGS)
--ifndef DEBUG
--  $(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
--endif
-   $(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $(PROG)
- 
- clean: clean-prog

diff --git 
a/dev-lang/micropython/files/micropython-1.9.4-prevent-stripping.patch 
b/dev-lang/micropython/files/micropython-1.9.4-prevent-stripping.patch
deleted file mode 100644
index a130b72b613..000
--- a/dev-lang/micropython/files/micropython-1.9.4-prevent-stripping.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 a/py/mkenv.mk  2017-11-25 09:52:30.921836372 +
-+++ a/py/mkenv.mk  2017-11-25 09:52:35.257861233 +
-@@ -50,7 +50,6 @@
- LD = $(CROSS_COMPILE)ld
- OBJCOPY = $(CROSS_COMPILE)objcopy
- SIZE = $(CROSS_COMPILE)size
--STRIP = $(CROSS_COMPILE)strip
- AR = $(CROSS_COMPILE)ar
- ifeq ($(MICROPY_FORCE_32BIT),1)
- CC += -m32
 a/py/mkrules.mk2017-11-25 09:53:13.107078063 +
-+++ a/py/mkrules.mk2017-11-25 09:53:31.898185592 +
-@@ -129,9 +129,6 @@
- # Do not pass COPT here - it's *C* compiler optimizations. For example,
- # we may want to compile using Thumb, but link with non-Thumb libc.
-   $(Q)$(CC) -o $@ $^ $(LIB) $(LDFLAGS)
--ifndef DEBUG
--  $(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
--endif
-   $(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $(PROG)
- 
- clean: clean-prog



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

2020-06-01 Thread Aaron Bauman
commit: 2faeb749e92da02b2bb0d93b1ab0ea051863517b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:20:08 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2faeb749

dev-python/hiredis: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../hiredis/files/hiredis-0.2.0-api-0.14.patch | 32 --
 .../files/hiredis-0.2.0-r1-system-libs.patch   | 26 --
 2 files changed, 58 deletions(-)

diff --git a/dev-python/hiredis/files/hiredis-0.2.0-api-0.14.patch 
b/dev-python/hiredis/files/hiredis-0.2.0-api-0.14.patch
deleted file mode 100644
index c957ad7aa29..000
--- a/dev-python/hiredis/files/hiredis-0.2.0-api-0.14.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Nur hiredis-0.2.0.orig/src/reader.c hiredis-0.2.0/src/reader.c
 hiredis-0.2.0.orig/src/reader.c2015-04-02 23:49:10.0 +0200
-+++ hiredis-0.2.0/src/reader.c 2020-04-01 13:26:50.504058251 +0200
-@@ -157,7 +157,7 @@
- };
- 
- static void Reader_dealloc(hiredis_ReaderObject *self) {
--redisReplyReaderFree(self->reader);
-+redisReaderFree(self->reader);
- if (self->encoding)
- free(self->encoding);
- Py_XDECREF(self->protocolErrorClass);
-@@ -267,7 +267,7 @@
-   goto error;
- }
- 
--redisReplyReaderFeed(self->reader, (char *)buf.buf + off, len);
-+redisReaderFeed(self->reader, (char *)buf.buf + off, len);
- PyBuffer_Release();
- Py_RETURN_NONE;
- 
-@@ -281,8 +281,8 @@
- PyObject *err;
- char *errstr;
- 
--if (redisReplyReaderGetReply(self->reader, (void**)) == REDIS_ERR) {
--errstr = redisReplyReaderGetError(self->reader);
-+if (redisReaderGetReply(self->reader, (void**)) == REDIS_ERR) {
-+errstr = redisReaderGetError(self->reader);
- /* protocolErrorClass might be a callable. call it, then use it's 
type */
- err = createError(self->protocolErrorClass, errstr, strlen(errstr));
- obj = PyObject_Type(err);

diff --git a/dev-python/hiredis/files/hiredis-0.2.0-r1-system-libs.patch 
b/dev-python/hiredis/files/hiredis-0.2.0-r1-system-libs.patch
deleted file mode 100644
index 19d4bd8598f..000
--- a/dev-python/hiredis/files/hiredis-0.2.0-r1-system-libs.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ur hiredis-0.2.0.orig/setup.py hiredis-0.2.0/setup.py
 hiredis-0.2.0.orig/setup.py2015-04-03 16:08:45.0 +0200
-+++ hiredis-0.2.0/setup.py 2018-04-22 16:57:15.966520939 +0200
-@@ -40,12 +40,11 @@
- # supported Python versions is worse...
- #
- # Also see: https://github.com/pietern/hiredis-py/issues/15
--lib = ("hiredis_for_hiredis_py", {
--  "sources": ["vendor/hiredis/%s.c" % src for src in ("read", "sds")]})
- 
- ext = Extension("hiredis.hiredis",
-   sources=glob.glob("src/*.c"),
--  include_dirs=["vendor"])
-+  libraries=["hiredis"],
-+)
- 
- setup(
-   name="hiredis",
-@@ -57,7 +56,6 @@
-   keywords=["Redis"],
-   license="BSD",
-   packages=["hiredis"],
--  libraries=[lib],
-   ext_modules=[ext],
- 
-   # Override "install_lib" command



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

2020-06-01 Thread Aaron Bauman
commit: 27ba3edcdb15746782d641e803e135dd03210912
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:22:11 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:28:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ba3edc

dev-python/micawber: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 ...icawber-0.3.2-remove-examples-from-setup.py.patch | 20 
 1 file changed, 20 deletions(-)

diff --git 
a/dev-python/micawber/files/micawber-0.3.2-remove-examples-from-setup.py.patch 
b/dev-python/micawber/files/micawber-0.3.2-remove-examples-from-setup.py.patch
deleted file mode 100644
index 3d031e8a91c..000
--- 
a/dev-python/micawber/files/micawber-0.3.2-remove-examples-from-setup.py.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 micawber-0.3.2.orig/setup.py   2015-03-30 02:08:40.0 +0800
-+++ micawber-0.3.2/setup.py2015-07-20 14:53:42.776972042 +0800
-@@ -13,16 +13,11 @@
- author='Charles Leifer',
- author_email='colei...@gmail.com',
- url='http://github.com/coleifer/micawber/',
--packages=find_packages(),
-+packages=['micawber'],
- package_data = {
- 'micawber': [
- 'contrib/mcdjango/templates/micawber/*.html',
- ],
--'examples': [
--#'requirements.txt',
--'*/static/*.css',
--'*/templates/*.html',
--],
- },
- classifiers=[
- 'Development Status :: 4 - Beta',



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

2020-06-01 Thread Yixun Lan
commit: f539af6aaad5dd8725816d08d683d644d06ab6e3
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun  2 03:22:10 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun  2 03:24:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f539af6a

dev-vcs/stgit: stable 0.21 for x86

stable wrt bug #726102

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan  gentoo.org>

 dev-vcs/stgit/stgit-0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-0.21.ebuild b/dev-vcs/stgit/stgit-0.21.ebuild
index dcd40ab5ba2..93501597767 100644
--- a/dev-vcs/stgit/stgit-0.21.ebuild
+++ b/dev-vcs/stgit/stgit-0.21.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



[gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/

2020-06-01 Thread Stefan Strogin
commit: da1e90a474c81ada492744556ca4a826a57d3af5
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 02:08:12 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 02:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=da1e90a4

dev-qt/qtnetwork: drop old 5.14.1

dev-qtnetwork-5.15.0 is fixed in gentoo.git, but not 5.14.2.
So drop just the old version, not the entire package yet, as some users
may want to use 5.14.2 on stable systems.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-qt/qtnetwork/Manifest|  1 -
 dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/dev-qt/qtnetwork/Manifest b/dev-qt/qtnetwork/Manifest
index 4905e98..f458c94 100644
--- a/dev-qt/qtnetwork/Manifest
+++ b/dev-qt/qtnetwork/Manifest
@@ -1,3 +1,2 @@
-DIST qtbase-everywhere-src-5.14.1.tar.xz 49828188 BLAKE2B 
d5641df96a90ec4f3f85e47444c151b2090161330df9684703883865ddc84bed507295b67953c0a8cad9c104a10727ac9fb26d7f3ec4bf2052294c843f108491
 SHA512 
964777323d0e3f9d355218c3493bb3b61d2750d9cb5ba71fce72cae3cd362acce88e39360f1fac0011f1b74d529a23621a7281191c622cc034ce78a77afa296b
 DIST qtbase-everywhere-src-5.14.2.tar.xz 49865752 BLAKE2B 
ed8eb18dfc79e9983248655eb62e8305ef8b79f96c7880c88533250fef8f0d187cf576082d41df08314711b4c007b94686486abd77bf9bc201336caa02ced300
 SHA512 
8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
 DIST qtbase-everywhere-src-5.15.0.tar.xz 49931940 BLAKE2B 
f6675ddb8c6fcfe4d12f92b0c93d09ec160e65bb214694550c82c1ba1acea41c86064910cf76267815bd860b071a322bbbad19e994be52f0bf1450a73d09a1bf
 SHA512 
c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a

diff --git a/dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild
deleted file mode 100644
index 31d151f..000
--- a/dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Network abstraction library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-IUSE="bindist connman libproxy libressl networkmanager sctp +ssl"
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}
-   sys-libs/zlib:=
-   connman? ( ~dev-qt/qtdbus-${PV} )
-   libproxy? ( net-libs/libproxy )
-   networkmanager? ( ~dev-qt/qtdbus-${PV} )
-   sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-RDEPEND="${DEPEND}
-   connman? ( net-misc/connman )
-   networkmanager? ( net-misc/networkmanager )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.12.1-libressl.patch
-   "${FILESDIR}"/${PN}-5.12.4-libressl.patch
-)
-
-QT5_TARGET_SUBDIRS=(
-   src/network
-   src/plugins/bearer/generic
-)
-
-QT5_GENTOO_CONFIG=(
-   libproxy:libproxy:
-   ssl::SSL
-   ssl::OPENSSL
-   ssl:openssl-linked:LINKED_OPENSSL
-)
-
-QT5_GENTOO_PRIVATE_CONFIG=(
-   :network
-)
-
-pkg_setup() {
-   use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
-   use networkmanager && 
QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
-}
-
-src_configure() {
-   local myconf=(
-   $(usex connman -dbus-linked '')
-   $(qt_use libproxy)
-   $(usex networkmanager -dbus-linked '')
-   $(qt_use sctp)
-   $(usex ssl -openssl-linked '')
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/

2020-06-01 Thread Stefan Strogin
commit: fee91ddd7b946e76bc5b59cac50e830c2379bea9
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 02:12:56 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 02:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=fee91ddd

dev-qt/qtnetwork: sync keywords; 5.14.2 stable

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-qt/qtnetwork/qtnetwork-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtnetwork/qtnetwork-5.14.2.ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.14.2.ebuild
index 6fafe4c..b470bcd 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.14.2.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.14.2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Network abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="bindist connman gssapi libproxy libressl networkmanager sctp +ssl"



[gentoo-commits] repo/proj/libressl:master commit in: net-vpn/openconnect/files/, net-vpn/openconnect/

2020-06-01 Thread Stefan Strogin
commit: 2119e6cd984bbb640b6a1d0234701bbafb7040de
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 01:51:56 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 01:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2119e6cd

net-vpn/openconnect: drop very old and unsupported version

Use openconnect from gentoo.git with USE=gnutls instead.

Signed-off-by: Stefan Strogin  gentoo.org>

 net-vpn/openconnect/Manifest   |   3 -
 .../files/openconnect-7.08-libressl251.patch   |  14 --
 net-vpn/openconnect/files/openconnect.conf.in  |  26 
 net-vpn/openconnect/files/openconnect.init.in-r4   |  88 ---
 net-vpn/openconnect/files/openconnect.logrotate|   8 -
 net-vpn/openconnect/metadata.xml   |  11 --
 net-vpn/openconnect/openconnect-7.08-r1.ebuild | 166 -
 net-vpn/openconnect/openconnect-7.08.ebuild| 166 -
 8 files changed, 482 deletions(-)

diff --git a/net-vpn/openconnect/Manifest b/net-vpn/openconnect/Manifest
deleted file mode 100644
index 9e20256..000
--- a/net-vpn/openconnect/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST openconnect-7.08.tar.gz 1686133 SHA256 
1c44ec1f37a6a025d1ca726b9555649417f1d31a46f747922b84099ace628a03 SHA512 
22f9b0bd4bd17e2ab91ff42b2464c89abba035fe705c037ba4d1042ace460c8738e20481783a1edc3b7dd6503fe9fcc7fdd188552811fb1525310e25a4c2f400
 WHIRLPOOL 
0f3e9f2435be11915de1e73075454f6be45dc4752df7d27b69a186dc7d8c9a6ce49d0a55510b3e836b26bced78eaa792f78ce9be5c51cff4212cd5c799e3ad70
-DIST vpnc-scripts-20160829.tar.gz 20297 SHA256 
b737cbfbd2a0c9339ad108f8f2f02269981f0236ff350ce675b0391a08f861bc SHA512 
0edd0e5184ac4a705f213a87fa8afa2e2cd54c9bd1aa01955a3a5107c42da8eae7b639896daceecc556a63b0663ee47e25fc21e77f0f74774330d546584fd2c1
 WHIRLPOOL 
0afe6e9ec1fb952bdad319d65f2353e7a8812e3301bc94ad3c472081ec9673506c9a52d8c4bd4f1035cfacca9f30494b9822034a6d468ce4357277ede2330d1e
-DIST vpnc-scripts-20180227.tar.gz 21241 BLAKE2B 
2ba4c76121ba9c5d307233d6f8c91db03c8da4882b8f6dfeed335f7fcc30438df8fe0657a1177e7e551566b597e195cf41bb6e27e13b757a0c931e8574de9a5e
 SHA512 
9a508426e9307213078ce57b59d25168647fa5d2e823b1085e93401259b0a52269e948c8292e4055babf3e8b3c087a23475b5caa2a43c11feb2df8b0d8843972

diff --git a/net-vpn/openconnect/files/openconnect-7.08-libressl251.patch 
b/net-vpn/openconnect/files/openconnect-7.08-libressl251.patch
deleted file mode 100644
index ba0b894..000
--- a/net-vpn/openconnect/files/openconnect-7.08-libressl251.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur openconnect-7.08.orig/openssl-dtls.c openconnect-7.08/openssl-dtls.c
 openconnect-7.08.orig/openssl-dtls.c   2016-12-06 05:03:51.0 
-0800
-+++ openconnect-7.08/openssl-dtls.c2017-02-01 13:35:52.315398332 -0800
-@@ -100,8 +100,8 @@
-   }
- #else
-   /* OpenSSL <= 1.0.2 only supports CBC ciphers with PSK */
--  ivlen = 
EVP_CIPHER_iv_length(EVP_CIPHER_CTX_cipher(vpninfo->dtls_ssl->enc_write_ctx));
--  maclen = EVP_MD_CTX_size(vpninfo->dtls_ssl->write_hash);
-+  ivlen = 
EVP_CIPHER_iv_length(EVP_CIPHER_CTX_cipher(vpninfo->dtls_ssl->enc_read_ctx));
-+  maclen = EVP_MD_CTX_size(vpninfo->dtls_ssl->read_hash);
-   blocksize = ivlen;
-   pad = 1;
- #endif

diff --git a/net-vpn/openconnect/files/openconnect.conf.in 
b/net-vpn/openconnect/files/openconnect.conf.in
deleted file mode 100644
index 53b14e6..000
--- a/net-vpn/openconnect/files/openconnect.conf.in
+++ /dev/null
@@ -1,26 +0,0 @@
-# Variables to configure vpn tunnels where "vpnname" is the name of your vpn 
tunnel:
-#
-# server_vpnname
-# password_vpnname
-# vpnopts_vpnname
-#
-# The tunnel will need to be started with a symbolic link to openconnect:
-#
-# ln -s /etc/init.d/openconnect /etc/init.d/openconnect.vpnname
-#
-# If you'd like to execute a script on preup, postup, predown and postdown of 
the vpn tunnel, you
-# need to create executable scripts in a directory with the same name as
-# the vpn tunnel (vpn0 can be replaced with the vpn name):
-#
-# mkdir /etc/openconnect/vpn0
-# cd /etc/openconnect/vpn0"
-# echo '#!/bin/sh' > preup.sh"
-# cp preup.sh predown.sh"
-# cp preup.sh postup.sh"
-# cp preup.sh postdown.sh"
-# chmod 755 /etc/openconnect/vpn0/*"
-
-server_vpn0="vpn.server.tld"
-password_vpn0="YOUR_PASSWORD"
-# Any OPENCONNECT options my go here (see openconnect --help)
-vpnopts_vpn0="-l --passwd-on-stdin --user=YOUR_USERNAME 
--script=/etc/openconnect/openconnect.sh"

diff --git a/net-vpn/openconnect/files/openconnect.init.in-r4 
b/net-vpn/openconnect/files/openconnect.init.in-r4
deleted file mode 100644
index 040edc7..000
--- a/net-vpn/openconnect/files/openconnect.init.in-r4
+++ /dev/null
@@ -1,88 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-VPN="${RC_SVCNAME#*.}"
-VPNDIR="/etc/openconnect/${VPN}"

[gentoo-commits] repo/proj/libressl:master commit in: net-mail/fetchmail/, net-mail/fetchmail/files/

2020-06-01 Thread Stefan Strogin
commit: 2098af5e8e89ec8ba4b503246ec2f12dfc8da939
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 01:44:46 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 01:44:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2098af5e

net-mail/fetchmail: drop package fixed in gentoo.git

Signed-off-by: Stefan Strogin  gentoo.org>

 net-mail/fetchmail/Manifest|   1 -
 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild  | 106 ---
 net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild  | 108 ---
 .../files/fetchmail-6.3.26-libressl.patch  | 117 -
 .../files/fetchmail-6.3.26-python-optional.patch   |  14 ---
 .../fetchmail/files/fetchmail-6.3.26-tests.patch   |  11 --
 net-mail/fetchmail/files/fetchmail.conf|   1 -
 net-mail/fetchmail/files/fetchmail.confd   |  10 --
 net-mail/fetchmail/files/fetchmail.initd   |  44 
 net-mail/fetchmail/files/fetchmail.service |  11 --
 net-mail/fetchmail/files/fetchmail_at.service  |  11 --
 net-mail/fetchmail/metadata.xml|  15 ---
 12 files changed, 449 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
deleted file mode 100644
index 3f09115..000
--- a/net-mail/fetchmail/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fetchmail-6.3.26.tar.xz 1283816 SHA256 
79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850 SHA512 
8e0a2484e60eaf6c0231e2599e10fec6d207fa1c0fa02ec99b3ef9aea00b6d87275434e79470a25f06e358cdd4a293f9c46a82dd128fe733a99c85144e6caa63
 WHIRLPOOL 
275d7b121a7fcec239e074d2dadc8d1645633d7f8335d760ceba98042b8b3bfe67cdacb9e247a072a8c587f821b23f89c1c7e654fd171ad4372dbb69bcf1021a

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
deleted file mode 100644
index 5665e46..000
--- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools eutils
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   kerberos? (
-   virtual/krb5
-   !libressl? ( >=dev-libs/openssl-0.9.6:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-
-   epatch "${FILESDIR}"/${P}-python-optional.patch
-   epatch "${FILESDIR}"/${P}-tests.patch
-   epatch "${FILESDIR}"/${P}-libressl.patch
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
-   default
-
-   dohtml *.html
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   if [[ -z 

[gentoo-commits] repo/proj/libressl:master commit in: net-libs/serf/, net-libs/serf/files/

2020-06-01 Thread Stefan Strogin
commit: b8acb8683963d55c329c4a96edcb89f52d122819
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 01:40:03 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 01:40:03 2020 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=b8acb868

net-libs/serf: drop package fixed in gentoo.git

Signed-off-by: Stefan Strogin  gentoo.org>

 net-libs/serf/Manifest  |  1 -
 net-libs/serf/files/serf-1.3.8-openssl.patch| 28 --
 net-libs/serf/files/serf-1.3.8-static-lib.patch | 49 -
 net-libs/serf/files/serf-1.3.9-libressl.patch   | 11 
 net-libs/serf/metadata.xml  | 11 
 net-libs/serf/serf-1.3.9.ebuild | 72 -
 6 files changed, 172 deletions(-)

diff --git a/net-libs/serf/Manifest b/net-libs/serf/Manifest
deleted file mode 100644
index 28e866e..000
--- a/net-libs/serf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST serf-1.3.9.tar.bz2 145132 BLAKE2B 
59776f85b409b2eaea81f3e07b0301515e20cbd2aa0ef05c1c38aa8152a6d5627e526e4bc160abb1fd438e9fa46f97096c639860729d2ea8e0b2fcfcf8222002
 SHA512 
9f5418d991840a08d293d1ecba70cd9534a207696d002f22dbe62354e7b005955112a0d144a76c89c7f7ad3b4c882e54974441fafa0c09c4aa25c49c021ca75d

diff --git a/net-libs/serf/files/serf-1.3.8-openssl.patch 
b/net-libs/serf/files/serf-1.3.8-openssl.patch
deleted file mode 100644
index 4cc3719..000
--- a/net-libs/serf/files/serf-1.3.8-openssl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-the build doesn't actually use the openssl var for anything useful.
-it blindly adds it to the -I/-L paths which causes problems when you
-cross-compile and when you link (it also adds it to -rpath).  punt
-the setting and forget about it.
-
 a/SConstruct
-+++ b/SConstruct
-@@ -354,8 +354,6 @@ else:
- apr_libs = ''
- apu_libs = ''
- 
--  env.Append(CPPPATH=['$OPENSSL/include'])
--  env.Append(LIBPATH=['$OPENSSL/lib'])
- 
- 
- # If build with gssapi, get its information and define SERF_HAVE_GSSAPI
-@@ -369,8 +369,9 @@ if sys.platform == 'win32':
- # On some systems, the -R values that APR describes never make it into actual
- # RPATH flags. We'll manually map all directories in LIBPATH into new
- # flags to set RPATH values.
--for d in env['LIBPATH']:
--  env.Append(RPATH=':'+d)
-+if env.get('LIBPATH', None):
-+  for d in env['LIBPATH']:
-+env.Append(RPATH=':'+d)
- 
- # Set up the construction of serf-*.pc
- pkgconfig = env.Textfile('serf-%d.pc' % (MAJOR,),

diff --git a/net-libs/serf/files/serf-1.3.8-static-lib.patch 
b/net-libs/serf/files/serf-1.3.8-static-lib.patch
deleted file mode 100644
index 1538328..000
--- a/net-libs/serf/files/serf-1.3.8-static-lib.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-respect the active archiver tool instead of using `ar` all the time.
-same for `ranlib`.
-
-also add support for BUILD_STATIC bool for controlling the libserf.a.
-
 a/SConstruct
-+++ b/SConstruct
-@@ -103,6 +103,9 @@
-   BoolVariable('APR_STATIC',
-"Enable using a static compiled APR",
-False),
-+  RawListVariable('AR', "Command name or path of the archiver", None),
-+  RawListVariable('RANLIB', "Command name or path of the archiver indexer", 
None),
-+  BoolVariable('BUILD_STATIC', 'Build libserf static library', True),
-   RawListVariable('CC', "Command name or path of the C compiler", None),
-   RawListVariable('CFLAGS', "Extra flags for the C compiler 
(space-separated)",
-   None),
-@@ -193,6 +196,7 @@ if gssapi and os.path.isdir(gssapi):
- 
- debug = env.get('DEBUG', None)
- aprstatic = env.get('APR_STATIC', None)
-+build_static = env.get('BUILD_STATIC', True)
- 
- Help(opts.GenerateHelpText(env))
- opts.Save(SAVED_CONFIG, env)
-@@ -384,7 +388,9 @@ pkgconfig = env.Textfile('serf-%d.pc' % (MAJOR,),
-env.get('GSSAPI_LIBS', 
'')),
-})
- 
--env.Default(lib_static, lib_shared, pkgconfig)
-+env.Default(lib_shared, pkgconfig)
-+if build_static:
-+  env.Default(lib_static)
- 
- if CALLOUT_OKAY:
-   conf = Configure(env)
-@@ -420,8 +420,10 @@ if sys.platform == 'darwin':
-  % (target_install_shared_path,
- install_shared_path)))
- 
--env.Alias('install-lib', [install_static, install_shared,
--  ])
-+install_libs = [install_shared]
-+if build_static:
-+  install_libs.append(install_static)
-+env.Alias('install-lib', install_libs)
- env.Alias('install-inc', env.Install(incdir, HEADER_FILES))
- env.Alias('install-pc', env.Install(os.path.join(libdir, 'pkgconfig'),
- pkgconfig))

diff --git a/net-libs/serf/files/serf-1.3.9-libressl.patch 
b/net-libs/serf/files/serf-1.3.9-libressl.patch
deleted file mode 100644
index 7a89cea..000
--- a/net-libs/serf/files/serf-1.3.9-libressl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 

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

2020-06-01 Thread Stefan Strogin
commit: dcca646823744fc66f55800fa3fdc8ea48c8f0c2
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 00:43:24 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 00:47:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcca6468

dev-cpp/asio: version bump to 1.16.1

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-cpp/asio/Manifest   |  1 +
 dev-cpp/asio/asio-1.16.1.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest
index a846df08f77..8a8bdaaca0e 100644
--- a/dev-cpp/asio/Manifest
+++ b/dev-cpp/asio/Manifest
@@ -2,3 +2,4 @@ DIST asio-1.10.8.tar.bz2 1270332 BLAKE2B 
97e4a6a7c8b4562f10af1d122e9b08c12d567fd
 DIST asio-1.12.2.tar.bz2 1437221 BLAKE2B 
c4479b66cff7811aa7b7dbe65684d2a11fb675df53e9554c2871fd4e3a8e32d262ae701e98198d508f89463da48d4509f12e8db87d033a91d55e00609207a351
 SHA512 
7ce2c9e846059a2205eca6bde285eab81164fbe087d51d35a33a07be6208049fcf07fc1ac33934a758b6b5907e56f3377e20bff10ffc9268376f81c6fae4e34a
 DIST asio-1.13.0.tar.bz2 1472744 BLAKE2B 
1fde414bfc782f25f8ad7d7caf9ac8971bea22ebd3b74846584a242d7df164895759b74777b2330aa98d34c5b8c34f266a2f85fcc27413990cc05420f7685398
 SHA512 
30b09c6656c9beaf091e72d518930bb5650f4bf66b286d11457a949a690a2b9ddcad0c95cb2098b41a2226f354741755ffbc92098f2844f3253e1921ff60cd5b
 DIST asio-1.14.0.tar.bz2 1473195 BLAKE2B 
e28960d585a1a84c6be7d6205be310bd2baab36e93630b9f5f4fba593377e57d6baf1c60e2503c46cd00ae73b20b622215358cae2068e86b62dac7e782210ecb
 SHA512 
84855a06a3facc41e3c1c61be443d8b73a01afcb9bc3f1f444f0f3fd901ea1d5c932266ed94a031a0abd83171d5a6b83b6ab850e44aa31d175081a7e07b4793a
+DIST asio-1.16.1.tar.bz2 1493978 BLAKE2B 
810fd735a0cbea8e07bfe30cbf02d44469c3c7eebed3822766c0a658fe8972681232afe4a6124537886fafd0769eecc40b8eabbcaa2771b84b93cda56329394d
 SHA512 
e8cab449887e3e362f9d3c2aa1b1bbb2f81954aeaf2cd12cefe7f848cdc30e1a576130b49f551efd49611b9d4941e724baea42739c043e158626f3c982b75311

diff --git a/dev-cpp/asio/asio-1.16.1.ebuild b/dev-cpp/asio/asio-1.16.1.ebuild
new file mode 100644
index 000..d14123c9466
--- /dev/null
+++ b/dev-cpp/asio/asio-1.16.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Asynchronous Network Library"
+HOMEPAGE="https://think-async.com;
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc examples libressl ssl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/boost
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   if ! use test; then
+   # Don't build nor install any examples or unittests
+   # since we don't have a script to run them
+   cat > src/Makefile.in <<-EOF || die
+   all:
+
+   install:
+
+   clean:
+   EOF
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/. )
+   default
+
+   if use examples; then
+   # Get rid of the object files
+   emake clean
+   dodoc -r src/examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2020-06-01 Thread Stefan Strogin
commit: 603bf911386102b1bce2a62b6c207cd708e51159
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun  2 00:46:27 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 00:47:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603bf911

dev-cpp/asio: drop old 1.12.2, 1.13.0

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-cpp/asio/Manifest   |  2 --
 dev-cpp/asio/asio-1.12.2.ebuild | 49 -
 dev-cpp/asio/asio-1.13.0.ebuild | 49 -
 3 files changed, 100 deletions(-)

diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest
index 8a8bdaaca0e..d5540b97421 100644
--- a/dev-cpp/asio/Manifest
+++ b/dev-cpp/asio/Manifest
@@ -1,5 +1,3 @@
 DIST asio-1.10.8.tar.bz2 1270332 BLAKE2B 
97e4a6a7c8b4562f10af1d122e9b08c12d567fd0447d1951a907f47f77832dcd42df4cb9b5b392feaaa2ea7c79d8bedfcf12e3052957ec012d8bb6b4d1347eb5
 SHA512 
d870686d2b19bec9925c311f2f0fd370e9797bbad252176a80a998f9c322ecd502b5081826105712e7caf87c03c3e6b70a0e219019e5bff46077d6e8c3c6db09
-DIST asio-1.12.2.tar.bz2 1437221 BLAKE2B 
c4479b66cff7811aa7b7dbe65684d2a11fb675df53e9554c2871fd4e3a8e32d262ae701e98198d508f89463da48d4509f12e8db87d033a91d55e00609207a351
 SHA512 
7ce2c9e846059a2205eca6bde285eab81164fbe087d51d35a33a07be6208049fcf07fc1ac33934a758b6b5907e56f3377e20bff10ffc9268376f81c6fae4e34a
-DIST asio-1.13.0.tar.bz2 1472744 BLAKE2B 
1fde414bfc782f25f8ad7d7caf9ac8971bea22ebd3b74846584a242d7df164895759b74777b2330aa98d34c5b8c34f266a2f85fcc27413990cc05420f7685398
 SHA512 
30b09c6656c9beaf091e72d518930bb5650f4bf66b286d11457a949a690a2b9ddcad0c95cb2098b41a2226f354741755ffbc92098f2844f3253e1921ff60cd5b
 DIST asio-1.14.0.tar.bz2 1473195 BLAKE2B 
e28960d585a1a84c6be7d6205be310bd2baab36e93630b9f5f4fba593377e57d6baf1c60e2503c46cd00ae73b20b622215358cae2068e86b62dac7e782210ecb
 SHA512 
84855a06a3facc41e3c1c61be443d8b73a01afcb9bc3f1f444f0f3fd901ea1d5c932266ed94a031a0abd83171d5a6b83b6ab850e44aa31d175081a7e07b4793a
 DIST asio-1.16.1.tar.bz2 1493978 BLAKE2B 
810fd735a0cbea8e07bfe30cbf02d44469c3c7eebed3822766c0a658fe8972681232afe4a6124537886fafd0769eecc40b8eabbcaa2771b84b93cda56329394d
 SHA512 
e8cab449887e3e362f9d3c2aa1b1bbb2f81954aeaf2cd12cefe7f848cdc30e1a576130b49f551efd49611b9d4941e724baea42739c043e158626f3c982b75311

diff --git a/dev-cpp/asio/asio-1.12.2.ebuild b/dev-cpp/asio/asio-1.12.2.ebuild
deleted file mode 100644
index effe4bef802..000
--- a/dev-cpp/asio/asio-1.12.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Asynchronous Network Library"
-HOMEPAGE="https://think-async.com;
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples libressl ssl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/boost
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   if ! use test; then
-   # Don't build nor install any examples or unittests
-   # since we don't have a script to run them
-   cat > src/Makefile.in <<-EOF || die
-   all:
-
-   install:
-
-   clean:
-   EOF
-   fi
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( doc/. )
-   default
-
-   if use examples; then
-   # Get rid of the object files
-   emake clean
-   dodoc -r src/examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}

diff --git a/dev-cpp/asio/asio-1.13.0.ebuild b/dev-cpp/asio/asio-1.13.0.ebuild
deleted file mode 100644
index effe4bef802..000
--- a/dev-cpp/asio/asio-1.13.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Asynchronous Network Library"
-HOMEPAGE="https://think-async.com;
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples libressl ssl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/boost
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   if ! use test; then
-   # Don't build nor install any examples or unittests
-   # since we don't have a script to run them
-   cat > src/Makefile.in <<-EOF || die
-   all:
-
-   install:
-
-   

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

2020-06-01 Thread Patrick McLean
commit: 1071b95989fba944ffc6855615bccb8964594154
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jun  1 22:57:23 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  2 00:25:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1071b959

dev-libs/libyaml-0.2.5: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 dev-libs/libyaml/Manifest |  1 +
 dev-libs/libyaml/libyaml-0.2.5.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libyaml/Manifest b/dev-libs/libyaml/Manifest
index 7ea69671ac8..46772dd3785 100644
--- a/dev-libs/libyaml/Manifest
+++ b/dev-libs/libyaml/Manifest
@@ -1 +1,2 @@
 DIST libyaml-0.2.2.tar.gz 79465 BLAKE2B 
fd37cac256b40b0c5daa32584d271448e5e1c196a7fa7eeda753fb962c7d916b3c415425170d70db67c3f114b27d03fdd67fb4e380c04027198a601e1bd5a094
 SHA512 
455494591014a97c4371a1f372ad09f0d6e487e4f1d3419c98e9cd2f16d43a0cf9a0787d7250bebee8b8d400df4626f5acd81e90139e54fa574a66ec84964c06
+DIST libyaml-0.2.5.tar.gz 85055 BLAKE2B 
71d1a002b8969db96af9e942bf67944acfdf2e740744b1abceacfd1c3bc54d8936d7048760aa81f1cf22518241e9f45ecf95c76d6ac41eefbdf04eb40e16a618
 SHA512 
a0f01e3fc616b65b18a4aa17692ee8ea1a84dc6387d1cf02ac7ef7ab7f46b9744c2aac0a047ff69d6c2da1d2a2d7b355c877da0db57e34d95cd4f37213ab6e7e

diff --git a/dev-libs/libyaml/libyaml-0.2.5.ebuild 
b/dev-libs/libyaml/libyaml-0.2.5.ebuild
new file mode 100644
index 000..91cf1a6a176
--- /dev/null
+++ b/dev-libs/libyaml/libyaml-0.2.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools libtool
+
+DESCRIPTION="YAML 1.1 parser and emitter written in C"
+HOMEPAGE="https://github.com/yaml/libyaml;
+SRC_URI="https://github.com/yaml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc static-libs test"
+RESTRICT="!test? ( test )"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   default
+
+   # conditionally remove tests
+   if ! use test; then
+   sed -i -e 's: tests::g' Makefile* || die
+   fi
+
+   elibtoolize  # for FreeMiNT
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_compile() {
+   emake
+   use doc && emake html
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/html/. )
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: games-engines/frotz/files/, games-engines/frotz/

2020-06-01 Thread Stefan Strogin
commit: b5f8935a66cf42d0fd468dfab8b56d683a21ed85
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jun  1 17:33:20 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 00:15:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f8935a

games-engines/frotz: remove old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16044
Signed-off-by: Stefan Strogin  gentoo.org>

 games-engines/frotz/Manifest |  1 -
 games-engines/frotz/files/dumb-ldflags.patch | 25 -
 games-engines/frotz/frotz-2.50_beta2.ebuild  | 84 
 3 files changed, 110 deletions(-)

diff --git a/games-engines/frotz/Manifest b/games-engines/frotz/Manifest
index 70924e87de1..393de8b60e3 100644
--- a/games-engines/frotz/Manifest
+++ b/games-engines/frotz/Manifest
@@ -1,2 +1 @@
-DIST frotz-2.50b2.tar.bz2 281065 BLAKE2B 
bffe35e9f77e7ef89b76bbe29a3f97ad94ac529bd4930790a25c147f336036b1bfdae1ea52cf87e62121189f4e1bce890f5bc3ddbfb0e68e9ffa290fc1567cc9
 SHA512 
12398c5bf963aaa7e1ad51a1ca3afaddf4849c2aed8e2cabffc411294b501181de69f99bad2a1c8de9777df4b448af6d85b695c56de4b3112cd32fd7d6cb33c7
 DIST frotz-2.52.tar.bz2 289109 BLAKE2B 
d1e97e05d1da187846c64dacdf69f34a800be97b75121dc8de63c619687ed5ccbd6b03b2391d2896a14aaad1e4f8eb51926affb92a36f1a5bad8acec91524774
 SHA512 
387e7a7fe0cffd40b639a306eef89a22421a4ff4a8e5dbcf96a1ef3b901744b3f75a671953ecdc17bde0d699e4756d470b61c8213c47315baa2700da92d06710

diff --git a/games-engines/frotz/files/dumb-ldflags.patch 
b/games-engines/frotz/files/dumb-ldflags.patch
deleted file mode 100644
index 2ac968b4b1d..000
--- a/games-engines/frotz/files/dumb-ldflags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 4b4597d49dc024adf99a336d836709b876846128 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot 
-Date: Sat, 26 Oct 2019 14:14:00 +0100
-Subject: [PATCH] Add missing LDFLAGS when linking dfrotz
-

- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 3c3c318..ed71a7d 100644
 a/Makefile
-+++ b/Makefile
-@@ -261,7 +261,7 @@ nosound_helper:
- 
- dumb: $(DFROTZ_BIN)
- $(DFROTZ_BIN): $(COMMON_LIB) $(DUMB_LIB) $(BLORB_LIB) $(COMMON_LIB)
--  $(CC) $+ -o $@$(EXTENSION)
-+  $(CC) $+ -o $@$(EXTENSION) $(LDFLAGS)
-   @echo "** Done building Frotz with dumb interface."
- 
- sdl: $(SFROTZ_BIN)
--- 
-2.23.0
-

diff --git a/games-engines/frotz/frotz-2.50_beta2.ebuild 
b/games-engines/frotz/frotz-2.50_beta2.ebuild
deleted file mode 100644
index 544ab8e09d6..000
--- a/games-engines/frotz/frotz-2.50_beta2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Interpreter for Z-code based text games"
-HOMEPAGE="https://661.org/proj/if/frotz/;
-SRC_URI="https://gitlab.com/DavidGriffith/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="ncurses sdl sound unicode"
-REQUIRED_USE="sound? ( || ( ncurses sdl ) )"
-
-DEPEND="
-   ncurses? (
-   sys-libs/ncurses:0=[unicode?]
-   sound? (
-   media-libs/libao
-   media-libs/libmodplug
-   media-libs/libsamplerate[sndfile]
-   media-libs/libsndfile[-minimal]
-   media-libs/libvorbis
-   )
-   )
-   sdl? (
-   media-libs/freetype:2
-   media-libs/libpng:0=
-   media-libs/libsdl2[sound,threads,video]
-   media-libs/sdl2-mixer[mod,vorbis,wav]
-   sys-libs/zlib
-   virtual/jpeg:0=
-   )
-"
-
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/dumb-ldflags.patch
-)
-
-src_compile() {
-   emake \
-   dumb \
-   $(use ncurses && echo ncurses) \
-   $(use sdl && echo sdl) \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-   RANLIB="$(tc-getRANLIB)" \
-   CURSES=$(usex unicode ncursesw ncurses) \
-   USE_UTF8=$(usex unicode yes "") \
-   SOUND=$(usex sound ao none) \
-   PREFIX="${EPREFIX}/usr" \
-   SYSCONFDIR="${EPREFIX}/etc"
-}
-
-src_install() {
-   emake \
-   install_dumb \
-   $(use ncurses && echo install) \
-   $(use sdl && echo install_sdl) \
-   PREFIX="${EPREFIX}/usr" \
-   DESTDIR="${D}"
-
-   dodoc \
-   AUTHORS ChangeLog CONTRIBUTORS DUMB HOW_TO_PLAY README TODO \
-   doc/frotz.conf-{big,small}
-}
-
-pkg_postinst() {
-   

[gentoo-commits] repo/gentoo:master commit in: games-engines/frotz/

2020-06-01 Thread Stefan Strogin
commit: 79948e7dfc595460081be7ff64f9c769b2e31c12
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jun  1 17:32:45 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun  2 00:15:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79948e7d

games-engines/frotz: update to 2.52

New version can be compiled with GCC 10 (#707608).

Closes: https://bugs.gentoo.org/707608
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Stefan Strogin  gentoo.org>

 games-engines/frotz/Manifest  |  1 +
 games-engines/frotz/frotz-2.52.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/games-engines/frotz/Manifest b/games-engines/frotz/Manifest
index af3e74b6b95..70924e87de1 100644
--- a/games-engines/frotz/Manifest
+++ b/games-engines/frotz/Manifest
@@ -1 +1,2 @@
 DIST frotz-2.50b2.tar.bz2 281065 BLAKE2B 
bffe35e9f77e7ef89b76bbe29a3f97ad94ac529bd4930790a25c147f336036b1bfdae1ea52cf87e62121189f4e1bce890f5bc3ddbfb0e68e9ffa290fc1567cc9
 SHA512 
12398c5bf963aaa7e1ad51a1ca3afaddf4849c2aed8e2cabffc411294b501181de69f99bad2a1c8de9777df4b448af6d85b695c56de4b3112cd32fd7d6cb33c7
+DIST frotz-2.52.tar.bz2 289109 BLAKE2B 
d1e97e05d1da187846c64dacdf69f34a800be97b75121dc8de63c619687ed5ccbd6b03b2391d2896a14aaad1e4f8eb51926affb92a36f1a5bad8acec91524774
 SHA512 
387e7a7fe0cffd40b639a306eef89a22421a4ff4a8e5dbcf96a1ef3b901744b3f75a671953ecdc17bde0d699e4756d470b61c8213c47315baa2700da92d06710

diff --git a/games-engines/frotz/frotz-2.52.ebuild 
b/games-engines/frotz/frotz-2.52.ebuild
new file mode 100644
index 000..cab60c1ec29
--- /dev/null
+++ b/games-engines/frotz/frotz-2.52.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Interpreter for Z-code based text games"
+HOMEPAGE="https://661.org/proj/if/frotz/;
+SRC_URI="https://gitlab.com/DavidGriffith/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="ncurses sdl sound unicode"
+REQUIRED_USE="sound? ( || ( ncurses sdl ) )"
+
+DEPEND="
+   ncurses? (
+   sys-libs/ncurses:0=[unicode?]
+   sound? (
+   media-libs/libao
+   media-libs/libmodplug
+   media-libs/libsamplerate
+   media-libs/libsndfile[-minimal]
+   media-libs/libvorbis
+   )
+   )
+   sdl? (
+   media-libs/freetype:2
+   media-libs/libpng:0=
+   media-libs/libsdl2[sound,threads,video]
+   media-libs/sdl2-mixer[mod,vorbis,wav]
+   sys-libs/zlib
+   virtual/jpeg:0=
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_compile() {
+   emake \
+   dumb \
+   $(use ncurses && echo ncurses) \
+   $(use sdl && echo sdl) \
+   AR="$(tc-getAR)" \
+   CC="$(tc-getCC)" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   RANLIB="$(tc-getRANLIB)" \
+   CURSES=$(usex unicode ncursesw ncurses) \
+   USE_UTF8=$(usex unicode yes "") \
+   SOUND_TYPE=$(usex sound ao none) \
+   PREFIX="${EPREFIX}/usr" \
+   SYSCONFDIR="${EPREFIX}/etc"
+}
+
+src_install() {
+   emake \
+   install_dumb \
+   $(use ncurses && echo install) \
+   $(use sdl && echo install_sdl) \
+   PREFIX="${EPREFIX}/usr" \
+   DESTDIR="${D}"
+
+   dodoc \
+   AUTHORS ChangeLog CONTRIBUTORS DUMB HOW_TO_PLAY README TODO \
+   doc/frotz.conf-{big,small}
+}
+
+pkg_postinst() {
+   echo
+   elog "Global config file can be installed in ${EPREFIX}/etc/frotz.conf"
+   elog "Sample config files are in ${EPREFIX}/usr/share/doc/${PF}"
+   echo
+}



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

2020-06-01 Thread Matthew Thode
commit: 7374f66a09966b2f42feacc9289865f09130183f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 00:10:33 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 00:13:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7374f66a

app-admin/puppet-agent: 6.15.0 stable amd64/x86 with cleanup

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

 app-admin/puppet-agent/Manifest   |  2 -
 app-admin/puppet-agent/puppet-agent-6.14.0.ebuild | 75 ---
 app-admin/puppet-agent/puppet-agent-6.15.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 78 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 918477a61af..0937ffb9d1f 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,4 +1,2 @@
-DIST puppet-agent_6.14.0-1stretch_amd64.deb 22450130 BLAKE2B 
fe6e30d99357328a884944e59d7cb1c66ad9fc36642ba377ed99e23551c5cbf06cffc4336b47440389fee7a9f1996b8325d18335768187f5d052fcecae041f5b
 SHA512 
41d87f1ab4ead019eb5ef90ad21e557db686729151618e4ec642ea6636feda383874f7d457de7e9e323cf44d9d410e7fb650edd6e69b186c2fdff5657955ac5a
-DIST puppet-agent_6.14.0-1stretch_i386.deb 22792198 BLAKE2B 
7638fd1edfeb22377ab22484dd0fd5377bab6ee5e3e01c64ffd8eae29b08e0182204446db23d8cf68018a58c2419ce22c4dda4fd10a6dfac64356d68a5478bfa
 SHA512 
dc787dfeb2565fde00da6e991fb94435c56e804657a38268ad49d72783b9857de4e359d6d9002525759684ddcb48a00e2fdb73f069cd79da74237bcb9530a116
 DIST puppet-agent_6.15.0-1stretch_amd64.deb 22581842 BLAKE2B 
19c45427e56a41f6030836129a7fb2824ea47f1000745a8c74b0968c61f719d3cef9a0e02f51009b8e91c4ad66445c074ccc203754bb13d82007316a3d053c60
 SHA512 
4ec7e04fb6bab697bfccd369740a57f735476a4614dbfa1f7c893901f5ffb9d6ce3d79886b6e035805b1a8f2c3de3e0b9b468b08909881df6022c9700c7a2768
 DIST puppet-agent_6.15.0-1stretch_i386.deb 22917002 BLAKE2B 
5bab2b6cdde11a46e64996074e8db50d48d004b601c0d08ddfde9c8dec0c0f62da1176b9148d084f0250b582460606b7cd0a97291d157a186b7a97dee4184c51
 SHA512 
89e676491f7b7b44c9c747b129166db7b025adf76d9911d12d7d026aa8d04de293d3d1c638ca309ee8ed45a37c49b4ab0076ea0c711ac0e43f4297084446784f

diff --git a/app-admin/puppet-agent/puppet-agent-6.14.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.14.0.ebuild
deleted file mode 100644
index 9d360f3dc1b..000
--- a/app-admin/puppet-agent/puppet-agent-6.14.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils systemd unpacker
-
-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
-   acct-user/puppet
-   acct-group/puppet"
-
-DEPEND="
-   ${CDEPEND}
-   app-admin/augeas"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/libselinux
-   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}
-
-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
-}

diff --git a/app-admin/puppet-agent/puppet-agent-6.15.0.ebuild 

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

2020-06-01 Thread Matthew Thode
commit: 5d447a12c61aca979564b05b1cc43d50a9794336
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 00:13:05 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 00:13:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d447a12

app-admin/puppetdb: 6.10.0 stable amd64/x86 with cleanup

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

 app-admin/puppetdb/Manifest   |  1 -
 app-admin/puppetdb/puppetdb-6.10.0.ebuild |  2 +-
 app-admin/puppetdb/puppetdb-6.9.1.ebuild  | 87 ---
 3 files changed, 1 insertion(+), 89 deletions(-)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index c5cdb8121f4..9ce91c0915a 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,2 +1 @@
 DIST puppetdb-6.10.0.tar.gz 44394062 BLAKE2B 
fee0a908518bb89e9dda1d4e8683953d305c70fc0e70a856871b0916a4ef610942db1a8f24f59b7704dde3da67ffc2bb1b25cc9254f3efa3c24408bc3a336cb8
 SHA512 
12ca864a5a515baf4510bbfcab23b686b66cce460908c103c96fd51ad2898f2c5a42b9d0d0c707977267cc31a517b454893ad85982b31176e1ebfa79d7f948ee
-DIST puppetdb-6.9.1.tar.gz 44274016 BLAKE2B 
eaf1fe6ee88d2f4a1d147032db017eefd95a3edaba6fe5b114be6ac4ce37584ee58fa96c34fdac97b9b8b1aecd8abc982107024d2155bb78781d1c2c2f2112e1
 SHA512 
8db39c7571af597be2cff7e21ec5818d422f83f1c3188896e8eb9391e52d0f4bb1f85358a25998db599e9db2b93baec60415a43b519be3da600a9c1de0f073bc

diff --git a/app-admin/puppetdb/puppetdb-6.10.0.ebuild 
b/app-admin/puppetdb/puppetdb-6.10.0.ebuild
index 5a7a32bcf49..784885ac312 100644
--- a/app-admin/puppetdb/puppetdb-6.10.0.ebuild
+++ b/app-admin/puppetdb/puppetdb-6.10.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+=">=virtual/jdk-1.8.0"
 DEPEND+="acct-user/puppetdb

diff --git a/app-admin/puppetdb/puppetdb-6.9.1.ebuild 
b/app-admin/puppetdb/puppetdb-6.9.1.ebuild
deleted file mode 100644
index 784885ac312..000
--- a/app-admin/puppetdb/puppetdb-6.9.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd
-
-DESCRIPTION="PuppetDB collects data generated by Puppet."
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-RDEPEND+=">=virtual/jdk-1.8.0"
-DEPEND+="acct-user/puppetdb
-   acct-group/puppetdb"
-
-src_prepare() {
-   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
-   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
-   sed -i 's/sysconfig/conf\.d/g' install.sh || die
-   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   dodir /opt/puppetlabs/server/data/puppetdb
-   insinto /opt/puppetlabs/server/apps/puppetdb
-   insopts -m0744
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppetdb.jar
-   insinto /etc/puppetlabs/puppetdb
-   doins ext/config/logback.xml
-   doins ext/config/bootstrap.cfg
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetdb/conf.d
-   doins ext/config/conf.d/jetty.ini
-   doins ext/config/conf.d/repl.ini
-   doins ext/config/conf.d/database.ini
-   doins ext/config/conf.d/config.ini
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
-   doins ext/cli/foreground
-   doins ext/cli/ssl-setup
-   doins ext/cli/config-migration
-   doins ext/cli/foreground
-   doins ext/cli/anonymize
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetdb/bin
-   doins ext/bin/puppetdb
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
-   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
-   # init type tasks
-   newconfd ext/default puppetdb
-   systemd_dounit ext/redhat/puppetdb.service
-   systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
-   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
-   # misc
-   insinto /etc/logrotate.d
-   newins ext/puppetdb.logrotate.conf puppetdb
-   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb

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

2020-06-01 Thread Matthew Thode
commit: 072dee086d4bab8ddfc2672a71da5f22e71e4bef
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 00:11:31 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 00:13:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072dee08

app-admin/puppetserver: 6.11.0 stable amd64/x86 with cleanup

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

 app-admin/puppetserver/Manifest|   1 -
 app-admin/puppetserver/puppetserver-6.11.0.ebuild  |   2 +-
 .../puppetserver/puppetserver-6.9.1-r1.ebuild  | 131 -
 3 files changed, 1 insertion(+), 133 deletions(-)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 0ceddd1fe5d..19b0cfc60f8 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,2 +1 @@
 DIST puppetserver-6.11.0.tar.gz 60230325 BLAKE2B 
e7f95c15755afe1a637558a505f3bf3392da620df44e93ed152ea622bfb35b594120f36bb1c357d49577c8fede83eee318ffe4535df78f50478e09961b62b89b
 SHA512 
1d6fe14cb1dfaec1a8b43c54ebe9bfd9b581b9f2ad4d3f1976e4570679a72657b93060838fdaf55447dd3c7e5e3d38df30c0f20121791ac06d0a09545812b49b
-DIST puppetserver-6.9.1.tar.gz 59496176 BLAKE2B 
1599380ebf731fb4d67c04abc06303647d5d29c99f2b9721d049972eaaf3d4c2b108c6ac2f1a45efce3c52e9a57ebd362c874c36093027ebca77a2ae1d4c0323
 SHA512 
3a794adfa48c7bf9bd241c9da0578ea192b8551e75093e4d95c7c10fa659ef59d59ae72b33561d13ac31e839245d266301a6067d30b466138a95a6c4879bc58a

diff --git a/app-admin/puppetserver/puppetserver-6.11.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.11.0.ebuild
index 94b63776bb9..5385eacc0c9 100644
--- a/app-admin/puppetserver/puppetserver-6.11.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.11.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+="
>=virtual/jdk-1.8.0

diff --git a/app-admin/puppetserver/puppetserver-6.9.1-r1.ebuild 
b/app-admin/puppetserver/puppetserver-6.9.1-r1.ebuild
deleted file mode 100644
index 5385eacc0c9..000
--- a/app-admin/puppetserver/puppetserver-6.9.1-r1.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd
-
-DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
-HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
-SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="puppetdb"
-# will need the same keywords as puppet
-KEYWORDS="amd64 x86"
-
-RDEPEND+="
-   >=virtual/jdk-1.8.0
-   app-admin/puppet-agent[puppetdb?]"
-DEPEND+="acct-user/puppet
-   acct-group/puppet"
-
-src_prepare() {
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
-   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
-   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   insinto /opt/puppetlabs/server/apps/puppetserver
-   insopts -m0774
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppet-server-release.jar
-   insinto /etc/puppetlabs/puppetserver
-   doins ext/config/logback.xml
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetserver/services.d
-   doins ext/system-config/services.d/bootstrap.cfg
-   doins ext/config/services.d/ca.cfg
-   insinto /etc/puppetlabs/puppetserver/conf.d
-   doins ext/config/conf.d/puppetserver.conf
-   doins ext/config/conf.d/auth.conf
-   doins ext/config/conf.d/global.conf
-   doins ext/config/conf.d/web-routes.conf
-   doins ext/config/conf.d/metrics.conf
-   doins ext/config/conf.d/webserver.conf
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
-   doins ext/cli/ca
-   doins ext/cli/irb
-   doins ext/cli/foreground
-   doins ext/cli/gem
-   doins ext/cli/ruby
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli
-   doins ext/cli_defaults/cli-defaults.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/bin
-   doins ext/bin/puppetserver
-   insopts -m0644
-   dodir 

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

2020-06-01 Thread Matthew Thode
commit: b4f16ac05ba09d575591f0d9e2879daf77f31205
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 00:09:28 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 00:13:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f16ac0

app-admin/puppet: 6.15.0 stable amd64/x86 with cleanup

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

 app-admin/puppet/Manifest |   1 -
 app-admin/puppet/puppet-6.14.0.ebuild | 136 --
 app-admin/puppet/puppet-6.15.0.ebuild |   2 +-
 3 files changed, 1 insertion(+), 138 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 6502e552786..ae545332efe 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,4 +1,3 @@
 DIST puppet-5.5.19.tar.gz 2993740 BLAKE2B 
aa6bde89489279769ee9a1ed5508fb223f7f0153b1b1991970018908eee70ff0816688c702b8dc779d01e1978ea7f9290c80523648730d5408a17674c11345fd
 SHA512 
996fa155ca04c8c3c96c29cf65cd24eaf9e19e89fcf85345509dbd3673b28c263df5b62d6f016b8ac1c1da8ed86f0acf3100eae2656252bb10c542972db81de3
 DIST puppet-5.5.20.tar.gz 2995117 BLAKE2B 
f147be28967da748bf8d5f7250eae9045caafaa3925f850cc0a77acc19a6a47ed92d4ec81278334608839f6f8c83cab19324f2753bc05d3a042a3bfaccb72a46
 SHA512 
83b8f234697e13d6fd8ac16634fff4e4adfece70858c32c1001925c71cc4d9a482da1880c27c08e796facb46d5d17889f9521121a69cb49e160e3c031ad564c4
-DIST puppet-6.14.0.tar.gz 2842351 BLAKE2B 
db9a467d8e0f4f25d45c2f735ee9d11ac6ed4e47c16b95ded3ff9f1c5055ea866735bcda27c19c2988035d9592035e433ef0d79a19781c99f4e97388edf46b93
 SHA512 
066ad8de6393cb58b1f92fae450dc72dabcbe912cdbb3417848a66955fe17696a68abf67d86b107a2b1c54e7037d38da7264a9234a8833b56065c8e407ff57a4
 DIST puppet-6.15.0.tar.gz 2880562 BLAKE2B 
082f6a6b0ee56cdb1cd98b8cade8b07b7970ae0a78a9cf7c80e9af945eb722ad156b28004ad565c51750a63fa5932e99b1dd39ac0d4008d3ed225868e7671a31
 SHA512 
ac7e17bd87ee924fd928d565389b424ff2ed45b9b08e1be4eff4dec3688545657e2dfede46adeb48faecf3875c640c99b07ed6e09906b3e66b4654bb984d9296

diff --git a/app-admin/puppet/puppet-6.14.0.ebuild 
b/app-admin/puppet/puppet-6.14.0.ebuild
deleted file mode 100644
index 11fd2d3c508..000
--- a/app-admin/puppet/puppet-6.14.0.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit eutils ruby-fakegem eapi7-ver
-
-DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="https://puppet.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   dev-ruby/concurrent-ruby
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0
-   acct-user/puppet
-   acct-group/puppet"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # can't be run within portage.
-   epatch "${FILESDIR}/puppet-fix-tests-6.10.1.patch"
-
-   # fix systemd path
-   epatch "${FILESDIR}/puppet-systemd.patch"
-
-   # Avoid specs that can only run in the puppet.git repository. This
-   # should be narrowed down to the specific specs.
-   rm spec/integration/parser/compiler_spec.rb || die
-
-   # Avoid failing spec that need further investigation.
-   rm spec/unit/module_tool/metadata_spec.rb || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" 
"/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
-}
-
-all_ruby_install() {
-   

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

2020-06-01 Thread Matthew Thode
commit: 1034b4f92556582cc75a561d90e21beb533aadf3
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 00:12:25 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 00:13:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1034b4f9

dev-ruby/puppetdb-termini: 6.10.0 stable amd64/x86 with cleanup

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

 dev-ruby/puppetdb-termini/Manifest |  1 -
 .../puppetdb-termini-6.10.0.ebuild |  2 +-
 .../puppetdb-termini/puppetdb-termini-6.9.1.ebuild | 28 --
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index e7d5308a961..216f63fb514 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,2 +1 @@
 DIST puppetdb-termini_6.10.0-1stretch_all.deb 21294 BLAKE2B 
dfe88c6a44eed3e8a0826fde8f6130d3d817acafa367415956587e44298c99c41fd7bdac709c1ab55dcc9dce165d2599a2f18f0e1fd058d717128c0dd3a6ae28
 SHA512 
da7bf41e43acc39a44655e4759a14c119e6c1665c01a8b0ad4d83767c65068e071fc8ff6af80810a20cf92508c55c9ccfa295e197c0f7c94ee70110ea4515aae
-DIST puppetdb-termini_6.9.1-1stretch_all.deb 21294 BLAKE2B 
579181f4404e5b9dfbc444364c58402135ea68bef0fd3bff894976ee04f7d181699d2456d5ee6105707b765ee1842fac38af7e97f07621436164d79ff8c32a35
 SHA512 
62d3ac5b922eb3b3ba50f47a104dfb04ca8f3284b2474ed45cf609b21696fa01fa2eaecaa1c94d7b50ac22e8b187b4efc8e43d3cb7d66bf02554b1c03996b040

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
index a7f2b53b2dd..7919b7b236e 100644
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND+=""
 DEPEND+=""

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.9.1.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.9.1.ebuild
deleted file mode 100644
index 7919b7b236e..000
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.9.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit unpacker
-
-DESCRIPTION="Library needed to connect puppet to puppetdb"
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND+=""
-DEPEND+=""
-
-S=${WORKDIR}
-
-src_install() {
-   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
-   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
-}



[gentoo-commits] proj/qt:master commit in: eclass/

2020-06-01 Thread Andreas Sturmlechner
commit: c5a8bc30c940374a54bac471f8c116c14448c9cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 30 20:35:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  1 08:50:14 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c5a8bc30

qt5-build.eclass: Drop obsolete pre-Qt-5.14.2 quirks

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

 eclass/qt5-build.eclass | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index cd2e19b0..8531d129 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -104,11 +104,7 @@ EGIT_REPO_URI=(
 # @OUTPUT_VARIABLE
 # @DESCRIPTION:
 # Build directory for out-of-source builds.
-if ver_test ${PV} -lt 5.14.2; then
-   : ${QT5_BUILD_DIR:=${S}} # workaround for bug 497312
-else
-   : ${QT5_BUILD_DIR:=${S}_build}
-fi
+: ${QT5_BUILD_DIR:=${S}_build}
 
 IUSE="debug test"
 
@@ -663,9 +659,7 @@ qt5_base_configure() {
# config to always be used. bug 599636
# ${S}/include does not exist in live sources
local basedir="${S}/"
-   if ver_test ${PV} -lt 5.14.2 || [[ ${QT5_BUILD_TYPE} == live ]]; then
-   basedir=""
-   fi
+   [[ ${QT5_BUILD_TYPE} == live ]] && basedir=""
cp src/corelib/global/qconfig.h "${basedir}"include/QtCore/ || die
 
popd >/dev/null || die



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

2020-06-01 Thread Thomas Deutschmann
commit: 03df35088276f459b96fddfea06753ea93b81989
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  1 23:13:51 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  1 23:16:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03df3508

dev-db/mysql: fix pkg_config

Closes: https://bugs.gentoo.org/722118
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mysql/mysql-5.6.45-r2.ebuild | 15 ---
 dev-db/mysql/mysql-5.7.30.ebuild| 15 ---
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/dev-db/mysql/mysql-5.6.45-r2.ebuild 
b/dev-db/mysql/mysql-5.6.45-r2.ebuild
index 18821fa038c..87c3e81d635 100644
--- a/dev-db/mysql/mysql-5.6.45-r2.ebuild
+++ b/dev-db/mysql/mysql-5.6.45-r2.ebuild
@@ -601,11 +601,20 @@ mysql_init_vars() {
 
 pkg_config() {
_getoptval() {
-   local mypd="${EROOT%/}"/usr/bin/my_print_defaults
local section="$1"
local flag="--${2}="
local extra_options="${3}"
-   "${mypd}" $extra_options $section | sed -n 
"/^${flag}/s,${flag},,gp"
+   local cmd=(
+   "${EROOT%/}/usr/bin/my_print_defaults"
+   "${extra_options}"
+   "${section}"
+   )
+   local results=( $(eval "${cmd[@]}" 2>/dev/null | sed -n 
"/^${flag}/s,${flag},,gp") )
+
+   if [[ ${#results[@]} -gt 0 ]] ; then
+   # When option is set multiple times only return last 
value
+   echo "${results[-1]}"
+   fi
}
local old_MY_DATADIR="${MY_DATADIR}"
local old_HOME="${HOME}"
@@ -724,7 +733,7 @@ pkg_config() {
fi
 
local options
-   local sqltmp="$(emktemp)"
+   local sqltmp="$(emktemp "${EROOT%/}/tmp")"
 
# Fix bug 446200. Don't reference host my.cnf, needs to come first,
# see http://bugs.mysql.com/bug.php?id=31312

diff --git a/dev-db/mysql/mysql-5.7.30.ebuild b/dev-db/mysql/mysql-5.7.30.ebuild
index 4543221a9e4..71716b437ae 100644
--- a/dev-db/mysql/mysql-5.7.30.ebuild
+++ b/dev-db/mysql/mysql-5.7.30.ebuild
@@ -747,11 +747,20 @@ multilib_src_install_all() {
 
 pkg_config() {
_getoptval() {
-   local mypd="${EROOT%/}"/usr/bin/my_print_defaults
local section="$1"
local flag="--${2}="
local extra_options="${3}"
-   "${mypd}" $extra_options $section | sed -n 
"/^${flag}/s,${flag},,gp"
+   local cmd=(
+   "${EROOT%/}/usr/bin/my_print_defaults"
+   "${extra_options}"
+   "${section}"
+   )
+   local results=( $(eval "${cmd[@]}" 2>/dev/null | sed -n 
"/^${flag}/s,${flag},,gp") )
+
+   if [[ ${#results[@]} -gt 0 ]] ; then
+   # When option is set multiple times only return last 
value
+   echo "${results[-1]}"
+   fi
}
local old_MY_DATADIR="${MY_DATADIR}"
local old_HOME="${HOME}"
@@ -872,7 +881,7 @@ pkg_config() {
fi
 
local options
-   local sqltmp="$(emktemp)"
+   local sqltmp="$(emktemp "${EROOT%/}/tmp")"
 
# Fix bug 446200. Don't reference host my.cnf, needs to come first,
# see http://bugs.mysql.com/bug.php?id=31312



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

2020-06-01 Thread Georgy Yakovlev
commit: 941788b2803ed563bdc1984c7966df1b86bda4fa
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  1 23:08:14 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  1 23:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941788b2

x11-terms/alacritty: respect CC

Closes: https://bugs.gentoo.org/726428
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/alacritty-0.4.2-r1.ebuild | 3 ++-
 x11-terms/alacritty/alacritty-0.4.3.ebuild| 3 ++-
 x11-terms/alacritty/alacritty-.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild 
b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
index 500234e83ac..9ec03831ff8 100644
--- a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
+++ b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
@@ -260,7 +260,7 @@ zip-0.5.5
 MY_PV="${PV//_rc/-rc}"
 PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
 
-inherit bash-completion-r1 cargo desktop python-any-r1
+inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
 
 DESCRIPTION="GPU-accelerated terminal emulator"
 HOMEPAGE="https://github.com/alacritty/alacritty;
@@ -317,6 +317,7 @@ src_unpack() {
 }
 
 src_configure() {
+   tc-export AR CC
myfeatures=(
$(usex X x11 '')
$(usev wayland)

diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild 
b/x11-terms/alacritty/alacritty-0.4.3.ebuild
index ac4d768d09b..38bbe6f80a0 100644
--- a/x11-terms/alacritty/alacritty-0.4.3.ebuild
+++ b/x11-terms/alacritty/alacritty-0.4.3.ebuild
@@ -270,7 +270,7 @@ MY_PV="${PV//_rc/-rc}"
 # https://bugs.gentoo.org/725962
 PYTHON_COMPAT=( python3_{7,8} )
 
-inherit bash-completion-r1 cargo desktop python-any-r1
+inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
 
 DESCRIPTION="GPU-accelerated terminal emulator"
 HOMEPAGE="https://github.com/alacritty/alacritty;
@@ -328,6 +328,7 @@ src_unpack() {
 }
 
 src_configure() {
+   tc-export AR CC
myfeatures=(
$(usex X x11 '')
$(usev wayland)

diff --git a/x11-terms/alacritty/alacritty-.ebuild 
b/x11-terms/alacritty/alacritty-.ebuild
index 7d1f53e471e..731067ab59e 100644
--- a/x11-terms/alacritty/alacritty-.ebuild
+++ b/x11-terms/alacritty/alacritty-.ebuild
@@ -8,7 +8,7 @@ CRATES=""
 MY_PV="${PV//_rc/-rc}"
 PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
 
-inherit bash-completion-r1 cargo desktop python-any-r1
+inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
 
 DESCRIPTION="GPU-accelerated terminal emulator"
 HOMEPAGE="https://github.com/alacritty/alacritty;
@@ -65,6 +65,7 @@ src_unpack() {
 }
 
 src_configure() {
+   tc-export AR CC
myfeatures=(
$(usex X x11 '')
$(usev wayland)



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

2020-06-01 Thread Andreas Sturmlechner
commit: 76facc94d83e9e0b5a5eb94315ca9a8531eb5572
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  1 23:01:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  1 23:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76facc94

media-libs/harfbuzz: Finally, run eautoreconf all the time

Bug: https://bugs.gentoo.org/726674
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.6.5.ebuild | 6 +++---
 media-libs/harfbuzz/harfbuzz-2.6.6.ebuild | 6 +++---
 media-libs/harfbuzz/harfbuzz-.ebuild  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
index df0e3cbd9e4..63f6e1fd379 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
@@ -5,14 +5,14 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
+inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 
 if [[ ${PV} =  ]] ; then
EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git;
-   inherit git-r3 autotools
+   inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
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"
@@ -81,7 +81,7 @@ src_prepare() {
test/shaping/data/in-house/Makefile.sources \
test/shaping/data/in-house/Makefile.in || die # bug 726120
 
-   [[ ${PV} ==  ]] && eautoreconf
+   eautoreconf
elibtoolize # for Solaris
 
# bug 618772

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
index c5ef6e97489..bdc327af67b 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
@@ -5,14 +5,14 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
+inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 
 if [[ ${PV} =  ]] ; then
EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git;
-   inherit git-r3 autotools
+   inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
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"
@@ -81,7 +81,7 @@ src_prepare() {
test/shaping/data/in-house/Makefile.sources \
test/shaping/data/in-house/Makefile.in || die # bug 726120
 
-   [[ ${PV} ==  ]] && eautoreconf
+   eautoreconf
elibtoolize # for Solaris
 
# bug 618772

diff --git a/media-libs/harfbuzz/harfbuzz-.ebuild 
b/media-libs/harfbuzz/harfbuzz-.ebuild
index c5ef6e97489..bdc327af67b 100644
--- a/media-libs/harfbuzz/harfbuzz-.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-.ebuild
@@ -5,14 +5,14 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
+inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 
 if [[ ${PV} =  ]] ; then
EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git;
-   inherit git-r3 autotools
+   inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
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"
@@ -81,7 +81,7 @@ src_prepare() {
test/shaping/data/in-house/Makefile.sources \
test/shaping/data/in-house/Makefile.in || die # bug 726120
 
-   [[ ${PV} ==  ]] && eautoreconf
+   eautoreconf
elibtoolize # for Solaris
 
# bug 618772



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

2020-06-01 Thread Brian Dolbec
commit: 8cd9e1f29cdaea9024bf1336a097c7e4fdf9dab1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:35:13 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd9e1f2

dev-util/buildbot-www: Version bump, clean vulnerable versions

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-www/Manifest   |  4 +-
 dev-util/buildbot-www/buildbot-www-0.9.12.ebuild | 52 
 dev-util/buildbot-www/buildbot-www-1.1.2.ebuild  | 52 
 dev-util/buildbot-www/buildbot-www-1.3.0.ebuild  | 52 
 dev-util/buildbot-www/buildbot-www-2.8.0.ebuild  | 29 +
 5 files changed, 30 insertions(+), 159 deletions(-)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index 05a9cff453c..b7a215933db 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-www-0.9.12.tar.gz 691551 BLAKE2B 
9bef044fe9e48e34d3e314d9c9b7446a1e295898c432da5c8915e36156f2f934fd065c8075dd55f68da7bc29a567c1ef276bc415df38911aff7c33de46fa7942
 SHA512 
6c525d32407be24aa728a0bd9c9a09c64bb4bef092ef9e5285475527f7fcbd89d516ea376d90b22aa24af384d73125bc886360cf992dfe3d01471838193f351a
-DIST buildbot-www-1.1.2.tar.gz 718705 BLAKE2B 
009ae0dc07693f9eee4e3982ccbecb32d64e7d27e374f539cd541a5f80d9b9bf798e8836502cd26a5477b0ee842dbfae2308608fa3320e682afd0bcda2f89f1e
 SHA512 
e4a0f7aee5e38d0522d39c819d4b9865966e020fd89b156e79807417fd7f82d497fbceafcc8a89e5beb6def1f42e4bfc595053581cbe2634520ad2c806ce3968
-DIST buildbot-www-1.3.0.tar.gz 717517 BLAKE2B 
57b0ed7ef46fecb242562a0f93e234985c9cc0ea55d273c1c5de74753f6ea83d25d5017515afb6ad4b7bff4f80cdfb9a6daf937c5cd133c017c9bd6fa9d6d7ee
 SHA512 
e01d1d3528ab1f29ff136321b25f45b01733a4f23cd9d637c9e3290b5301a8ac3dc545decb178c1332e58dc3e11065ef73df49fbb46fca6068acabdd40a8bff1
 DIST buildbot-www-2.7.0.tar.gz 3173804 BLAKE2B 
ac51e6b8c6860dfd98647cacd5a300099bee19b64bb796e8643fab149c96604bb63a565a25eea51dbdc458128cd4c431efbf46069f2ee0adf5f835992d860e5f
 SHA512 
530c2e3926dbec743b9dbc3ed38ba32c421ee265dc5ff48618748a547b0e8da4d7064e6afa379a8187ec189f8031c1e24b99576d276bc5eab4ad1c6a5bc27a84
+DIST buildbot-www-2.8.0.tar.gz 3174211 BLAKE2B 
32463f0456ba3fbc5eefd067bcffc4021e1b1dbe95d3a68b1a52c1657317c883a49c6b5baa0696f1bc90c7a519406eb6a4b0797e9c48f28d021cbd4480d80ff9
 SHA512 
916fe250f14bcc2cfdfe6d54d426c523b6a093e13ec60be65b93e3dcad2bf919d091b9b4ecd797e0d616c8bb6cd02974ee9d66931031d8e614740bb9f816fb16

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
deleted file mode 100644
index 196516c17f9..000
--- a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-www/;
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == * ]] && S=${S}/www/base
-
-python_test() {
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git a/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild 
b/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
deleted file mode 100644
index 196516c17f9..000
--- a/dev-util/buildbot-www/buildbot-www-1.1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 

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

2020-06-01 Thread Brian Dolbec
commit: 2b487afce493fd71327d8cf23321530c5c4350f7
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 00:54:14 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b487afc

dev-python/tubes: New pkg, dep for dev-python/klien

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/tubes/Manifest   |  1 +
 dev-python/tubes/metadata.xml   | 23 +++
 dev-python/tubes/tubes-0.2.0.ebuild | 33 +
 3 files changed, 57 insertions(+)

diff --git a/dev-python/tubes/Manifest b/dev-python/tubes/Manifest
new file mode 100644
index 000..d514d1e34ac
--- /dev/null
+++ b/dev-python/tubes/Manifest
@@ -0,0 +1 @@
+DIST tubes-0.2.0.tar.gz 64284 BLAKE2B 
fb8e196a2e68998e5e63c7c5e001d4b8baffb049bb4bedc8f8eb44117ab6a699e54a0dc96071cea8eec7db7a49316a01f6c259d2e456443a1014d9d4fc25d007
 SHA512 
6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e

diff --git a/dev-python/tubes/metadata.xml b/dev-python/tubes/metadata.xml
new file mode 100644
index 000..77d7b556b44
--- /dev/null
+++ b/dev-python/tubes/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   
+   
+   bol...@bolson.org
+   Brian Olson
+   
+   cbor
+   bodhisnarkva/cbor
+   
+   This library provides encoding and decoding for the
+Concise Binary Object Representation (CBOR) (RFC 7049) serialization format.
+It is implemented in pure python with an optional C backend and is compatible
+with versions 2.7 through to 3.8.  On cPython>=3.3 cbor2 can use a built in C
+module for performance similar to how pickle wraps the _pickle C module in the
+Python Standard Library.
+   
+

diff --git a/dev-python/tubes/tubes-0.2.0.ebuild 
b/dev-python/tubes/tubes-0.2.0.ebuild
new file mode 100644
index 000..6e7b2f17ad5
--- /dev/null
+++ b/dev-python/tubes/tubes-0.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+inherit distutils-r1
+
+DESCRIPTION="Flow control and backpressure for event-driven applications"
+HOMEPAGE="https://github.com/twisted/tubes https://pypi.org/project/Tubes/;
+SRC_URI="https://github.com/twisted/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 "
+
+DEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/

2020-06-01 Thread Brian Dolbec
commit: e59a5c9b4c0982000af82f4e0e91fa3f6f1bd22f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:39:48 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59a5c9b

dev-util/buildbot-grid-view: Version bump, clean vulnerable versions

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-grid-view/Manifest   |  4 +-
 .../buildbot-grid-view-0.9.12_p1.ebuild| 51 --
 .../buildbot-grid-view-1.1.2.ebuild| 51 --
 .../buildbot-grid-view-1.3.0.ebuild| 51 --
 .../buildbot-grid-view-2.8.0.ebuild| 37 
 5 files changed, 38 insertions(+), 156 deletions(-)

diff --git a/dev-util/buildbot-grid-view/Manifest 
b/dev-util/buildbot-grid-view/Manifest
index 1f0d3a4dcd5..92957a17b9c 100644
--- a/dev-util/buildbot-grid-view/Manifest
+++ b/dev-util/buildbot-grid-view/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-grid-view-0.9.12.post1.tar.gz 638819 BLAKE2B 
5e0bdc39ebe2b447b23abaddc414713c46e5544915d5564641a0534dfa9862f71d689c5df27a5f2a6ecbaa33c29ece5bc85e1c2d1f0a10b0f19273364699748f
 SHA512 
3bc90dcee10781afa90a44d0ff57629f2fe8620fb1133a489282b3a69b884d33a7ad3cbf6e38f688755fcc2153c9ae1c0d48cd2797e33070f66a9093887179c6
-DIST buildbot-grid-view-1.1.2.tar.gz 638848 BLAKE2B 
c99e79af105cf07a6540c71fb7e604bca144ec5d462f6a38c50b525b2ba7bf9640b8d1d4e36e0beb121eafb042fefb67a8adb8b91d2ed8fca4daf982712fae45
 SHA512 
c2dddab25d1da173ae22d811a9c3261eaec6ac76389829cb1cfaa8b976573d6f12208541dce4065d45512c4c984d9a1d4c72f6e151ec3365ba1dca356ad0288d
-DIST buildbot-grid-view-1.3.0.tar.gz 638845 BLAKE2B 
fb52b8fccbce298cbaf715feb1d785856e879f9e9fe63add83c3b0b51df93417ef8b355b33569956e055771bc75a4b6ea318bd7bbcd157bce01f972730468b62
 SHA512 
f82316743c10c4fd2a509a754808535606bdfd114b86e5796887d47845b4ef83677c7af830b9e4c531a9857249a8b2de8411b30f2f5b2a617a54244658e4a528
 DIST buildbot-grid-view-2.7.0.tar.gz 13342 BLAKE2B 
f37d7466d346c2db4083bdf0226f405fd48dec73306a91a24d77e38ef4f254bfd3a7b64604a5518f4fce5cd83c00ac4788626e06167cc6fc72f1dd4f31ab16b7
 SHA512 
a2ffa0ada87a2672b8839516bcf571ab8d884c953459b567fd87c8dbe1c65bdccc862d2bcfd4148f91959b1a942afabdacf98f37f2a0374393b57fe8c09aee04
+DIST buildbot-grid-view-2.8.0.tar.gz 13399 BLAKE2B 
bfecb49fb3f6b0a9b6147625f6214f2b4c3dd76ebb2698af3e49526d0a6a1241ddf519fa8d612c37e5f12f8c11f673db2a2aa4558bd503834ea3f167d880f631
 SHA512 
2466130b2227de378a005c0cd6086de3d58c96339bd4f662b3da78ee275cc24dad82388b5f7798a20bb921d76e01a69802dca14feff6213677a89a279e93245f

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild
deleted file mode 100644
index f78bf0f289c..000
--- a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="BuildBot grid view web interface"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-grid-view/;
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   =dev-util/buildbot-0.9.12*[${PYTHON_USEDEP}]
-   =dev-util/buildbot-www-0.9.12*[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == * ]] && S=${S}/www/base
-
-python_test() {
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild
deleted file mode 100644
index 1c040e8d6fc..000
--- a/dev-util/buildbot-grid-view/buildbot-grid-view-1.1.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="BuildBot grid view web interface"
-HOMEPAGE="https://buildbot.net/ 

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

2020-06-01 Thread Brian Dolbec
commit: 5e038299cefa7a85cc0536c18c4fc61ef2ecd104
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 04:06:49 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e038299

dev-python/klein: New pkg, dep of dev-util/buildbot-badges

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/klein/Manifest|  1 +
 dev-python/klein/klein-19.6.0.ebuild | 57 
 dev-python/klein/metadata.xml| 24 +++
 3 files changed, 82 insertions(+)

diff --git a/dev-python/klein/Manifest b/dev-python/klein/Manifest
new file mode 100644
index 000..1d9a9e8c171
--- /dev/null
+++ b/dev-python/klein/Manifest
@@ -0,0 +1 @@
+DIST klein-19.6.0.tar.gz 100867 BLAKE2B 
2d03a5040d7f470bd73b25a66a1dbb2d6278a12afd7ffeffe0055b2d8bf88d5fd6d97e08bdbc185fbfcd34aa0589f79d79488cba77b4b08430dbafd8ba5e0afe
 SHA512 
c085269d4d79206446bc7ac333f536eb9dbeea0ada65b23610e4e8a35208820ef1bac78c17a4e71c22ed2c06f5467ce6c59666dc36fde3e4c0843ed69549

diff --git a/dev-python/klein/klein-19.6.0.ebuild 
b/dev-python/klein/klein-19.6.0.ebuild
new file mode 100644
index 000..f89fedf523f
--- /dev/null
+++ b/dev-python/klein/klein-19.6.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="micro-framework for developing production-ready web services with 
Python"
+HOMEPAGE="https://pypi.org/project/klein https://github.com/twisted/klein;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/treq[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/hyperlink[${PYTHON_USEDEP}]
+   dev-python/incremental[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/tubes[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+   # nuke irreleveant test dep
+   sed -e 's/"typing",//' \
+   -i setup.py || die
+   # known test fail: https://github.com/twisted/klein/issues/339
+   sed -e 's/big world/big+world/' \
+   -e 's/4321)]/4321.0)]/' \
+   -e 's/not a number/not+a+number/' \
+   -i src/klein/test/test_form.py  || die
+
+   distutils-r1_python_prepare_all
+}
+python_test() {
+   distutils_install_for_testing
+
+   pytest -v ||
+   die "Tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/klein/metadata.xml b/dev-python/klein/metadata.xml
new file mode 100644
index 000..dab0ec77e4d
--- /dev/null
+++ b/dev-python/klein/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   
+   
+   hawk...@twistedmatrix.com
+   Amber Brown
+   
+   klein
+   twisted/klein
+   
+   
+   Klein is a micro-framework for developing production-ready web 
services
+   with Python. It is 'micro' in that it has an incredibly small 
API
+   similar to Bottle and Flask. It is not 'micro' in that it 
depends on
+   things outside the standard library. This is primarily because 
it is
+   built on widely used and well tested components like Werkzeug 
and
+   Twisted.
+   
+



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

2020-06-01 Thread Brian Dolbec
commit: cc96fdd306798463205df2d30bd5c9931f6f6591
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:53:25 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc96fdd3

dev-util/buildbot-worker: Version bump, clena vulnerable

Clean old vulnerable release versions.
Optimize  and release ebuilds.

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-worker/Manifest  |   4 +-
 .../buildbot-worker/buildbot-worker-0.9.12.ebuild  | 134 -
 .../buildbot-worker/buildbot-worker-1.3.0.ebuild   | 134 -
 ...r-1.1.2.ebuild => buildbot-worker-2.8.0.ebuild} |  42 +++
 .../buildbot-worker/buildbot-worker-.ebuild|  13 +-
 5 files changed, 22 insertions(+), 305 deletions(-)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
index 72f72b3635a..6c7a6260837 100644
--- a/dev-util/buildbot-worker/Manifest
+++ b/dev-util/buildbot-worker/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-worker-0.9.12.tar.gz 101655 BLAKE2B 
a73f98ec56bd3ad6d19ad0b9dfa015869fd6115789a7ddcecdebdac8707850715c677ee248668f73035ea5656665973634829f2f97e3e75fe8e1515cb0838b88
 SHA512 
c2e86bd8818eddc2849626a0c7642169bc91fa2cc1d531977736e53c4ad3c87c3f0cb17d7b9acd137e783ae822f558a19f4668e3cd37e90a8435157485bd1d57
-DIST buildbot-worker-1.1.2.tar.gz 103013 BLAKE2B 
b44593b71e61fee4037911759fa4f686aaabf5ef4be9efaecd539e88c5fc2ed2059d8dd8d6d1c4b3ba57d3563f79aaa404176529622003070c136803c90beb10
 SHA512 
3dd3da7e87d667307fca264d91af4671f76c3aad93a0512ae5777bb2e3972efe349968cf72fa17b99e45f2d7cec1ec16b1180c48d296e2702c9548bf858951a7
-DIST buildbot-worker-1.3.0.tar.gz 103765 BLAKE2B 
a5f06ad6b87442292f9fe0c7935f791d2fdb450db09c9614324f8230d0bec408380a7b1637dc32806259c4de7699b164f20f76d959232a82253f7134749531d7
 SHA512 
5e59aab6cecf8dd932df0e8063c69fda5613b76a46df63479ff554085275d4a19fb1b5142034bd4245423e99f3e46d45e765b10c3c74a9f28b92b70119fab9e2
 DIST buildbot-worker-2.7.0.tar.gz 101075 BLAKE2B 
2ee82434f565bef111685712b9b4dd7b0c522de59eefe3eda672827e4bcffae8288c5b9842221b52aa7d5907eeadd4bc5c635382b8c6c4e82977b3c139afdd4b
 SHA512 
bdfce0a7b222fdddbf7830f90c1775e2bded7080e5053b114b7c136b3e114f6c8b26ee4ad802fce66514524e29e863a2f1a4366758c59ebbc6eeadb4b0a271db
+DIST buildbot-worker-2.8.0.tar.gz 102605 BLAKE2B 
4cd6d8755803d7649acaf1b45e6632a7a9bddd8a58590a8caa73f686584fedf62d98911a9e148e5a6f34c99b8551cd80c2acbd03fc4f892300cad89a4f68e0b8
 SHA512 
62f3a72ed7d7ca724b667528e55673c20382ed95abc898dc43e43c5e09bc1d8116eeb2791145097a9b9f7ab2d38a90d974dfbbf5697d8c045a630632ece8512e

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
deleted file mode 100644
index 2fc5d7a0f23..000
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit readme.gentoo-r1 user distutils-r1
-
-DESCRIPTION="BuildBot Worker (slave) Daemon"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-worker/;
-
-MY_V="${PV/_p/p}"
-MY_P="${PN}-${MY_V}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-   dev-python/future[${PYTHON_USEDEP}]
-   !https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit readme.gentoo-r1 user distutils-r1
-
-DESCRIPTION="BuildBot Worker (slave) Daemon"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-worker/;
-
-MY_V="${PV/_p/.post}"
-MY_P="${PN}-${MY_V}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-   dev-python/future[${PYTHON_USEDEP}]
-   !https://github.com/buildbot/buildbot.git;
+DISTUTILS_USE_SETUPTOOLS="rdepend"
 
-[[ ${PV} == * ]] && inherit git-r3
-inherit readme.gentoo-r1 user distutils-r1
+inherit readme.gentoo-r1 distutils-r1
 
 DESCRIPTION="BuildBot Worker (slave) Daemon"
 HOMEPAGE="https://buildbot.net/ 

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-wsgi-dashboards/

2020-06-01 Thread Brian Dolbec
commit: fa4262b9f666b2db85493d828935e421fa08efa2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:51:17 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4262b9

dev-util/buildbot-wsgi-dashboards: Version bump, clean vulnerable

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-wsgi-dashboards/Manifest |  4 +-
 .../buildbot-wsgi-dashboards-1.1.2.ebuild  | 51 --
 .../buildbot-wsgi-dashboards-1.3.0.ebuild  | 51 --
 ...build => buildbot-wsgi-dashboards-2.8.0.ebuild} | 29 +++-
 4 files changed, 6 insertions(+), 129 deletions(-)

diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest 
b/dev-util/buildbot-wsgi-dashboards/Manifest
index 13a01001e32..1648b09b499 100644
--- a/dev-util/buildbot-wsgi-dashboards/Manifest
+++ b/dev-util/buildbot-wsgi-dashboards/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-wsgi-dashboards-0.9.12.tar.gz 627274 BLAKE2B 
26632ddd1577e9c419d13c07958c203440ef875bc4a79be6b894d0cf4dc457423528b7ea34c830511a5ef5d7f645fde2f71ac08578e1de32687c8b1ae2864491
 SHA512 
113c1616b08feb64fd3d94c1186e3d7dd7ea93e563a96ddb802e6ff8135e194014464ef09a23004518451626584bc531fc17419188ebbdd388e9363541b80c3d
-DIST buildbot-wsgi-dashboards-1.1.2.tar.gz 626825 BLAKE2B 
396fa858cafd6dc3958c37ea2e9e685357de2185ce0b73d946d3eb2e99472339e176de1b49d821337535904c521e8dbaa662217c568306e7b2d889d11fdeb5ed
 SHA512 
1eee2a38b525145e50812dff421613291f6b0b6a80a531b54383d771393d2a12c1c7840e2dabf7949918ac3f31ce5f6bd9514c08dee8fe5900c99438e63d4ee2
-DIST buildbot-wsgi-dashboards-1.3.0.tar.gz 626828 BLAKE2B 
9c44bca995a1849246c71cdf8ecca1a72ffdca9fb8e99db4e05dc529e0b188b85f45078c0f961c03eeb688fae08975dc438ba7c85bfcd3bebcc14a0d56a69f67
 SHA512 
97885bb26eb03c40b842406a9bbc80b5111ce82c79e0ca466f2f820622df43c6913b6b6f4f9ead2a47e09496ff9442df4a6a9a34041f6b9a127544413330
 DIST buildbot-wsgi-dashboards-2.7.0.tar.gz 5573 BLAKE2B 
e50576da2a86c3f63435c6ca721c0756e1bbe004e82a750d4f0a03799cde4b6c8db7a5199842ce46a835614ccfb588b4eca20035988f54c7d1b6dc9c43f31823
 SHA512 
018a103fd53f6c3fdca418a46d8576c6b1fd35c05b1cd2ef2dc2c8d30540fbf1528501369246c49d64cfc2d795bcb528fb672f0536a0239f64b87616c50c18c9
+DIST buildbot-wsgi-dashboards-2.8.0.tar.gz 5576 BLAKE2B 
cad5d728ab7811b6e5f0750dd4e74ad25ac92c72a8e5f58beed0c19ba38de1599f5f5977c087acfbf2a138e41aa927ded54fd7ff9f1719de46560e814bb3320a
 SHA512 
98217a351b0d441ab346d385b8b72333d100c33f40812f2c248a893a31e9ca157cc9e19048ed5a6e49283bdd9dd15ddbf5f16fd9e47ec5a63fedc959a93f1a33

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
deleted file mode 100644
index fdac2604e41..000
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to 
buildbot UI"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-wsgi-dashboards/;
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == * ]] && S=${S}/www/base
-
-python_test() {
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild
deleted file mode 100644
index fdac2604e41..000
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="Buildbot plugin to integrate flask 

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

2020-06-01 Thread Brian Dolbec
commit: 961c3974a745e4e1ce4660251dd789596181d9cc
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 20:30:41 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961c3974

dev-util/buildbot-badges: New pkg, plugin module for dev-util/buildbot

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-badges/Manifest  |  1 +
 .../buildbot-badges/buildbot-badges-2.8.0.ebuild   | 38 ++
 dev-util/buildbot-badges/metadata.xml  | 22 +
 3 files changed, 61 insertions(+)

diff --git a/dev-util/buildbot-badges/Manifest 
b/dev-util/buildbot-badges/Manifest
new file mode 100644
index 000..462bf2d7022
--- /dev/null
+++ b/dev-util/buildbot-badges/Manifest
@@ -0,0 +1 @@
+DIST buildbot-badges-2.8.0.tar.gz 3935 BLAKE2B 
d5cf4dff1ebcb752b3b82377912d0a6e811d7def94dcf9e6f339a810d67b7eafcc699f4abdf32618aa71f231165e31be57be1834c9d0a8bf40012e66c7f19245
 SHA512 
2653393de1fa3c6e98d744144190e7f7999cc1955f67467c70609ae6531f5b5f05adc4bc84cce9092deda374103266e24397080998c3d62635bf44dcb8650609

diff --git a/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild 
b/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild
new file mode 100644
index 000..c59f1ad4227
--- /dev/null
+++ b/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+inherit distutils-r1
+
+DESCRIPTION="Buildbot badges plugin produces an image in SVG or PNG format..."
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-grid-view/;
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE=""
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   dev-python/cairocffi[${PYTHON_USEDEP}]
+   media-gfx/cairosvg[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.1[${PYTHON_USEDEP}]
+   dev-python/klein[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-util/buildbot-badges/metadata.xml 
b/dev-util/buildbot-badges/metadata.xml
new file mode 100644
index 000..132bad70520
--- /dev/null
+++ b/dev-util/buildbot-badges/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   
+   The Buildbot badges plugin produces an image in SVG or PNG 
format with
+   information about the last build for the given builder name. PNG
+   generation is based on the CAIRO SVG engine, it requires a bit 
more CPU
+   to generate.
+   
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot-grid-view
+   buildbot/buildbot
+   
+



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

2020-06-01 Thread Brian Dolbec
commit: 5419b754e5c7e5265e623a3124c5371687f02b15
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:32:30 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5419b754

dev-util/buildbot-pkg: Version bump, clean vulnerable versions

Gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-pkg/Manifest |  4 +-
 dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild| 49 --
 dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild| 49 --
 ...pkg-0.9.12.ebuild => buildbot-pkg-2.8.0.ebuild} | 28 +++--
 4 files changed, 6 insertions(+), 124 deletions(-)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index a78d6f88a10..769c73417a0 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-pkg-0.9.12.tar.gz 4446 BLAKE2B 
e8077d3b212c968694d2d9e5018c9c985acbff592dbccfeb59543a507f263133268dde57efcacfabb90ea61c3184d34dced21f8e269f619d505166e68c76d43e
 SHA512 
5b9847747924b7e04ae7584f549fa498715e293c6dbdbfef1fe5896c8c96cd65471a908b48c46a32eddbcf8f7b3642402974b4ed3319cf42e90028e772b5e34b
-DIST buildbot-pkg-1.1.2.tar.gz 4838 BLAKE2B 
437fd8c7d293622b8499c45072d03912cb196afa97f06220cd3279ad01d2426e399e9c95ee063146dd8713f0284981c8a42b79f44028aebd19cbd5a4fe518eff
 SHA512 
11fcf96907274b699da23c667d7a634b1af3752b9edf651e3fd50f030bdd80d3170013ac2c789fc2943d2ca8a84cb02b5caaeb60e646a54cf8b89a5e701e21b5
-DIST buildbot-pkg-1.3.0.tar.gz 4835 BLAKE2B 
d035060ebf1e5823979adea8b7d31a13cc7bf3382eab571090d68db23b476e2fb959deaf249e6d4f2f3b44cf453c407dd0fd39e54a4e5a3d41462b125c573505
 SHA512 
b8e53de24cd41e31417a4259396fa080c7dad48b5ad2b15d5c9de9eb3fb35196a84f48ba589e8a077382e8a14d760f6148056bbe30972f0542512404e8efbefb
 DIST buildbot-pkg-2.7.0.tar.gz 4754 BLAKE2B 
568c59e9ba60fb2a221794ea7cba44d0a1fb1f4e41368dfcc9199208733fdacb8052a90b64368e8cf5bd906c02ff2d4fddd65dfe4ea117566f176924d4dec621
 SHA512 
9a6b67dbee28ed352671c2da3b14a416761f49bee2e77cf7f55936cbd4556e5509a420c13c7d4d88756e01de8e1268e08b43fa48ac0cf6a00dbff8566042a33b
+DIST buildbot-pkg-2.8.0.tar.gz 4768 BLAKE2B 
c07e7a46681319ebf2d5bdc1a2228218d9b48378cb877277b1e9c88285f4ac4246eea4cea8018d652b8beba01587ccd9c5e25464645f283ba7e8400c7a8efbe4
 SHA512 
962b1b8c56d15ad3b40148d2802630b34f808d7699747e8c97c9a5f48c7b4cdf6762c4994da4fb1a495ae9fa9fa1e1ee2d5076b4eaeb593f9c2090d2329c03cc

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild
deleted file mode 100644
index 2b270c46a06..000
--- a/dev-util/buildbot-pkg/buildbot-pkg-1.1.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="BuildBot common www build tools for packaging releases"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-pkg/;
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-# No real integration tests for this pkg.
-# all tests are related to making releases and final checks for distribution
-
-RDEPEND="
-   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-   
"${FILESDIR}/${PN}-0.9.15_p1-Removedevelopmentvirtualenvironmenthack.patch"
-)
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild
deleted file mode 100644
index 2b270c46a06..000
--- a/dev-util/buildbot-pkg/buildbot-pkg-1.3.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="BuildBot common www build tools for packaging releases"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-pkg/;
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/files/, dev-util/buildbot/

2020-06-01 Thread Brian Dolbec
commit: bbf522036c56491af480f90d18d3a2fab5463ea0
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:29:26 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf52203

dev-util/buildbot: Version bump, clean old, update 

Add 2.8.0 release.  Optimize the release and  ebuilds to fix
a dependency issue in the live ebuild.
Clean out the old vulnerable versions.

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot/Manifest |   5 +-
 dev-util/buildbot/buildbot-0.9.12-r1.ebuild| 180 
 dev-util/buildbot/buildbot-1.1.2.ebuild| 185 -
 ...buildbot-1.3.0.ebuild => buildbot-2.8.0.ebuild} |  72 
 dev-util/buildbot/buildbot-.ebuild |  25 +--
 .../buildbot/files/buildbot-2.8.0.fakedb.patch |  10 ++
 dev-util/buildbot/files/pypugjs-2.8.0.patch|  83 +
 7 files changed, 137 insertions(+), 423 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index 9bdfbaf4fd3..0b13398de21 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -1,4 +1,3 @@
-DIST buildbot-0.9.12.tar.gz 3057832 BLAKE2B 
8e1748739bacc3c884f353b2a1c798575e3ce5f451a1711ecf88a7c7e517da86d2e791748d31468a2bb07369022e96cb568518b7a8ce1d9e1cece0b6ab77eec8
 SHA512 
62459918267297b31b2a6416f72794c7a4ebdcb60de04ece1681f6b8be9debf161716cc70ad843fd468b23e02c521c0a0783a5a1e119d75648e107691d6b908d
-DIST buildbot-1.1.2.tar.gz 3101168 BLAKE2B 
35ec56440014015850a69324d475c4ca9555ad90da85b26a7a43eca74f08361137021aec72ddca37cbb24f21519ebf45948e66214291f356b4a1fbada7c0b3b8
 SHA512 
14c28d6fae18a10d89d41509635188d881ac76e7b61758481a9afbb22eb384d7ab5080383242e5850af13bfe46877985a91036270c3c4fbf01eafee5b7699815
-DIST buildbot-1.3.0.tar.gz 3119185 BLAKE2B 
d366b83baad7e865481535a2462ceb222aadce6c90a6229e82a72bf86518b8ebb0624d8ac8b64867783d58b6e9033b942a1ccd31fd6664a2b527eac9f11ab852
 SHA512 
e5ecf3eafe428a188c2410d270ee9bd5afc39122e62d35747288cf85347368ab4a94190b4ff6fe687269dc19cc7b91d33be8d3e3b637741e421a2cbd83572830
 DIST buildbot-2.7.0.tar.gz 3175050 BLAKE2B 
0a41eccaa4ca8df6396455049e8c09a1b2fe6cde3072da7fd3715f2769015944e8880f41dbe6750dd7b26bd863fb82f8e8d8c6540f9e1bf3ea4378f11adc973d
 SHA512 
9946fe0b1591d51e5136d9458526918e872174afee79b5f1c333823ef1d2ddae66f017e9b57e26a2451da7ca7672720f32544c606ce5652d0825fae563779669
+DIST buildbot-2.8.0-fakedb.tar.xz 16204 BLAKE2B 
741676e2c9117b1ab174ce49747bdfcd07766ad3e471e308398dff476f167fd231b7772c2f02002cbafb27e2ef535242d84d5aa84f4bc8942d4d216b2d5bf1f6
 SHA512 
c2b00d8621b3a1e521f6c17e902ae331b606dda3d319187895f26629dbdaf50caefc5d49fb150fb780e682ae431515c7ded4950d62448e8a73b8efba821c0fa1
+DIST buildbot-2.8.0.tar.gz 3162882 BLAKE2B 
19789f1fe9f572c978a1843a98cd01d752a614d89eb29f2de9db750808d1f96d7893b39d703f37cc0e81e022267c08603c86d59a5902d65194e236f7170d6b30
 SHA512 
18af8fe1bda6f7014f514bfd112ccf9837194c0e42cbdabaaa6c6202660670964421feff3e92e9dca4cf960f69a4bde9b3666287b54ef7e912284a0471dcc2b6

diff --git a/dev-util/buildbot/buildbot-0.9.12-r1.ebuild 
b/dev-util/buildbot/buildbot-0.9.12-r1.ebuild
deleted file mode 100644
index c56a3675fcf..000
--- a/dev-util/buildbot/buildbot-0.9.12-r1.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/${PN}.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit readme.gentoo-r1 user systemd distutils-r1
-
-MY_PV="${PV/_p/p}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="BuildBot build automation system"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot/;
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="crypt examples irc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/jinja-2.1[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
-   >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
-   dev-python/future[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-   >=dev-python/txaio-2.2.2[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
-   crypt? (
-   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2020-06-01 Thread Brian Dolbec
commit: eb282868e15a289819ecd63ffd4f85d35fb505f2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:37:08 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb282868

dev-util/buildbot-waterfall-view: Version bump, clean vulnerable

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-waterfall-view/Manifest  |  4 +-
 .../buildbot-waterfall-view-0.9.12.ebuild  | 53 --
 .../buildbot-waterfall-view-1.1.2.ebuild   | 53 --
 .../buildbot-waterfall-view-1.3.0.ebuild   | 53 --
 .../buildbot-waterfall-view-2.8.0.ebuild   | 34 ++
 5 files changed, 35 insertions(+), 162 deletions(-)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
index dc7235079b2..99303dcdafe 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-waterfall-view-0.9.12.tar.gz 714290 BLAKE2B 
4867539275aa6c2b0ac149fe7f4a1f03f2c2593b89908fb0a8d748c32779b01b8d87327ec9a54e02561a40d273f03f46a8581cf224c333f1bbb3e14ba22a56ef
 SHA512 
76abc01783c02980bc2d6e878536416aa046dce3259c65fa5c2f15d3f66d1b9b5e0bed2d4f6b9d6c338300637c6b91e9bdee3fca3e47022d2ea9b75ffa69eb99
-DIST buildbot-waterfall-view-1.1.2.tar.gz 713898 BLAKE2B 
0873ca7d44a9da7ad260032a8153c45e864c605c79cbd826d4f5cb306dbcdcd1fd1e89fe59df57decdcd9ce94330d80ed20d8d7d95b4dc93d6d7cdf6340eb30f
 SHA512 
cc14894281b712fe479ea19116948f69fb43a4cc8c7a0f159fcf97eed0c36a11cc967a0663042f34f64cc4d65468c58eb4398d66fb0d125cde6dec9ef7fc7e08
-DIST buildbot-waterfall-view-1.3.0.tar.gz 713879 BLAKE2B 
42e838bfb5925850cfa679727a8f53a5a71c4b6ce9ad26b010480ba16e421f5eda0228d94f7efabb74f3493f868ef61274338f31e0ba6afa1fba4a3b533ac5d5
 SHA512 
4b8403f9f68ddc6fc980649cf26625834c6a271705e0b8396ab7c2fd739929c2878557df945a1d9c5411985b79f8b43d3fca2c7f74769e9e832b1a7c166f8a3f
 DIST buildbot-waterfall-view-2.7.0.tar.gz 191009 BLAKE2B 
1730bc7caef0aa405ea0adf0585ec50f94b162286daa14755b6070af22d417a9a1b756ade226ac9950d7c0f9eed96c22817ba71cce5b6bb9a344c4dbed989c09
 SHA512 
7327766532062dc5dd09b210914af9d0e1ecffa6a0d94917cfff93274627f5896552fe191003f1895208702f83670f202b4fc735d0d9161c9efa3419dc46b12b
+DIST buildbot-waterfall-view-2.8.0.tar.gz 190508 BLAKE2B 
3f406648c44d4717872056a5e4c048bcf50b9c2865427052a920c530ab3da1dfb622513fc12676d60a0553408310a233b591591b447ebe990bae539209fbffe6
 SHA512 
93b455fcfdb28e32267b77c6a379e59de063bcbd244225cab589b16e688d31184505de0645330ae8d3033014df124f3fb5803d3f0f2b6c941c49727716c820c0

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild
deleted file mode 100644
index a41c9f0edf7..000
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="Buildbot waterfall-view plugin"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-waterfall-view/;
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == * ]] && S=${S}/www/base
-
-python_test() {
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild
deleted file mode 100644
index a41c9f0edf7..000
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-1.1.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2020-06-01 Thread Brian Dolbec
commit: 2826f3d954ebaf98b3cfa0fae55b3149dd2fc21c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun  1 18:37:55 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun  1 22:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2826f3d9

dev-util/buildbot-console-view: Version bump, clean vulnerable

gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-console-view/Manifest|  4 +-
 .../buildbot-console-view-1.1.2.ebuild | 53 --
 .../buildbot-console-view-1.3.0.ebuild | 53 --
 ...2.ebuild => buildbot-console-view-2.8.0.ebuild} | 30 +++-
 4 files changed, 8 insertions(+), 132 deletions(-)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
index 9c3f5df2c38..397c5f463ba 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -1,4 +1,2 @@
-DIST buildbot-console-view-0.9.12.tar.gz 640923 BLAKE2B 
cc0da84395aca571803e73260d826633553ed10ede6d66d112dfa8bcdc4f1bd376695ee0ee4a715f1fa3705329033044d9358731c0b807c54b40b4e32a04f565
 SHA512 
4a73994c29fe1f78c4432bdb42fe14106b8d7887bb35f2835b203f4818844d3e8d2ea308fc4fb2bd562de302bd7cf6612fe047476512feac068eca3891a49522
-DIST buildbot-console-view-1.1.2.tar.gz 640509 BLAKE2B 
481b8049e606d47be8b171c24a210d6c95ce13ee4a4d46fd689ee836857e8d054f1799ce53de3931f820f02061cdd0c4a47686cd1724fe1c39ab33ca0f274d76
 SHA512 
23a14d3264802b2cf9a6a7cab0592c6391dc55a8805c17529c3279b129aaab1df97999ffd5fdc0927e7d5fb204e4114b4672018102381523599310cf7223950f
-DIST buildbot-console-view-1.3.0.tar.gz 640506 BLAKE2B 
bf68136edbe734514b662a580b9025626b6e0acd48f49ccee979c38d1a2eac13e8fd13bf4c9f62948694ed003de3ee6c44a9d734561a1b5ed4e1d9d330b39f3f
 SHA512 
5b4fa27c8cca57df083c3044729bc6086086dabe819e215b02fe4fda0863b62658925433bbc90d9b38f4309af50b2312b3c9aaefff96a1f62b18d160ca66f205
 DIST buildbot-console-view-2.7.0.tar.gz 17939 BLAKE2B 
1ea1848f0276bb7ef4adaf63dbe290ad5769689b15898682deed61e9797eb4945047dd26d492b118b75314621bf2777b77e992f1a3129e413c01c17b27b680c1
 SHA512 
22875fc4c3440892147db7c6ef1eba165a29f4ccd3583827394d0195c72dc8ec3d31940587e4da1f0133def074c72f87bc23bb210189a0e0d028c0be52368107
+DIST buildbot-console-view-2.8.0.tar.gz 18022 BLAKE2B 
455ca2a1caed7d55a26d4b176cddf1a571f411dab191eda890698aa1d5150539c620ae90b2d1c5ab70cd47589466ca4534e2da1d1e73ab388761319f81434b39
 SHA512 
9344021b774f5cecf39384cff869ec0c9778630ec0015d654218ad03d83a18849e1b144dae74f7c85296efac6bbc767f387a1aa4b5271f3996c7e1b177f3b735

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild
deleted file mode 100644
index b78694b5809..000
--- a/dev-util/buildbot-console-view/buildbot-console-view-1.1.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="Buildbot console-view plugin"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.org/project/buildbot-console-view/;
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == * ]] && S=${S}/www/base
-
-python_test() {
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild
deleted file mode 100644
index b78694b5809..000
--- a/dev-util/buildbot-console-view/buildbot-console-view-1.3.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="Buildbot console-view plugin"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 

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

2020-06-01 Thread Robin H. Johnson
commit: 199aab84e909a786b64e171a3c84b5337575d877
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun  1 22:55:43 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun  1 22:56:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199aab84

app-misc/ca-certificates: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-misc/ca-certificates/Manifest  |   1 +
 .../ca-certificates-20190110.3.53.ebuild   | 184 +
 2 files changed, 185 insertions(+)

diff --git a/app-misc/ca-certificates/Manifest 
b/app-misc/ca-certificates/Manifest
index e38a2df15b4..b42b17c308c 100644
--- a/app-misc/ca-certificates/Manifest
+++ b/app-misc/ca-certificates/Manifest
@@ -1,3 +1,4 @@
 DIST ca-certificates_20190110.tar.xz 243472 BLAKE2B 
b63e541fcf611712634f8c7fd2da5f189b999c39118047a7e2fd43ddd5e0fbefeaa08788363482a02be55a347447d4cc95f1505bf869accf9cd847578ad2e879
 SHA512 
9ce2661018edb120d0ef5bd3ed52c0f73f577d7607d135a31730549f5eb4176db4865cdb8bde77a78dc3efb8968846da5e72af8a833a9da2a8a7deb4f1560372
 DIST nss-3.43.tar.gz 23466026 BLAKE2B 
1b43036daeedea1643a7fe1a8defa167097997efec529417c4857eaa29d453b6a588f462078f13662193d58dfd8f9566c22d729729591934ef154b9befb8f98d
 SHA512 
e9dfba5bd6f68c5ab58fc7a6fa1b16a035be1b1b7c436cf787bdc99257c5f54c78d73d94d015bffd29420df19b2a2818166c68fe592dd7208ab5605344827fb5
+DIST nss-3.53.tar.gz 81178428 BLAKE2B 
5e67b02bf0ba9390311d77ee4d7b86fd7339bd4f7d830b32563799e4eef126143f0b76b2933ad14c5c5d3da6cb3fa0e670aca7ce9654316123abadce25a728ec
 SHA512 
280edf24356b764584200bff949af4a7f88514ee8ac80bf5348a9a844a8b1eb263e9aa1d772644bd8bb1bd195c12b6cc173280cfc88cd97e56562e1c40e71503
 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 
9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68
 SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0

diff --git a/app-misc/ca-certificates/ca-certificates-20190110.3.53.ebuild 
b/app-misc/ca-certificates/ca-certificates-20190110.3.53.ebuild
new file mode 100644
index 000..0297708d122
--- /dev/null
+++ b/app-misc/ca-certificates/ca-certificates-20190110.3.53.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# The Debian ca-certificates package merely takes the CA database as it exists
+# in the nss package and repackages it for use by openssl.
+#
+# The issue with using the compiled debs directly is two fold:
+# - they do not update frequently enough for us to rely on them
+# - they pull the CA database from nss tip of tree rather than the release
+#
+# So we take the Debian source tools and combine them with the latest nss
+# release to produce (largely) the same end result.  The difference is that
+# now we know our cert database is kept in sync with nss and, if need be,
+# can be sync with nss tip of tree more frequently to respond to bugs.
+
+# When triaging bugs from users, here's some handy tips:
+# - To see what cert is hitting errors, use openssl:
+#   openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME
+#   Focus on the errors written to stderr.
+#
+# - Look at the upstream log as to why certs were added/removed:
+#   https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
+#
+# - If people want to add/remove certs, tell them to file w/mozilla:
+#   
https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS=CA%20Certificates=trunk
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit eutils python-any-r1
+
+if [[ ${PV} == *.* ]] ; then
+   # Compile from source ourselves.
+   PRECOMPILED=false
+   inherit eapi7-ver
+
+   DEB_VER=$(ver_cut 1)
+   NSS_VER=$(ver_cut 2-)
+   RTM_NAME="NSS_${NSS_VER//./_}_RTM"
+else
+   # Debian precompiled version.
+   PRECOMPILED=true
+   inherit unpacker
+fi
+
+DESCRIPTION="Common CA Certificates PEM files"
+HOMEPAGE="https://packages.debian.org/sid/ca-certificates;
+NMU_PR=""
+if ${PRECOMPILED} ; then
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
+else
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz
+   
https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/nss-${NSS_VER}.tar.gz
+   cacert? (
+   
https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch
+   )"
+fi
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~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 ~x86-winnt"
+IUSE=""
+${PRECOMPILED} || IUSE+=" cacert"
+
+DEPEND=""
+if ${PRECOMPILED} ; then
+ 

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

2020-06-01 Thread Sergei Trofimovich
commit: 5a7e55335af8f213901a7bf8d169080b4fd7367d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 22:34:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 22:34:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7e5533

sys-apps/systemd: stable 244.3 for ppc

stable wrt bug #708806

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/systemd/systemd-244.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-244.3.ebuild 
b/sys-apps/systemd/systemd-244.3.ebuild
index 117b08cd684..7a177b4f052 100644
--- a/sys-apps/systemd/systemd-244.3.ebuild
+++ b/sys-apps/systemd/systemd-244.3.ebuild
@@ -16,7 +16,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 PYTHON_COMPAT=( python3_{6,7,8} )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lensfun/, profiles/, media-plugins/gimp-lensfun/files/

2020-06-01 Thread Andreas Sturmlechner
commit: 63cf8d6f2361dc4d2d36188858a150309c81940e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  1 22:18:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  1 22:18:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cf8d6f

media-plugins/gimp-lensfun: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-plugins/gimp-lensfun/Manifest|  1 -
 .../files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch| 12 --
 .../gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild  | 50 --
 media-plugins/gimp-lensfun/metadata.xml|  8 
 profiles/package.mask  |  5 ---
 5 files changed, 76 deletions(-)

diff --git a/media-plugins/gimp-lensfun/Manifest 
b/media-plugins/gimp-lensfun/Manifest
deleted file mode 100644
index 78132413a6e..000
--- a/media-plugins/gimp-lensfun/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gimp-lensfun-0.2.4.tar.gz 29039 BLAKE2B 
30c5abac6e00e74e008a94f0fa23391d9dc336b5a6540ec7a0deb33e250cc2df66821db67b4bd76b36c9745a600838c834c01c27db741f8349f2ac13dc60e963
 SHA512 
5a73a00d71c28d92881bfc2b15be7e8adef8756af808f8ae19f0e3208287853fe4f735b1bef23b658f660da8393b68cbe8416804173944d0c844ac284be77671

diff --git 
a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch 
b/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch
deleted file mode 100644
index d62f1790d5d..000
--- a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/src/gimplensfun.cpp
-+++ b/src/gimplensfun.cpp
-@@ -31,8 +31,7 @@
- #include 
- #include 
- 
--#include 
--#include 
-+#include 
- 
- #define VERSIONSTR "0.2.4"
- 

diff --git a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild 
b/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild
deleted file mode 100644
index 2756553cbcf..000
--- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Gimp plugin to correct lens distortions"
-HOMEPAGE="https://seebk.github.io/GIMP-Lensfun/;
-SRC_URI="https://github.com/seebk/GIMP-Lensfun/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="openmp"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   media-gfx/exiv2
-   =media-libs/lensfun-0.3.2
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1.patch" )
-
-S=${WORKDIR}/GIMP-Lensfun-${PV}
-
-pkg_setup() {
-   if use openmp && [[ ${MERGE_TYPE} != binary ]]; then
-   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-   fi
-}
-
-src_prepare() {
-   default
-
-   if ! use openmp; then
-   sed -i "s/-fopenmp//g" Makefile || die
-   fi
-
-   tc-export CXX
-}
-
-src_install() {
-   exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
-   doexe ${PN}
-}

diff --git a/media-plugins/gimp-lensfun/metadata.xml 
b/media-plugins/gimp-lensfun/metadata.xml
deleted file mode 100644
index 5f4100165ca..000
--- a/media-plugins/gimp-lensfun/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   
-   seebk/GIMP-Lensfun
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 0733238db1c..4ea2a3140f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -187,11 +187,6 @@ dev-python/ramlfications
 # for about a decade. Masked for removal in 30 days. Bug #720150
 x11-libs/libXxf86misc
 
-# Andreas Sturmlechner  (2020-05-03)
-# Last release in 2015, not compatible with >=media-gfx/gimp-2.10.0
-# Masked for removal in 30 days.
-media-plugins/gimp-lensfun
-
 # Piotr Karbowski  (2020-05-03)
 # Obsolete input drivers, use x11-drivers/xf86-input-libinput
 # or x11-drivers/xf86-input-evdev instead.



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

2020-06-01 Thread Thomas Deutschmann
commit: 2ddff9bed91df8c82957eb63187568f6e7898330
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  1 21:58:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  1 22:11:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddff9be

sys-firmware/intel-microcode: bump

- New microcodes:

  sig 0x000a0661, pf_mask 0x80, 2019-10-07, rev 0x00ba

- Updated microcodes:

  sig 0x00050654, pf_mask 0xb7, 2020-02-12, rev 0x2006901 -> 2020-04-24, rev 
0x2006906
  sig 0x00050657, pf_mask 0xbf, 2020-01-14, rev 0x5002f00 -> 2020-04-23, rev 
0x5002f01
  sig 0x000506c9, pf_mask 0x03, 2019-07-22, rev 0x003c-> 2020-02-27, rev 
0x0040
  sig 0x000506ca, pf_mask 0x03, 2019-08-12, rev 0x001c-> 2020-02-27, rev 
0x001e
  sig 0x000706e5, pf_mask 0x80, 2020-04-21, rev 0x0080-> 2020-04-22, rev 
0x0082
  sig 0x000906ea, pf_mask 0x22, 2020-01-09, rev 0x00d2-> 2020-04-27, rev 
0x00d6
  sig 0x000906eb, pf_mask 0x02, 2020-01-09, rev 0x00d2-> 2020-04-23, rev 
0x00d6
  sig 0x000906ec, pf_mask 0x22, 2020-01-09, rev 0x00d2-> 2020-04-27, rev 
0x00d6
  sig 0x000906ed, pf_mask 0x22, 2020-01-09, rev 0x00d2-> 2020-04-23, rev 
0x00d6

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-firmware/intel-microcode/Manifest  |   2 +
 .../intel-microcode-20200520_p20200601.ebuild  | 248 +
 2 files changed, 250 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 0985b1cce92..f02a25cc671 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,2 +1,4 @@
 DIST intel-microcode-collection-20200508.tar.xz 6010560 BLAKE2B 
ebbbac3b474644d983f8f6f1a3b305b60a65732883658d18efe8c918f6d1ec55f8439313ccc2fe5d90a5ca5e207bcc2db9b9299148157f233007046fa3090e19
 SHA512 
48dde26041afb3a82afd3f4f8a2539ccf0da4a42c802b45aa776e16ceebf72cb39ce828278a423d4f2b2c0d7c29c5701978b4a223d135b453bc63cb1db3e5373
+DIST intel-microcode-collection-20200601.tar.xz 6163976 BLAKE2B 
eb17605a09f771562189924b916b0d2426d6c2b6f9d76447d05d614679f097acf71fc70dd96132c0ad9d3f1a954f5809456fa951ca42fa0db2373da2288417b7
 SHA512 
60e798dd357ce85d8bd1f78e0447d983d6916aec87bf8a3f375091e4c57ffa8fb654459a8ed7d2d83184a828060509e16aa37e3a23f70684ac1b170736a12d54
 DIST microcode-20200508.tar.gz 3002932 BLAKE2B 
01964ca9cf6f3d0255d85d6bff9c8fedb127884a034d34eeec97e24d6689aa81eba758306316346cd686d2aee6c0cbc4afc0a2ccb49c3a4b2c5f0d6b1e543063
 SHA512 
00fa15464c7637c080c49d63b73c197418f4709eaaf55d515504f3bb8aab06dc97206c4fbef57250dc6ca8abf226e0f1fc39bad76ca8b0d705c820e3d1d8ffc9
+DIST microcode-20200520.tar.gz 3002980 BLAKE2B 
5f91536e558827e5c412e336596d21c9aa9365e83ee9c96a9bcda9abbc3921c623e489f6e42be689203a1caa99cb6334b3124bf26764e4e1a4afe83de00aab3d
 SHA512 
39e434406a0e855da911a4259691b9f60f4d205d8f0fbf47564a811c6317919fb7458ddf38a3a7922a3d06373a31f55e72069561c5d57e213702e2005579cf12

diff --git 
a/sys-firmware/intel-microcode/intel-microcode-20200520_p20200601.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20200520_p20200601.ebuild
new file mode 100644
index 000..0a7fafc268d
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20200520_p20200601.ebuild
@@ -0,0 +1,248 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit linux-info toolchain-funcs mount-boot
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+COLLECTION_SNAPSHOT="${PV##*_p}"
+INTEL_SNAPSHOT="${PV/_p*}"
+#NUM="28087"
+#https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}
+#https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files 
http://inertiawar.com/microcode/;
+SRC_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${INTEL_SNAPSHOT}.tar.gz
+   
https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz;
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE="hostonly initramfs +split-ucode vanilla"
+REQUIRED_USE="|| ( initramfs split-ucode )"
+
+BDEPEND="sys-apps/iucode_tool"
+
+# !/dev/null; then
+   # new tarball format from GitHub
+   mv * ../ || die "Failed to move 
Intel-Linux-Processor-Microcode-Data*"
+   cd .. || die
+   rm -r Intel-Linux-Processor-Microcode-Data* || die
+   fi
+
+   # Prevent "invalid file format" erro

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

2020-06-01 Thread Thomas Deutschmann
commit: 01f51ff987a22f03d28959d43474af58c3b1492b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  1 22:10:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  1 22:11:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f51ff9

sys-firmware/intel-microcode: drop old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-firmware/intel-microcode/Manifest  |   2 -
 .../intel-microcode-20200508_p20200508.ebuild  | 248 -
 2 files changed, 250 deletions(-)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index f02a25cc671..37862ea8457 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,4 +1,2 @@
-DIST intel-microcode-collection-20200508.tar.xz 6010560 BLAKE2B 
ebbbac3b474644d983f8f6f1a3b305b60a65732883658d18efe8c918f6d1ec55f8439313ccc2fe5d90a5ca5e207bcc2db9b9299148157f233007046fa3090e19
 SHA512 
48dde26041afb3a82afd3f4f8a2539ccf0da4a42c802b45aa776e16ceebf72cb39ce828278a423d4f2b2c0d7c29c5701978b4a223d135b453bc63cb1db3e5373
 DIST intel-microcode-collection-20200601.tar.xz 6163976 BLAKE2B 
eb17605a09f771562189924b916b0d2426d6c2b6f9d76447d05d614679f097acf71fc70dd96132c0ad9d3f1a954f5809456fa951ca42fa0db2373da2288417b7
 SHA512 
60e798dd357ce85d8bd1f78e0447d983d6916aec87bf8a3f375091e4c57ffa8fb654459a8ed7d2d83184a828060509e16aa37e3a23f70684ac1b170736a12d54
-DIST microcode-20200508.tar.gz 3002932 BLAKE2B 
01964ca9cf6f3d0255d85d6bff9c8fedb127884a034d34eeec97e24d6689aa81eba758306316346cd686d2aee6c0cbc4afc0a2ccb49c3a4b2c5f0d6b1e543063
 SHA512 
00fa15464c7637c080c49d63b73c197418f4709eaaf55d515504f3bb8aab06dc97206c4fbef57250dc6ca8abf226e0f1fc39bad76ca8b0d705c820e3d1d8ffc9
 DIST microcode-20200520.tar.gz 3002980 BLAKE2B 
5f91536e558827e5c412e336596d21c9aa9365e83ee9c96a9bcda9abbc3921c623e489f6e42be689203a1caa99cb6334b3124bf26764e4e1a4afe83de00aab3d
 SHA512 
39e434406a0e855da911a4259691b9f60f4d205d8f0fbf47564a811c6317919fb7458ddf38a3a7922a3d06373a31f55e72069561c5d57e213702e2005579cf12

diff --git 
a/sys-firmware/intel-microcode/intel-microcode-20200508_p20200508.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20200508_p20200508.ebuild
deleted file mode 100644
index 0a7fafc268d..000
--- a/sys-firmware/intel-microcode/intel-microcode-20200508_p20200508.ebuild
+++ /dev/null
@@ -1,248 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit linux-info toolchain-funcs mount-boot
-
-# Find updates by searching and clicking the first link (hopefully it's the 
one):
-# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
-
-COLLECTION_SNAPSHOT="${PV##*_p}"
-INTEL_SNAPSHOT="${PV/_p*}"
-#NUM="28087"
-#https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}
-#https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
-DESCRIPTION="Intel IA32/IA64 microcode update data"
-HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files 
http://inertiawar.com/microcode/;
-SRC_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${INTEL_SNAPSHOT}.tar.gz
-   
https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz;
-
-LICENSE="intel-ucode"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="hostonly initramfs +split-ucode vanilla"
-REQUIRED_USE="|| ( initramfs split-ucode )"
-
-BDEPEND="sys-apps/iucode_tool"
-
-# !/dev/null; then
-   # new tarball format from GitHub
-   mv * ../ || die "Failed to move 
Intel-Linux-Processor-Microcode-Data*"
-   cd .. || die
-   rm -r Intel-Linux-Processor-Microcode-Data* || die
-   fi
-
-   # Prevent "invalid file format" errors from iucode_tool
-   rm -f "${S}"/intel-ucod*/list || die
-}
-
-src_install() {
-   # This will take ALL of the upstream microcode sources:
-   # - microcode.dat
-   # - intel-ucode/
-   # In some cases, they have not contained the same content (eg the 
directory has newer stuff).
-   MICROCODE_SRC=(
-   "${S}"/intel-ucode/
-   "${S}"/intel-ucode-with-caveats/
-   )
-
-   # Allow users who are scared about microcode updates not included in 
Intel's official
-   # microcode tarball to opt-out and comply with Intel marketing
-   if ! use vanilla; then
-   MICROCODE_SRC+=( 
"${S}"/intel-microcode-collection-${COLLECTION_SNAPSHOT} )
-   fi
-
-   # These will carry into pkg_preinst via env saving.
-   : ${MICROCODE_BLACKLIST=${MICROCODE_BLACKLIST_DEFAULT}}
-

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2020-06-01 Thread Georgy Yakovlev
commit: 8f2246c7a7d3bb9b142d4c1e115f1878ca72450f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  1 22:07:10 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  1 22:07:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2246c7

dev-java/openjdk-jre-bin: provide stable symlink for jre:11

Bug: https://bugs.gentoo.org/726712
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 ...-jre-bin-11.0.7_p10.ebuild => openjdk-jre-bin-11.0.7_p10-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.7_p10.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.7_p10-r1.ebuild
similarity index 97%
rename from dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.7_p10.ebuild
rename to dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.7_p10-r1.ebuild
index 33938cb1973..23e7a0fbadc 100644
--- a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.7_p10.ebuild
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.7_p10-r1.ebuild
@@ -75,6 +75,9 @@ src_install() {
dodir "${dest}"
cp -pPR * "${ddest}" || die
 
+   # provide stable symlink
+   dosym "${P}" "/opt/${PN}-${SLOT}"
+
use gentoo-vm && java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
java-vm_set-pax-markings "${ddest}"
java-vm_revdep-mask



[gentoo-commits] repo/gentoo:master commit in: net-wireless/broadcom-sta/, net-wireless/broadcom-sta/files/

2020-06-01 Thread Stefan Strogin
commit: 3742de12e9abd41eebaa87c724b49dc39f7d4ce5
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jun  1 16:09:39 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Jun  1 22:01:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3742de12

net-wireless/broadcom-sta: linux 5.6 support

Add patch that resolves compilation error described in #717320.

Closes: https://bugs.gentoo.org/717320
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16043
Signed-off-by: Stefan Strogin  gentoo.org>

 .../broadcom-sta-6.30.223.271-r5.ebuild|  3 +-
 .../broadcom-sta-6.30.223.271-r5-linux-5.6.patch   | 88 ++
 2 files changed, 90 insertions(+), 1 deletion(-)

diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r5.ebuild 
b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r5.ebuild
index 91581b52a4e..b84669a9969 100644
--- a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r5.ebuild
+++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r5.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
@@ -84,6 +84,7 @@ PATCHES=(
"${FILESDIR}/${PN}-6.30.223.271-r4-linux-4.12.patch"
"${FILESDIR}/${PN}-6.30.223.271-r4-linux-4.15.patch"
"${FILESDIR}/${PN}-6.30.223.271-r5-linux-5.1.patch"
+   "${FILESDIR}/${PN}-6.30.223.271-r5-linux-5.6.patch"
 )
 
 src_install() {

diff --git 
a/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.271-r5-linux-5.6.patch 
b/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.271-r5-linux-5.6.patch
new file mode 100644
index 000..71264346f86
--- /dev/null
+++ 
b/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.271-r5-linux-5.6.patch
@@ -0,0 +1,88 @@
+From: Herman van Hazendonk 
+Date: Tue, 31 Mar 2020 17:09:55 +0200
+Subject: [PATCH] Add fixes for 5.6 kernel
+Origin: https://salsa.debian.org/Herrie82-guest/broadcom-sta/-/merge_requests/1
+
+Use ioremap instead of ioremap_nocache and proc_ops instead of
+file_operations on Linux kernel 5.6 and above.
+
+ Patch amended to adapt i386 arch.
+---
+ src/shared/linux_osl.c |  6 +-
+ src/wl/sys/wl_linux.c  | 21 -
+ 2 files changed, 25 insertions(+), 2 deletions(-)
+
+diff --git a/src/shared/linux_osl.c b/src/shared/linux_osl.c
+index b24a973..9bce9b1 100644
+--- a/src/shared/linux_osl.c
 b/src/shared/linux_osl.c
+@@ -946,7 +946,11 @@ osl_getcycles(void)
+ void *
+ osl_reg_map(uint32 pa, uint size)
+ {
+-  return (ioremap_nocache((unsigned long)pa, (unsigned long)size));
++  #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++  return (ioremap((unsigned long)pa, (unsigned long)size));
++  #else
++  return (ioremap_nocache((unsigned long)pa, (unsigned 
long)size));
++  #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) */
+ }
+ 
+ void
+diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
+index ab7b883..10621c2 100644
+--- a/src/wl/sys/wl_linux.c
 b/src/wl/sys/wl_linux.c
+@@ -590,10 +590,17 @@ wl_attach(uint16 vendor, uint16 device, ulong regs,
+   }
+   wl->bcm_bustype = bustype;
+ 
++  #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++  if ((wl->regsva = ioremap(dev->base_addr, PCI_BAR0_WINSZ)) == NULL) {
++  WL_ERROR(("wl%d: ioremap() failed\n", unit));
++  goto fail;
++  }
++  #else
+   if ((wl->regsva = ioremap_nocache(dev->base_addr, PCI_BAR0_WINSZ)) == 
NULL) {
+   WL_ERROR(("wl%d: ioremap() failed\n", unit));
+   goto fail;
+   }
++  #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) */
+ 
+   wl->bar1_addr = bar1_addr;
+   wl->bar1_size = bar1_size;
+@@ -780,8 +787,13 @@ wl_pci_probe(struct pci_dev *pdev, const struct 
pci_device_id *ent)
+   if ((val & 0xff00) != 0)
+   pci_write_config_dword(pdev, 0x40, val & 0x00ff);
+   bar1_size = pci_resource_len(pdev, 2);
++  #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++  bar1_addr = (uchar *)ioremap(pci_resource_start(pdev, 2),
++  bar1_size);
++  #else
+   bar1_addr = (uchar *)ioremap_nocache(pci_resource_start(pdev, 
2),
+   bar1_size);
++  #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) */
+   wl = wl_attach(pdev->vendor, pdev->device, pci_resource_start(pdev, 0), 
PCI_BUS, pdev,
+   pdev->irq, bar1_addr, bar1_size);
+ 
+@@ -3354,12 +3366,19 @@ wl_proc_write(struct file *filp, const char __user 
*buff, size_t length, loff_t
+ }
+ 
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static const struct proc_ops wl_fops = {

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/

2020-06-01 Thread Georgy Yakovlev
commit: c2f51aac03f62434b09fe47de071cce72b199e2d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun  1 21:51:52 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun  1 21:53:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f51aac

dev-java/openjdk-bin: revbump, provide stable symlink in /opt

Closes: https://bugs.gentoo.org/726712
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 ...{openjdk-bin-11.0.7_p10.ebuild => openjdk-bin-11.0.7_p10-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-java/openjdk-bin/openjdk-bin-11.0.7_p10.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-11.0.7_p10-r1.ebuild
similarity index 98%
rename from dev-java/openjdk-bin/openjdk-bin-11.0.7_p10.ebuild
rename to dev-java/openjdk-bin/openjdk-bin-11.0.7_p10-r1.ebuild
index b62ea6e8fe1..4ccc0089139 100644
--- a/dev-java/openjdk-bin/openjdk-bin-11.0.7_p10.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-11.0.7_p10-r1.ebuild
@@ -89,6 +89,9 @@ src_install() {
dodir "${dest}"
cp -pPR * "${ddest}" || die
 
+   # provide stable symlink
+   dosym "${P}" "/opt/${PN}-${SLOT}"
+
use gentoo-vm && java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
java-vm_set-pax-markings "${ddest}"
java-vm_revdep-mask



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

2020-06-01 Thread Andreas Sturmlechner
commit: 07997dc2259a4b09f2c9095b8c84ae8e6495568f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  1 21:47:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  1 21:47:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07997dc2

media-libs/harfbuzz: Add missed Makefile.in sed

Closes: https://bugs.gentoo.org/726674
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.6.5.ebuild | 3 ++-
 media-libs/harfbuzz/harfbuzz-2.6.6.ebuild | 3 ++-
 media-libs/harfbuzz/harfbuzz-.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
index c2e60f9f202..df0e3cbd9e4 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
sed -i \
-e 's:tests/macos.tests::' \
-   test/shaping/data/in-house/Makefile.sources || die # bug 726120
+   test/shaping/data/in-house/Makefile.sources \
+   test/shaping/data/in-house/Makefile.in || die # bug 726120
 
[[ ${PV} ==  ]] && eautoreconf
elibtoolize # for Solaris

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
index 639eff7a8db..c5ef6e97489 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
sed -i \
-e 's:tests/macos.tests::' \
-   test/shaping/data/in-house/Makefile.sources || die # bug 726120
+   test/shaping/data/in-house/Makefile.sources \
+   test/shaping/data/in-house/Makefile.in || die # bug 726120
 
[[ ${PV} ==  ]] && eautoreconf
elibtoolize # for Solaris

diff --git a/media-libs/harfbuzz/harfbuzz-.ebuild 
b/media-libs/harfbuzz/harfbuzz-.ebuild
index 639eff7a8db..c5ef6e97489 100644
--- a/media-libs/harfbuzz/harfbuzz-.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
sed -i \
-e 's:tests/macos.tests::' \
-   test/shaping/data/in-house/Makefile.sources || die # bug 726120
+   test/shaping/data/in-house/Makefile.sources \
+   test/shaping/data/in-house/Makefile.in || die # bug 726120
 
[[ ${PV} ==  ]] && eautoreconf
elibtoolize # for Solaris



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Bzip2/

2020-06-01 Thread Andreas K. Hüttel
commit: f251d6a7f75ebe86f221bf094dc90bec023b2da3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jun  1 21:30:50 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jun  1 21:31:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f251d6a7

virtual/perl-Compress-Raw-Bzip2: Update for 5.30.3

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...Raw-Bzip2-2.89.0.ebuild => perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0.ebuild 
b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild
similarity index 85%
rename from 
virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0.ebuild
rename to 
virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild
index 6230b1ec409..961db361f7c 100644
--- a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0.ebuild
+++ b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~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"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.30.2* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30.2* =dev-lang/perl-5.30.3* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/

2020-06-01 Thread Michael Orlitzky
commit: f3bb0c0fe758285920a5017d9ea24a4c014122c2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Jun  1 21:23:31 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jun  1 21:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bb0c0f

sys-apps/apply-default-acl: new version 0.4.4.

This version is identical to the previous one, but I accidentally
changed the tarball. Sorry, I'm an idiot.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky  gentoo.org>

 sys-apps/apply-default-acl/Manifest | 2 +-
 .../{apply-default-acl-0.4.3.ebuild => apply-default-acl-0.4.4.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/apply-default-acl/Manifest 
b/sys-apps/apply-default-acl/Manifest
index 19ce38577d4..2057d2093c7 100644
--- a/sys-apps/apply-default-acl/Manifest
+++ b/sys-apps/apply-default-acl/Manifest
@@ -1,2 +1,2 @@
 DIST apply-default-acl-0.4.2.tar.xz 246660 BLAKE2B 
dfb698d6a220b426ea607a70e1c51295629e6ac4637de72cf64a8fe577ed83ceaf6beb7f8b1507ed0d059e6f16e88e1b58a24e641dd6280765c55a70fa30712c
 SHA512 
afe3a0182b76689e41d3a6922a8459587f6013112767ab0d9b60e5197d677ee0cdabd9ebd18f9cb59d4e373b4df2f5845cabddbd382c2743a80c3a20205aa861
-DIST apply-default-acl-0.4.3.tar.xz 251744 BLAKE2B 
81803993ba20a7098de2767650b452df11b065e9d130199c1b12fed52f48d4676cbc8d826735d6a62d16211f51d67131e8b379feb1f0464b8ee3999cfce77e74
 SHA512 
d0b14bc685129e62f244a21921f271bc7baf7f2bea1c7a3689768e4205b10092154cc84cc8136b7afd37abf0259aaa23e5049b67476a8afddcc3a2be894bc423
+DIST apply-default-acl-0.4.4.tar.xz 252164 BLAKE2B 
7e584a1cc479b82a82a06214da06619e3e0d0228681277144785346c9829f2411bcdc0a0248bd5688813e9c8d2dcd4591653568e536e167d95b2c0ccc1fcc0bb
 SHA512 
23c637845fcd7ab61a04c3d459b1468c36cd2a27f63b3ab5252a4e39615675431b3d781a7ddf87029ad1c03c4bda43f1689c24b1ad76d2f548bfe3484350df1a

diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.3.ebuild 
b/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild
similarity index 100%
rename from sys-apps/apply-default-acl/apply-default-acl-0.4.3.ebuild
rename to sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-apps/webmcp/files/, www-apps/webmcp/

2020-06-01 Thread Alfredo Tupone
commit: 56c4cfd704cae6488d0d06b5ab581a98af40dd2b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Jun  1 21:15:56 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jun  1 21:15:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c4cfd7

www-apps/webmcp: EAPI 7 & respect LDFLAGS

Closes: https://bugs.gentoo.org/726086
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/webmcp/files/webmcp-1.2.6-gentoo.patch | 42 -
 www-apps/webmcp/webmcp-1.2.6.ebuild | 19 ++-
 2 files changed, 30 insertions(+), 31 deletions(-)

diff --git a/www-apps/webmcp/files/webmcp-1.2.6-gentoo.patch 
b/www-apps/webmcp/files/webmcp-1.2.6-gentoo.patch
index 2fa1eb4aff5..3b399fe96ad 100644
--- a/www-apps/webmcp/files/webmcp-1.2.6-gentoo.patch
+++ b/www-apps/webmcp/files/webmcp-1.2.6-gentoo.patch
@@ -1,5 +1,5 @@
 Makefile.old   2013-03-12 21:49:03.976676966 +0100
-+++ Makefile   2013-03-12 21:50:02.888103540 +0100
+--- a/Makefile 2013-03-12 21:49:03.976676966 +0100
 b/Makefile 2013-03-12 21:50:02.888103540 +0100
 @@ -1,11 +1,11 @@
  include Makefile.options
  
@@ -34,8 +34,8 @@
  
  symlinks::
ln -s -f ../../libraries/atom/atom.lua framework/lib/
 Makefile.options.old   2015-05-26 21:43:41.354197822 +0200
-+++ Makefile.options   2015-05-26 22:01:34.594735786 +0200
+--- a/Makefile.options 2015-05-26 21:43:41.354197822 +0200
 b/Makefile.options 2015-05-26 22:01:34.594735786 +0200
 @@ -14,13 +14,13 @@
  # C compiler flags
  # TODO: check alternatives to -D_GNU_SOURCE -fPIC
@@ -49,13 +49,13 @@
  
  # linker flags
 -LDFLAGS = -shared -L /usr/lib -L /usr/local/lib
-+LDFLAGS = -shared
++LDFLAGS = -shared $(MYLDFLAGS)
  
  # additional linker flags for parts which depend on PostgreSQL
 -LDFLAGS_PGSQL = -L /usr/local/lib/postgresql -rpath /usr/local/lib/postgresql
 +LDFLAGS_PGSQL =
 libraries/extos/Makefile.old   2013-03-13 21:49:19.710360750 +0100
-+++ libraries/extos/Makefile   2013-03-13 21:49:47.778096460 +0100
+--- a/libraries/extos/Makefile 2013-03-13 21:49:19.710360750 +0100
 b/libraries/extos/Makefile 2013-03-13 21:49:47.778096460 +0100
 @@ -1,7 +1,7 @@
  include ../../Makefile.options
  
@@ -65,8 +65,8 @@
  
  extos.o: extos.c
$(CC) -c $(CFLAGS) -o extos.o extos.c
 libraries/mondelefant/Makefile.old 2013-03-13 21:52:54.884250479 +0100
-+++ libraries/mondelefant/Makefile 2013-03-13 21:53:27.511932686 +0100
+--- a/libraries/mondelefant/Makefile   2013-03-13 21:52:54.884250479 +0100
 b/libraries/mondelefant/Makefile   2013-03-13 21:53:27.511932686 +0100
 @@ -1,7 +1,7 @@
  include ../../Makefile.options
  
@@ -76,8 +76,8 @@
  
  mondelefant_native.o: mondelefant_native.c
$(CC) -c $(CFLAGS) $(CFLAGS_PGSQL) -o mondelefant_native.o 
mondelefant_native.c
 libraries/multirand/Makefile.old   2013-03-13 21:54:29.399328173 +0100
-+++ libraries/multirand/Makefile   2013-03-13 21:54:58.019048434 +0100
+--- a/libraries/multirand/Makefile 2013-03-13 21:54:29.399328173 +0100
 b/libraries/multirand/Makefile 2013-03-13 21:54:58.019048434 +0100
 @@ -1,7 +1,7 @@
  include ../../Makefile.options
  
@@ -87,8 +87,8 @@
  
  multirand.o: multirand.c
$(CC) -c $(CFLAGS) -o multirand.o multirand.c
 libraries/extos/extos.c.old2013-04-05 23:19:52.028115226 +0200
-+++ libraries/extos/extos.c2013-04-05 23:20:14.819896253 +0200
+--- a/libraries/extos/extos.c  2013-04-05 23:19:52.028115226 +0200
 b/libraries/extos/extos.c  2013-04-05 23:20:14.819896253 +0200
 @@ -12,6 +12,7 @@
  #include 
  #include 
@@ -97,8 +97,8 @@
  
  #define EXTOS_MAX_ERRLEN 80
  #define EXTOS_EXEC_MAX_ARGS 64
 framework/accelerator/Makefile.old 2014-06-21 20:15:21.019918183 +0200
-+++ framework/accelerator/Makefile 2014-06-21 20:15:44.700471794 +0200
+--- a/framework/accelerator/Makefile   2014-06-21 20:15:21.019918183 +0200
 b/framework/accelerator/Makefile   2014-06-21 20:15:44.700471794 +0200
 @@ -4,7 +4,7 @@
$(LD) $(LDFLAGS) -o webmcp_accelerator.$(SLIB_EXT) webmcp_accelerator.o
  
@@ -108,8 +108,8 @@
  
  clean::
rm -f webmcp_accelerator.so webmcp_accelerator.o
 libraries/extos/Makefile.old   2014-06-21 20:18:25.594611956 +0200
-+++ libraries/extos/Makefile   2014-06-21 20:18:50.457183029 +0200
+--- a/libraries/extos/Makefile 2014-06-21 20:18:25.594611956 +0200
 b/libraries/extos/Makefile 2014-06-21 20:18:50.457183029 +0200
 @@ -4,7 +4,7 @@
$(LD) $(LDFLAGS) -o extos.$(SLIB_EXT) extos.o -lrt -lcrypt -llua
  
@@ -119,8 +119,8 @@
  
  clean::
rm -f extos.so extos.o
 libraries/mondelefant/Makefile.old 2014-06-21 20:19:58.218962359 +0200
-+++ libraries/mondelefant/Makefile 2014-06-21 20:20:24.527476578 +0200
+--- a/libraries/mondelefant/Makefile   2014-06-21 20:19:58.218962359 +0200
 b/libraries/mondelefant/Makefile   2014-06-21 20:20:24.527476578 +0200
 @@ -4,7 

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

2020-06-01 Thread Sergei Trofimovich
commit: b60a236d1edc856f5bf8bcfb89245b2af6d4d262
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60a236d

sys-apps/sandbox: stable 2.18 for ppc

stable wrt bug #726362

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/sandbox/sandbox-2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sandbox/sandbox-2.18.ebuild 
b/sys-apps/sandbox/sandbox-2.18.ebuild
index 3c483c0f597..506cd630d4f 100644
--- a/sys-apps/sandbox/sandbox-2.18.ebuild
+++ b/sys-apps/sandbox/sandbox-2.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



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

2020-06-01 Thread Sergei Trofimovich
commit: 75579cd687cf733486407a9b504e2ac93f9c6761
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:46:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75579cd6

dev-python/jsonschema: stable 3.2.0 for ppc

stable wrt bug #726526

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild 
b/dev-python/jsonschema/jsonschema-3.2.0.ebuild
index 2f5166c7d1d..3792790b22f 100644
--- a/dev-python/jsonschema/jsonschema-3.2.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-3.2.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 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 BDEPEND="



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

2020-06-01 Thread Sergei Trofimovich
commit: a9ffc9db4d8f112dcd78449d23572e412d852305
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ffc9db

dev-python/rfc3986-validator: stable 0.1.1 for ppc

stable wrt bug #726526

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild 
b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
index 13022bdf47a..cd58b30e7b0 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86"
 
 RDEPEND="dev-python/rfc3987[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"



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

2020-06-01 Thread Sergei Trofimovich
commit: 26271f3ef099d242c7b8b10f44b687d9105f76b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26271f3e

dev-vcs/stgit: stable 0.21 for ppc

stable wrt bug #726102

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/stgit/stgit-0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-0.21.ebuild b/dev-vcs/stgit/stgit-0.21.ebuild
index caede5a5d00..dcd40ab5ba2 100644
--- a/dev-vcs/stgit/stgit-0.21.ebuild
+++ b/dev-vcs/stgit/stgit-0.21.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



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

2020-06-01 Thread Sergei Trofimovich
commit: 7cdba79663c27bbe9b31880c0c5014c772975965
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:43:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdba796

app-i18n/ibus: stable 1.5.22 for ppc

stable wrt bug #726532

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/ibus/ibus-1.5.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.22.ebuild b/app-i18n/ibus/ibus-1.5.22.ebuild
index 2e9a05631a3..dc50412b9b3 100644
--- a/app-i18n/ibus/ibus-1.5.22.ebuild
+++ b/app-i18n/ibus/ibus-1.5.22.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc ~x86"
 IUSE="+X +emoji +gtk +gtk2 +introspection kde nls +python test +unicode vala 
wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="emoji? ( gtk )



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

2020-06-01 Thread Sergei Trofimovich
commit: 5a4fd7a328904ac8281fe2df0e902c5818897000
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:42:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4fd7a3

dev-python/pytest-virtualenv: stable 1.7.0 for ppc

stable wrt bug #726586

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
index 91d4ada65c4..0a6a855ae23 100644
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
+++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]



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

2020-06-01 Thread Sergei Trofimovich
commit: d7e9bb86ce55747b6590d74280ad192ec205116b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:42:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e9bb86

dev-python/coverage: stable 4.5.4 for ppc

stable wrt bug #726556

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/coverage/coverage-4.5.4.ebuild 
b/dev-python/coverage/coverage-4.5.4.ebuild
index 20b1ea18925..ea919677012 100644
--- a/dev-python/coverage/coverage-4.5.4.ebuild
+++ b/dev-python/coverage/coverage-4.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-01 Thread Sergei Trofimovich
commit: 9a08a08f3ae51c49dfff3917f0332658cd4d373a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:43:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a08a08f

dev-python/fs: stable 2.4.9-r1 for ppc

stable wrt bug #726550

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r1.ebuild
index f025f06f845..429dc510c3e 100644
--- a/dev-python/fs/fs-2.4.9-r1.ebuild
+++ b/dev-python/fs/fs-2.4.9-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-01 Thread Sergei Trofimovich
commit: 1a47ac5f90b34f03a758dbaf0103097709ef0426
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:42:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a47ac5f

dev-python/termcolor: stable 1.1.0-r2 for ppc

stable wrt bug #726586

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/termcolor/termcolor-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild 
b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index 66df011a2aa..0b9b86a5da2 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 # no tests...
 RESTRICT="test"



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

2020-06-01 Thread Sergei Trofimovich
commit: 41282ab51b65612693407c96a5872a6e9a8d6f6d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41282ab5

net-analyzer/arpwatch: stable 2.1.15-r11 for ppc

stable wrt bug #602552

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild 
b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild
index 38a11f6089a..560c8599a98 100644
--- a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild
+++ b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 hppa ppc ~sparc ~x86"
 IUSE="selinux"
 
 DEPEND="



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

2020-06-01 Thread Sergei Trofimovich
commit: 1f742b3fb9a2560e7c2e38ba3709b9f8d82917bb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:43:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f742b3f

dev-python/bsddb3: stable 6.2.7 for ppc

stable wrt bug #726534

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/bsddb3/bsddb3-6.2.7.ebuild 
b/dev-python/bsddb3/bsddb3-6.2.7.ebuild
index 0b855ef8bc9..bbac85a3a77 100644
--- a/dev-python/bsddb3/bsddb3-6.2.7.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.2.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="


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

2020-06-01 Thread Sergei Trofimovich
commit: 9d6cf96f61f66168ee8d90afa3071a2020693726
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:45:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6cf96f

dev-python/pytest-shutil: stable 1.7.0 for ppc

stable wrt bug #726586

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
index cfb7dacf3f0..0b738d3db8d 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-01 Thread Sergei Trofimovich
commit: 37f4a89fe2fe8aa43db8ff0d4163fff5597e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:42:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f4a89f

dev-python/pytest-expect: stable 1.1.0-r1 for ppc

stable wrt bug #726552

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 1bf831854a7..07545cbe900 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/

2020-06-01 Thread Sergei Trofimovich
commit: 6ddd1664f5266c067bc9943f98f8b3b3c178c5dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddd1664

sys-cluster/keepalived: stable 2.0.20 for ppc

stable wrt bug #712210

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-cluster/keepalived/keepalived-2.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/keepalived/keepalived-2.0.20.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
index 9333560c8ad..963076976c3 100644
--- a/sys-cluster/keepalived/keepalived-2.0.20.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="+bfd dbus -json regex snmp"
 
 RDEPEND="dev-libs/libnl:=



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

2020-06-01 Thread Sergei Trofimovich
commit: edaf564d60a2b76b4e3e9b7087cd883daa0c4c74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:43:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edaf564d

dev-python/greenlet: stable 0.4.15-r1 for ppc

stable wrt bug #726548

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/greenlet/greenlet-0.4.15-r1.ebuild 
b/dev-python/greenlet/greenlet-0.4.15-r1.ebuild
index 5d9f0a2d2be..9b7a1f2ff01 100644
--- a/dev-python/greenlet/greenlet-0.4.15-r1.ebuild
+++ b/dev-python/greenlet/greenlet-0.4.15-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 PATCHES=(



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

2020-06-01 Thread Sergei Trofimovich
commit: 3b6ed8ba09a061870f3a7ceaa9a5c0add6f32e4e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6ed8ba

dev-python/jsonpointer: stable 2.0-r1 for ppc

stable wrt bug #726526

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild 
b/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
index 414e128fb94..94703084f16 100644
--- a/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
+++ b/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-06-01 Thread Sergei Trofimovich
commit: 537ab5b7c3a9ed9f8fb6a5b21954b4491b823ed7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:43:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537ab5b7

dev-python/rfc3339-validator: stable 0.1.2 for ppc

stable wrt bug #726526

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild 
b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
index 8535bf30338..d3d00c8ecd8 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/naimetti/rfc3339-validator/archive/v0.1.2.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/strict-rfc3339[${PYTHON_USEDEP}]"



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

2020-06-01 Thread Sergei Trofimovich
commit: 0020bda4bd56e71e3daa78062081048f934d8954
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:44:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0020bda4

net-misc/axel: stable 2.17.8 for ppc

stable wrt bug #725632

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
index bed3832fba7..ac0cba9a1cd 100644
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc ~x86"
+KEYWORDS="~amd64 ~hppa ppc ppc64 sparc ~x86"
 IUSE="debug libressl nls ssl"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-util/slade/

2020-06-01 Thread James Le Cuirot
commit: 86a295beeb833b54036e213b2f50c982e33a20d0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jun  1 20:49:20 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jun  1 20:49:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a295be

games-util/slade: Fix missing USE flags on wxGTK dependency

Closes: https://bugs.gentoo.org/726694
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 games-util/slade/slade-3.1.12a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/slade/slade-3.1.12a.ebuild 
b/games-util/slade/slade-3.1.12a.ebuild
index b204c6c7870..641a17fb010 100644
--- a/games-util/slade/slade-3.1.12a.ebuild
+++ b/games-util/slade/slade-3.1.12a.ebuild
@@ -23,7 +23,7 @@ DEPEND="
media-libs/libsfml:=
net-misc/curl
sys-libs/zlib
-   x11-libs/wxGTK:${WX_GTK_VER}[webkit?]
+   x11-libs/wxGTK:${WX_GTK_VER}[opengl,webkit?,X]
fluidsynth? ( media-sound/fluidsynth:= )
 "
 



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

2020-06-01 Thread Rick Farina
commit: f91973f01e9ccf851555c9f059c9d424e48ff4e9
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 19:06:31 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:45:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91973f0

net-analyzer/gr-fosphor: fix gr3.8

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

 net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131.ebuild | 8 
 net-analyzer/gr-fosphor/gr-fosphor-.ebuild  | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131.ebuild 
b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131.ebuild
index 79dc792325f..73f6863f9df 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/osmocom/${PN}.git;
 else
-   COMMIT="fa6761afbf8c2658782e0c7fc5d51063679b7ae4"
+   COMMIT="defdd4aca6cd157ccc3b10ea16b5b4f552f34b96"
SRC_URI="https://github.com/osmocom/gr-fosphor/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
@@ -31,9 +31,10 @@ RDEPEND="qt5? (
dev-qt/qtopengl:5
dev-qt/qtwidgets:5
)
-   =net-wireless/gnuradio-3.8*:0=[qt5,${PYTHON_SINGLE_USEDEP}]
-   media-libs/freetype
dev-libs/boost:=
+   dev-libs/log4cpp
+   media-libs/freetype
+   =net-wireless/gnuradio-3.8*:0=[qt5,${PYTHON_SINGLE_USEDEP}]
glfw? ( >=media-libs/glfw-3 )
virtual/opencl
virtual/opengl
@@ -57,7 +58,6 @@ src_configure() {
-DENABLE_DEFAULT=OFF
-DENABLE_GLFW="$(usex glfw)"
-DENABLE_QT="$(usex qt5)"
-   -DENABLE_WX="$(usex wxwidgets)"
-DENABLE_PYTHON=ON
)
cmake-utils_src_configure

diff --git a/net-analyzer/gr-fosphor/gr-fosphor-.ebuild 
b/net-analyzer/gr-fosphor/gr-fosphor-.ebuild
index 79dc792325f..73f6863f9df 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/osmocom/${PN}.git;
 else
-   COMMIT="fa6761afbf8c2658782e0c7fc5d51063679b7ae4"
+   COMMIT="defdd4aca6cd157ccc3b10ea16b5b4f552f34b96"
SRC_URI="https://github.com/osmocom/gr-fosphor/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
@@ -31,9 +31,10 @@ RDEPEND="qt5? (
dev-qt/qtopengl:5
dev-qt/qtwidgets:5
)
-   =net-wireless/gnuradio-3.8*:0=[qt5,${PYTHON_SINGLE_USEDEP}]
-   media-libs/freetype
dev-libs/boost:=
+   dev-libs/log4cpp
+   media-libs/freetype
+   =net-wireless/gnuradio-3.8*:0=[qt5,${PYTHON_SINGLE_USEDEP}]
glfw? ( >=media-libs/glfw-3 )
virtual/opencl
virtual/opengl
@@ -57,7 +58,6 @@ src_configure() {
-DENABLE_DEFAULT=OFF
-DENABLE_GLFW="$(usex glfw)"
-DENABLE_QT="$(usex qt5)"
-   -DENABLE_WX="$(usex wxwidgets)"
-DENABLE_PYTHON=ON
)
cmake-utils_src_configure



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

2020-06-01 Thread Rick Farina
commit: a0d9ac7b1717f538f2fe861db301f1cae880e0e8
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 20:24:03 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:45:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d9ac7b

net-wireless/gnuradio: minor fixes

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

 net-wireless/gnuradio/gnuradio-3.8.1.0.ebuild | 14 +-
 net-wireless/gnuradio/gnuradio-.ebuild| 11 +++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.8.1.0.ebuild 
b/net-wireless/gnuradio/gnuradio-3.8.1.0.ebuild
index 876a00b18cf..1ba2694abe7 100644
--- a/net-wireless/gnuradio/gnuradio-3.8.1.0.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 CMAKE_BUILD_TYPE="None"
-inherit cmake-utils python-single-r1 virtualx xdg-utils
+inherit cmake-utils python-single-r1 virtualx xdg-utils desktop
 
 DESCRIPTION="Toolkit that provides signal processing blocks to implement 
software radios"
 HOMEPAGE="https://www.gnuradio.org/;
@@ -130,6 +130,7 @@ src_configure() {
mycmakeargs=(
-DENABLE_DEFAULT=OFF
-DENABLE_VOLK=OFF
+   -DENABLE_INTERNAL_VOLK=OFF
-DENABLE_GNURADIO_RUNTIME=ON
-DENABLE_PYTHON=ON
-DENABLE_GR_BLOCKS=ON
@@ -183,6 +184,17 @@ src_install() {
rm -rf "${ED}"/usr/share/${PN}/grc/freedesktop || die
rm -f "${ED}"/usr/libexec/${PN}/grc_setup_freedesktop || die
 
+   # Install icons, menu items and mime-types for GRC
+   if use grc ; then
+   local fd_path="${S}/grc/scripts/freedesktop"
+   insinto /usr/share/mime/packages
+   doins "${fd_path}/${PN}-grc.xml"
+
+   domenu "${fd_path}/"*.desktop
+   doicon "${fd_path}/"*.png
+   fi
+
+   python_fix_shebang "${ED}"
# Remove incorrectly byte-compiled Python files and replace
find "${ED}"/usr/lib -name "*.py[co]" -exec rm {} \; || die
python_optimize

diff --git a/net-wireless/gnuradio/gnuradio-.ebuild 
b/net-wireless/gnuradio/gnuradio-.ebuild
index 445acb55d95..c3f9aab150e 100644
--- a/net-wireless/gnuradio/gnuradio-.ebuild
+++ b/net-wireless/gnuradio/gnuradio-.ebuild
@@ -184,6 +184,17 @@ src_install() {
rm -rf "${ED}"/usr/share/${PN}/grc/freedesktop || die
rm -f "${ED}"/usr/libexec/${PN}/grc_setup_freedesktop || die
 
+   # Install icons, menu items and mime-types for GRC
+   if use grc ; then
+   local fd_path="${S}/grc/scripts/freedesktop"
+   insinto /usr/share/mime/packages
+   doins "${fd_path}/${PN}-grc.xml"
+
+   domenu "${fd_path}/"*.desktop
+   doicon "${fd_path}/"*.png
+   fi
+
+   python_fix_shebang "${ED}"
# Remove incorrectly byte-compiled Python files and replace
find "${ED}"/usr/lib -name "*.py[co]" -exec rm {} \; || die
python_optimize



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

2020-06-01 Thread Rick Farina
commit: f508b0a7b6f68eb06a35ccd4d3ff481e397342d6
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 20:33:59 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:45:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f508b0a7

net-wireless/gr-ieee802154: minor qa

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

 net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006.ebuild | 7 +++
 net-wireless/gr-ieee802154/gr-ieee802154-.ebuild  | 7 +++
 2 files changed, 14 insertions(+)

diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006.ebuild 
b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006.ebuild
index f398a0ebda3..48499a6bf34 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006.ebuild
@@ -27,6 +27,8 @@ 
RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
')
+   dev-libs/gmp
+   sci-libs/volk
${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
dev-lang/swig:0"
@@ -49,3 +51,8 @@ src_configure() {
)
cmake-utils_src_configure
 }
+
+src_install() {
+   cmake-utils_src_install
+   python_optimize "${ED}/$(python_get_sitedir)"
+}

diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild 
b/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild
index f398a0ebda3..48499a6bf34 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-.ebuild
@@ -27,6 +27,8 @@ 
RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
')
+   dev-libs/gmp
+   sci-libs/volk
${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
dev-lang/swig:0"
@@ -49,3 +51,8 @@ src_configure() {
)
cmake-utils_src_configure
 }
+
+src_install() {
+   cmake-utils_src_install
+   python_optimize "${ED}/$(python_get_sitedir)"
+}



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

2020-06-01 Thread Rick Farina
commit: c1356331c62e1901456694cefa4e6095241bdba3
Author: Rick Farina  gentoo  org>
AuthorDate: Fri May 29 15:16:09 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:43:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1356331

dev-python/pluginbase: bump + py3.8

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

 dev-python/pluginbase/Manifest|  1 +
 dev-python/pluginbase/pluginbase-1.0.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/pluginbase/Manifest b/dev-python/pluginbase/Manifest
index 2f67f5ac696..6c342243d2f 100644
--- a/dev-python/pluginbase/Manifest
+++ b/dev-python/pluginbase/Manifest
@@ -1 +1,2 @@
 DIST pluginbase-0.5.tar.gz 41964 BLAKE2B 
84fc187b60182f100a9016ac663856b29587e60b5ef5ac9c51fb4ed99666908a77c9817c2dc5fb64e82b807e635bd10beb5ce7644e31e63262736cc667a7b8c2
 SHA512 
921ddc7dacb6ad63abc90beb1d1d993e7b15c9cfe21e850a5852eb40735436e08b39fd2a6d83e23f641014ee81e718aca147ef1e21b55f94ce04a64ba7780455
+DIST pluginbase-1.0.0.tar.gz 41795 BLAKE2B 
68d7704b52db39af4f0c2e1f790802eb5f2fd15d91726752605901b3e8a3c736204fad93d96b5dd1a4199586b4d9b42895cbe8290acaed1b4051e8103efb43f9
 SHA512 
95c3b770980fa5ec745b8d788df29c6219ed6e5af7666f9830d56c6acae01f90831655127bcef69b2dfc423d09429373ae7d4c8b45c76c62a41f909d0747c0a0

diff --git a/dev-python/pluginbase/pluginbase-1.0.0.ebuild 
b/dev-python/pluginbase/pluginbase-1.0.0.ebuild
new file mode 100644
index 000..634f1829e08
--- /dev/null
+++ b/dev-python/pluginbase/pluginbase-1.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Support library for building plugins sytems in Python"
+HOMEPAGE="https://github.com/mitsuhiko/pluginbase;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   sed -e "s/, 'sphinx.ext.intersphinx'//" \
+   -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   cd tests && PYTHONPATH=.. py.test --tb=native || die "Tests fail with 
${EPYTHON}"
+}



  1   2   3   >